[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#250176: Revised patch



Hi!

Here's a revised patch that with the fixes you mentioned on IRC.

-- 
Robert Millan

"[..] but the delight and pride of Aule is in the deed of making, and in the
thing made, and neither in possession nor in his own mastery; wherefore he
gives and hoards not, and is free from care, passing ever on to some new work."

 -- J.R.R.T., Ainulindale (Silmarillion)
diff -ur dpkg-1.10.21.old/archtable dpkg-1.10.21/archtable
--- dpkg-1.10.21.old/archtable	2004-03-08 19:29:13.000000000 +0100
+++ dpkg-1.10.21/archtable	2004-05-30 22:49:42.000000000 +0200
@@ -49,8 +49,9 @@
 hppa2.0-linux-gnu	hppa		hppa
 hppa64-linux-gnu	hppa		hppa
 i386-freebsd		freebsd-i386	freebsd-i386
-i386-kfreebsd-gnu	freebsd-i386	freebsd-i386
+i386-kfreebsd-gnu	kfreebsd-i386	kfreebsd-i386
 i386-netbsdelf-gnu	netbsd-i386	netbsd-i386
+i386-knetbsd-gnu	knetbsd-i386	knetbsd-i386
 s390-linux-gnu		s390		s390
 s390-ibm-linux-gnu	s390		s390
 s390-unknown-linux-gnu	s390		s390
diff -ur dpkg-1.10.21.old/configure.in dpkg-1.10.21/configure.in
--- dpkg-1.10.21.old/configure.in	2004-04-25 20:00:52.000000000 +0200
+++ dpkg-1.10.21/configure.in	2004-05-30 22:50:11.000000000 +0200
@@ -105,6 +105,8 @@
           os_type="linux-gnu";;
         *openbsd* )
           os_type="openbsd";;
+        *knetbsd*-gnu* )
+          os_type="knetbsd-gnu";;
         *netbsd* )
           os_type="netbsd";;
         *kfreebsd*-gnu* )
diff -ur dpkg-1.10.21.old/scripts/dpkg-architecture.pl dpkg-1.10.21/scripts/dpkg-architecture.pl
--- dpkg-1.10.21.old/scripts/dpkg-architecture.pl	2004-03-08 19:29:13.000000000 +0100
+++ dpkg-1.10.21/scripts/dpkg-architecture.pl	2004-05-30 22:51:05.000000000 +0200
@@ -66,8 +66,10 @@
 	    's390x',		's390x-linux',
 	    'ia64',		'ia64-linux',
 	    'openbsd-i386',	'i386-openbsd',
-	    'freebsd-i386',	'i386-kfreebsd-gnu',
+	    'freebsd-i386',	'i386-freebsd',
+	    'kfreebsd-i386',	'i386-kfreebsd-gnu',
 	    'netbsd-i386',	'i386-netbsdelf-gnu',
+	    'knetbsd-i386',	'i386-knetbsd-gnu',
 	    'darwin-powerpc',	'powerpc-darwin',
 	    'darwin-i386',	'i386-darwin');
 

Reply to: