summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2009-05-14 22:09:25 +0000
committerDaniel Black <dragonheart@gentoo.org>2009-05-14 22:09:25 +0000
commit6fc188064817576f91aebd51d46387a0ef07ad42 (patch)
treee7a5bcbe078b0ece097f2c82f66cc25ae2758352 /net-im/twinkle/files
parentRemove old (diff)
downloadgentoo-2-6fc188064817576f91aebd51d46387a0ef07ad42.tar.gz
gentoo-2-6fc188064817576f91aebd51d46387a0ef07ad42.tar.bz2
gentoo-2-6fc188064817576f91aebd51d46387a0ef07ad42.zip
fixed fails due to new kde-eclass - bug #269805 thanks Florian Manschwetus
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-im/twinkle/files')
-rw-r--r--net-im/twinkle/files/twinkle-0.4.1-badcflags.patch15
-rw-r--r--net-im/twinkle/files/twinkle-1.0.1-icmp.patch20
-rw-r--r--net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch11
-rw-r--r--net-im/twinkle/files/twinkle.desktop.patch7
4 files changed, 0 insertions, 53 deletions
diff --git a/net-im/twinkle/files/twinkle-0.4.1-badcflags.patch b/net-im/twinkle/files/twinkle-0.4.1-badcflags.patch
deleted file mode 100644
index 5b45ef1776df..000000000000
--- a/net-im/twinkle/files/twinkle-0.4.1-badcflags.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/parser/Makefile.in.orig 2005-11-20 11:33:48.000000000 +1100
-+++ src/parser/Makefile.in 2005-11-20 11:36:14.000000000 +1100
-@@ -127,11 +127,7 @@
- CXX = @CXX@
- CXXCPP = @CXXCPP@
- CXXDEPMODE = @CXXDEPMODE@
--
--# The output of bison cannot be compiled with the -O2 flag.
--# With the -O2 flag g++ crashes. The -O2 flag is stripped from
--# CXXFLAGS by configure.
--CXXFLAGS = @PARSER_CXXFLAGS@
-+CXXFLAGS = @CXXFLAGS@
- CYGPATH_W = @CYGPATH_W@
- DCOPIDL = @DCOPIDL@
- DCOPIDL2CPP = @DCOPIDL2CPP@
diff --git a/net-im/twinkle/files/twinkle-1.0.1-icmp.patch b/net-im/twinkle/files/twinkle-1.0.1-icmp.patch
deleted file mode 100644
index fdd326364979..000000000000
--- a/net-im/twinkle/files/twinkle-1.0.1-icmp.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: src/sockets/socket.cpp
-===================================================================
---- src/sockets/socket.cpp (revision 327)
-+++ src/sockets/socket.cpp (working copy)
-@@ -18,6 +18,7 @@
-
- #include <cstdio>
- #include <cerrno>
-+#include <cstring>
- #include <sys/un.h>
- #include "twinkle_config.h"
- #include "socket.h"
-@@ -184,6 +185,7 @@
-
- // Initialize message header to receive the ancillary data for
- // an ICMP message.
-+ memset(&msgh, 0, sizeof(struct msghdr));
- msgh.msg_control = buf;
- msgh.msg_controllen = 256;
- msgh.msg_name = &dest_addr;
diff --git a/net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch b/net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch
deleted file mode 100644
index 5c74a98b1f6c..000000000000
--- a/net-im/twinkle/files/twinkle-1.3.1-withoutkde.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- twinkle-1.3.1/src/gui/twinkleapplication.h.orig 2008-08-24 13:44:29.000000000 +1000
-+++ twinkle-1.3.1/src/gui/twinkleapplication.h 2008-08-24 13:44:42.000000000 +1000
-@@ -36,7 +36,7 @@
- #ifdef HAVE_KDE
- t_twinkle_application();
- #else
-- t_twinkle_application(int &argv, char **argv);
-+ t_twinkle_application(int &argc, char **argv);
- #endif
- virtual void commitData ( QSessionManager &sm );
- };
diff --git a/net-im/twinkle/files/twinkle.desktop.patch b/net-im/twinkle/files/twinkle.desktop.patch
deleted file mode 100644
index 9dd515d6aab8..000000000000
--- a/net-im/twinkle/files/twinkle.desktop.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- twinkle.desktop.in.orig 2007-07-23 18:50:01.000000000 +1000
-+++ twinkle.desktop.in 2007-07-23 19:31:11.320146603 +1000
-@@ -8,4 +8,4 @@
- StartupNotify=true
- Terminal=false
--Categories=Qt;KDE;Network;Telephony
-+Categories=Qt;KDE;Network;Telephony;