svn commit: r302333 - head/devel/pcsc-lite

Tilman Keskinoz arved at FreeBSD.org
Thu Aug 9 08:55:38 UTC 2012


Author: arved
Date: Thu Aug  9 08:55:37 2012
New Revision: 302333
URL: http://svn.freebsd.org/changeset/ports/302333

Log:
  Don't use /var/tmp/ for storing ipc files,
  because pcscd changes the permissions of that directory
  The default /var/run/pcscd seems to be good enough
  
  Reported by:	Sulev-Madis Silber

Modified:
  head/devel/pcsc-lite/Makefile

Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile	Thu Aug  9 08:32:41 2012	(r302332)
+++ head/devel/pcsc-lite/Makefile	Thu Aug  9 08:55:37 2012	(r302333)
@@ -7,6 +7,7 @@
 
 PORTNAME=	pcsc-lite
 PORTVERSION=	1.8.5
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	devel security
 MASTER_SITES=	https://alioth.debian.org/frs/download.php/3741/
@@ -27,8 +28,7 @@ USE_RC_SUBR=	pcscd
 USE_LDCONFIG=	yes
 CFLAGS+=	${PTHREAD_CFLAGS}
 CONFIGURE_ENV=	LIBS="${LIBS} ${PTHREAD_LIBS}"
-CONFIGURE_ARGS=	--enable-ipcdir=/var/tmp/ \
-		--enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/
+CONFIGURE_ARGS=	--enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 



More information about the svn-ports-all mailing list