mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Mark as broken with latest gcc. Informed maintainer.
This commit is contained in:
parent
231951d901
commit
423f9cc961
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96258
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user