From 274ab38aa45b273946a169d883bf751c8a671446 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Mon, 19 May 2003 01:36:53 +0000 Subject: [PATCH] - update to 1.1.2.b.4 - use PTHREAD_LIBS properly PR: 52398 Submitted by: maintainer --- devel/pcsc-lite/Makefile | 5 +++-- devel/pcsc-lite/distinfo | 2 +- devel/pcsc-lite/files/patch-ltmain.sh | 9 +++++++++ 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.