summaryrefslogtreecommitdiffstats
path: root/kde3/kdebase3
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-02 21:00:43 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-02 21:00:43 +0200
commit920b8aa8bf7d66d19720349fbb499e2eb719cb2f (patch)
treee0bdb99276a2e07ee3653c99ddb18c24460c7bd4 /kde3/kdebase3
parent62839f1551ac504e187e1a3e5e59fd51095cf908 (diff)
downloadnutyx-pakxe-920b8aa8bf7d66d19720349fbb499e2eb719cb2f.tar.gz
nutyx-pakxe-920b8aa8bf7d66d19720349fbb499e2eb719cb2f.tar.bz2
nutyx-pakxe-920b8aa8bf7d66d19720349fbb499e2eb719cb2f.tar.xz
nutyx-pakxe-920b8aa8bf7d66d19720349fbb499e2eb719cb2f.zip
qt3, maj des dépendances et suppression fichiers obsolètes
Diffstat (limited to 'kde3/kdebase3')
-rw-r--r--kde3/kdebase3/kdebase-3.5.10-crypto-1.patch29
-rw-r--r--kde3/kdebase3/kdebase-3.5.10-gcc44-1.patch21
2 files changed, 0 insertions, 50 deletions
diff --git a/kde3/kdebase3/kdebase-3.5.10-crypto-1.patch b/kde3/kdebase3/kdebase-3.5.10-crypto-1.patch
deleted file mode 100644
index 9568cffca..000000000
--- a/kde3/kdebase3/kdebase-3.5.10-crypto-1.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- kdebase-3.5.10-original/kcontrol/crypto/crypto.cpp 2006-10-01 19:31:49.000000000 +0200
-+++ kdebase-3.5.10/kcontrol/crypto/crypto.cpp 2010-09-28 21:42:18.000000000 +0200
-@@ -2321,7 +2321,7 @@
- unsigned int i;
- SSL_CTX *ctx;
- SSL *ssl;
--SSL_METHOD *meth;
-+const SSL_METHOD *meth;
-
- SSLv2Box->clear();
- SSLv3Box->clear();
-@@ -2337,7 +2337,7 @@
- CipherItem *item;
- for (i=0; ; i++) {
- int j, k;
-- SSL_CIPHER *sc;
-+ const SSL_CIPHER *sc;
- sc = (meth->get_cipher)(i);
- if (!sc)
- break;
-@@ -2365,7 +2365,7 @@
-
- for (i=0; ; i++) {
- int j, k;
-- SSL_CIPHER *sc;
-+ const SSL_CIPHER *sc;
- sc = (meth->get_cipher)(i);
- if (!sc)
- break;
diff --git a/kde3/kdebase3/kdebase-3.5.10-gcc44-1.patch b/kde3/kdebase3/kdebase-3.5.10-gcc44-1.patch
deleted file mode 100644
index 144b45561..000000000
--- a/kde3/kdebase3/kdebase-3.5.10-gcc44-1.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- kdebase/kcontrol/kfontinst/kfontinst/Fontmap.cpp 2005/12/02 23:52:28 485133
-+++ kdebase/kcontrol/kfontinst/kfontinst/Fontmap.cpp 2009/05/30 00:34:35 975372
-@@ -44,7 +44,7 @@
-
- using namespace std;
-
--static char * findSpace(char *str)
-+static const char * findSpace(const char *str)
- {
- while(str && *str!=' ' && *str!='\t')
- str++;
-@@ -65,7 +65,7 @@
- char a[constMaxLen+1],
- b[constFileMaxLen+1];
-
-- char *slash1=strchr(line, '/'),
-+ const char *slash1=strchr(line, '/'),
- *space1=slash1 ? findSpace(slash1) : NULL, //strchr(slash1, ' ') : NULL,
- *ob=slash1 ? strchr(slash1, '(') : NULL,
- *cb=ob ? strchr(ob, ')') : NULL,
-