Page MenuHomeFreeBSD

Update to 0.3.0 and add DOCS options
ClosedPublic

Authored by olivier on Mar 1 2016, 11:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 20, 3:58 AM
Unknown Object (File)
Wed, Mar 20, 3:58 AM
Unknown Object (File)
Jan 2 2024, 1:18 PM
Unknown Object (File)
Jan 2 2024, 1:17 PM
Unknown Object (File)
Dec 20 2023, 12:11 AM
Unknown Object (File)
Nov 27 2023, 3:40 AM
Unknown Object (File)
Nov 18 2023, 8:31 PM
Unknown Object (File)
Nov 12 2023, 9:12 AM
Subscribers

Details

Summary

This is the first patch of a full deforaos desktop environnement port upgrade. Because all others patchs will follow the same template, this first need to be carrefully reviewed.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

olivier retitled this revision from to Update to 0.3.0 and add DOCS options.
olivier updated this object.
olivier edited the test plan for this revision. (Show Details)
olivier added reviewers: jadawin, tabthorpe.
devel/deforaos-libsystem/Makefile
34–36 ↗(On Diff #13959)

This can be changed to:

IGNORE_FreeBSD_9=this port works only on FreeBSD 10 and newer

And then you don't need the bsd.port.pre.mk include.

Are you sure about IGNORE_FreeBSD_9 ? bsd.port.mk reference only BROKEN_${OPSYS}_${OSREL:R} but not IGNORE_${OPSYS}_${OSREL:R}

BROKEN_FreeBSD_9=<tab>blah blah will works better, I think. Thanks to submit a new review :)

Are you sure about IGNORE_FreeBSD_9 ? bsd.port.mk reference only BROKEN_${OPSYS}_${OSREL:R} but not IGNORE_${OPSYS}_${OSREL:R}

Yes, BROKEN_FreeBSD_9, I was half asleep :-)

olivier edited edge metadata.

Using BROKEN_FreeBSD_9 in place of previous if OSRELEASE

devel/deforaos-libsystem/Makefile
15 ↗(On Diff #13981)

Why copying LICENSE_FILE? LGPL3 is a known license.

devel/deforaos-libsystem/Makefile
15 ↗(On Diff #13981)

Because you must. The only reason to not use LICENSE_FILE is if there is no distributed license file.

jadawin edited edge metadata.

Approved

This revision is now accepted and ready to land.Mar 2 2016, 2:41 PM
This revision was automatically updated to reflect the committed changes.