Mark as broken on recent versions of 5.x due to gcc3.3 compilation

problems.  Informed maintainer.
This commit is contained in:
Mark Linimon 2003-12-23 06:12:18 +00:00
parent 8eb009d1eb
commit 31ba33aa61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96470

View file

@ -35,10 +35,16 @@ MAN8= grub.8 grub-install.8 grub-md5-crypt.8
# @sleep 2
#.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
pre-build:
@${RM} ${WRKSRC}/docs/grub.info*
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>