mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
3.3 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/public/vnc/xfree86-4-4.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./xc.patch.orig 2004-09-13 06:45:46.143510936 +0200
  20. +++ ./xc.patch 2004-09-13 06:46:03.017945632 +0200
  21. @@ -8,11 +8,11 @@
  22. + XCOMM
  23. + XCOMM X VNC server
  24. + XCOMM
  25. -+ MFBDIR = mfb
  26. -+ CFB8DIR = cfb
  27. -+ CFB16DIR = cfb16
  28. -+ CFB24DIR = cfb24
  29. -+ CFB32DIR = cfb32
  30. ++ MFBSUBDIR = mfb
  31. ++ CFB8SUBDIR = cfb
  32. ++ CFB16SUBDIR = cfb16
  33. ++ CFB24SUBDIR = cfb24
  34. ++ CFB32SUBDIR = cfb32
  35. + XVNCDDXDIR = vnc/Xvnc
  36. + XVNCDIRS = $(STDDIRS) $(MFBDIR) \
  37. + $(CFB8DIR) $(CFB16DIR) $(CFB24DIR) $(CFB32DIR) \
  38. @@ -116,60 +116,6 @@
  39. ! nlwMiddle >>= 3; \
  40. while (h--) { \
  41. srcpix = psrc[srcy]; \
  42. -*** xc/programs/Xserver/cfb/cfbglblt8.c.orig Fri Dec 14 19:59:23 2001
  43. ---- xc/programs/Xserver/cfb/cfbglblt8.c Tue Aug 12 10:05:57 2003
  44. -***************
  45. -*** 284,288 ****
  46. - register glyphPointer glyphBits;
  47. - register int xoff;
  48. -! #if defined(USE_LEFT_BITS) || (!defined(STIPPLE) && !defined(USE_STIPPLE_CODE))
  49. - register CfbBits *dst;
  50. - #endif
  51. ---- 284,288 ----
  52. - register glyphPointer glyphBits;
  53. - register int xoff;
  54. -! #if defined(USE_LEFTBITS) || (!defined(STIPPLE) && !defined(USE_STIPPLE_CODE))
  55. - register CfbBits *dst;
  56. - #endif
  57. -***************
  58. -*** 292,296 ****
  59. - CfbBits *dstLine;
  60. - CfbBits *pdstBase;
  61. -! #ifdef USE_LEFT_BITS
  62. - CARD32 *cTmp;
  63. - #endif
  64. ---- 292,296 ----
  65. - CfbBits *dstLine;
  66. - CfbBits *pdstBase;
  67. -! #ifdef USE_LEFTBITS
  68. - CARD32 *cTmp;
  69. - #endif
  70. -***************
  71. -*** 399,403 ****
  72. - } while (--hTmp);
  73. - break;
  74. -! #else /* !USE_LEFT_BITS */
  75. - {
  76. - int h;
  77. ---- 399,403 ----
  78. - } while (--hTmp);
  79. - break;
  80. -! #else /* !USE_LEFTBITS */
  81. - {
  82. - int h;
  83. -***************
  84. -*** 412,416 ****
  85. - glyphBits = clips;
  86. - /* fall through */
  87. -! #endif /* USE_LEFT_BITS */
  88. - case rgnIN:
  89. - #ifdef STIPPLE
  90. ---- 412,416 ----
  91. - glyphBits = clips;
  92. - /* fall through */
  93. -! #endif /* USE_LEFTBITS */
  94. - case rgnIN:
  95. - #ifdef STIPPLE
  96. *** xc/programs/Xserver/cfb/cfbcppl.c.orig Fri Dec 14 19:59:22 2001
  97. --- xc/programs/Xserver/cfb/cfbcppl.c Sun Apr 18 12:53:36 2004
  98. ***************
  99. --- ./xc/config/cf/vnc.def.orig 2004-09-13 06:50:23.325849986 +0200
  100. +++ ./xc/config/cf/vnc.def 2004-09-13 06:51:52.378509287 +0200
  101. @@ -6,7 +6,8 @@
  102. #define BuildNls NO
  103. #define BuildXIE NO
  104. #define BuildGlxExt NO
  105. -#define XnestServer NO
  106. +#define XnestServer YES
  107. +#define XF86Server NO
  108. #define XprtServer NO
  109. #ifdef SunArchitecture