View | Details | Raw Unified | Return to bug 147001
Collapse All | Expand All

(-)libccid/Makefile (-3 / +5 lines)
Lines 5-13 Link Here
5
# $FreeBSD: ports/devel/libccid/Makefile,v 1.22 2009/10/17 12:49:38 arved Exp $
5
# $FreeBSD: ports/devel/libccid/Makefile,v 1.22 2009/10/17 12:49:38 arved Exp $
6
6
7
PORTNAME=	ccid
7
PORTNAME=	ccid
8
PORTVERSION=	1.3.11
8
PORTVERSION=	1.3.12
9
CATEGORIES=	devel
9
CATEGORIES=	devel
10
MASTER_SITES=	http://alioth.debian.org/frs/download.php/3080/
10
MASTER_SITES=	http://alioth.debian.org/frs/download.php/3281/
11
11
12
MAINTAINER=	arved@FreeBSD.org
12
MAINTAINER=	arved@FreeBSD.org
13
COMMENT=	Generic USB CCID (Chip/Smart Card Interface Devices) driver
13
COMMENT=	Generic USB CCID (Chip/Smart Card Interface Devices) driver
Lines 19-33 Link Here
19
USE_PERL5_BUILD=yes
19
USE_PERL5_BUILD=yes
20
CONFIGURE_ARGS=	--enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \
20
CONFIGURE_ARGS=	--enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \
21
		--enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial \
21
		--enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial \
22
		--enable-udev 
22
		--enable-udev
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
24
		LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \
24
		LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \
25
		LIBUSB_CFLAGS="-I${LOCALBASE}/include" \
25
		LIBUSB_CFLAGS="-I${LOCALBASE}/include" \
26
		LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb"
26
		LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb"
27
27
28
PLIST_SUB=	VER=${PORTVERSION}
28
PLIST_SUB=	VER=${PORTVERSION}
29
.if !defined(NOPORTDOCS)
29
MAN1=		RSA_SecurID_getpasswd.1
30
MAN1=		RSA_SecurID_getpasswd.1
30
MAN8=		Kobil_mIDentity_switch.8
31
MAN8=		Kobil_mIDentity_switch.8
32
.endif
31
33
32
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
33
35
(-)libccid/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ccid-1.3.11.tar.bz2) = 727dc7eb4d560f81fe70a766a96de970
1
MD5 (ccid-1.3.12.tar.bz2) = 7fcdbacacd955659286f988fa9b6e0be
2
SHA256 (ccid-1.3.11.tar.bz2) = f7bf5a82b02aff7d709a45dcc6109105508625caf92e34da4140b7c84d498906
2
SHA256 (ccid-1.3.12.tar.bz2) = caa1badbb530e109aa767c51d304659a510d427aaa26bd329bed693751b1e38b
3
SIZE (ccid-1.3.11.tar.bz2) = 418017
3
SIZE (ccid-1.3.12.tar.bz2) = 425496
(-)libccid/files/patch-src_ccid_usb.c (-11 lines)
Lines 1-11 Link Here
1
--- src/ccid_usb.c.orig	2009-03-07 20:05:04.000000000 +0300
2
+++ src/ccid_usb.c	2009-03-07 20:09:14.000000000 +0300
3
@@ -56,6 +56,8 @@
4
 
5
 #define BUS_DEVICE_STRSIZE 32
6
 
7
+EXTERNAL struct usb_interface * get_ccid_usb_interface(struct usb_device *dev, int *num);
8
+
9
 typedef struct
10
 {
11
 	usb_dev_handle *handle;
(-)libccid/files/patch-src_parse.c (-10 lines)
Lines 1-10 Link Here
1
--- src/parse.c.orig	2009-04-02 17:52:07.000000000 +0200
2
+++ src/parse.c	2009-10-17 13:17:25.000000000 +0200
3
@@ -46,6 +46,7 @@
4
 
5
 static int ccid_parse_interface_descriptor(usb_dev_handle *handle,
6
 	struct usb_device *dev, int num);
7
+struct usb_interface * get_ccid_usb_interface(struct usb_device *dev, int *num);
8
 
9
 
10
 /*****************************************************************************
(-)libccid/pkg-plist (-5 / +6 lines)
Lines 1-11 Link Here
1
bin/RSA_SecurID_getpasswd
1
bin/RSA_SecurID_getpasswd
2
sbin/Kobil_mIDentity_switch
3
lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so.%%VER%%
4
lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so
2
lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so
3
lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so.%%VER%%
5
lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
4
lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
6
share/doc/ccid/README_Kobil_mIDentity_switch.txt
5
sbin/Kobil_mIDentity_switch
7
@dirrm share/doc/ccid
6
%%PORTDOCS%%%%DOCSDIR%%/README_Kobil_mIDentity_switch.txt
7
%%PORTDOCS%%@dirrm %%DOCSDIR%%
8
@dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD
8
@dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD
9
@dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents
9
@dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents
10
@dirrm lib/pcsc/drivers/ifd-ccid.bundle
10
@dirrm lib/pcsc/drivers/ifd-ccid.bundle
11
@dirrmtry lib/pcsc/drivers
11
@dirrm lib/pcsc/drivers
12
@dirrm lib/pcsc

Return to bug 147001