summaryrefslogtreecommitdiff
path: root/lang/bigloo
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-20 10:22:33 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-20 10:22:33 +0000
commit423f9cc9611618988a04b41a0652a37def07cbd5 (patch)
treeadb7e0f0748ac85ce678e09f29cd84f0afb38d64 /lang/bigloo
parentMinor update to 1.16, mainly fixes fetch. (diff)
Mark as broken with latest gcc. Informed maintainer.
Notes
Notes: svn path=/head/; revision=96258
Diffstat (limited to 'lang/bigloo')
-rw-r--r--lang/bigloo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile
index 03c856914e76..ddc2d0d7f7e9 100644
--- a/lang/bigloo/Makefile
+++ b/lang/bigloo/Makefile
@@ -33,6 +33,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
INSTALL_INFO?= install-info
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile due to varargs.h being deprecated"
+.endif
+
post-install: install-info
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/bigloo.sh | ${SED} "s|%%BIGLOO_VERSION%%|${PORTVERSION}|g" > ${PREFIX}/etc/rc.d/000.bigloo.sh
@${CHMOD} 750 ${PREFIX}/etc/rc.d/000.bigloo.sh
@@ -43,4 +49,4 @@ install-info:
test: build
@(cd ${WRKSRC}; ${GMAKE} test)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>