aboutsummaryrefslogtreecommitdiff
path: root/devel/linux_kdump
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 09:12:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 09:12:55 +0000
commit1bfaddb12c8260c341da6bf1cad3cb66d2f21a87 (patch)
tree036a2fbfc998be309a2a8844fab00bdc3fc7551c /devel/linux_kdump
parent7a41f6e0d6b47ea63709a12329511c794293cc68 (diff)
downloadports-1bfaddb12c8260c341da6bf1cad3cb66d2f21a87.tar.gz
ports-1bfaddb12c8260c341da6bf1cad3cb66d2f21a87.zip
Notes
Diffstat (limited to 'devel/linux_kdump')
-rw-r--r--devel/linux_kdump/Makefile40
-rw-r--r--devel/linux_kdump/distinfo2
-rw-r--r--devel/linux_kdump/files/patch-mkioctls.linux11
-rw-r--r--devel/linux_kdump/pkg-descr3
4 files changed, 0 insertions, 56 deletions
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile
deleted file mode 100644
index b6e7c0cef6e6..000000000000
--- a/devel/linux_kdump/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: linux_kdump
-# Date created: Nov 26 1997
-# Whom: msmith@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= linux_kdump
-PORTVERSION= 1.5
-PORTREVISION= 1
-CATEGORIES= devel linux
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= marcel
-
-MAINTAINER= marcel@FreeBSD.org
-COMMENT= Linux-compatability ktrace.out processor
-
-BUILD_DEPENDS= /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools-7
-
-ONLY_FOR_ARCHS= i386
-MAN1= linux_kdump.1
-PLIST_FILES= bin/linux_kdump
-
-.include <bsd.port.pre.mk>
-
-.ifndef(SRCDIR)
-SRCDIR= /usr/src
-pre-everything::
- @${ECHO_MSG} '===> Using the FreeBSD source tree under /usr/src'
- @${ECHO_MSG} '===> Set SRCDIR to use an alternate source tree'
-.endif
-
-.if !exists(${SRCDIR}/sys/i386/linux/syscalls.master)
-IGNORE= "requires kernel source present in ${SRCDIR}/sys"
-.endif
-.if !exists(${SRCDIR}/usr.bin/ktrace/subr.c)
-IGNORE= "requires ktrace source present in ${SRCDIR}/usr.bin/ktrace"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/linux_kdump/distinfo b/devel/linux_kdump/distinfo
deleted file mode 100644
index bf77137d333c..000000000000
--- a/devel/linux_kdump/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (linux_kdump-1.5.tar.gz) = 9af097e1a868c4db05f9a50367a6a91d
-SIZE (linux_kdump-1.5.tar.gz) = 6166
diff --git a/devel/linux_kdump/files/patch-mkioctls.linux b/devel/linux_kdump/files/patch-mkioctls.linux
deleted file mode 100644
index ed405733472f..000000000000
--- a/devel/linux_kdump/files/patch-mkioctls.linux
+++ /dev/null
@@ -1,11 +0,0 @@
---- mkioctls.linux.orig Sat Feb 21 15:35:48 2004
-+++ mkioctls.linux Sat Feb 21 15:34:41 2004
-@@ -4,7 +4,7 @@
- TMP2FILE=/tmp/$$b.c
- OUTFILE=linux_ioctl.c
-
--CPP="/compat/linux/usr/bin/gcc -E"
-+CPP="/compat/linux/usr/bin/gcc -E -D__builtin_va_list=int"
-
- (echo "#include <sys/ioctl.h>"
- echo "#include <sys/soundcard.h>"
diff --git a/devel/linux_kdump/pkg-descr b/devel/linux_kdump/pkg-descr
deleted file mode 100644
index c8a5b86f6955..000000000000
--- a/devel/linux_kdump/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Linux_kdump produces human-readable output from ktrace.out files
-generated by the FreeBSD utility ktrace(1) when run with a Linux
-binary.