aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-26 11:08:52 +0800
committerkris <kris@FreeBSD.org>2002-10-26 11:08:52 +0800
commit201fbdc2d51f0eacabe959a7b3073154308b8032 (patch)
tree508a3b9150744a7e9e7eb891a25a02a6859cb236 /net
parentd3a5735d228830154871c34a492976176b57c793 (diff)
downloadfreebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.tar.gz
freebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.tar.zst
freebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.zip
Mark BROKEN on 5.0
Diffstat (limited to 'net')
-rw-r--r--net/easysoap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile
index 858e689e17e7..dd5355399301 100644
--- a/net/easysoap/Makefile
+++ b/net/easysoap/Makefile
@@ -23,7 +23,13 @@ CONFIGURE_ENV= CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lexpat"
INSTALLS_SHLIB= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500035
+BROKEN= "Does not compile on 5.0"
+.endif
+
pre-patch:
@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/src/abyss/src/data.c
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>