svn commit: r358794 - head/devel/pcsc-lite
Tilman Keskinoz
arved at FreeBSD.org
Sun Jun 22 12:28:02 UTC 2014
Author: arved
Date: Sun Jun 22 12:28:01 2014
New Revision: 358794
URL: http://svnweb.freebsd.org/changeset/ports/358794
QAT: https://qat.redports.org/buildarchive/r358794/
Log:
Fix build error with DEVELOPER=yes defined (python path shebang fix)
Minor fixes to LICENSE and old USE_BZIP2.
Add pkg-plist missing entry
Strip final libraries
PR: 191010
Submitted by: Daniel Austin
Modified:
head/devel/pcsc-lite/Makefile
head/devel/pcsc-lite/pkg-plist
Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile Sun Jun 22 12:22:27 2014 (r358793)
+++ head/devel/pcsc-lite/Makefile Sun Jun 22 12:28:01 2014 (r358794)
@@ -3,6 +3,7 @@
PORTNAME= pcsc-lite
PORTVERSION= 1.8.11
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= devel security
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/3991/
@@ -10,14 +11,14 @@ MASTER_SITES= https://alioth.debian.org/
MAINTAINER= arved at FreeBSD.org
COMMENT= Smartcard development library
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_BZIP2= yes
GNU_CONFIGURE= yes
-USES= gmake perl5 pathfix pkgconfig
+USES= gmake perl5 pathfix pkgconfig shebangfix tar:bzip2
USE_PERL5= build
USE_RC_SUBR= pcscd
+SHEBANG_FILES= ${WRKSRC}/src/spy/pcsc-spy
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/
@@ -69,5 +70,6 @@ post-install:
${TOUCH} ${STAGEDIR}${PREFIX}/lib/pcsc/services/.keep_me
@${SED} 's,%%PREFIX%%,${PREFIX},g' < ${FILESDIR}/pkg-message.in > \
${WRKDIR}/pkg-message
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpcsclite.so.1 ${STAGEDIR}${PREFIX}/lib/libpcscspy.so.0
.include <bsd.port.post.mk>
Modified: head/devel/pcsc-lite/pkg-plist
==============================================================================
--- head/devel/pcsc-lite/pkg-plist Sun Jun 22 12:22:27 2014 (r358793)
+++ head/devel/pcsc-lite/pkg-plist Sun Jun 22 12:28:01 2014 (r358794)
@@ -14,6 +14,7 @@ lib/pcsc/services/.keep_me
libdata/pkgconfig/libpcsclite.pc
sbin/pcscd
%%PORTDOCS%%%%DOCSDIR%%/README.DAEMON
+%%PORTDOCS%%%%DOCSDIR%%/README.polkit
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcsc_demo.c
More information about the svn-ports-all
mailing list