[61990] trunk/dports/x11/mesa

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 26 20:26:14 PST 2009


Revision: 61990
          http://trac.macports.org/changeset/61990
Author:   jeremyhu at macports.org
Date:     2009-12-26 20:26:11 -0800 (Sat, 26 Dec 2009)
Log Message:
-----------
mesa: Bump AppleSGLX to version 59.

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

Removed Paths:
-------------
    trunk/dports/x11/mesa/files/patch-gen_gl_h.sh.diff

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2009-12-27 03:54:27 UTC (rev 61989)
+++ trunk/dports/x11/mesa/Portfile	2009-12-27 04:26:11 UTC (rev 61990)
@@ -5,10 +5,10 @@
 
 name                mesa
 version             7.6
-set ASGLX_version   58
+set ASGLX_version   59
+revision            2
 categories          x11 graphics
 maintainers         jeremyhu openmaintainer
-revision            1
 description         Mesa 3D Graphics Library
 long_description    Mesa is an open-source implementation of the OpenGL specification, a system for rendering interactive 3D graphics.
 
@@ -34,10 +34,10 @@
                     md5     b8b59706f827d18d1b784a0ff98b4dc2 \
                     sha1    8f6b9947973a3c90f32b3234f7a5969b09057cc1 \
                     rmd160  c0237a36fc8d865b035db9c4851517a57cba148e \
-                    AppleSGLX-58.tar.bz2 \
-                    md5     bd69be44d141fb07dfc6656b869db222 \
-                    sha1    555736e8c7bfed3a4dc776ef9f51c3716fa4079e \
-                    rmd160  39e3d57acaa191eb0b86c4a91cf3bc8302e23fd7
+                    AppleSGLX-59.tar.bz2 \
+                    md5     28050dd67bd44ac88dce2bcc623caca5 \
+                    sha1    fceff0c5e95e0221a5b1972bbbd4f7e6b907f7ba \
+                    rmd160  5c1b86e6716fe678876dbb27889c8add21f2f645
 
 # glut port is here to "clean out" the glut port if it's installed to avoid conflict
 depends_build \
@@ -57,7 +57,6 @@
 
 patch.pre_args -p1
 patchfiles \
-	patch-gen_gl_h.sh.diff \
 	patch-mklib.diff \
 	mesa-7.2-drm_headers.patch
 

Deleted: trunk/dports/x11/mesa/files/patch-gen_gl_h.sh.diff
===================================================================
--- trunk/dports/x11/mesa/files/patch-gen_gl_h.sh.diff	2009-12-27 03:54:27 UTC (rev 61989)
+++ trunk/dports/x11/mesa/files/patch-gen_gl_h.sh.diff	2009-12-27 04:26:11 UTC (rev 61990)
@@ -1,11 +0,0 @@
---- a/../AppleSGLX-58/gen_gl_h.sh.orig	2009-03-19 16:08:01.000000000 -0500
-+++ b/../AppleSGLX-58/gen_gl_h.sh	2009-12-20 22:04:14.000000000 -0600
-@@ -13,7 +13,7 @@
-       echo "#define GL_GLEXT_LEGACY 1"
-       generate_macros
-       echo '#include "/System/Library/Frameworks/OpenGL.framework/Headers/gl.h"'
--    } | gcc -E - | grep typedef.*PFN
-+    } | ${CC} -E - | grep typedef.*PFN
- }
- 
- cat ${INFILE} | while IFS= read LINE ; do
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091226/f05b1697/attachment.html>


More information about the macports-changes mailing list