Date: Sat, 8 Jul 2006 10:45:47 +0200 (CEST) From: Matthias Andree <matthias.andree@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: anarcat@anarcat.ath.cx Subject: ports/99910: [PATCH] sysutils/worldtools: fix screen clutter in "stage" lines Message-ID: <20060708084547.33C36C4B0@merlin.emma.line.org> Resent-Message-ID: <200607080850.k688oIDr063416@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060708084547.33C36C4B0>