[Lunar-commits] r23912 - moonbase/trunk/xorg7/x11-extras/libxcb

Samuel Verstraete elangelo at lunar-linux.org
Wed Apr 4 09:52:10 CEST 2007


Author: elangelo
Date: 2007-04-04 09:52:10 +0200 (Wed, 04 Apr 2007)
New Revision: 23912

Modified:
   moonbase/trunk/xorg7/x11-extras/libxcb/BUILD
   moonbase/trunk/xorg7/x11-extras/libxcb/DETAILS
Log:
this will fix issues with xcb_lock failing due to double locks and
unlocks
patch comes from ArchLinux
suggested by zmcgrew
gr,S


Modified: moonbase/trunk/xorg7/x11-extras/libxcb/BUILD
===================================================================
--- moonbase/trunk/xorg7/x11-extras/libxcb/BUILD	2007-04-04 04:15:36 UTC (rev 23911)
+++ moonbase/trunk/xorg7/x11-extras/libxcb/BUILD	2007-04-04 07:52:10 UTC (rev 23912)
@@ -1,6 +1,8 @@
 (
   . /etc/profile.d/x11r7.rc &&
 
+  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
   default_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/xorg7/x11-extras/libxcb/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-extras/libxcb/DETAILS	2007-04-04 04:15:36 UTC (rev 23911)
+++ moonbase/trunk/xorg7/x11-extras/libxcb/DETAILS	2007-04-04 07:52:10 UTC (rev 23912)
@@ -1,12 +1,15 @@
           MODULE=libxcb
          VERSION=1.0
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=xcb_xlib-no-assert-on-lock.patch
       SOURCE_URL=$XORG_URL/X11R7.2/src/extras
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:0a7e0b65e6f1e0ef4dcaecaa01c4b2854206e96e
+     SOURCE2_VFY=sha1:47128f53726328479bf020ad713af13a5729a113
    MODULE_PREFIX=${X11R7_PREFIX:-/usr}
         WEB_SITE=http://www.x.org/
          ENTERED=20070216
-         UPDATED=20070216
+         UPDATED=20070404
            SHORT="replacement of the Xlib interface"
 
 cat << EOF



More information about the Lunar-commits mailing list