aboutsummaryrefslogtreecommitdiffstats
path: root/net/kdenetwork11/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/kdenetwork11/files')
-rw-r--r--net/kdenetwork11/files/patch-aa19
-rw-r--r--net/kdenetwork11/files/patch-ab14
-rw-r--r--net/kdenetwork11/files/patch-ac11
-rw-r--r--net/kdenetwork11/files/patch-ba11
-rw-r--r--net/kdenetwork11/files/patch-bb11
-rw-r--r--net/kdenetwork11/files/patch-bc14
6 files changed, 0 insertions, 80 deletions
diff --git a/net/kdenetwork11/files/patch-aa b/net/kdenetwork11/files/patch-aa
deleted file mode 100644
index f3b4ad927758..000000000000
--- a/net/kdenetwork11/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** kfinger/finger.C~ Fri Sep 3 18:29:34 1999
---- kfinger/finger.C Fri Sep 3 18:34:24 1999
-***************
-*** 15,21 ****
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/resource.h>
- #include <stdlib.h>
-- #include <sys/time.h>
- #include <fcntl.h>
- #include <kapp.h>
---- 15,21 ----
- #include <sys/types.h>
- #include <sys/socket.h>
-+ #include <sys/time.h>
- #include <sys/resource.h>
- #include <stdlib.h>
- #include <fcntl.h>
- #include <kapp.h>
diff --git a/net/kdenetwork11/files/patch-ab b/net/kdenetwork11/files/patch-ab
deleted file mode 100644
index 161a5c931d4f..000000000000
--- a/net/kdenetwork11/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- ksirc/puke/controller.cpp.orig Mon Jun 21 16:46:39 1999
-+++ ksirc/puke/controller.cpp Mon Dec 6 14:58:10 1999
-@@ -220,9 +220,9 @@
- #endif /* DEBUG */
-
- struct iovec iov[2];
-- iov[0].iov_base = (void *) message;
-+ iov[0].iov_base = message->cArg;
- iov[0].iov_len = 5*sizeof(int);
-- iov[1].iov_base = (void *) message->cArg;
-+ iov[1].iov_base = message->cArg;
- iov[1].iov_len = message->iTextSize;
- bytes = writev(fd, iov, 2);
- }
diff --git a/net/kdenetwork11/files/patch-ac b/net/kdenetwork11/files/patch-ac
deleted file mode 100644
index 66a988bddaa6..000000000000
--- a/net/kdenetwork11/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- kfinger/Makefile.in.orig Sat Mar 4 15:22:07 2000
-+++ kfinger/Makefile.in Sat Mar 4 15:22:18 2000
-@@ -213,7 +213,7 @@
- LIBS = @LIBS@
- kfinger_OBJECTS = finger.o kfinger.o
- kfinger_DEPENDENCIES =
--CXXFLAGS = @CXXFLAGS@
-+CXXFLAGS = @CXXFLAGS@ -pedantic
- CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
- CXXLD = $(CXX)
diff --git a/net/kdenetwork11/files/patch-ba b/net/kdenetwork11/files/patch-ba
deleted file mode 100644
index e5bba9bfea77..000000000000
--- a/net/kdenetwork11/files/patch-ba
+++ /dev/null
@@ -1,11 +0,0 @@
---- kppp/Rules/Japan/NTT_Local.rst.orig Sun Feb 8 03:18:47 1998
-+++ kppp/Rules/Japan/NTT_Local.rst Fri May 14 01:14:20 1999
-@@ -17,7 +17,7 @@
- ################################################################
-
- # defines JPY (Japanese Yen) to be used as currency
--currency_symbol=JPY
-+currency_symbol=±ß
-
- # Define the position of the currency symbol.
- currency_position=right
diff --git a/net/kdenetwork11/files/patch-bb b/net/kdenetwork11/files/patch-bb
deleted file mode 100644
index d5a6187a21b3..000000000000
--- a/net/kdenetwork11/files/patch-bb
+++ /dev/null
@@ -1,11 +0,0 @@
---- krn/Makefile.in.orig Thu May 13 23:45:31 1999
-+++ krn/Makefile.in Thu May 13 23:45:46 1999
-@@ -329,7 +329,7 @@
- PROGRAMS = $(bin_PROGRAMS)
-
-
--DEFS = @DEFS@ -I. -I$(srcdir) -I..
-+DEFS = @DEFS@ -I. -I$(srcdir) -I.. -I../kmail
- CPPFLAGS = @CPPFLAGS@
- LIBS = @LIBS@
- krn_OBJECTS = main.o NNTP.o groupdlg.o artdlg.o newsgroup.o asker.o \
diff --git a/net/kdenetwork11/files/patch-bc b/net/kdenetwork11/files/patch-bc
deleted file mode 100644
index 2c3d94a0dbe7..000000000000
--- a/net/kdenetwork11/files/patch-bc
+++ /dev/null
@@ -1,14 +0,0 @@
-*** karchie/KAView.cpp.orig Wed Apr 14 21:22:18 1999
---- karchie/KAView.cpp Sun Sep 12 19:16:36 1999
-***************
-*** 457,462 ****
---- 457,465 ----
- // setup list
- list = new KAViewList( this, "viewlist" );
-
-+ filetype = NULL;
-+ box = NULL;
-+
- // setup fileview
- // config = KApplication::getKApplication()->getConfig();
- slotShowFileDiscriptor(KApplication::getKApplication()