svn commit: r366011 - head/devel/gsoap
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 24 20:09:56 UTC 2014
Author: antoine
Date: Sun Aug 24 20:09:55 2014
New Revision: 366011
URL: http://svnweb.freebsd.org/changeset/ports/366011
QAT: https://qat.redports.org/buildarchive/r366011/
Log:
Allow staging as a regular user
PR: ports/192957
Modified:
head/devel/gsoap/Makefile
Modified: head/devel/gsoap/Makefile
==============================================================================
--- head/devel/gsoap/Makefile Sun Aug 24 20:04:29 2014 (r366010)
+++ head/devel/gsoap/Makefile Sun Aug 24 20:09:55 2014 (r366011)
@@ -42,6 +42,7 @@ post-patch:
-e 's|-DSOAPCPP_IMPORT_PATH=|-DSOAPCPP2_IMPORT_PATH=|' \
-e 's|-DWSDL_IMPORT_PATH=|-DWSDL2H_IMPORT_PATH=|' \
${WRKSRC}/${CONFIGURE_SCRIPT}
+ ${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/gsoap/Makefile.in
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/gsoap
More information about the svn-ports-all
mailing list