diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-17 00:17:47 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-17 00:17:47 +0800 |
commit | 14a02d7b035208d5779001462e20fa29f2447c4d (patch) | |
tree | 062f39d9dbfb175c902e7e89e75b1eeb94517edb | |
parent | 59e0548baf2196f17388deaf6c853ca5663af51c (diff) | |
download | freebsd-ports-gnome-14a02d7b035208d5779001462e20fa29f2447c4d.tar.gz freebsd-ports-gnome-14a02d7b035208d5779001462e20fa29f2447c4d.tar.zst freebsd-ports-gnome-14a02d7b035208d5779001462e20fa29f2447c4d.zip |
Add USES=libtool
-rw-r--r-- | devel/xmltooling/Makefile | 7 | ||||
-rw-r--r-- | devel/xmltooling/pkg-plist | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index 7e09d447e85e..8b5c95c898fa 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmltooling PORTVERSION= 1.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/2.5.3/ @@ -19,7 +19,7 @@ BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc -USES= gmake pkgconfig +USES= gmake libtool pkgconfig USE_LDCONFIG= yes USE_OPENSSL= yes @@ -32,9 +32,6 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure - .if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in .endif diff --git a/devel/xmltooling/pkg-plist b/devel/xmltooling/pkg-plist index d318255837e6..fcc9da9168e6 100644 --- a/devel/xmltooling/pkg-plist +++ b/devel/xmltooling/pkg-plist @@ -82,8 +82,10 @@ include/xmltooling/validation/ValidatorSuite.h include/xmltooling/version.h lib/libxmltooling-lite.so lib/libxmltooling-lite.so.6 +lib/libxmltooling-lite.so.6.0.3 lib/libxmltooling.so lib/libxmltooling.so.6 +lib/libxmltooling.so.6.0.3 libdata/pkgconfig/xmltooling.pc share/xml/xmltooling/catalog.xml share/xml/xmltooling/soap-envelope.xsd |