diff options
author | arved <arved@FreeBSD.org> | 2006-01-02 21:49:29 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-01-02 21:49:29 +0800 |
commit | c91530a25dcc7441f9786db7a3bdc210a1bc7176 (patch) | |
tree | b7de680953660f68ff9261156dd6ba5f8b632870 /devel | |
parent | 9dd4206c1bbab382dc357e60d11a4fef8c41cb37 (diff) | |
download | freebsd-ports-gnome-c91530a25dcc7441f9786db7a3bdc210a1bc7176.tar.gz freebsd-ports-gnome-c91530a25dcc7441f9786db7a3bdc210a1bc7176.tar.zst freebsd-ports-gnome-c91530a25dcc7441f9786db7a3bdc210a1bc7176.zip |
Update to 0.9.4
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libccid/Makefile | 6 | ||||
-rw-r--r-- | devel/libccid/distinfo | 5 | ||||
-rw-r--r-- | devel/libccid/files/patch-checksum.c | 12 | ||||
-rw-r--r-- | devel/libccid/files/patch-checksum.h | 12 | ||||
-rw-r--r-- | devel/libccid/files/patch-proto-tl.h | 12 | ||||
-rw-r--r-- | devel/libccid/pkg-plist | 2 |
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 |