1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark BROKEN on 8.x: does not build.

This commit is contained in:
Erwin Lansing 2008-08-23 17:14:08 +00:00
parent 5f55db781b
commit d2de7775cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219047
3 changed files with 16 additions and 2 deletions

View File

@ -31,4 +31,10 @@ PLIST_SUB= GCC28SUBDIR=${GCC28DIR}
pre-configure:
@${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>

View File

@ -24,4 +24,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ipex ${PREFIX}/bin/ipex
${INSTALL_MAN} ${WRKSRC}/doc/ipex.1.gz ${MANPREFIX}/man/man1/ipex.1.gz
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>

View File

@ -99,6 +99,8 @@ pre-configure:
@${ECHO} "************************************************************"
@${ECHO} ""
.endif
.elif ${OSVERSION} >= 800000
BROKEN= does not build
.endif
post-install: