From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 28 08:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2D191065677 for ; Fri, 28 Mar 2008 08:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A96E08FC1D for ; Fri, 28 Mar 2008 08:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2S8e1Ud027698 for ; Fri, 28 Mar 2008 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2S8e1uW027692; Fri, 28 Mar 2008 08:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 28 Mar 2008 08:40:01 GMT Resent-Message-Id: <200803280840.m2S8e1uW027692@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ighighi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BC661065676 for ; Fri, 28 Mar 2008 08:34:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 33EAB8FC1C for ; Fri, 28 Mar 2008 08:34:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2S8YWBU008428 for ; Fri, 28 Mar 2008 08:34:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m2S8YWVp008427; Fri, 28 Mar 2008 08:34:32 GMT (envelope-from nobody) Message-Id: <200803280834.m2S8YWVp008427@www.freebsd.org> Date: Fri, 28 Mar 2008 08:34:32 GMT From: Ighighi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/122183: [patch]: 3 errors in portupgrade(1) manpage (ports-mgmt/portupgrade*) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 08:40:02 -0000 >Number: 122183 >Category: ports >Synopsis: [patch]: 3 errors in portupgrade(1) manpage (ports-mgmt/portupgrade*) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 08:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ighighi >Release: 6.3-STABLE >Organization: >Environment: FreeBSD orion 6.3-STABLE FreeBSD 6.3-STABLE #0: Fri Mar 21 15:20:50 VET 2008 root@orion:/usr/obj/usr/src/sys/CUSTOM i386 >Description: There are 3 errors in portupgrade(1): Since pkgtools-2.4.0, the -c & -C options changed. The -W < 2.4.0: -c --clean Do ``make clean'' before each build. This is the default behavior. See the -w option below. -C --cleanup Do ``make clean'' after each installation. This is the default behavior. See the -W option below. >How-To-Repeat: >Fix: Attached patch Patch attached with submission follows: # # Patch to portupgrade(1) # --- portupgrade.1.orig 2008-02-10 18:50:02.000000000 -0430 +++ portupgrade.1 2008-03-28 03:51:08.401840944 -0430 @@ -142,8 +142,6 @@ Run .Dq Li "make config-conditional" before everything for all tasks. -.Fl w -option below. .Pp .It Fl C .It Fl -force-config @@ -339,17 +337,13 @@ .It Fl -noclean Do not .Dq Li "make clean" -before each build. See the -.Fl c -option above. +before each build. .Pp .It Fl W .It Fl -nocleanup Do not .Dq Li "make clean" -after each installation. See the -.Fl C -option above. +after each installation. .Pp .It Fl -without-env-upgrade Do not set UPGRADE_* environment variables. >Release-Note: >Audit-Trail: >Unformatted: >= 2.4.0: -c --config Run ``make config-conditional'' before everything for all tasks. -w option below. -C --force-config Run ``make config'' before everything for all tasks. Error #1: Notice the leftover sentence "-w option below" in -c/--config" Errors #2 and #3 are the now irrelevant references to the -c and -C options in the descriptions of -w and -W, resp. -w --noclean Do not ``make clean'' before each build. See the -c option above. -W --nocleanup Do not ``make clean'' after each installation. See the -C option above.