Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2015 16:17:48 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377187 - head/devel/xmltooling
Message-ID:  <201501161617.t0GGHmUK046885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Jan 16 16:17:47 2015
New Revision: 377187
URL: https://svnweb.freebsd.org/changeset/ports/377187
QAT: https://qat.redports.org/buildarchive/r377187/

Log:
  Add USES=libtool

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

Modified: head/devel/xmltooling/Makefile
==============================================================================
--- head/devel/xmltooling/Makefile	Fri Jan 16 16:04:56 2015	(r377186)
+++ head/devel/xmltooling/Makefile	Fri Jan 16 16:17:47 2015	(r377187)
@@ -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}
 
 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

Modified: head/devel/xmltooling/pkg-plist
==============================================================================
--- head/devel/xmltooling/pkg-plist	Fri Jan 16 16:04:56 2015	(r377186)
+++ head/devel/xmltooling/pkg-plist	Fri Jan 16 16:17:47 2015	(r377187)
@@ -82,8 +82,10 @@ include/xmltooling/validation/ValidatorS
 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



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