diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-10-25 03:28:36 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-10-25 03:28:36 +0000 |
commit | 3b557ce6ef65136778c5fb587556245bfce7d37f (patch) | |
tree | aba5a7029dc7f0826b82a2777b629c55b9d85a7c /net-misc/tightvnc | |
parent | allow users to use just php instead of mod_php (diff) | |
download | gentoo-2-3b557ce6ef65136778c5fb587556245bfce7d37f.tar.gz gentoo-2-3b557ce6ef65136778c5fb587556245bfce7d37f.tar.bz2 gentoo-2-3b557ce6ef65136778c5fb587556245bfce7d37f.zip |
Punting evil binary files / old patches
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/tightvnc/files/tightvnc-4.0_gcc-3.4.patch | 12 | ||||
-rw-r--r-- | net-misc/tightvnc/files/tightvnc-4.0_linux-headers.patch | 43 | ||||
-rw-r--r-- | net-misc/tightvnc/files/tightvnc_cvs20031113.patch.bz2 | bin | 19007 -> 0 bytes |
4 files changed, 6 insertions, 56 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index 3191dbdc6aed..efdce2559045 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/tightvnc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.56 2005/08/15 00:02:35 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.57 2005/10/25 03:28:36 morfic Exp $ + + 25 Oct 2005; Daniel Goller <morfic@gentoo.org> + -files/tightvnc-4.0_gcc-3.4.patch, -files/tightvnc_cvs20031113.patch.bz2, + -files/tightvnc-4.0_linux-headers.patch: + Punting old files, including evil binary leftover patch.bz2 14 Aug 2005; Daniel Goller <morfic@gentoo.org> ChangeLog: Mnaifest signing with -Y if pinentry likes that over -X diff --git a/net-misc/tightvnc/files/tightvnc-4.0_gcc-3.4.patch b/net-misc/tightvnc/files/tightvnc-4.0_gcc-3.4.patch deleted file mode 100644 index bd6adbbaf564..000000000000 --- a/net-misc/tightvnc/files/tightvnc-4.0_gcc-3.4.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- rfb/Region.h 2004/05/20 23:56:33 1.1 -+++ rfb/Region.h 2004/05/21 00:10:57 -@@ -22,7 +22,9 @@ - #define __RFB_REGION_INCLUDED__ - - #include <rfb/Rect.h> -+#undef max - #include <vector> -+#define max(a,b) (((a) > (b)) ? (a) : (b)) - - struct _XRegion; - diff --git a/net-misc/tightvnc/files/tightvnc-4.0_linux-headers.patch b/net-misc/tightvnc/files/tightvnc-4.0_linux-headers.patch deleted file mode 100644 index 5595d9fa0c02..000000000000 --- a/net-misc/tightvnc/files/tightvnc-4.0_linux-headers.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c 2004/05/21 19:54:16 1.1 -+++ programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c 2004/05/21 19:58:29 -@@ -99,6 +99,14 @@ GetKbdLeds(InputInfoPtr pInfo) - #include <asm/kbio.h> - #endif - -+/* Deal with spurious kernel header change */ -+#include <linux/version.h> -+#if defined(LINUX_VERSION_CODE) && defined(KERNEL_VERSION) -+# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,42) -+# define rate period -+# endif -+#endif -+ - static int - KDKBDREP_ioctl_ok(int rate, int delay) { - #if defined(KDKBDREP) && !defined(__sparc__) -@@ -160,6 +168,14 @@ KIOCSRATE_ioctl_ok(int rate, int delay) - #endif /* KIOCSRATE */ - } - -+/* Deal with spurious kernel header change */ -+#include <linux/version.h> -+#if defined(LINUX_VERSION_CODE) && defined(KERNEL_VERSION) -+# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,42) -+# undef rate -+# endif -+#endif -+ - static void - SetKbdRepeat(InputInfoPtr pInfo, char rad) - { ---- programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c 2004/05/21 19:53:03 1.1 -+++ programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c 2004/05/21 19:55:24 -@@ -73,6 +73,7 @@ xf86GetKbdLeds() - #endif - - /* Deal with spurious kernel header change */ -+#include <linux/version.h> - #if defined(LINUX_VERSION_CODE) && defined(KERNEL_VERSION) - # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,42) - # define rate period - diff --git a/net-misc/tightvnc/files/tightvnc_cvs20031113.patch.bz2 b/net-misc/tightvnc/files/tightvnc_cvs20031113.patch.bz2 Binary files differdeleted file mode 100644 index dc8583505ced..000000000000 --- a/net-misc/tightvnc/files/tightvnc_cvs20031113.patch.bz2 +++ /dev/null |