Date: Thu, 6 Feb 2014 19:49:23 +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: r343146 - head/net/xmlrpc-epi Message-ID: <201402061949.s16JnNwD096199@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Feb 6 19:49:22 2014 New Revision: 343146 URL: http://svnweb.freebsd.org/changeset/ports/343146 QAT: https://qat.redports.org/buildarchive/r343146/ Log: - Stage support - New LIB_DEPENDS syntax - Uses libtool gmake Modified: head/net/xmlrpc-epi/Makefile head/net/xmlrpc-epi/pkg-plist Modified: head/net/xmlrpc-epi/Makefile ============================================================================== --- head/net/xmlrpc-epi/Makefile Thu Feb 6 19:37:51 2014 (r343145) +++ head/net/xmlrpc-epi/Makefile Thu Feb 6 19:49:22 2014 (r343146) @@ -3,6 +3,7 @@ PORTNAME= xmlrpc-epi PORTVERSION= 0.54.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-base/${PORTVERSION}/ @@ -11,15 +12,14 @@ COMMENT= General purpose implementation LICENSE= MIT -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= iconv -USE_AUTOTOOLS= libtool +USES= gmake iconv libtool USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform="s|^|xre-|" PORTDOCS= AUTHORS ChangeLog NEWS README @@ -29,14 +29,11 @@ METHODS= TestNormal TestFault TestStruct CONFLICTS= xmlrpc-c-0.* xmlrpc-c-devel-[0-9]* -NO_STAGE= yes -.include <bsd.port.options.mk> +OPTIONS_DEFINE= DOCS post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} regression-test: .for tm in ${METHODS} Modified: head/net/xmlrpc-epi/pkg-plist ============================================================================== --- head/net/xmlrpc-epi/pkg-plist Thu Feb 6 19:37:51 2014 (r343145) +++ head/net/xmlrpc-epi/pkg-plist Thu Feb 6 19:49:22 2014 (r343146) @@ -17,3 +17,4 @@ lib/libxmlrpc-epi.a lib/libxmlrpc-epi.la lib/libxmlrpc-epi.so lib/libxmlrpc-epi.so.0 +lib/libxmlrpc-epi.so.0.0.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061949.s16JnNwD096199>