diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-08-25 11:15:58 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-08-25 11:15:58 +0000 |
commit | 8b7090893754055f740f58b3534856bb664ca706 (patch) | |
tree | 520edd1e12fe9cb651e0bc5870441cf3d1a8f8fd /net-misc | |
parent | 2.0.3 to x86. add metadata, remove ancient version (diff) | |
download | historical-8b7090893754055f740f58b3534856bb664ca706.tar.gz historical-8b7090893754055f740f58b3534856bb664ca706.tar.bz2 historical-8b7090893754055f740f58b3534856bb664ca706.zip |
Added missing patch.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/vnc/Manifest | 5 | ||||
-rw-r--r-- | net-misc/vnc/files/xc.patch-cfbglblt8.patch | 63 | ||||
-rw-r--r-- | net-misc/vnc/vnc-4.0.ebuild | 4 |
4 files changed, 73 insertions, 5 deletions
diff --git a/net-misc/vnc/ChangeLog b/net-misc/vnc/ChangeLog index 469721322187..ed23055a24bd 100644 --- a/net-misc/vnc/ChangeLog +++ b/net-misc/vnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/vnc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.27 2004/08/23 12:53:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.28 2004/08/25 11:15:58 aliz Exp $ + + 25 Aug 2004; Daniel Ahlberg <aliz@gentoo.org> vnc-4.0.ebuild, + files/xc.patch-cfbglblt8.patch: + Added missing patch. *vnc-4.0 (20 Aug 2004) diff --git a/net-misc/vnc/Manifest b/net-misc/vnc/Manifest index 43183ed63a81..41072c451bf9 100644 --- a/net-misc/vnc/Manifest +++ b/net-misc/vnc/Manifest @@ -1,10 +1,11 @@ -MD5 369dd2ce327c8f66f948eb656a664986 vnc-4.0.ebuild 1884 +MD5 7e04e670c01bc19fc8080d2384f940d3 vnc-4.0.ebuild 1885 MD5 71a89ebfb9464390ce02a3c7815ad35f vnc-3.3.7.ebuild 1632 -MD5 d688f9dece2c794d6652bb5065328e5a ChangeLog 5326 +MD5 3c2c145956615a1b26016ae45fa4bdba ChangeLog 5448 MD5 a30c29b08a93f6fb42177887aa132e18 files/vnc-3.3.3-10-xdm-auth-support.patch 11575 MD5 aa54243fe6893130280fe1224204b780 files/digest-vnc-4.0 270 MD5 69dfbaa72c6b66cba94868885c09fc92 files/vnc-3.3.4-platform-fixes.patch 63005 MD5 80e10f3892c66ccd2442eda86402e9b4 files/vnc-3.3.3r2-getline-fix.patch 1205 +MD5 7c75fc548aa928b203396bc80a301d6c files/xc.patch-cfbglblt8.patch 1738 MD5 28351e92e98f2a72662d937ce2889d14 files/vnc-3.3.7-gentoo.security.patch 781 MD5 b801cfcb63f9c7c9299dd4919ba332b9 files/vnc-3.3.7-imake-tmpdir.patch 956 MD5 34d3a675951dc585f220fe946a5985df files/digest-vnc-3.3.7 70 diff --git a/net-misc/vnc/files/xc.patch-cfbglblt8.patch b/net-misc/vnc/files/xc.patch-cfbglblt8.patch new file mode 100644 index 000000000000..e39ebe50f8e1 --- /dev/null +++ b/net-misc/vnc/files/xc.patch-cfbglblt8.patch @@ -0,0 +1,63 @@ +--- xc.patch 2004-08-25 11:13:06.749688613 +0000 ++++ xc.patch 2004-08-25 11:13:37.307230320 +0000 +@@ -116,60 +116,6 @@ + ! nlwMiddle >>= 3; \ + while (h--) { \ + srcpix = psrc[srcy]; \ +-*** xc/programs/Xserver/cfb/cfbglblt8.c.orig Fri Dec 14 19:59:23 2001 +---- xc/programs/Xserver/cfb/cfbglblt8.c Tue Aug 12 10:05:57 2003 +-*************** +-*** 284,288 **** +- register glyphPointer glyphBits; +- register int xoff; +-! #if defined(USE_LEFT_BITS) || (!defined(STIPPLE) && !defined(USE_STIPPLE_CODE)) +- register CfbBits *dst; +- #endif +---- 284,288 ---- +- register glyphPointer glyphBits; +- register int xoff; +-! #if defined(USE_LEFTBITS) || (!defined(STIPPLE) && !defined(USE_STIPPLE_CODE)) +- register CfbBits *dst; +- #endif +-*************** +-*** 292,296 **** +- CfbBits *dstLine; +- CfbBits *pdstBase; +-! #ifdef USE_LEFT_BITS +- CARD32 *cTmp; +- #endif +---- 292,296 ---- +- CfbBits *dstLine; +- CfbBits *pdstBase; +-! #ifdef USE_LEFTBITS +- CARD32 *cTmp; +- #endif +-*************** +-*** 399,403 **** +- } while (--hTmp); +- break; +-! #else /* !USE_LEFT_BITS */ +- { +- int h; +---- 399,403 ---- +- } while (--hTmp); +- break; +-! #else /* !USE_LEFTBITS */ +- { +- int h; +-*************** +-*** 412,416 **** +- glyphBits = clips; +- /* fall through */ +-! #endif /* USE_LEFT_BITS */ +- case rgnIN: +- #ifdef STIPPLE +---- 412,416 ---- +- glyphBits = clips; +- /* fall through */ +-! #endif /* USE_LEFTBITS */ +- case rgnIN: +- #ifdef STIPPLE + *** xc/programs/Xserver/cfb/cfbcppl.c.orig Fri Dec 14 19:59:22 2001 + --- xc/programs/Xserver/cfb/cfbcppl.c Sun Apr 18 12:53:36 2004 + *************** diff --git a/net-misc/vnc/vnc-4.0.ebuild b/net-misc/vnc/vnc-4.0.ebuild index 2a8adaf9cf9b..83eac3a9a5fe 100644 --- a/net-misc/vnc/vnc-4.0.ebuild +++ b/net-misc/vnc/vnc-4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +v# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.0.ebuild,v 1.1 2004/08/23 12:53:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.0.ebuild,v 1.2 2004/08/25 11:15:58 aliz Exp $ inherit eutils |