aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-23 14:24:26 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-23 14:24:26 +0800
commitb7705dfce1be65a12b3ff61689afd4e277c48eaa (patch)
treedf5ffe80fa9e2c9296be60c51435d9e271698672 /sysutils
parentb10970766bd4b317cee66ccb2a2c1e6de381c3d7 (diff)
downloadfreebsd-ports-gnome-b7705dfce1be65a12b3ff61689afd4e277c48eaa.tar.gz
freebsd-ports-gnome-b7705dfce1be65a12b3ff61689afd4e277c48eaa.tar.zst
freebsd-ports-gnome-b7705dfce1be65a12b3ff61689afd4e277c48eaa.zip
Mark as broken on recent versions of 5.x due to gcc3.3 having
deprecated varargs.h. Notified maintainer.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xloadface/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xloadface/Makefile b/sysutils/xloadface/Makefile
index 6f2c9c33abf2..95fc12cf6107 100644
--- a/sysutils/xloadface/Makefile
+++ b/sysutils/xloadface/Makefile
@@ -23,6 +23,12 @@ XLOADFACEDIR= $(X11BASE)/lib/X11/xloadface
MAN1= xloadface.1
MANLANG= ja
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
pre-build:
${LOCALBASE}/bin/nkf -e ${WRKSRC}/xloadface.1 > ${WRKSRC}/xloadface.man
@@ -37,4 +43,4 @@ pre-install:
${INSTALL_DATA} ${WRKSRC}/bitmap/* $(XLOADFACEDIR)/bitmap
${INSTALL_DATA} ${WRKSRC}/catfaces/* $(XLOADFACEDIR)/catfaces
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>