[92291] trunk/dports/x11/mesa/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Apr 24 00:33:42 PDT 2012


Revision: 92291
          https://trac.macports.org/changeset/92291
Author:   jeremyhu at macports.org
Date:     2012-04-24 00:33:39 -0700 (Tue, 24 Apr 2012)
Log Message:
-----------
mesa: Add some patches to deal with some various OpenGL crashes found by the wine test suite, and fix a memory leak

http://xquartz.macosforge.org/trac/ticket/512

Modified Paths:
--------------
    trunk/dports/x11/mesa/Portfile

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2012-04-24 05:16:18 UTC (rev 92290)
+++ trunk/dports/x11/mesa/Portfile	2012-04-24 07:33:39 UTC (rev 92291)
@@ -6,6 +6,7 @@
 name                mesa
 epoch               1
 version             8.0.2
+revision            2
 categories          x11 graphics
 maintainers         jeremyhu openmaintainer
 license             MIT
@@ -31,6 +32,12 @@
                     port:xorg-libXi \
                     port:xorg-libXmu
 
+patch.pre_args -p1
+patchfiles \
+    0001-glapi-Correct-size-of-allocated-_glapi_table-struct.patch \
+    0002-apple-Fix-a-use-after-free.patch \
+    0003-darwin-Eliminate-a-pthread-mutex-leak.patch
+
 use_configure  no
 use_parallel_build yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120424/1af959ed/attachment.html>


More information about the macports-changes mailing list