From 53777764e198fee4e37ea6aad43bb5324b6ed44c Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sun, 16 Aug 1998 13:13:02 +0000 Subject: [PATCH] Mark BROKEN for current. Fails build stage. --- devel/linux_kdump/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index 6f840c43aec5..aeb22726c28e 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 26 1997 # Whom: msmith@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/26 07:49:35 msmith Exp $ # DISTNAME= linux_kdump-1.0 @@ -14,6 +14,11 @@ MAINTAINER= msmith@FreeBSD.org BUILD_DEPENDS= /compat/linux/usr/bin/cpp:${PORTSDIR}/devel/linux_devel +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= "During build fails makesyscalls" +.endif + .if !exists(/sys/i386/linux/syscalls.master) BROKEN= "requires kernel source present in /sys" .endif