1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

BROKEN on 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-09 01:52:43 +00:00
parent 3eed747eaf
commit 86fb3049a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100440
2 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,10 @@ PLIST_SUB+= K1999="@comment "
BASH2FIX= src/modules/telemetry/telemetry.sh src/tools/launcher/torcs.in \
Make-default.mk robotgen \
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " You might define these options:"

View File

@ -23,6 +23,10 @@ MANLANG= "" ja
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-patch:
@(cd ${WRKSRC}; make newlib)