[Bug 202701] bsd.options.mk: OPTIONS_(SLAVE|EXCLUDE) fail to honor ${opt}_IMPLIES
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 6 18:08:30 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202701
--- Comment #7 from Bryan Drewery <bdrewery at FreeBSD.org> ---
(In reply to Jan Beich from comment #6)
> _EXCLUDE doesn't work as expected (see bug 208218) and _SLAVE wasn't fixed
> by r414547.
Why do we need 2 bugs? And what is a port that shows the problem you're still
seeing?
The one I fixed is in devel/git-lite.
Without my patch:
~/svn/ports/devel/git-lite # make -V ALL_OPTIONS
CURL HTMLDOCS ICONV NLS SEND_EMAIL
With my patch:
~/svn/ports/devel/git-lite # make -V ALL_OPTIONS
CURL HTMLDOCS ICONV NLS
It is because PERL implies SEND_EMAIL, and PERL is excluded for git-lite.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list