From owner-freebsd-bugs Wed Apr 3 18: 0:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C43B37B420 for ; Wed, 3 Apr 2002 18:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g34203C53856; Wed, 3 Apr 2002 18:00:03 -0800 (PST) (envelope-from gnats) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by hub.freebsd.org (Postfix) with ESMTP id 60EB937B41C for ; Wed, 3 Apr 2002 17:57:32 -0800 (PST) Received: (from hiten@localhost) by pittgoth.com (8.11.6/8.11.6) id g341vVp04774; Wed, 3 Apr 2002 20:57:31 -0500 (EST) (envelope-from hiten) Message-Id: <200204040157.g341vVp04774@pittgoth.com> Date: Wed, 3 Apr 2002 20:57:31 -0500 (EST) From: Hiten Pandya Reply-To: Hiten Pandya To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/36713: [PATCH] Update the send-pr(1) web interface and man page Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36713 >Category: misc >Synopsis: [PATCH] Update the send-pr(1) web interface and man page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Apr 03 18:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hiten Pandya >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD pittgoth.com 4.5-RELEASE FreeBSD 4.5-RELEASE #2: Thu Feb 21 23:00:49 EST 2002 root@pittgoth.com:/usr/src/sys/compile/PITTGOTH i386 >Description: The send-pr(1) man page and the send-pr web interface have been forgotten to be updated, after recent commits to: src/gnu/usr.bin/send-pr/categories (revision 1.9 - 1.13) To summarize, the following changes were made to the above file: o Add a 'www' category o Add an 'ia64' category o Change sparc -> sparc64 o Add a 'standards' category o Add a 'powerpc' category The patches attached below will bring the man page and the web interface in sync with the above file. NOTE: I have left the "powerpc" category out, because of the reason that it was going to be renamed to "ppc" after some discussions on the various lists, and I was unsure about this issue. The person who will close this PR can add that category, or else I will submit the patch (for the manpage and the interface) if requested. :) Thanks, -- Hiten -- >How-To-Repeat: Visit the: send-pr(1) manual page. http://www.FreeBSD.org/send-pr.html - Web Interface And notice the difference with: src/gnu/usr.bin/send-pr/categories >Fix: (kindly) Apply the patches attached below. Otherwise I would appreciate some feedback. :) Index: send-pr.1 =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/send-pr/send-pr.1,v retrieving revision 1.11 diff -u -r1.11 send-pr.1 --- send-pr.1 2001/06/17 11:22:57 1.11 +++ send-pr.1 2002/03/26 15:47:07 @@ -194,6 +194,9 @@ .B i386 Intel x86 processor specific problems. .TP +.B ia64 +Intel ia64 processor specific problems. +.TP .B kern Changes or enhancements to the architecture independent kernel sources. .TP @@ -203,8 +206,14 @@ .B ports Corrections or enhancements (including new ports) to the ports collection. .TP -.B sparc +.B sparc64 SPARC processor specific problems. +.TP +.B standards +C99 and POSIX conformance related changes or enhancements. +.TP +.B www +Changes or enhancements to the FreeBSD website. .SH ENVIRONMENT The environment variable .B EDITOR Index: send-pr.sgml =================================================================== RCS file: /home/ncvs/www/en/send-pr.sgml,v retrieving revision 1.25 diff -u -r1.25 send-pr.sgml --- send-pr.sgml 2002/03/16 08:18:29 1.25 +++ send-pr.sgml 2002/03/26 15:40:22 @@ -47,10 +47,13 @@ + - + + +
Severity: