- Mark as broken on 8.x. There are two PRs about this. The first (ports/135285)

has a patch but that causes coredumps. The second (ports/135621) has not
  been tested yet but the port should still be marked as broken until a
  proper fix is put in place.

PR:		ports/135285
Submitted by:	David Naylor <naylor.b.david@gmail.com>
Approved by:	maintainer timeout
This commit is contained in:
Wesley Shields 2009-06-16 14:55:36 +00:00
parent c1241fb32f
commit 330c04e997
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236029

View file

@ -58,6 +58,10 @@ OPTIONS= AUTOSETUP "Automatic global config file setup" off
.include <bsd.port.pre.mk>
.if (${OSVERSION} >= 800000)
BROKEN= does not build on 8.x
.endif
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires the Kernel source to be installed. Set SRC_BASE if it is not in /usr/src
.endif