aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/worldtools
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2006-07-30 19:44:53 +0800
committerstefan <stefan@FreeBSD.org>2006-07-30 19:44:53 +0800
commit891e3debac9878e2d8d425a292fb71fd62f04e3f (patch)
tree77b882d39a8a12cad60f7d169a0677dd9959c3cd /sysutils/worldtools
parent8ade8203ae7344df875d92f581398b68af08bbff (diff)
downloadfreebsd-ports-gnome-891e3debac9878e2d8d425a292fb71fd62f04e3f.tar.gz
freebsd-ports-gnome-891e3debac9878e2d8d425a292fb71fd62f04e3f.tar.zst
freebsd-ports-gnome-891e3debac9878e2d8d425a292fb71fd62f04e3f.zip
Add a patch to avoid cluttered screen on >= 6.x.
PR: 99910 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer timeout (3 weeks) arved (mentor)
Diffstat (limited to 'sysutils/worldtools')
-rw-r--r--sysutils/worldtools/Makefile1
-rw-r--r--sysutils/worldtools/files/patch-witw12
2 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/worldtools/Makefile b/sysutils/worldtools/Makefile
index d9defbb4ff97..1fca2a77252c 100644
--- a/sysutils/worldtools/Makefile
+++ b/sysutils/worldtools/Makefile
@@ -7,6 +7,7 @@
PORTNAME= worldtools
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://anarcat.ath.cx/software/distfiles/
diff --git a/sysutils/worldtools/files/patch-witw b/sysutils/worldtools/files/patch-witw
new file mode 100644
index 000000000000..2a662deb0083
--- /dev/null
+++ b/sysutils/worldtools/files/patch-witw
@@ -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;
+ }