Date: Sat, 14 Jun 2014 20:13:18 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357802 - head/devel/lfcxml Message-ID: <201406142013.s5EKDIw8067556@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= fbsd-ports@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406142013.s5EKDIw8067556>