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
F105561107: D13651.id37093.diff
Tue, Dec 17, 4:37 PM
F105560414: D13651.id37518.diff
Tue, Dec 17, 4:30 PM
F105560157: D13651.id47522.diff
Tue, Dec 17, 4:28 PM
F105560073: D13651.id47445.diff
Tue, Dec 17, 4:27 PM
F105548260: D13651.diff
Tue, Dec 17, 12:54 PM
Unknown Object (File)
Sun, Dec 15, 2:53 PM
Unknown Object (File)
Sat, Dec 14, 7:48 AM
Unknown Object (File)
Sat, Dec 14, 12:29 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.