[81082] trunk/dports/x11/mesa
jeremyhu at macports.org
jeremyhu at macports.org
Sun Jul 24 22:45:22 PDT 2011
Revision: 81082
http://trac.macports.org/changeset/81082
Author: jeremyhu at macports.org
Date: 2011-07-24 22:45:19 -0700 (Sun, 24 Jul 2011)
Log Message:
-----------
mesa: Bump to 7.11-rc2 for improved GLX support
Modified Paths:
--------------
trunk/dports/x11/mesa/Portfile
Removed Paths:
-------------
trunk/dports/x11/mesa/files/0001-apple-applegl_destroy_context-Pass-along-the-correct.patch
Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile 2011-07-25 02:54:36 UTC (rev 81081)
+++ trunk/dports/x11/mesa/Portfile 2011-07-25 05:45:19 UTC (rev 81082)
@@ -9,7 +9,7 @@
# we're stuck here for a while If you need a newer version, join the
# xquartz-dev mailing list, and let us know why.
-version 7.10.3
+version 7.11-rc2
categories x11 graphics
maintainers jeremyhu openmaintainer
description Mesa 3D Graphics Library
@@ -23,13 +23,13 @@
platforms macosx darwin
use_bzip2 yes
master_sites http://www.buraphalinux.org/download/bls2.1/dvd_source/source/xorg/xserver/mesa/ \
- ftp://ftp.freedesktop.org/pub/mesa/${version}/
-checksums MesaLib-7.10.3.tar.bz2 \
- rmd160 bd9800a0cf98560a4424742cac635b4c07a39647 \
- sha256 1e701fc839b872677ddca9ed8784d754c9da1fbeda98173980e06aa7df0e85c0 \
- MesaGLUT-7.10.3.tar.bz2 \
- rmd160 b3f166343210abbeabfc70ac3dba289ec5e34e96 \
- sha256 a18edbdda2d722103417c54008e78e5de84fbbcadd7a218f25d4bc59da8962f5
+ ftp://ftp.freedesktop.org/pub/mesa/7.11/
+checksums MesaLib-7.11-rc2.tar.bz2 \
+ sha1 5ff61ae7a75dd37691915ec1706161d26392ddbb \
+ rmd160 5adb206406aaec7b8aef90bd3eb4e5740268baa5 \
+ MesaGLUT-7.11-rc2.tar.bz2 \
+ sha1 07ba1b701d0b7dda48106221225f7e61c60f0fb9 \
+ rmd160 358731a88dcd502d67b24a4c2db27e12f564d7e4
depends_build \
bin:makedepend:makedepend \
@@ -46,8 +46,6 @@
use_parallel_build yes
patch.pre_args -p1
-patchfiles \
- 0001-apple-applegl_destroy_context-Pass-along-the-correct.patch
build.target default
build.args-append INSTALL_DIR=${prefix}
Deleted: trunk/dports/x11/mesa/files/0001-apple-applegl_destroy_context-Pass-along-the-correct.patch
===================================================================
--- trunk/dports/x11/mesa/files/0001-apple-applegl_destroy_context-Pass-along-the-correct.patch 2011-07-25 02:54:36 UTC (rev 81081)
+++ trunk/dports/x11/mesa/files/0001-apple-applegl_destroy_context-Pass-along-the-correct.patch 2011-07-25 05:45:19 UTC (rev 81082)
@@ -1,28 +0,0 @@
-From 5255e844afb7b2618cfdbe9a724d95382dc203f8 Mon Sep 17 00:00:00 2001
-From: Jeremy Huddleston <jeremyhu at apple.com>
-Date: Mon, 13 Jun 2011 12:00:55 -0700
-Subject: [PATCH] apple: applegl_destroy_context: Pass along the correct
- display
-
-Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>
-(cherry picked from commit c6cf82fb553405bee241170f6e51cafd751d46ea)
----
- src/glx/applegl_glx.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/glx/applegl_glx.c b/src/glx/applegl_glx.c
-index 9b8605f..e888a0f 100644
---- a/src/glx/applegl_glx.c
-+++ b/src/glx/applegl_glx.c
-@@ -43,7 +43,7 @@
- static void
- applegl_destroy_context(struct glx_context *gc)
- {
-- apple_glx_destroy_context(&gc->driContext, gc->currentDpy);
-+ apple_glx_destroy_context(&gc->driContext, gc->psc->dpy);
- }
-
- static int
---
-1.7.5.4
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110724/45f625b6/attachment.html>
More information about the macports-changes
mailing list