[Bug 204510] bsd.options.mk: trigger _OFF helpers for OPTIONS_EXCLUDE_${OPSYS}

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 13 01:11:23 UTC 2015


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

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|bsd.options.mk: enable      |bsd.options.mk: trigger
                   |FOO=off hooks for           |_OFF helpers for
                   |OPTIONS_EXCLUDE_${OPSYS}    |OPTIONS_EXCLUDE_${OPSYS}

--- Comment #1 from Jan Beich <jbeich at FreeBSD.org> ---
ports r382333 added OPTIONS_EXCLUDE_${OPSYS} support but missed one more place
where available options are enumerated. This leads to inconsistency in how
option helpers work when used together with OPTIONS_EXCLUDE*.

OPTIONS_EXCLUDE_DragonFly has very few consumers most of which use
!${PORT_OPTIONS:MFOO} rather than _OFF helpers. So, test with

  $ make clean all OPSYS=DragonFly -C devel/fb-adb

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list