svn commit: r357802 - head/devel/lfcxml

Kurt Jaeger pi at FreeBSD.org
Sat Jun 14 20:13:19 UTC 2014


Author: pi
Date: Sat Jun 14 20:13:18 2014
New Revision: 357802
URL: http://svnweb.freebsd.org/changeset/ports/357802
QAT: https://qat.redports.org/buildarchive/r357802/

Log:
  devel/lfcxml: USES libtool, strip lib

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

Modified: head/devel/lfcxml/Makefile
==============================================================================
--- head/devel/lfcxml/Makefile	Sat Jun 14 20:03:28 2014	(r357801)
+++ head/devel/lfcxml/Makefile	Sat Jun 14 20:13:18 2014	(r357802)
@@ -3,10 +3,11 @@
 
 PORTNAME=	lfcxml
 PORTVERSION=	1.1.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 
-MAINTAINER=	pi at FreeBSD.org
+MAINTAINER=	fbsd-ports at opsec.eu
 COMMENT=	C++ XML library, used for databases/cego
 
 LICENSE=	GPLv3
@@ -16,7 +17,11 @@ LIB_DEPENDS=	liblfcbase.so:${PORTSDIR}/d
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+USES=		libtool
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf:env
 
+post-stage:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcxml.so.1.0.0
+
 .include <bsd.port.mk>

Modified: head/devel/lfcxml/pkg-plist
==============================================================================
--- head/devel/lfcxml/pkg-plist	Sat Jun 14 20:03:28 2014	(r357801)
+++ head/devel/lfcxml/pkg-plist	Sat Jun 14 20:13:18 2014	(r357802)
@@ -7,7 +7,7 @@ include/lfcxml/XMLInStream.h
 include/lfcxml/XMLOutStream.h
 include/lfcxml/XMLSuite.h
 lib/liblfcxml.a
-lib/liblfcxml.la
 lib/liblfcxml.so
 lib/liblfcxml.so.1
+lib/liblfcxml.so.1.0.0
 @dirrm include/lfcxml


More information about the svn-ports-head mailing list