svn commit: r355542 - head/sysutils/afflib

Antoine Brodin antoine at FreeBSD.org
Tue May 27 16:34:04 UTC 2014


Author: antoine
Date: Tue May 27 16:34:03 2014
New Revision: 355542
URL: http://svnweb.freebsd.org/changeset/ports/355542
QAT: https://qat.redports.org/buildarchive/r355542/

Log:
  Use libtool and strip shared library

Modified:
  head/sysutils/afflib/Makefile
  head/sysutils/afflib/pkg-plist

Modified: head/sysutils/afflib/Makefile
==============================================================================
--- head/sysutils/afflib/Makefile	Tue May 27 16:28:44 2014	(r355541)
+++ head/sysutils/afflib/Makefile	Tue May 27 16:34:03 2014	(r355542)
@@ -3,6 +3,7 @@
 
 PORTNAME=	afflib
 PORTVERSION=	3.7.4
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.digitalcorpora.org/downloads/${PORTNAME}/
 
@@ -16,8 +17,9 @@ LIB_DEPENDS=	libexpat.so:${PORTSDIR}/tex
 
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
-USES=		fuse pathfix
+USES=		fuse libtool:keepla pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-s3=yes
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/sysutils/afflib/pkg-plist
==============================================================================
--- head/sysutils/afflib/pkg-plist	Tue May 27 16:28:44 2014	(r355541)
+++ head/sysutils/afflib/pkg-plist	Tue May 27 16:34:03 2014	(r355542)
@@ -21,6 +21,7 @@ lib/libafflib.a
 lib/libafflib.la
 lib/libafflib.so
 lib/libafflib.so.0
+lib/libafflib.so.0.0.0
 libdata/pkgconfig/afflib.pc
 man/man1/affcat.1.gz
 @dirrm include/afflib


More information about the svn-ports-all mailing list