The OPTIONS framework is flawed wrt. to BATCH mode. There are around 600 instances where wrong checks are performed. For a general fix see ports/105147 For this port, I'm just submitting a bandaid fix. Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 How-To-Repeat: % cd /usr/port/security/gnupg % __MAKE_CONF=/dev/null make -DBATCH -DWITH_LDAP ===> gnupg-2.0.1 is marked as broken: Conflict options: WITHOUT_LDAP/WITH_LDAP. *** Error code 1 Why? OPTIONS will always define the default value (in this case WITHOUT_LDAP). Now if the user specifies WITH_LDAP too, the error will occur.
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer
State Changed From-To: open->closed Committed, thanks!