aboutsummaryrefslogtreecommitdiffstats
path: root/news/newscache/files
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-10-28 02:26:34 +0800
committerarved <arved@FreeBSD.org>2003-10-28 02:26:34 +0800
commit09f740290473d3739cac4e400952a06b63c8c0b8 (patch)
treeb38c98eed57614ee32fd906e7f9f90aaf13a958b /news/newscache/files
parent81d0e21cd7c1080ec57aab1cf44791c7bb3d6da5 (diff)
downloadfreebsd-ports-graphics-09f740290473d3739cac4e400952a06b63c8c0b8.tar.gz
freebsd-ports-graphics-09f740290473d3739cac4e400952a06b63c8c0b8.tar.zst
freebsd-ports-graphics-09f740290473d3739cac4e400952a06b63c8c0b8.zip
Update to 1.1.90
Diffstat (limited to 'news/newscache/files')
-rw-r--r--news/newscache/files/patch-Article.cc20
-rw-r--r--news/newscache/files/patch-NServer.h10
-rw-r--r--news/newscache/files/patch-configure.in19
3 files changed, 0 insertions, 49 deletions
diff --git a/news/newscache/files/patch-Article.cc b/news/newscache/files/patch-Article.cc
deleted file mode 100644
index 19aead7c218..00000000000
--- a/news/newscache/files/patch-Article.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- NServer-0.9.1/Article.cc.orig Sun Apr 6 18:09:33 2003
-+++ NServer-0.9.1/Article.cc Sun Apr 6 18:10:44 2003
-@@ -93,7 +93,7 @@
- }
- }
-
--string Article::getfield(const char *ifld, int Full = 0) const
-+string Article::getfield(const char *ifld, int Full) const
- {
- string rfld;
- const char *p, *fld;
-@@ -214,7 +214,7 @@
- _ctext = _text.c_str();
- }
-
--ostream & Article::write(ostream & os, int flags = Head | Body)
-+ostream & Article::write(ostream & os, int flags)
- {
- const char *p, *q;
-
diff --git a/news/newscache/files/patch-NServer.h b/news/newscache/files/patch-NServer.h
deleted file mode 100644
index 54f2c934d0d..00000000000
--- a/news/newscache/files/patch-NServer.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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);
-
- /**
diff --git a/news/newscache/files/patch-configure.in b/news/newscache/files/patch-configure.in
deleted file mode 100644
index bb5119f1a2d..00000000000
--- a/news/newscache/files/patch-configure.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.in.orig Sun Apr 6 18:49:34 2003
-+++ configure.in Sun Apr 6 18:50:31 2003
-@@ -220,14 +220,14 @@
- LIBS="-lsocket++ $LIBS"
- AC_TRY_LINK([#include <socket++/sockinet.h>], [iosockinet sio; sio.rdbuf()->setname("Test");],
- libsocket_found=yes ,)
--if eval "test $libsocket_found == 'yes'"; then
-+if eval "test x$libsocket_found = xyes"; then
- AC_MSG_RESULT(yes)
- else
- AC_MSG_RESULT(no)
- LIBS=$OLDLIBS
- fi
-
--if eval "test $libsocket_found == 'no'"; then
-+if eval "test x$libsocket_found = xno"; then
- AC_MSG_ERROR(No libsocket++ Library found!)
- fi
-