From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 21 18:10:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4780037B401 for ; Sat, 21 Jun 2003 18:10:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3334343FAF for ; Sat, 21 Jun 2003 18:10:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5M1AFUp022521 for ; Sat, 21 Jun 2003 18:10:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5M1AF1K022520; Sat, 21 Jun 2003 18:10:15 -0700 (PDT) Resent-Date: Sat, 21 Jun 2003 18:10:15 -0700 (PDT) Resent-Message-Id: <200306220110.h5M1AF1K022520@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toni Andjelkovic Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E76F937B401 for ; Sat, 21 Jun 2003 18:02:43 -0700 (PDT) Received: from gate.soth.at (door.soth.at [80.110.102.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC9F843F93 for ; Sat, 21 Jun 2003 18:02:42 -0700 (PDT) (envelope-from toni@gate.soth.at) Received: from gate.soth.at (localhost [127.0.0.1]) by gate.soth.at (8.12.9/8.12.9) with ESMTP id h5M12fmx057370 for ; Sun, 22 Jun 2003 03:02:41 +0200 (CEST) (envelope-from toni@gate.soth.at) Received: (from toni@localhost) by gate.soth.at (8.12.9/8.12.9/Submit) id h5M12eXB057369; Sun, 22 Jun 2003 03:02:40 +0200 (CEST) Message-Id: <200306220102.h5M12eXB057369@gate.soth.at> Date: Sun, 22 Jun 2003 03:02:40 +0200 (CEST) From: Toni Andjelkovic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53604: Update of devel/pcsc-lite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Toni Andjelkovic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 01:10:16 -0000 >Number: 53604 >Category: ports >Synopsis: Update of devel/pcsc-lite >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 21 18:10:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Toni Andjelkovic >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD gate.soth.at 4.8-STABLE FreeBSD 4.8-STABLE #2: Wed Jun 11 13:00:42 CEST 2003 toni@gate.soth.at:/usr/obj/usr/src/sys/GATE i386 >Description: - Update to 1.1.2.b.5. - MASTER_SITES has moved. - Handles "usbdropdir" and "muscledropdir" explicitly. - aclocal.m4 has moved, so there's no need to set LIBTOOLFILES any longer. - Two patches fixing flex-generated code which included unconditionally, causing build failure on older systems (notably 4.8-STABLE). >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pcsc-lite/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 19 May 2003 01:36:52 -0000 1.8 +++ Makefile 22 Jun 2003 00:10:45 -0000 @@ -6,19 +6,18 @@ # PORTNAME= pcsc-lite -PORTVERSION= 1.1.2.b.4 +PORTVERSION= 1.1.2.b.5 CATEGORIES= devel security -MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/muscle/ +MASTER_SITES= http://alioth.debian.org/download.php/160/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/} MAINTAINER= toni@soth.at COMMENT= A smartcard development library -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.b.4//} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.b.5//} GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes -LIBTOOLFILES+= build/aclocal.m4 INSTALLS_SHLIB= yes CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" @@ -26,7 +25,9 @@ --enable-syslog \ --enable-runpid=/var/run/pcscd.pid \ --enable-ipcdir=/var/tmp/ \ - --enable-confdir=${PREFIX}/etc \ + --enable-confdir=${PREFIX}/etc/ \ + --enable-usbdropdir=${PREFIX}/pcsc/drivers/ \ + --enable-muscledropdir=${PREFIX}/pcsc/services/ \ --enable-threadsafe PKGMESSAGE= ${WRKDIR}/pkg-message MAN1= formaticc.1 @@ -39,6 +40,8 @@ ${INSTALL_DATA} ${WRKSRC}/doc/pcsc-lite-0.8.7.pdf ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/muscle-api-1.3.0.pdf ${DOCSDIR} .endif + @${MKDIR} ${PREFIX}/pcsc/drivers + @${MKDIR} ${PREFIX}/pcsc/services ${INSTALL_DATA} ${WRKSRC}/etc/reader.conf \ ${PREFIX}/etc/reader.conf.sample ${INSTALL_SCRIPT} ${FILESDIR}/pcscd.sh \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/pcsc-lite/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 19 May 2003 01:36:53 -0000 1.6 +++ distinfo 22 Jun 2003 00:10:45 -0000 @@ -1 +1 @@ -MD5 (pcsc-lite-1.1.2beta4.tar.gz) = 4ceb2cc932dc894f62f1226ac98a605e +MD5 (pcsc-lite-1.1.2beta5.tar.gz) = 38791ef76bd0c731d26893317d24fe3b Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/pcsc-lite/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 22 Feb 2003 03:24:14 -0000 1.4 +++ pkg-plist 22 Jun 2003 00:10:45 -0000 @@ -17,3 +17,6 @@ lib/libpcsclite.so.0 sbin/pcscd %%PORTDOCS%%@dirrm share/doc/pcsc-lite +@dirrm pcsc/drivers +@dirrm pcsc/services +@dirrm pcsc --- /dev/null Sun Jun 22 02:08:40 2003 +++ files/patch-src::configfile.c Sun Jun 22 01:38:03 2003 @@ -0,0 +1,12 @@ +--- src/configfile.c.bak Sun Jun 1 23:43:39 2003 ++++ src/configfile.c Sun Jun 1 23:43:59 2003 +@@ -20,7 +20,9 @@ + #include + #include + #include ++#ifdef HAVE_STDINT_H + #include /* May break IA64 test-noansi-r */ ++#endif + + /* end standard C headers. */ + --- /dev/null Sun Jun 22 02:08:40 2003 +++ files/patch-src::tokenparser.c Sun Jun 22 01:38:03 2003 @@ -0,0 +1,12 @@ +--- src/tokenparser.c.bak Sun Jun 1 23:44:13 2003 ++++ src/tokenparser.c Sun Jun 1 23:44:31 2003 +@@ -20,7 +20,9 @@ + #include + #include + #include ++#ifdef HAVE_STDINT_H + #include /* May break IA64 test-noansi-r */ ++#endif + + /* end standard C headers. */ + >Release-Note: >Audit-Trail: >Unformatted: