[Bug 204334] security/fwknop: Add missing configuration options

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 10 08:06:29 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204334

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcus at FreeBSD.org

--- Comment #9 from Kubilay Kocak <koobs at FreeBSD.org> ---
(In reply to Jens Grassel from comment #8)

Deprecated/Undesirable only where a relevant options "helper" can be made to
replace it. If the porters handbook needs updating to be a bit less
ambiguous/unequivocal, let us know in a new documentation issue :)

For Example:

.if ${PORT_OPTIONS:MFOO}
CONFIGURE_ARGS+=--enable-foo
.endif

Can be turned in into:

FOO_CONFIGURE_ENABLE=foo

If you already have some FOO_* options helpers, that's fine, an portlint may
need to be taught to detect <OPT>_* options helpers to avoid the false positive
(portlint maintainer cc'd).

Regarding run-time test/QA confirmation, that's great, but there can also be
subtle packaging issues that don't show up until deinstall/upgrade/etc time :)

If you don't have poudriere available (highly preferable), you may include (as
an attachment), the output of the following instead:

make stage && make check-plist && make stage-qa && make package

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list