svn commit: r343146 - head/net/xmlrpc-epi
Antoine Brodin
antoine at FreeBSD.org
Thu Feb 6 19:49:23 UTC 2014
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
More information about the svn-ports-all
mailing list