Mark as broken on 5.x due to gcc3.3's stricter handling of multiline

string constants.  Informed maintainer.
This commit is contained in:
Mark Linimon 2003-12-20 04:38:16 +00:00
parent 39a69f5995
commit 4d2de8f96d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96249

View file

@ -18,6 +18,12 @@ VERSION= 0.2-b4
STARTUP_SCRIPT= $(PREFIX)/etc/rc.d/ebw3d.sh.sample
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
post-install:
${MKDIR} ${PREFIX}/www/cgi-bin
${INSTALL} -c -o nobody -g nobody -m 555 ${WRKSRC}/cdsearch \
@ -32,4 +38,4 @@ post-install:
.endif
${INSTALL_SCRIPT} ${FILESDIR}/ebw3d.sh.sample $(PREFIX)/etc/rc.d
.include <bsd.port.mk>
.include <bsd.port.post.mk>