summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-08-04 11:32:45 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-08-04 11:32:45 +0000
commit63b731a42b77d7f2871c03e04a10b31520178fb6 (patch)
tree031fbfed5dff606c3e43a5ece7faead509d38dee /news
parentPartially fix build after recent sys.mk changes. This is still broken due (diff)
Fix Crashes on 5.x. Bump PORTREVISION.
Reported by: Derkjan de Haan <haanjdj@xs4all.nl> Submitted by: Herbert Straub <h.straub@aon.at> Tested by: Steve Ames <steve@energistic.com>
Notes
Notes: svn path=/head/; revision=86276
Diffstat (limited to 'news')
-rw-r--r--news/newscache/Makefile1
-rw-r--r--news/newscache/files/patch-NServer.h10
2 files changed, 11 insertions, 0 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile
index e270b484eb42..7d21267e8265 100644
--- a/news/newscache/Makefile
+++ b/news/newscache/Makefile
@@ -7,6 +7,7 @@
PORTNAME= newscache
PORTVERSION= 1.1.12
+PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= http://www.hstraub.at/linux/downloads/src/ \
http://www.infosys.tuwien.ac.at/NewsCache/download/
diff --git a/news/newscache/files/patch-NServer.h b/news/newscache/files/patch-NServer.h
new file mode 100644
index 000000000000..54f2c934d0dd
--- /dev/null
+++ b/news/newscache/files/patch-NServer.h
@@ -0,0 +1,10 @@
+--- NServer-0.9.1/NServer.h.orig Mon Aug 4 13:19:19 2003
++++ NServer-0.9.1/NServer.h Mon Aug 4 13:19:52 2003
+@@ -243,6 +243,7 @@
+ RServer():NServer() {
+ _ServerList = NULL;
+ _CurrentServer = NULL;
++ _pServerStream = NULL;
+ } void init(MPList * serverlist);
+
+ /**