1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-18 08:01:09 +00:00
parent c247e4be09
commit 54c070a304
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118224
2 changed files with 14 additions and 2 deletions

View File

@ -32,6 +32,12 @@ ANT_TARGET?= library-linux
USE_GMAKE= yes
PLIST_FILES= bin/colorer lib/libcolorer.so
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
do-build:
@(cd ${WRKSRC} && \
${SETENV} JAVA_HOME=${JAVA_HOME} ${ANT} ${ANT_TARGET} ; \
@ -76,4 +82,4 @@ do-install:
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -32,7 +32,13 @@ MAKE_ENV= QTDIR=${X11BASE} \
THE_MACHTYPE= ${ARCH:S/i386/x86/}
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/cphone ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>