diff options
author | wiz <wiz> | 2006-03-01 22:48:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-03-01 22:48:05 +0000 |
commit | 52b6be3851080dbf3ea14730aac1ba102fdf09a6 (patch) | |
tree | 84442dff90b209d18462ef81180abeba1f2dc6ec /security/tct/patches/patch-ad | |
parent | 8bc85924e89243d8f65a1d1a2695e53d65955c85 (diff) | |
download | pkgsrc-52b6be3851080dbf3ea14730aac1ba102fdf09a6.tar.gz |
Handle NetBSD-3.x the same as NetBSD-2.x. Fix pkglint warning.
Remove BROKEN_IN.
Diffstat (limited to 'security/tct/patches/patch-ad')
-rw-r--r-- | security/tct/patches/patch-ad | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/tct/patches/patch-ad b/security/tct/patches/patch-ad index 2a7d77abfd0..99898ba8a8d 100644 --- a/security/tct/patches/patch-ad +++ b/security/tct/patches/patch-ad @@ -1,13 +1,14 @@ -$NetBSD: patch-ad,v 1.2 2005/01/22 15:59:58 ben Exp $ +$NetBSD: patch-ad,v 1.3 2006/03/01 22:48:06 wiz Exp $ --- lib/ostype.pl.orig 2000-07-30 16:39:20.000000000 -0700 +++ lib/ostype.pl -@@ -9,6 +9,8 @@ print "Determining OS (in determine_os() +@@ -9,6 +9,9 @@ print "Determining OS (in determine_os() # Order does not matter, table is sorted. %OS_INFO = ( + "NETBSD1", "NetBSD.1", + "NETBSD2", "NetBSD.2", ++ "NETBSD3", "NetBSD.3", "FREEBSD2", "FreeBSD.2", "FREEBSD3", "FreeBSD.3", "FREEBSD4", "FreeBSD.4", |