kfreebsd-amd64

Robert Millan rmh at aybabtu.com
Thu Mar 2 19:46:49 UTC 2006


Oops, forgot the patch.

Here is it.

-- 
Robert Millan
-------------- next part --------------
Index: cgi-bin/download.pl
===================================================================
RCS file: /cvs/webwml/packages/cgi-bin/download.pl,v
retrieving revision 1.20
diff -u -r1.20 download.pl
--- cgi-bin/download.pl	17 Jan 2006 21:20:26 -0000	1.20
+++ cgi-bin/download.pl	2 Mar 2006 19:16:14 -0000
@@ -111,7 +111,12 @@
         "kfreebsd-gnu.debian.net/debian",
         "ftp.easynet.be/ftp/gnuab/debian",
 	"ftp.de.debian.org/debian-kfreebsd",
+	"ftp.sh.cvut.cz/MIRRORS/debian-non-linux",
+	"ftp.eila.jussieu.fr/pub/Debian-gnuab",
 			       );
+my @kfreebsd_asian_sites = (
+	"ftp.citkit.ru/pub/HURD/debian",
+	);
 my @nonus_north_american_sites = (
 #	"ftp.ca.debian.org/debian-non-US",
 	"debian.yorku.ca/debian/non-US",
@@ -171,7 +176,8 @@
         s390    => 'IBM S/390',
 	"hurd-i386" => 'Hurd (i386)',
 	amd64   => 'AMD64',
-	"kfreebsd-i386" => 'GNU/kFreeBSD (i386)'
+	"kfreebsd-i386" => 'GNU/kFreeBSD (i386)',
+	"kfreebsd-amd64" => 'GNU/kFreeBSD (amd64)',
 );
 
 my $urlbase = "http://www.debian.org";
@@ -241,13 +247,13 @@
   current information.</p>
 END
 
-} elsif ($arch eq 'kfreebsd-i386') {
+} elsif (($arch eq 'kfreebsd-i386') || ($arch eq 'kfreebsd-amd64')) {
 
     print_links( "North America", $file, @kfreebsd_north_american_sites );
     print_links( "Europe", $file, @kfreebsd_european_sites );
 #    print_links( "Australia and New Zealand", $file,
 #		 @nonus_australian_sites );
-#    print_links( "Asia", $file, @amd64_asian_sites );
+    print_links( "Asia", $file, @kfreebsd_asian_sites );
 #    print_links( "South America", $file, @nonus_south_american_sites );
 
 	print <<END;


More information about the Glibc-bsd-devel mailing list