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

Mark BROKEN for current. Fails build stage.

This commit is contained in:
Justin M. Seger 1998-08-16 13:13:02 +00:00
parent 8c0a791e84
commit 53777764e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12537

View File

@ -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