svn commit: r346617 - head/net/easysoap
Gerald Pfeifer
gerald at FreeBSD.org
Sat Mar 1 12:46:30 UTC 2014
Author: gerald
Date: Sat Mar 1 12:46:30 2014
New Revision: 346617
URL: http://svnweb.freebsd.org/changeset/ports/346617
QAT: https://qat.redports.org/buildarchive/r346617/
Log:
We don't need to worry about FreeBSD versions before 7.0 any more.
Simplify by removing USE_GCC=4.2+ which was only used in that case.
Modified:
head/net/easysoap/Makefile
Modified: head/net/easysoap/Makefile
==============================================================================
--- head/net/easysoap/Makefile Sat Mar 1 12:23:44 2014 (r346616)
+++ head/net/easysoap/Makefile Sat Mar 1 12:46:30 2014 (r346617)
@@ -22,10 +22,6 @@ USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700042 && ${ARCH} == "amd64"
-USE_GCC= 4.2+
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
More information about the svn-ports-head
mailing list