aboutsummaryrefslogtreecommitdiffstats
path: root/net/xisp
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-22 07:56:02 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-22 07:56:02 +0800
commit89d1412f003464b1e96e188ecc1576b5a3ec4bec (patch)
treeb7789e6c3cc54829cfc2dcafbff45519cd5a1b6b /net/xisp
parent55fe37c8025cd197efa6b0de38c60592f1a4fddd (diff)
downloadfreebsd-ports-gnome-89d1412f003464b1e96e188ecc1576b5a3ec4bec.tar.gz
freebsd-ports-gnome-89d1412f003464b1e96e188ecc1576b5a3ec4bec.tar.zst
freebsd-ports-gnome-89d1412f003464b1e96e188ecc1576b5a3ec4bec.zip
Per bento logs, mark as broken on 5.x due to varargs.h being deprecated
in gcc3.3. Notified maintainer.
Diffstat (limited to 'net/xisp')
-rw-r--r--net/xisp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile
index a726799b3ba0..11f637d2925f 100644
--- a/net/xisp/Makefile
+++ b/net/xisp/Makefile
@@ -22,4 +22,10 @@ USE_XPM= yes
MAN1= xisp.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile due to deprecation of varargs.h"
+.endif
+
+.include <bsd.port.post.mk>