aboutsummaryrefslogtreecommitdiff
path: root/devel/pcsc-lite
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-19 01:36:53 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-19 01:36:53 +0000
commit274ab38aa45b273946a169d883bf751c8a671446 (patch)
tree9a241198f0ea410e765724b0570936a62e8f4202 /devel/pcsc-lite
parentbefe88a5bd04179a58e80463527718382b1a28ee (diff)
downloadports-274ab38aa45b273946a169d883bf751c8a671446.tar.gz
ports-274ab38aa45b273946a169d883bf751c8a671446.zip
Notes
Diffstat (limited to 'devel/pcsc-lite')
-rw-r--r--devel/pcsc-lite/Makefile5
-rw-r--r--devel/pcsc-lite/distinfo2
-rw-r--r--devel/pcsc-lite/files/patch-ltmain.sh9
3 files changed, 13 insertions, 3 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile
index 753d50ed4558..69586ada58a1 100644
--- a/devel/pcsc-lite/Makefile
+++ b/devel/pcsc-lite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pcsc-lite
-PORTVERSION= 1.1.2.b.3
+PORTVERSION= 1.1.2.b.4
CATEGORIES= devel security
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/muscle/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/}
@@ -14,13 +14,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/}
MAINTAINER= toni@soth.at
COMMENT= A smartcard development library
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.b.3//}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.b.4//}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES+= build/aclocal.m4
INSTALLS_SHLIB= yes
+CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS+=--enable-debug \
--enable-syslog \
--enable-runpid=/var/run/pcscd.pid \
diff --git a/devel/pcsc-lite/distinfo b/devel/pcsc-lite/distinfo
index 2346ad8d2adb..eb8277b46422 100644
--- a/devel/pcsc-lite/distinfo
+++ b/devel/pcsc-lite/distinfo
@@ -1 +1 @@
-MD5 (pcsc-lite-1.1.2beta3.tar.gz) = d6b38581037a5836b54de6f3442d7980
+MD5 (pcsc-lite-1.1.2beta4.tar.gz) = 4ceb2cc932dc894f62f1226ac98a605e
diff --git a/devel/pcsc-lite/files/patch-ltmain.sh b/devel/pcsc-lite/files/patch-ltmain.sh
index fc364420a9a0..160d8e579d9f 100644
--- a/devel/pcsc-lite/files/patch-ltmain.sh
+++ b/devel/pcsc-lite/files/patch-ltmain.sh
@@ -2,6 +2,15 @@ $FreeBSD$
--- build/ltmain.sh 2001/08/27 09:51:26 1.1
+++ build/ltmain.sh 2001/08/27 09:51:42
+@@ -1072,7 +1072,7 @@
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd* | *-*-freebsd*)
++ *-*-openbsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
@@ -2408,6 +2408,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.