[Lunar-commits] r17195 - moonbase/trunk/x11/XOrg

Florin Braescu florin at lunar-linux.org
Sun Nov 6 14:33:26 UTC 2005


Author: florin
Date: 2005-11-06 14:33:25 +0000 (Sun, 06 Nov 2005)
New Revision: 17195

Modified:
   moonbase/trunk/x11/XOrg/BUILD
   moonbase/trunk/x11/XOrg/DETAILS
Log:
add a patch for compiling with gcc 4.x.

Modified: moonbase/trunk/x11/XOrg/BUILD
===================================================================
--- moonbase/trunk/x11/XOrg/BUILD	2005-11-06 14:29:15 UTC (rev 17194)
+++ moonbase/trunk/x11/XOrg/BUILD	2005-11-06 14:33:25 UTC (rev 17195)
@@ -65,6 +65,8 @@
     cp -rL /usr/src/linux/include/linux/{autoconf.h,config.h} /usr/include/linux &&
     invoke_installwatch
   fi
+
+  patch_it $SOURCE_CACHE/$SOURCE4 1  &&
   
   # explicitly exit here now and not later on
   make World || exit 1

Modified: moonbase/trunk/x11/XOrg/DETAILS
===================================================================
--- moonbase/trunk/x11/XOrg/DETAILS	2005-11-06 14:29:15 UTC (rev 17194)
+++ moonbase/trunk/x11/XOrg/DETAILS	2005-11-06 14:33:25 UTC (rev 17195)
@@ -3,6 +3,7 @@
           SOURCE=X11R${VERSION}-src1.tar.gz
          SOURCE2=X11R${VERSION}-src2.tar.gz
          SOURCE3=X11R${VERSION}-src3.tar.gz
+         SOURCE4=$MODULE-$VERSION-gcc4.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/xc
    SOURCE_URL[0]=http://xorg.freedesktop.org/X11R${VERSION}/src/
    SOURCE_URL[1]=http://ftp.skynet.be/pub/ftp.x.org/pub/X11R${VERSION}/src/
@@ -13,14 +14,17 @@
   SOURCE3_URL[0]=http://xorg.freedesktop.org/X11R${VERSION}/src/
   SOURCE3_URL[1]=http://ftp.skynet.be/pub/ftp.x.org/pub/X11R${VERSION}/src/
   SOURCE3_URL[2]=http://www.mirrormonster.com/ftp.x.org/pub/X11R${VERSION}/src/
+  SOURCE4_URL[0]=$PATCH_URL/
       SOURCE_VFY=sha1:23c60680274062a1db17f646a8388149309dc45c
      SOURCE2_VFY=sha1:af6190fd2619cc60e70c0a8c00dee6826e1fb726
      SOURCE3_VFY=sha1:de1569856b8023c58fc92bd0b3c8406214451fce
+     SOURCE4_VFY=sha1:cace4f15fcbbdc26c68e719af9f5e6feae4716e5
         WEB_SITE=http://xorg.freedesktop.org
          ENTERED=20040325
          UPDATED=20050411
            SHORT="XOrg is the Open Source Public Implementation of X11"
-PSAFE=no
+           PSAFE=no
+
 cat << EOF
 The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model 
 to maintain the official Public Implementation of X11.



More information about the Lunar-commits mailing list