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 2009-08-15 16:12:23 +00:00
parent ba07b812a7
commit b94d4e65d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239602
2 changed files with 10 additions and 2 deletions

View File

@ -50,7 +50,9 @@ LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
.endif
.if ${ARCH} == "i386"
.if ${OSVERSION} >= 700000
.if ${OSVERSION} >= 800105
BROKEN= does not build
.elif ${OSVERSION} >= 700000
DISTFILES+= ghc-${PORTVERSION}-i386-unknown-freebsd7-boot${EXTRACT_SUFX}:boot
.else
DISTFILES+= ghc-${PORTVERSION}-i386-unknown-freebsd6-boot${EXTRACT_SUFX}:boot

View File

@ -38,4 +38,10 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB= NLS="@comment "
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>