From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 08:50:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8651916A4DD for ; Sat, 8 Jul 2006 08:50:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B2143D46 for ; Sat, 8 Jul 2006 08:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k688oIGg063417 for ; Sat, 8 Jul 2006 08:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k688oIDr063416; Sat, 8 Jul 2006 08:50:18 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 08:50:18 GMT Resent-Message-Id: <200607080850.k688oIDr063416@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, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A54016A4DD for ; Sat, 8 Jul 2006 08:45:49 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from m2a2.dyndns.org (p5091010D.dip0.t-ipconnect.de [80.145.1.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA38243D46 for ; Sat, 8 Jul 2006 08:45:48 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: by merlin.emma.line.org (Postfix, from userid 1001) id 33C36C4B0; Sat, 8 Jul 2006 10:45:47 +0200 (CEST) Message-Id: <20060708084547.33C36C4B0@merlin.emma.line.org> Date: Sat, 8 Jul 2006 10:45:47 +0200 (CEST) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: anarcat@anarcat.ath.cx Subject: ports/99910: [PATCH] sysutils/worldtools: fix screen clutter in "stage" lines 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: Sat, 08 Jul 2006 08:50:25 -0000 >Number: 99910 >Category: ports >Synopsis: [PATCH] sysutils/worldtools: fix screen clutter in "stage" lines >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 08:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD merlin.emma.line.org 6.1-STABLE FreeBSD 6.1-STABLE #5: Fri Jun 30 14:26:17 CEST 2006 >Description: This patch avoids cluttered screen in >How-To-Repeat: >Fix: --- worldtools-1.3.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/worldtools/Makefile /usr/home/emma/ports/sysutils/worldtools/Makefile --- /usr/ports/sysutils/worldtools/Makefile Thu Dec 11 01:35:45 2003 +++ /usr/home/emma/ports/sysutils/worldtools/Makefile Sat Jul 8 10:41:40 2006 @@ -7,6 +7,7 @@ PORTNAME= worldtools PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://anarcat.ath.cx/software/distfiles/ diff -ruN --exclude=CVS /usr/ports/sysutils/worldtools/files/patch-witw /usr/home/emma/ports/sysutils/worldtools/files/patch-witw --- /usr/ports/sysutils/worldtools/files/patch-witw Thu Jan 1 01:00:00 1970 +++ /usr/home/emma/ports/sysutils/worldtools/files/patch-witw Sat Jul 8 10:41:27 2006 @@ -0,0 +1,12 @@ +--- whereintheworld.orig Tue Dec 9 23:25:14 2003 ++++ whereintheworld Sat Jul 8 10:39:45 2006 +@@ -25,7 +25,8 @@ + next; + } + if ($inside && /^>>>/) { +- print; ++ chomp; ++ printf "%-70.70s\n", $_; + $lastwasdash = 0; + next; + } --- worldtools-1.3.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: >>> stage 1.2: bootstrap tools like lines now that the Makefile targets such as (obj,depend,all) are on the ===> lines. (Note that the upstream cvsweb interface seems offline.) Added file(s): - files/patch-witw Port maintainer (anarcat@anarcat.ath.cx) is cc'd. Generated with FreeBSD Port Tools 0.77