1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Mark BROKEN on 9.x: does not build

This commit is contained in:
Erwin Lansing 2010-04-18 18:58:20 +00:00
parent 03baddf58d
commit 39db6303db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252878
4 changed files with 17 additions and 1 deletions

View File

@ -29,6 +29,10 @@ OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900009
BROKEN= does not build
.endif
.if !defined(WITHOUT_GNUPLOT) .if !defined(WITHOUT_GNUPLOT)
RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot
.endif .endif

View File

@ -28,6 +28,10 @@ OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900009
BROKEN= does not build
.endif
DATADIR:= ${DATADIR:S/31//} DATADIR:= ${DATADIR:S/31//}
.if !defined(WITHOUT_GNUPLOT) .if !defined(WITHOUT_GNUPLOT)

View File

@ -78,6 +78,8 @@ USE_RC_SUBR= vmware-guestd.sh vmware-kmod.sh
.if ${OSVERSION} < 700000 .if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X BROKEN= does not compile on 6.X
.elif ${OSVERSION} >= 900007
BROKEN= does not compile
.endif .endif
.if ${ARCH} == "sparc64" .if ${ARCH} == "sparc64"

View File

@ -36,4 +36,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vmsbackup ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/vmsbackup ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>