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

Bug#280963: Support for x86_64-kfreebsd-gnu types



Package: dpkg
Version: 1.10.23+kbsd
Severity: wishlist
Tags: patch

This patch adds support for x86_64-kfreebsd-gnu types (aka kfreebsd-amd64).

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.2.1-7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages dpkg depends on:
ii  dselect                     1.10.23+kbsd a user tool to manage Debian packa
ii  libc0.1                     2.3-1+kbsd.6 GNU C Library: Shared libraries an

-- no debconf information
diff -ur dpkg-1.10.24.old/archtable dpkg-1.10.24/archtable
--- dpkg-1.10.24.old/archtable	2004-10-27 11:06:43.000000000 +0200
+++ dpkg-1.10.24/archtable	2004-11-12 21:25:39.000000000 +0100
@@ -42,6 +42,7 @@
 ia64-unknown-linux		ia64		ia64
 ia64-unknown-linux-gnu		ia64		ia64
 x86_64-linux-gnu		amd64		x86_64
+x86_64-kfreebsd-gnu		kfreebsd-amd64	x86_64
 sh3-linux-gnu			sh3		sh3
 sh4-linux-gnu			sh4		sh4
 sh3eb-linux-gnu			sh3eb		sh3eb
diff -ur dpkg-1.10.24.old/scripts/dpkg-architecture.pl dpkg-1.10.24/scripts/dpkg-architecture.pl
--- dpkg-1.10.24.old/scripts/dpkg-architecture.pl	2004-10-27 11:06:43.000000000 +0200
+++ dpkg-1.10.24/scripts/dpkg-architecture.pl	2004-11-12 21:26:14.000000000 +0100
@@ -66,6 +66,7 @@
 	    's390x',		's390x-linux',
 	    'ia64',		'ia64-linux',
 	    'amd64',		'x86_64-linux',
+	    'kfreebsd-amd64',	'x86_64-kfreebsd-gnu',
 	    'openbsd-i386',	'i386-openbsd',
 	    'freebsd-i386',	'i386-freebsd',
 	    'kfreebsd-i386',	'i386-kfreebsd-gnu',

Reply to: