[Midnightbsd-cvs] mports [23057] trunk/security/gnupg/Makefile: libusb is not playing nice

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 5 21:38:57 EST 2018


Revision: 23057
          http://svnweb.midnightbsd.org/mports/?rev=23057
Author:   laffer1
Date:     2018-03-05 21:38:56 -0500 (Mon, 05 Mar 2018)
Log Message:
-----------
libusb is not playing nice

Modified Paths:
--------------
    trunk/security/gnupg/Makefile

Modified: trunk/security/gnupg/Makefile
===================================================================
--- trunk/security/gnupg/Makefile	2018-03-06 02:23:30 UTC (rev 23056)
+++ trunk/security/gnupg/Makefile	2018-03-06 02:38:56 UTC (rev 23057)
@@ -33,13 +33,12 @@
 INFO=		gnupg
 TEST_TARGET=	check
 
-OPTIONS_DEFINE=	GNUTLS LDAP SCDAEMON NLS DOCS SUID_GPG
-OPTIONS_DEFAULT=GNUTLS SCDAEMON
+OPTIONS_DEFINE=	GNUTLS LDAP NLS DOCS SUID_GPG
+OPTIONS_DEFAULT=GNUTLS 
 NO_OPTIONS_SORT=yes
 OPTIONS_SUB=	yes
 
 LDAP_DESC=	LDAP keyserver interface
-SCDAEMON_DESC=	Enable Smartcard daemon (with libusb)
 SUID_GPG_DESC=	Install GPG with suid
 # In jail, SUID is required to avoid warning
 # (security.bsd.unprivileged_mlock sysctl is not used in jail).
@@ -55,8 +54,6 @@
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=		gettext
 
-SCDAEMON_CONFIGURE_ENABLE=	scdaemon
-
 post-install:
 	@${MV} ${STAGEDIR}${DATADIR}/help*.txt ${STAGEDIR}${DOCSDIR}
 



More information about the Midnightbsd-cvs mailing list