Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 01:11:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204510] bsd.options.mk: trigger _OFF helpers for OPTIONS_EXCLUDE_${OPSYS}
Message-ID:  <bug-204510-13-PDLmwFTcNh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204510-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204510-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204510

Jan Beich <jbeich@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204510-13-PDLmwFTcNh>