diff options
author | mrg <mrg@pkgsrc.org> | 2003-08-02 19:33:18 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2003-08-02 19:33:18 +0000 |
commit | 5cc4f5c8aa0947f367c2bd513df4ce62524cca1d (patch) | |
tree | 04d83415b849ded9fbf88a3a84b93594e8140b89 /x11/kdebase3/patches | |
parent | 3088d0a5873fdf515388940d21afe7dacd79a673 (diff) | |
download | pkgsrc-5cc4f5c8aa0947f367c2bd513df4ce62524cca1d.tar.gz |
build with GCC3.3.1
Diffstat (limited to 'x11/kdebase3/patches')
-rw-r--r-- | x11/kdebase3/patches/patch-ad | 13 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-ag | 14 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-aj | 16 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-aq | 14 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-as | 14 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-at | 14 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-ax | 14 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-bd | 14 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-bh | 14 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-bq | 14 |
10 files changed, 141 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-ad b/x11/kdebase3/patches/patch-ad new file mode 100644 index 00000000000..1768ff12d3b --- /dev/null +++ b/x11/kdebase3/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.4 2003/08/02 19:33:20 mrg Exp $ + +--- kcontrol/kfontinst/kfontinst/AfmCreator.cpp.orig 2003-05-07 21:44:02.000000000 +1000 ++++ kcontrol/kfontinst/kfontinst/AfmCreator.cpp 2003-08-03 02:40:17.000000000 +1000 +@@ -43,7 +43,7 @@ + #include <kdeversion.h> + #include <stdio.h> + #include <string.h> +-#include <fstream.h> ++#include <fstream> + + static const char * constNotDef = ".notdef"; + static const char * constKfiComment = "Comment kfontinst "; diff --git a/x11/kdebase3/patches/patch-ag b/x11/kdebase3/patches/patch-ag new file mode 100644 index 00000000000..6e7e3758154 --- /dev/null +++ b/x11/kdebase3/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.4 2003/08/02 19:33:20 mrg Exp $ + +--- kcontrol/kfontinst/kfontinst/Encodings.cpp.orig 2003-05-07 21:44:02.000000000 +1000 ++++ kcontrol/kfontinst/kfontinst/Encodings.cpp 2003-08-03 03:44:55.000000000 +1000 +@@ -33,7 +33,8 @@ + #include "CompressedFile.h" + #include <qdir.h> + #include <ctype.h> +-#include <fstream.h> ++#include <fstream> ++using namespace std; + + // Use the strict maps - needed for creating AFMs... + #define STRICT_ENCODING_MAPS diff --git a/x11/kdebase3/patches/patch-aj b/x11/kdebase3/patches/patch-aj new file mode 100644 index 00000000000..25661efacdb --- /dev/null +++ b/x11/kdebase3/patches/patch-aj @@ -0,0 +1,16 @@ +$NetBSD: patch-aj,v 1.4 2003/08/02 19:33:21 mrg Exp $ + +--- kcontrol/kfontinst/kfontinst/FontEngine.cpp.orig 2003-08-03 03:46:55.000000000 +1000 ++++ kcontrol/kfontinst/kfontinst/FontEngine.cpp 2003-08-03 03:47:02.000000000 +1000 +@@ -36,8 +36,9 @@ + #include <ctype.h> + #include <string.h> + #include <stdlib.h> +-#include <fstream.h> +-#include <iostream.h> ++#include <fstream> ++#include <iostream> ++using namespace std; + #include <stdio.h> + #include <netinet/in.h> + #include <arpa/inet.h> diff --git a/x11/kdebase3/patches/patch-aq b/x11/kdebase3/patches/patch-aq new file mode 100644 index 00000000000..d49caebdb73 --- /dev/null +++ b/x11/kdebase3/patches/patch-aq @@ -0,0 +1,14 @@ +$NetBSD: patch-aq,v 1.4 2003/08/02 19:33:22 mrg Exp $ + +--- kcontrol/kfontinst/kfontinst/Kfi.cpp.orig 2003-05-07 21:44:02.000000000 +1000 ++++ kcontrol/kfontinst/kfontinst/Kfi.cpp 2003-08-03 04:01:19.000000000 +1000 +@@ -37,7 +37,8 @@ + #include <qfile.h> + #include <kmessagebox.h> + #include <klocale.h> +-#include <fstream.h> ++#include <fstream> ++using namespace std; + #include "kxftconfig.cpp" // CPD: Hack!!, this source file is located in kcontrol/fonts + + CKfiMainWidget * CKfi::create(QWidget *parent) diff --git a/x11/kdebase3/patches/patch-as b/x11/kdebase3/patches/patch-as new file mode 100644 index 00000000000..2f02bd0bd4a --- /dev/null +++ b/x11/kdebase3/patches/patch-as @@ -0,0 +1,14 @@ +$NetBSD: patch-as,v 1.4 2003/08/02 19:33:22 mrg Exp $ + +--- kcontrol/kfontinst/kfontinst/StarOfficeConfig.cpp.orig 2003-05-07 21:44:02.000000000 +1000 ++++ kcontrol/kfontinst/kfontinst/StarOfficeConfig.cpp 2003-08-03 04:04:00.000000000 +1000 +@@ -34,7 +34,8 @@ + #include "BufferedFile.h" + #include "KfiGlobal.h" + #include "Config.h" +-#include <fstream.h> ++#include <fstream> ++using namespace std; + #include <stdlib.h> + #include <string.h> + #include <qstring.h> diff --git a/x11/kdebase3/patches/patch-at b/x11/kdebase3/patches/patch-at new file mode 100644 index 00000000000..5db0e88fdb1 --- /dev/null +++ b/x11/kdebase3/patches/patch-at @@ -0,0 +1,14 @@ +$NetBSD: patch-at,v 1.4 2003/08/02 19:33:22 mrg Exp $ + +--- kdialog/kdialog.cpp.orig 2003-05-07 21:44:08.000000000 +1000 ++++ kdialog/kdialog.cpp 2003-08-03 04:11:06.000000000 +1000 +@@ -21,7 +21,8 @@ + #include <fcntl.h> + #include <unistd.h> + #include <stdlib.h> +-#include <iostream.h> ++#include <iostream> ++using namespace std; + + #include <qptrlist.h> + #include <qfile.h> diff --git a/x11/kdebase3/patches/patch-ax b/x11/kdebase3/patches/patch-ax new file mode 100644 index 00000000000..7f5b0fdde16 --- /dev/null +++ b/x11/kdebase3/patches/patch-ax @@ -0,0 +1,14 @@ +$NetBSD: patch-ax,v 1.4 2003/08/02 19:33:23 mrg Exp $ + +--- kioslave/man/man2html.cpp.orig 2002-10-28 01:22:07.000000000 +1100 ++++ kioslave/man/man2html.cpp 2003-08-03 04:29:18.000000000 +1000 +@@ -105,7 +105,8 @@ + + + #include <stdio.h> +-#include <iostream.h> ++#include <iostream> ++using namespace std; + #include <stdlib.h> + #include <string.h> + #include <unistd.h> diff --git a/x11/kdebase3/patches/patch-bd b/x11/kdebase3/patches/patch-bd new file mode 100644 index 00000000000..3d460ff25b5 --- /dev/null +++ b/x11/kdebase3/patches/patch-bd @@ -0,0 +1,14 @@ +$NetBSD: patch-bd,v 1.4 2003/08/02 19:33:23 mrg Exp $ + +--- kioslave/imap4/mimehdrline.cc.orig 2002-02-13 04:40:26.000000000 +1100 ++++ kioslave/imap4/mimehdrline.cc 2003-08-03 04:34:44.000000000 +1000 +@@ -15,7 +15,8 @@ + * * + ***************************************************************************/ + +-#include <iostream.h> ++#include <iostream> ++using namespace std; + #include <ctype.h> + #include <stdlib.h> + #include <stdio.h> diff --git a/x11/kdebase3/patches/patch-bh b/x11/kdebase3/patches/patch-bh new file mode 100644 index 00000000000..f7d47437362 --- /dev/null +++ b/x11/kdebase3/patches/patch-bh @@ -0,0 +1,14 @@ +$NetBSD: patch-bh,v 1.4 2003/08/02 19:33:24 mrg Exp $ + +--- kioslave/imap4/mimeio.cc.orig 2001-03-01 04:53:29.000000000 +1100 ++++ kioslave/imap4/mimeio.cc 2003-08-03 04:36:05.000000000 +1000 +@@ -15,7 +15,8 @@ + * * + ***************************************************************************/ + +-#include <iostream.h> ++#include <iostream> ++using namespace std; + + #include "mimeio.h" + diff --git a/x11/kdebase3/patches/patch-bq b/x11/kdebase3/patches/patch-bq new file mode 100644 index 00000000000..333f130ecd7 --- /dev/null +++ b/x11/kdebase3/patches/patch-bq @@ -0,0 +1,14 @@ +$NetBSD: patch-bq,v 1.4 2003/08/02 19:33:24 mrg Exp $ + +--- kwin/clients/keramik/embedtool.cpp.orig 2003-08-03 04:58:02.000000000 +1000 ++++ kwin/clients/keramik/embedtool.cpp 2003-08-03 04:56:41.000000000 +1000 +@@ -28,7 +28,8 @@ + #include <qfileinfo.h> + #include <qdatetime.h> + +-#include <iostream.h> ++#include <iostream> ++using namespace std; + + static int primes[] = { + 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, |