Page MenuHomeFreeBSD

Only set PORTDOCS/PORTEXAMPLES if their respective options are in OPTIONS_DEFINE.
ClosedPublic

Authored by mat on Dec 27 2017, 1:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 23, 10:17 AM
Unknown Object (File)
Sun, Mar 17, 8:15 PM
Unknown Object (File)
Sun, Mar 17, 4:21 PM
Unknown Object (File)
Thu, Mar 7, 7:48 PM
Unknown Object (File)
Thu, Mar 7, 5:41 PM
Unknown Object (File)
Sat, Mar 2, 11:53 PM
Unknown Object (File)
Sat, Mar 2, 12:01 AM
Unknown Object (File)
Feb 27 2024, 12:16 PM

Diff Detail

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

Event Timeline

  • Fix message.
  • Refactor.

This is an insanely good idea.

Mk/bsd.sanity.mk
161 ↗(On Diff #46130)

The language here is a little confusing. Try one of:

PORT{_type} does not do anything unless the ${_type} option is present

PORT{_type} does not do anything without OPTIONS_DEFINE=${_type}

Personally I like the second one.

  • Make the error less unreadable.
jbeich added inline comments.
games/openbor/Makefile
66 ↗(On Diff #46131)

Please, sort the values alphabetically.

mat marked 2 inline comments as done.Aug 24 2018, 3:19 PM
  • fixup! Add DOCS and EXAMPLES options where applicable
  • fixup! Add DOCS and EXAMPLES options where applicable
  • fixup! Only set PORTDOCS/PORTEXAMPLES if their respective options are in OPTIONS_DEFINE.
  • Make sure DOCS and EXAMPLES are there to be tested, even if excluded.
mat added a subscriber: antoine.

Rebase & fix feedback from @antoine.

  • fixup! Add DOCS and EXAMPLES options where applicable

Reorder changes:

  • After an include, PLIST_SUB must be appended to, not overwritten.
  • Add DOCS options to ports that should have one.
  • Add EXAMPLES options to ports that should have one.
  • Various cleanup & fixes post-DOCS/EXAMPLES cleanup.
  • Add a DEV_ERROR if PORTDOCS/PORTEXAMPLES are set and DOCS/EXAMPLES
  • Only set %%PORTDOCS%%/%%PORTEXAMPLES%% if a DOCS/EXAMPLES option is defined.

fixups post exp-run:

  • fixup! Add DOCS options to ports that should have one.
  • fixup! Add DOCS options to ports that should have one.
  • fixup! Add DOCS options to ports that should have one.
  • fixup! Add DOCS options to ports that should have one.
  • fixup! Add EXAMPLES options to ports that should have one.

Add a forgotten patch limiting PORTDOCS/EXAMPLES to only be useful if their options are there.

Rebase and one more fixup.

  • fixup! Add DOCS options to ports that should have one.
  • fixup! Add DOCS options to ports that should have one.
  • fixup! Add DOCS options to ports that should have one.

Rebase and fix www/nginx.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 10 2018, 1:16 PM
This revision was automatically updated to reflect the committed changes.