enable architectures for FreeBSD 9.0
This commit is contained in:
parent
33b8bfc2cf
commit
cdfca8bf0c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38238
1 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
|
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
|
||||||
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
||||||
#
|
#
|
||||||
# $FreeBSD: www/en/cgi/man.cgi,v 1.269 2012/01/14 21:29:13 miwi Exp $
|
# $FreeBSD: www/en/cgi/man.cgi,v 1.270 2012/01/15 10:48:23 wosch Exp $
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# !!! man.cgi is stale perl4 code !!!
|
# !!! man.cgi is stale perl4 code !!!
|
||||||
|
@ -558,6 +558,7 @@ my %valid_arch = map { $_ => 1 }
|
||||||
my $default_arch = 'i386';
|
my $default_arch = 'i386';
|
||||||
|
|
||||||
my %arch = (
|
my %arch = (
|
||||||
|
'FreeBSD 9.0-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||||
'FreeBSD 8.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
'FreeBSD 8.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||||
'NetBSD 5.1' => { 'arch' => [qw/acorn26 acorn32 alpha amiga arc atari cobalt dreamcast evbarm evbmips evbppc hp300 hp700 hpcarm hpcmips hpcsh i386 mac68k macppc mvme68k pmax prep sgimips sparc sparc64 sun2 sun3 vax x68k/] } ,
|
'NetBSD 5.1' => { 'arch' => [qw/acorn26 acorn32 alpha amiga arc atari cobalt dreamcast evbarm evbmips evbppc hp300 hp700 hpcarm hpcmips hpcsh i386 mac68k macppc mvme68k pmax prep sgimips sparc sparc64 sun2 sun3 vax x68k/] } ,
|
||||||
'OpenBSD 4.7' => { 'arch' => [qw/alpha amd64 armish aviion hp300 hppa hppa64 i386 landisk loongson luna88k mac68k macppc mvme68k mvme88k mvmeppc palm sgi socppc sparc sparc64 vax zaurus/] },
|
'OpenBSD 4.7' => { 'arch' => [qw/alpha amd64 armish aviion hp300 hppa hppa64 i386 landisk loongson luna88k mac68k macppc mvme68k mvme88k mvmeppc palm sgi socppc sparc sparc64 vax zaurus/] },
|
||||||
|
@ -1584,7 +1585,7 @@ sub faq {
|
||||||
}
|
}
|
||||||
|
|
||||||
local $id =
|
local $id =
|
||||||
'$FreeBSD: www/en/cgi/man.cgi,v 1.269 2012/01/14 21:29:13 miwi Exp $';
|
'$FreeBSD: www/en/cgi/man.cgi,v 1.270 2012/01/15 10:48:23 wosch Exp $';
|
||||||
return qq{\
|
return qq{\
|
||||||
<pre>
|
<pre>
|
||||||
Copyright (c) 1996-2012 <a href="$mailtoURL">Wolfram Schneider</a>
|
Copyright (c) 1996-2012 <a href="$mailtoURL">Wolfram Schneider</a>
|
||||||
|
|
Loading…
Reference in a new issue