aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-11-05 17:12:55 +0800
committerkris <kris@FreeBSD.org>2005-11-05 17:12:55 +0800
commit3753cb88c43a68e0f07f6937897f4428908f1f1b (patch)
tree3046382fbe966c77a509e121aaff4238a2f21afd /devel
parent1469b53b41bd6028fdbb5cdad559e69213365417 (diff)
downloadfreebsd-ports-gnome-3753cb88c43a68e0f07f6937897f4428908f1f1b.tar.gz
freebsd-ports-gnome-3753cb88c43a68e0f07f6937897f4428908f1f1b.tar.zst
freebsd-ports-gnome-3753cb88c43a68e0f07f6937897f4428908f1f1b.zip
This port depended on the linux_devtools7 port which was removed.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-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
5 files changed, 0 insertions, 57 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f4135abbe91b..8a5532bfa5a7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -544,7 +544,6 @@
SUBDIR += linux-runrev
SUBDIR += linux-sdl12
SUBDIR += linux_devtools
- SUBDIR += linux_kdump
SUBDIR += linuxthreads
SUBDIR += log4c
SUBDIR += log4cplus
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.