freebsd-ports/devel/linux_kdump/Makefile
Marcel Moolenaar 95f42a9f6c Fix breakage of linux_kdump after the alignment of syscall arguments by
dt@FreeBSD.org. Aligning the arguments caused linux_kdump to shift the
arguments one to the right (ie argument 2 was showed as argument 1). Needless
to say that such a trace is not very usefull...

Change the package version to 1.3
1999-09-21 16:38:59 +00:00

29 lines
717 B
Makefile

# New ports collection makefile for: linux_kdump
# Version required: 1.2
# Date created: Nov 26 1997
# Whom: msmith@FreeBSD.org
#
# $FreeBSD$
#
DISTNAME= linux_kdump-1.3
CATEGORIES= devel
MASTER_SITES= http://www.FreeBSD.org/~marcel/ \
ftp://ftp.scc.nl/pub/FreeBSD/distfiles/
MAINTAINER= marcel@FreeBSD.org
BUILD_DEPENDS= /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if !exists(/sys/i386/linux/syscalls.master)
BROKEN= "requires kernel source present in /sys"
.endif
.if !exists(/usr/src/usr.bin/ktrace/subr.c)
BROKEN= "requires ktrace source present in /usr/src/usr.bin/ktrace"
.endif
.include <bsd.port.post.mk>