Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 22:39:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353223 - head/devel/libesedb
Message-ID:  <201405072239.s47Md99P027095@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405072239.s47Md99P027095>