Changes between Initial Version and Version 2 of Ticket #5958


Ignore:
Timestamp:
Mar 24, 2016, 4:07:49 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5958

    • Property Status changed from new to closed
    • Property Type changed from defect to enhancement
    • Property Resolution changed from to duplicate
    • Property Port xorg added
  • Ticket #5958 – Description

    initial v2  
    1 UPDATE xorg
    2 =============
     1=== UPDATE xorg
     2
    33I have included a fink patch in this xorg
    44Portfile for the xorg compilation.  I just
     
    77up.
    88
    9 My Thoughts on This
    10 ===================
     9=== My Thoughts on This
     10
    1111I would like to implement some sort of
    1212way to force the Portfile to use gcc 3.3
     
    2020seemed to run faster.
    2121
    22 DIFFS
    23 =================
     22=== DIFFS
     23
     24{{{
    2425diff -Naur xorg/CVS/Entries xorg.new/CVS/Entries
    2526--- xorg/CVS/Entries    2005-12-04 19:27:12.000000000 -0800
     
    126127+ # define StandardCppOptions     -traditional -D__GNUC__
    127128+ #else
    128 +--- extras/freetype2/builds/unix/detect.mk.orig        2004-04-28
    129 06:38:58.000000000 -0400
     129+--- extras/freetype2/builds/unix/detect.mk.orig        2004-04-28 06:38:58.000000000 -0400
    130130++++ extras/freetype2/builds/unix/detect.mk     2005-05-17 15:01:41.000000000 -0400
    131131+@@ -20,7 +20,8 @@
     
    139139+
    140140+     PLATFORM := unix
    141 +--- extras/freetype2/include/freetype/freetype.h.orig  2004-04-28
    142 06:38:59.000000000 -0400
    143 ++++ extras/freetype2/include/freetype/freetype.h       2005-05-17
    144 15:01:43.000000000 -0400
     141+--- extras/freetype2/include/freetype/freetype.h.orig  2004-04-28 06:38:59.000000000 -0400
     142++++ extras/freetype2/include/freetype/freetype.h       2005-05-17 15:01:43.000000000 -0400
    145143+@@ -17,11 +17,7 @@
    146144+
     
    177175++
    178176+ /* END */
    179 +--- extras/freetype2/src/truetype/ttinterp.c.orig      2004-04-28
    180 06:39:07.000000000 -0400
     177+--- extras/freetype2/src/truetype/ttinterp.c.orig      2004-04-28 06:39:07.000000000 -0400
    181178++++ extras/freetype2/src/truetype/ttinterp.c   2005-05-17 15:01:43.000000000 -0400
    182179+@@ -2474,7 +2474,7 @@
     
    232229+ static const int __driDriverMinor = 0;
    233230+ static const int __driDriverPatch = 0;
    234 +--- programs/Xserver/hw/darwin/darwinKeyboard.c.orig   2004-04-23
    235 15:06:15.000000000 -0400
    236 ++++ programs/Xserver/hw/darwin/darwinKeyboard.c        2005-05-17
    237 15:01:43.000000000 -0400
     231+--- programs/Xserver/hw/darwin/darwinKeyboard.c.orig   2004-04-23 15:06:15.000000000 -0400
     232++++ programs/Xserver/hw/darwin/darwinKeyboard.c        2005-05-17 15:01:43.000000000 -0400
    238233+@@ -64,7 +64,9 @@
    239234+ /* Define this to use Alt for Mode_switch. */
     
    247242+ #include <stdio.h>
    248243+ #include <stdlib.h>
    249 +--- programs/Xserver/hw/darwin/quartz/applewmExt.h.orig        2004-04-23
    250 15:15:17.000000000 -0400
    251 ++++ programs/Xserver/hw/darwin/quartz/applewmExt.h     2005-05-17
    252 15:01:43.000000000 -0400
     244+--- programs/Xserver/hw/darwin/quartz/applewmExt.h.orig        2004-04-23 15:15:17.000000000 -0400
     245++++ programs/Xserver/hw/darwin/quartz/applewmExt.h     2005-05-17 15:01:43.000000000 -0400
    253246+@@ -59,8 +59,6 @@
    254247+     FrameDrawProc FrameDraw;
     
    260253+     AppleWMProcsPtr procsPtr
    261254+ );
    262 ==========
    263 END DIFFS
     255}}}
     256
     257=== END DIFFS