summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2007-09-28 00:09:33 +0000
committerDiane Bruce <db@FreeBSD.org>2007-09-28 00:09:33 +0000
commitee3138a66d5fcb8b602aa8df17fcffaf0fa78063 (patch)
treeca1ce0e57c3227474e63ab411a5979c19225c74f /comms
parent- Give %%DOCSDIR%% chance to be expanded (diff)
- remove -q flag in readcalls.c, it is a gnu uniq switch
Notified by: Joe Hetrick <jhetrick@bitjanitor.net> (KC0VKN)
Notes
Notes: svn path=/head/; revision=200239
Diffstat (limited to 'comms')
-rw-r--r--comms/tlf/Makefile2
-rw-r--r--comms/tlf/files/patch-src_readcalls.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile
index 610ebc67ee65..809bb4bd1319 100644
--- a/comms/tlf/Makefile
+++ b/comms/tlf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tlf
PORTVERSION= 0.9.30
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://www.wwns.com/tlf/ \
http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/
diff --git a/comms/tlf/files/patch-src_readcalls.c b/comms/tlf/files/patch-src_readcalls.c
new file mode 100644
index 000000000000..1ce1f0f8270d
--- /dev/null
+++ b/comms/tlf/files/patch-src_readcalls.c
@@ -0,0 +1,11 @@
+--- src/readcalls.c.orig Wed Apr 5 03:16:50 2006
++++ src/readcalls.c Thu Sep 27 19:54:14 2007
+@@ -563,7 +563,7 @@
+
+ showmsg ("Merging logfiles...\n");
+ sleep(1);
+- sprintf(wgetcmd, "cat log1 log2 | sort -g -k4,4 | uniq -w79 > %s", logfile);
++ sprintf(wgetcmd, "cat log1 log2 | sort -g -k4,4 | uniq > %s", logfile);
+ if (system(wgetcmd) == 0)
+ showmsg ("Merging logs successfull\n");
+ else