Mark as broken on 5.x due to gcc3.3's stricter handling of multiline
string constants. Informed maintainer.
This commit is contained in:
parent
39a69f5995
commit
4d2de8f96d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96249
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue