summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-20 17:46:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-20 17:46:38 +0000
commite139085c89c54d1d751c19b564d67018f0e48dd2 (patch)
treed80cb522e6a589565c7c35db5d4a5afc65d9922e /dev-util/kdevelop/files
parentRemove KDE 3.5.10. (diff)
downloadhistorical-e139085c89c54d1d751c19b564d67018f0e48dd2.tar.gz
historical-e139085c89c54d1d751c19b564d67018f0e48dd2.tar.bz2
historical-e139085c89c54d1d751c19b564d67018f0e48dd2.zip
old
Package-Manager: portage-2.2_rc50/cvs/Linux x86_64
Diffstat (limited to 'dev-util/kdevelop/files')
-rw-r--r--dev-util/kdevelop/files/kdevelop-3.5-gcc4.4.patch15
-rw-r--r--dev-util/kdevelop/files/kdevelop-3.5-lexer.patch14
-rw-r--r--dev-util/kdevelop/files/kdevelop-3.5-parallel.patch11
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-util/kdevelop/files/kdevelop-3.5-gcc4.4.patch b/dev-util/kdevelop/files/kdevelop-3.5-gcc4.4.patch
deleted file mode 100644
index fbd0fd1a886c..000000000000
--- a/dev-util/kdevelop/files/kdevelop-3.5-gcc4.4.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- kdevelop-3.5.4/lib/antlr/antlr/CharScanner.hpp 2007-11-30 23:36:49.000000000 +0100
-+++ kdevelop-3.5.4/lib/antlr/antlr/CharScanner.hpp 2009-06-04 17:16:55.000000000 +0200
-@@ -19,11 +19,7 @@
- #endif
- #include <cstring>
-
--#if ( _MSC_VER == 1200 )
--// VC6 seems to need this
--// note that this is not a standard C++ include file.
--# include <stdio.h>
--#endif
-+#include <cstdio>
-
- #include <antlr/TokenStream.hpp>
- #include <antlr/RecognitionException.hpp>
diff --git a/dev-util/kdevelop/files/kdevelop-3.5-lexer.patch b/dev-util/kdevelop/files/kdevelop-3.5-lexer.patch
deleted file mode 100644
index 08a1d28a51b4..000000000000
--- a/dev-util/kdevelop/files/kdevelop-3.5-lexer.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: lib/cppparser/lexer.cpp
-===================================================================
---- lib/cppparser/lexer.cpp (revision 926528)
-+++ lib/cppparser/lexer.cpp (working copy)
-@@ -241,7 +241,7 @@
- m_startLine = false;
- int ppe = preprocessorEnabled();
- setPreprocessorEnabled( false );
-- while( currentChar() && currentChar() != '\n' ){
-+ while( !currentChar().isNull() && currentChar() != '\n' ){
- Token tok(m_source);
- nextToken( tok, true );
- }
-
diff --git a/dev-util/kdevelop/files/kdevelop-3.5-parallel.patch b/dev-util/kdevelop/files/kdevelop-3.5-parallel.patch
deleted file mode 100644
index 7061f899abe4..000000000000
--- a/dev-util/kdevelop/files/kdevelop-3.5-parallel.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/profileengine/editor/Makefile.am 2007-12-01 00:34:47.000000000 +0200
-+++ src/profileengine/editor/Makefile.am 2009-05-02 20:26:30.000000000 +0300
-@@ -6,7 +6,7 @@
- libprofileeditor_la_LDFLAGS = $(all_libraries)
- libprofileeditor_la_LIBADD = $(top_builddir)/src/profileengine/lib/libprofileengine.la
- noinst_LTLIBRARIES = libprofileeditor.la
--libprofileeditor_COMPILE_FIRST = profileeditorbase.h
-+libprofileeditor_COMPILE_FIRST = profileeditorbase.h addprofilewidget.h
- libprofileeditor_la_SOURCES = profileeditorbase.ui profileeditor.cpp \
- addprofilewidget.ui
- noinst_HEADERS = profileeditor.h