ports/54909: [PATCH] security/opensc: fix mozilla plugin path
Bruce M Simpson
bms at spc.org
Sun Jul 27 10:10:21 UTC 2003
The following reply was made to PR ports/54909; it has been noted by GNATS.
From: Bruce M Simpson <bms at spc.org>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:
Subject: Re: ports/54909: [PATCH] security/opensc: fix mozilla plugin path
Date: Sun, 27 Jul 2003 11:05:28 +0100
--9jxsPFA5p3P2qPhR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
This patch has a typo, corrected below.
BMS
--9jxsPFA5p3P2qPhR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=3
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
--9jxsPFA5p3P2qPhR--
More information about the freebsd-ports-bugs
mailing list