From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 27 03:10:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A651537B401 for ; Sun, 27 Jul 2003 03:10:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D2B43F93 for ; Sun, 27 Jul 2003 03:10:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6RAAKUp077355 for ; Sun, 27 Jul 2003 03:10:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6RAAKMf077353; Sun, 27 Jul 2003 03:10:20 -0700 (PDT) Date: Sun, 27 Jul 2003 03:10:20 -0700 (PDT) Message-Id: <200307271010.h6RAAKMf077353@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Bruce M Simpson Subject: Re: ports/54909: [PATCH] security/opensc: fix mozilla plugin path X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruce M Simpson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 10:10:21 -0000 The following reply was made to PR ports/54909; it has been noted by GNATS. From: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@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@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--