summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-07-08 19:35:06 +0000
committervs <vs@FreeBSD.org>2004-07-08 19:35:06 +0000
commitffc7b7b93370a5e6ddd74050c64280c0774f611c (patch)
tree938a63faf1aadf43d60c5f0c454a5ae8a108a28b /comms
parent3cfa236d21f896cb88a6914a94e5196652c8c99a (diff)
downloadFreeBSD-ports-ffc7b7b93370a5e6ddd74050c64280c0774f611c.zip
FreeBSD-ports-ffc7b7b93370a5e6ddd74050c64280c0774f611c.tar.gz
Fix for gnome-libs induced breakage.
PR: ports/68818 Submitted by: maintainer
Diffstat (limited to 'comms')
-rw-r--r--comms/xlog/Makefile1
-rw-r--r--comms/xlog/files/patch-aa13
2 files changed, 14 insertions, 0 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index 814f301..a7be978 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -6,6 +6,7 @@
PORTNAME= xlog
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://www.qsl.net/pg4i/download/
diff --git a/comms/xlog/files/patch-aa b/comms/xlog/files/patch-aa
new file mode 100644
index 0000000..cb90ac8
--- /dev/null
+++ b/comms/xlog/files/patch-aa
@@ -0,0 +1,13 @@
+*** src/dxcc.c.orig Thu Jul 8 14:05:52 2004
+--- src/dxcc.c Thu Jul 8 14:07:08 2004
+***************
+*** 277,282 ****
+--- 277,284 ----
+ if (ch == EOF) break;
+ buf[ichar++] = ch;
+ }
++ if(feof(fp) && (ichar == 0))
++ break;
+ buf[ichar] = '\0';
+ ichar = 0;
+ ch = 0;
OpenPOWER on IntegriCloud