aboutsummaryrefslogtreecommitdiff
path: root/devel/libccid
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-01-02 13:49:29 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-01-02 13:49:29 +0000
commit92d648ed4b663820da349f6d4e10daa83dbf6511 (patch)
tree531cfccaf89fff5e63a065ec1141ef34ae9bd42d /devel/libccid
parent0424e54e0af728eabca9bac809b75f19bf32cf14 (diff)
downloadports-92d648ed4b663820da349f6d4e10daa83dbf6511.tar.gz
ports-92d648ed4b663820da349f6d4e10daa83dbf6511.zip
Notes
Diffstat (limited to 'devel/libccid')
-rw-r--r--devel/libccid/Makefile6
-rw-r--r--devel/libccid/distinfo5
-rw-r--r--devel/libccid/files/patch-checksum.c12
-rw-r--r--devel/libccid/files/patch-checksum.h12
-rw-r--r--devel/libccid/files/patch-proto-tl.h12
-rw-r--r--devel/libccid/pkg-plist2
6 files changed, 7 insertions, 42 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile
index 476097431b80..bdd8360f1eb3 100644
--- a/devel/libccid/Makefile
+++ b/devel/libccid/Makefile
@@ -5,9 +5,9 @@
# $FreeBSD$
PORTNAME= ccid
-PORTVERSION= 0.9.3
+PORTVERSION= 0.9.4
CATEGORIES= devel
-MASTER_SITES= http://alioth.debian.org/download.php/992/
+MASTER_SITES= http://alioth.debian.org/download.php/1291/
MAINTAINER= arved@FreeBSD.org
COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= --enable-libusb=${LOCALBASE} \
--enable-usbdropdir=${LOCALBASE}/lib/pcsc/drivers \
--enable-ccidtwindir=${LOCALBASE}/lib/pcsc/drivers/serial \
--enable-pcsclite=yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
post-patch:
diff --git a/devel/libccid/distinfo b/devel/libccid/distinfo
index 9edab24a9077..3e3814b13dd2 100644
--- a/devel/libccid/distinfo
+++ b/devel/libccid/distinfo
@@ -1,2 +1,3 @@
-MD5 (ccid-0.9.3.tar.gz) = 8acb2393aa9e00a2e7ad845ee60b52df
-SIZE (ccid-0.9.3.tar.gz) = 484763
+MD5 (ccid-0.9.4.tar.gz) = 9c73165ceb105b648847bc6ded747209
+SHA256 (ccid-0.9.4.tar.gz) = d9f2aa7479c41e81a3810fc9b64437d656d9639a4032e05d53f50d05b5f99c64
+SIZE (ccid-0.9.4.tar.gz) = 515641
diff --git a/devel/libccid/files/patch-checksum.c b/devel/libccid/files/patch-checksum.c
deleted file mode 100644
index b7a0eed7503b..000000000000
--- a/devel/libccid/files/patch-checksum.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/openct/checksum.c.orig Wed Apr 20 15:16:48 2005
-+++ src/openct/checksum.c Wed Apr 20 15:17:04 2005
-@@ -5,7 +5,9 @@
- * For licensing, see the file LICENCE
- */
-
-+#ifdef HAVE_STDINT_H
- #include <stdint.h>
-+#endif
- #include <unistd.h>
-
- #define min( a, b ) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) )
diff --git a/devel/libccid/files/patch-checksum.h b/devel/libccid/files/patch-checksum.h
deleted file mode 100644
index 06d0af492370..000000000000
--- a/devel/libccid/files/patch-checksum.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/openct/checksum.h.orig Wed Apr 20 15:18:03 2005
-+++ src/openct/checksum.h Wed Apr 20 15:18:18 2005
-@@ -22,7 +22,9 @@
- #ifndef __CHECKSUM_H__
- #define __CHECKSUM_H__
-
-+#ifdef HAVE_STDINT_H
- #include <stdint.h>
-+#endif
- #include <unistd.h>
-
- extern unsigned int csum_lrc_compute(const uint8_t *, size_t, unsigned char *);
diff --git a/devel/libccid/files/patch-proto-tl.h b/devel/libccid/files/patch-proto-tl.h
deleted file mode 100644
index d25e45d17030..000000000000
--- a/devel/libccid/files/patch-proto-tl.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/openct/proto-t1.h.orig Wed Apr 20 15:15:06 2005
-+++ src/openct/proto-t1.h Wed Apr 20 15:15:25 2005
-@@ -23,7 +23,9 @@
- #define __PROTO_T1_H__
-
- #include <unistd.h>
-+#ifdef HAVE_STDINT_H
- #include <stdint.h>
-+#endif
-
- enum {
- IFD_PROTOCOL_RECV_TIMEOUT = 0x0000,
diff --git a/devel/libccid/pkg-plist b/devel/libccid/pkg-plist
index 41af2a71873f..68f845b6236e 100644
--- a/devel/libccid/pkg-plist
+++ b/devel/libccid/pkg-plist
@@ -1,4 +1,4 @@
-lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so.0.9.3
+lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so.0.9.4
lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
@dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD
@dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents