ports/76068: Update of devel/pcsc-lite

Toni Andjelkovic toni at soth.at
Mon Jan 17 03:30:31 UTC 2005


The following reply was made to PR ports/76068; it has been noted by GNATS.

From: Toni Andjelkovic <toni at soth.at>
To: Volker Stolz <vs at FreeBSD.org>, freebsd-ports-bugs at FreeBSD.org
Cc: toni at soth.at, freebsd-ports-bugs at FreeBSD.org
Subject: Re: ports/76068: Update of devel/pcsc-lite
Date: Wed, 12 Jan 2005 16:54:07 +0100

 On Wed, Jan 12, 2005 at 10:44:14AM +0000, Volker Stolz wrote:
 > Since this patch contains a shared library version-bump, could
 > please chase down all dependant ports? Apart from LIB_DEPENDING
 > on the new version, their PORTREVISION must be bumped.
 > You can find them by grepping for pcsc-lite in /usr/ports/INDEX,
 > but something along the lines of 'grep -r pcsclite.0 /usr/ports'
 > is recommmended to discover optional dependencies.
 
 The ports affected are
 
 devel/ifd-test
 devel/libchipcard
 devel/p5-PCSC-Card
 devel/ruby-pcsc-lite
 security/ifd-devkit
 security/ifd-gempc410
 security/ifd-gpr400
 security/opensc
 security/opensc-esteid
 
 and also security/ifd-slb_rf60, I have already submitted a separate
 PR for it yesterday.
 
 Unfortunately some ports depending on pcsc-lite are going to break anyway
 after this update because the include files have moved, so I think it would
 be appropriate to notify the other maintainers, too (I can do this):
 
 ===>  Building for ifd-test-1.0_2
 gcc -g -w -pthread -c testIBM.c -I/usr/local/include
 testIBM.c:2:22: winscard.h: No such file or directory
 
 
 Here's a patch for the rest:
 
 
 Index: devel/ifd-test/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/ifd-test/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- devel/ifd-test/Makefile	6 Feb 2004 13:11:09 -0000	1.6
 +++ devel/ifd-test/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,14 +7,14 @@
  
  PORTNAME=	ifd-test
  PORTVERSION=	1.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel security
  MASTER_SITES=	http://www.linuxnet.com/drivers/readers/files/
  
  MAINTAINER=	bms at spc.org
  COMMENT=	IFD Test Suite for PC/SC Lite
  
 -LIB_DEPENDS=    pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=    pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  USE_GMAKE=	yes
  
 Index: devel/libchipcard/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/libchipcard/Makefile,v
 retrieving revision 1.7
 diff -u -r1.7 Makefile
 --- devel/libchipcard/Makefile	6 Mar 2004 18:00:09 -0000	1.7
 +++ devel/libchipcard/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,7 +7,7 @@
  
  PORTNAME=	libchipcard
  PORTVERSION=	0.8
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	libchipcard
 @@ -15,7 +15,7 @@
  MAINTAINER=	martin at libchipcard.de
  COMMENT=	"A library for easy access to chipcards"
  
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  USE_GMAKE=	yes
  USE_OPENSSL=	yes
 Index: devel/ruby-pcsc-lite/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/ruby-pcsc-lite/Makefile,v
 retrieving revision 1.7
 diff -u -r1.7 Makefile
 --- devel/ruby-pcsc-lite/Makefile	25 Feb 2004 05:56:47 -0000	1.7
 +++ devel/ruby-pcsc-lite/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	pcsc-lite
  PORTVERSION=	0.8
 +PORTREVISION=	1
  CATEGORIES=	devel ruby
  MASTER_SITES=	http://soth.at/PCSC-ruby/
  PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 @@ -16,7 +17,7 @@
  MAINTAINER=	toni at soth.at
  COMMENT=	Ruby extension for the UNIX PC/SC Lite API (MUSCLE)
  
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  USE_RUBY=	yes
  RUBY_VER=	1.8
 Index: security/ifd-devkit/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/ifd-devkit/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- security/ifd-devkit/Makefile	21 Feb 2003 13:26:45 -0000	1.2
 +++ security/ifd-devkit/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,13 +7,14 @@
  
  PORTNAME=	ifd-devkit
  PORTVERSION=	1.0.0
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	http://www.linuxnet.com/drivers/readers/files/
  
  MAINTAINER=	bms at spc.org
  COMMENT=	IFD Handler Developer's Kit for MUSCLE PC/SC Lite
  
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  INSTALLS_SHLIB= yes
  
 Index: security/ifd-gempc410/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/ifd-gempc410/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- security/ifd-gempc410/Makefile	23 Feb 2004 01:13:24 -0000	1.5
 +++ security/ifd-gempc410/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,7 +7,7 @@
  
  PORTNAME=	ifd-gempc410
  PORTVERSION=	0.8.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	security
  MASTER_SITES=	http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/
  DISTNAME=	ifd-gempc-${PORTVERSION}
 @@ -16,7 +16,7 @@
  COMMENT=	PC/SC Lite driver for the GemPC 410 serial smart card reader
  
  BUILD_DEPENDS=	${LOCALBASE}/include/ifdhandler.h:${PORTSDIR}/security/ifd-devkit
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  BROKEN=		"Does not fetch"
  
 Index: security/ifd-gpr400/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/ifd-gpr400/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- security/ifd-gpr400/Makefile	21 Feb 2003 13:26:45 -0000	1.2
 +++ security/ifd-gpr400/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	ifd-gpr400
  PORTVERSION=	0.3
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	http://www.innovationsw.com/~jaiger/downloads/smartcard/
  
 @@ -14,7 +15,7 @@
  COMMENT=	PC/SC Lite driver for Gemplus GPR400 PCMCIA Smart Card Readers
  
  BUILD_DEPENDS=	${LOCALBASE}/include/ifdhandler.h:${PORTSDIR}/security/ifd-devkit
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  MAKE_ENV+=	DESTDIR="${PREFIX}"
  
 Index: security/opensc/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/opensc/Makefile,v
 retrieving revision 1.11
 diff -u -r1.11 Makefile
 --- security/opensc/Makefile	23 Feb 2004 22:03:30 -0000	1.11
 +++ security/opensc/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,7 +7,7 @@
  
  PORTNAME=	opensc
  PORTVERSION=	0.8.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	security devel
  MASTER_SITES=	http://www.opensc.org/files/
  
 @@ -46,7 +46,7 @@
  CONFIGURE_ARGS+=	--with-pam
  .endif
  .if !defined(WITHOUT_PCSC_LITE)
 -LIB_DEPENDS+=		pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS+=		pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  CONFIGURE_ARGS+=	--with-pcsclite=${LOCALBASE}
  .endif
  
 Index: security/opensc-esteid/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/opensc-esteid/Makefile,v
 retrieving revision 1.9
 diff -u -r1.9 Makefile
 --- security/opensc-esteid/Makefile	9 Jul 2004 17:42:48 -0000	1.9
 +++ security/opensc-esteid/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,7 +7,7 @@
  
  PORTNAME=	esteid
  PORTVERSION=	0.7.0.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	security devel
  MASTER_SITES=	http://marie.vtl.ee/esteid/
  PKGNAMEPREFIX=	opensc-
 @@ -16,7 +16,7 @@
  MAINTAINER=	hadara at bsd.ee
  COMMENT=	ISO 7816 Smartcard API Library (OpenSSH Compatible)
  
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  USE_OPENLDAP=	yes
  INSTALLS_SHLIB=	yes
 Index: devel/p5-PCSC-Card/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/p5-PCSC-Card/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- devel/p5-PCSC-Card/Makefile	22 Jan 2004 21:43:58 -0000	1.2
 +++ devel/p5-PCSC-Card/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	PCSC-Card
  PORTVERSION=	1.2.2
 +PORTREVISION=	1
  CATEGORIES=	devel perl5
  MASTER_SITES=	http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
  PKGNAMEPREFIX=	p5-
 @@ -15,7 +16,7 @@
  MAINTAINER=	bms at FreeBSD.org
  COMMENT=	Perl bindings for the PC/SC Lite Framework
  
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  .include <bsd.port.pre.mk>
  



More information about the freebsd-ports-bugs mailing list