ports/99910: [PATCH] sysutils/worldtools: fix screen clutter in "stage" lines

Matthias Andree matthias.andree at gmx.de
Sat Jul 8 08:50:25 UTC 2006


>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 at anarcat.ath.cx) is cc'd.
 
 Generated with FreeBSD Port Tools 0.77



More information about the freebsd-ports-bugs mailing list