Mark as broken with latest gcc. Informed maintainer.

This commit is contained in:
Mark Linimon 2003-12-20 10:22:33 +00:00
parent 231951d901
commit 423f9cc961
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96258

View file

@ -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>