summaryrefslogtreecommitdiff
path: root/sysutils/tct/files/patch-extras_findkey_makedefs
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-10 17:59:13 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-10 17:59:13 +0000
commitc53b6c9890386243efe56fc82dd080fbc160ff83 (patch)
tree9eb6267f28ef263a70a3d49a868929bea27e15c6 /sysutils/tct/files/patch-extras_findkey_makedefs
parent- Remove www/urchin5 is marked for removal. (diff)
2007-04-06 sysutils/tct: this port is obsolete, please use sysutils/sleuthkit instead
2007-04-10 textproc/ocaml-yaxi: Does not build 2007-04-10 ukrainian/pine.language: Leaves behind config file on deinstall 2007-04-10 www/mod_zap: Incomplete pkg-plist 2007-04-10 www/sahana2: Conflicting dependencies: php4 vs php5 2007-04-10 www/urchin5: Does not install 2007-04-07 databases/cyrus-smlacapd: this software is obsolete
Notes
Notes: svn path=/head/; revision=189696
Diffstat (limited to 'sysutils/tct/files/patch-extras_findkey_makedefs')
-rw-r--r--sysutils/tct/files/patch-extras_findkey_makedefs16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/tct/files/patch-extras_findkey_makedefs b/sysutils/tct/files/patch-extras_findkey_makedefs
deleted file mode 100644
index c10bd8fddc54..000000000000
--- a/sysutils/tct/files/patch-extras_findkey_makedefs
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- extras/findkey/makedefs.orig
-+++ extras/findkey/makedefs
-@@ -9,6 +9,10 @@
- FreeBSD.4*) DEFS="-DFREEBSD4"
- ;;
- FreeBSD.5*) DEFS="-DFREEBSD5"
-+ ;;
-+ FreeBSD.6*) DEFS="-DFREEBSD6"
-+ ;;
-+ FreeBSD.7*) DEFS="-DFREEBSD7"
- ;;
- OpenBSD.2*) DEFS="-DOPENBSD2"
- ;;