Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2003 11:05:28 +0100
From:      Bruce M Simpson <bms@spc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/54909: [PATCH] security/opensc: fix mozilla plugin path
Message-ID:  <20030727100528.GB24526@spc.org>
In-Reply-To: <200307271000.h6RA0UXr073537@freefall.freebsd.org>
References:  <20030727095017.7FB74C7@saboteur.dek.spc.org> <200307271000.h6RA0UXr073537@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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@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
+@dirrm share/opensc/plugins
 @dirrm share/opensc
 @dirrm lib/security
 @dirrm lib/pkcs11

--9jxsPFA5p3P2qPhR--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030727100528.GB24526>