svn commit: r541046 - head/devel/pcsc-lite
Li-Wen Hsu
lwhsu at FreeBSD.org
Thu Jul 2 17:05:44 UTC 2020
Author: lwhsu
Date: Thu Jul 2 17:05:44 2020
New Revision: 541046
URL: https://svnweb.freebsd.org/changeset/ports/541046
Log:
Restore ipcdir to /var/run
PR: 247719 [1] 247286 [2]
Submitted by: cmt [1]
Reported by: Tatsuki Makino [2]
Approved by: maintainer timeout (followup last coomit)
MFH: 2020Q3
Modified:
head/devel/pcsc-lite/Makefile
Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile Thu Jul 2 16:45:34 2020 (r541045)
+++ head/devel/pcsc-lite/Makefile Thu Jul 2 17:05:44 2020 (r541046)
@@ -3,6 +3,7 @@
PORTNAME= pcsc-lite
PORTVERSION= 1.9.0
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= devel security
MASTER_SITES= https://pcsclite.apdu.fr/files/
@@ -22,7 +23,8 @@ PYTHON_NO_DEPENDS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-libsystemd \
- --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/
+ --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/ \
+ --enable-ipcdir=/var/run
INSTALL_TARGET= install-strip
SHEBANG_FILES= src/spy/pcsc-spy
More information about the svn-ports-head
mailing list