ports/54909: [PATCH] security/opensc: fix mozilla plugin path

Bruce M Simpson bms at spc.org
Sun Jul 27 10:07:55 UTC 2003


This patch has a typo, corrected below.

BMS
-------------- next part --------------
diff -uNr opensc.orig/Makefile opensc/Makefile
--- opensc.orig/Makefile	Sun Jul 27 10:43:26 2003
+++ opensc/Makefile	Sun Jul 27 10:50:34 2003
@@ -13,8 +13,6 @@
 MAINTAINER=	bms at spc.org
 COMMENT=	ISO 7816 Smartcard API Library (OpenSSH Compatible)
 
-BROKEN=		"Creates /usr/lib/mozilla"
-
 LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite	\
 		ldap.2:${PORTSDIR}/net/openldap20
 
@@ -24,7 +22,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pcsclite=${LOCALBASE}	\
 		--with-ldap-lib=openldap	\
-		--with-ldap-dir=${LOCALBASE}
+		--with-ldap-dir=${LOCALBASE}	\
+		--with-plugin-dir=${LOCALBASE}/share/opensc/plugins
 
 MAN1=		pkcs15-crypt.1 pkcs15-init.1
 MAN5=		pkcs15-profile.5
diff -uNr opensc.orig/pkg-plist opensc/pkg-plist
--- opensc.orig/pkg-plist	Sun Jul 27 10:45:36 2003
+++ opensc/pkg-plist	Sun Jul 27 10:47:20 2003
@@ -48,6 +48,7 @@
 share/opensc/pkcs15.profile
 share/opensc/scldap.conf.example
 @dirrm include/opensc
+ at dirrm share/opensc/plugins
 @dirrm share/opensc
 @dirrm lib/security
 @dirrm lib/pkcs11


More information about the freebsd-ports-bugs mailing list