svn commit: r353223 - head/devel/libesedb

Antoine Brodin antoine at FreeBSD.org
Wed May 7 22:39:10 UTC 2014


Author: antoine
Date: Wed May  7 22:39:09 2014
New Revision: 353223
URL: http://svnweb.freebsd.org/changeset/ports/353223
QAT: https://qat.redports.org/buildarchive/r353223/

Log:
  Use libtool, strip binaries

Modified:
  head/devel/libesedb/Makefile
  head/devel/libesedb/pkg-plist

Modified: head/devel/libesedb/Makefile
==============================================================================
--- head/devel/libesedb/Makefile	Wed May  7 22:38:15 2014	(r353222)
+++ head/devel/libesedb/Makefile	Wed May  7 22:39:09 2014	(r353223)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libesedb
 DISTVERSION=	alpha-20120102
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/ \
 		LOCAL/antoine
@@ -14,20 +15,17 @@ LICENSE=	LGPL3
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
-USES=		gettext iconv pathfix
+USES=		gettext iconv libtool pathfix
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
 
 PORTDOCS=	AUTHORS ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>

Modified: head/devel/libesedb/pkg-plist
==============================================================================
--- head/devel/libesedb/pkg-plist	Wed May  7 22:38:15 2014	(r353222)
+++ head/devel/libesedb/pkg-plist	Wed May  7 22:39:09 2014	(r353223)
@@ -8,9 +8,9 @@ include/libesedb/extern.h
 include/libesedb/features.h
 include/libesedb/types.h
 lib/libesedb.a
-lib/libesedb.la
 lib/libesedb.so
 lib/libesedb.so.1
+lib/libesedb.so.1.0.0
 libdata/pkgconfig/libesedb.pc
 man/man1/esedbinfo.1.gz
 man/man3/libesedb.3.gz


More information about the svn-ports-all mailing list