summaryrefslogtreecommitdiff
path: root/sysutils/sleuthkit/files/patch-src::makedefs
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-01-20 10:24:18 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-01-20 10:24:18 +0000
commit6b5f7f96403d2aafe48fecd0179e5d35cae34030 (patch)
tree889ac01a2cc92a514fcbc71a9e8c04b8221e14ea /sysutils/sleuthkit/files/patch-src::makedefs
parent- Update to 1.4.2 (diff)
- Update to version 1.73, which features many bugfixes and UFS2 support
- Teach about FreeBSD 6.X (and thus unbreak) - Honor CC and CFLAGS - Tidy up Makefile and pkg-plist (use DOCSDIR macro) - Do not build file(1) since it's the base already (and the same version) Approved by: maintainer timeout
Diffstat (limited to 'sysutils/sleuthkit/files/patch-src::makedefs')
-rw-r--r--sysutils/sleuthkit/files/patch-src::makedefs11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/sleuthkit/files/patch-src::makedefs b/sysutils/sleuthkit/files/patch-src::makedefs
new file mode 100644
index 000000000000..b3cd7382775f
--- /dev/null
+++ b/sysutils/sleuthkit/files/patch-src::makedefs
@@ -0,0 +1,11 @@
+--- src/makedefs.orig Wed Jan 19 16:16:07 2005
++++ src/makedefs Wed Jan 19 16:16:17 2005
+@@ -10,6 +10,8 @@
+ ;;
+ FreeBSD.5*) DEFS="-DFREEBSD5"
+ ;;
++ FreeBSD.6*) DEFS="-DFREEBSD6"
++ ;;
+ NetBSD.1.6*) DEFS="-DNETBSD16"
+ ;;
+ OpenBSD.2*) DEFS="-DOPENBSD2"