diff options
author | ben <ben@pkgsrc.org> | 2005-01-22 15:59:58 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2005-01-22 15:59:58 +0000 |
commit | 4c8d18d16a96062053795397a7effd9386311ac1 (patch) | |
tree | 24bcbb9efd236619f23342ddc9f08e763fb7dac5 /security/tct/patches/patch-ak | |
parent | ffe010b509be5a6f99d622ebf2ca767df8ccf306 (diff) | |
download | pkgsrc-4c8d18d16a96062053795397a7effd9386311ac1.tar.gz |
Make tct build and run on NetBSD 2.0 and bump PKGREVISION.
This does not add support for ffsv2 filesystems nor superblocks.
This addresses PR#28357.
Diffstat (limited to 'security/tct/patches/patch-ak')
-rw-r--r-- | security/tct/patches/patch-ak | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/tct/patches/patch-ak b/security/tct/patches/patch-ak index 517edf8e09b..a99b52b1065 100644 --- a/security/tct/patches/patch-ak +++ b/security/tct/patches/patch-ak @@ -1,13 +1,15 @@ -$NetBSD: patch-ak,v 1.1.1.1 2002/01/03 10:58:57 agc Exp $ +$NetBSD: patch-ak,v 1.2 2005/01/22 15:59:58 ben Exp $ ---- src/misc/makedefs 2002/01/03 09:53:00 1.1 -+++ src/misc/makedefs 2002/01/03 09:53:24 -@@ -2,6 +2,8 @@ +--- src/misc/makedefs.orig 2001-10-04 12:47:05.000000000 -0700 ++++ src/misc/makedefs +@@ -2,6 +2,10 @@ SYSTEM=`(uname -s) 2>/dev/null` RELEASE=`(uname -r) 2>/dev/null` case "$SYSTEM.$RELEASE" in + NetBSD.1*) DEFS="-DNETBSD1" + ;; ++ NetBSD.2*) DEFS="-DNETBSD2" ++ ;; FreeBSD.2*) DEFS="-DFREEBSD2" ;; FreeBSD.3*) DEFS="-DFREEBSD3" |