www/155205: [UPDATE] add FreeBSD 8.2-R, 7.4-R

Chinsan chinsan at FreeBSD.org
Wed Mar 2 17:30:10 UTC 2011


>Number:         155205
>Category:       www
>Synopsis:       [UPDATE] add FreeBSD 8.2-R, 7.4-R
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 02 17:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Chinsan
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
Taiwan
>Environment:
>Description:
 - add FreeBSD 8.2-R, 7.4-R to fix some issues.
 For examples:

  Browser http://www.freebsd.org/releases/8.2R/relnotes.html
  Then click xen(4) for manual page, it'll say "Sorry, no data found for `xen(4)'."

 - use FreeBSD 8.2 as the default release.

>How-To-Repeat:
>Fix:

--- man.cgi.patch begins here ---
--- en/cgi/man.cgi~	2011-03-03 01:14:16.000000000 +0800
+++ en/cgi/man.cgi	2011-03-03 01:28:55.000000000 +0800
@@ -193,13 +193,17 @@
 );
 
 $manLocalDir    = '/usr/local/www/bsddoc/man';
-$manPathDefault = 'FreeBSD 8.1-RELEASE';
+$manPathDefault = 'FreeBSD 8.2-RELEASE';
 
 %manPath = (
+    'FreeBSD 8.2-RELEASE and Ports',
+"$manLocalDir/FreeBSD-8.2-RELEASE/man:$manLocalDir/FreeBSD-8.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-8.2-RELEASE",
     'FreeBSD 8.1-RELEASE and Ports',
 "$manLocalDir/FreeBSD-8.1-RELEASE/man:$manLocalDir/FreeBSD-8.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-8.1-RELEASE",
     'FreeBSD 8.0-RELEASE and Ports',
 "$manLocalDir/FreeBSD-8.0-RELEASE/man:$manLocalDir/FreeBSD-8.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-8.0-RELEASE",
+    'FreeBSD 7.4-RELEASE and Ports',
+"$manLocalDir/FreeBSD-7.4-RELEASE/man:$manLocalDir/FreeBSD-7.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-7.4-RELEASE",
     'FreeBSD 7.3-RELEASE and Ports',
 "$manLocalDir/FreeBSD-7.3-RELEASE/man:$manLocalDir/FreeBSD-7.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-7.3-RELEASE",
     'FreeBSD 6.4-RELEASE and Ports',
@@ -208,12 +212,21 @@
     'FreeBSD Ports', "$manLocalDir/FreeBSD-ports",
     'FreeBSD 9-current', "$manLocalDir/FreeBSD-9-current/man:$manLocalDir/FreeBSD-9-current/openssl/man",
 
+    'FreeBSD 8.2-stable', "$manLocalDir/FreeBSD-8.2-stable/man:$manLocalDir/FreeBSD-8.2-stable/openssl/man",
+    'FreeBSD 8.2-RELEASE', "$manLocalDir/FreeBSD-8.2-RELEASE/man:$manLocalDir/FreeBSD-8.2-RELEASE/openssl/man",
+    'FreeBSD Ports 8.2-RELEASE', "$manLocalDir/FreeBSD-ports-8.2-RELEASE",
+    
     'FreeBSD 8.1-stable', "$manLocalDir/FreeBSD-8.1-stable/man:$manLocalDir/FreeBSD-8.1-stable/openssl/man",
     'FreeBSD 8.1-RELEASE', "$manLocalDir/FreeBSD-8.1-RELEASE/man:$manLocalDir/FreeBSD-8.1-RELEASE/openssl/man",
     'FreeBSD 8.0-RELEASE', "$manLocalDir/FreeBSD-8.0-RELEASE/man:$manLocalDir/FreeBSD-8.0-RELEASE/openssl/man",
+
     'FreeBSD Ports 8.1-RELEASE', "$manLocalDir/FreeBSD-ports-8.1-RELEASE",
     'FreeBSD Ports 8.0-RELEASE', "$manLocalDir/FreeBSD-ports-8.0-RELEASE",
 
+    'FreeBSD 7.4-stable', "$manLocalDir/FreeBSD-7.4-RELEASE/man:$manLocalDir/FreeBSD-7.4-RELEASE/openssl/man",
+    'FreeBSD 7.4-RELEASE', "$manLocalDir/FreeBSD-7.4-RELEASE/man:$manLocalDir/FreeBSD-7.4-RELEASE/openssl/man",
+    'FreeBSD Ports 7.4-RELEASE', "$manLocalDir/FreeBSD-ports-7.4-RELEASE",
+    
     'FreeBSD 7.3-stable', "$manLocalDir/FreeBSD-7.3-RELEASE/man:$manLocalDir/FreeBSD-7.3-RELEASE/openssl/man",
     'FreeBSD 7.3-RELEASE', "$manLocalDir/FreeBSD-7.3-RELEASE/man:$manLocalDir/FreeBSD-7.3-RELEASE/openssl/man",
     'FreeBSD Ports 7.3-RELEASE', "$manLocalDir/FreeBSD-ports-7.3-RELEASE",
@@ -530,16 +543,16 @@
 
 # keywords must be in lower cases.
 %manPathAliases = (
-    'freebsd',         'FreeBSD 8.1-RELEASE',
-    'freebsd-release', 'FreeBSD 8.1-RELEASE',
+    'freebsd',         'FreeBSD 8.2-RELEASE',
+    'freebsd-release', 'FreeBSD 8.2-RELEASE',
 
-    'freebsd-stable',  'FreeBSD 8.1-stable',
-    'freebsd-stable8', 'FreeBSD 8.1-stable',
-    'freebsd-stable7', 'FreeBSD 7.3-stable',
+    'freebsd-stable',  'FreeBSD 8.2-stable',
+    'freebsd-stable8', 'FreeBSD 8.2-stable',
+    'freebsd-stable7', 'FreeBSD 7.4-stable',
     'freebsd-stable6', 'FreeBSD 6.4-stable',
 
     'freebsd-current',       'FreeBSD 9-current',
-    'freebsd-release-ports', 'FreeBSD 8.1-RELEASE and Ports',
+    'freebsd-release-ports', 'FreeBSD 8.2-RELEASE and Ports',
 
     'slackware',  'Linux Slackware 3.1',
     'redhat',     'Red Hat Linux/i386 9',
--- man.cgi.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-www mailing list