Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 May 2016 18:08:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202701] bsd.options.mk: OPTIONS_(SLAVE|EXCLUDE) fail to honor ${opt}_IMPLIES
Message-ID:  <bug-202701-13-NVnTcDUXuv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202701-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202701-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=3D202701

--- Comment #7 from Bryan Drewery <bdrewery@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 sti=
ll
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.

--=20
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-202701-13-NVnTcDUXuv>