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
F153988644: D13651.id47616.largetrue.diff
Sat, Apr 25, 6:57 AM
F153983835: D13651.id47445.diff
Sat, Apr 25, 6:26 AM
F153982278: D13651.id38669.diff
Sat, Apr 25, 6:14 AM
F153982184: D13651.id38669.diff
Sat, Apr 25, 6:13 AM
F153974693: D13651.id47260.diff
Sat, Apr 25, 5:13 AM
F153974556: D13651.id47378.largetrue.diff
Sat, Apr 25, 5:12 AM
F153973474: D13651.id37093.largetrue.diff
Sat, Apr 25, 5:04 AM
F153971667: D13651.id47522.diff
Sat, Apr 25, 4:48 AM

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19319
Build 18926: arc lint + arc unit

Event Timeline

  • Fix message.
  • Refactor.

This is an insanely good idea.

Mk/bsd.sanity.mk
161

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

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.