[49159] trunk/dports/x11/mesa

jeremyhu at macports.org jeremyhu at macports.org
Sat Apr 4 12:37:30 PDT 2009


Revision: 49159
          http://trac.macports.org/changeset/49159
Author:   jeremyhu at macports.org
Date:     2009-04-04 12:37:29 -0700 (Sat, 04 Apr 2009)
Log Message:
-----------
AppleSGLX: Bump ASGLX to v57 to fix a mystyped symbol

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

Removed Paths:
-------------
    trunk/dports/x11/mesa/files/asglx-parallel.patch

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2009-04-04 19:31:04 UTC (rev 49158)
+++ trunk/dports/x11/mesa/Portfile	2009-04-04 19:37:29 UTC (rev 49159)
@@ -5,8 +5,8 @@
 
 name                mesa
 version             7.4
-revision            0
-set ASGLX_version   56
+revision            1
+set ASGLX_version   57
 categories          x11 graphics
 maintainers         jeremyhu andrea.damore openmaintainer
 description         Mesa 3D Graphics Library
@@ -34,10 +34,10 @@
                     md5     04ec01caebde44f5b0d619f00716b368 \
                     sha1    91a405b23b0b848325cc11fbffc0f62008d2a9a7 \
                     rmd160  b02194f4a2049c40eb4d7e15b87bed20f5a45269 \
-                    AppleSGLX-56.tar.bz2 \
-                    md5     343e62843ff03f8b55a8102abd4e59ee \
-                    sha1    3740d230fc06333107aa7aa5141f059b62200d74 \
-                    rmd160  f2d991b3b5c5dba0c1621e6e9ed93c7456653c96
+                    AppleSGLX-57.tar.bz2 \
+                    md5     7e81c6952030660874511090dd5b31da \
+                    sha1    80e5eb5cc6e9b1352bef86b67a14e3f6f61ef522 \
+                    rmd160  9bb84bd53ca8172f794464704de6ba4c789cdea9
 
 # glut port is here to "clean out" the glut port if it's installed to avoid conflict
 depends_build \
@@ -109,9 +109,9 @@
 }
 
 variant hw_render conflicts system_x11 description {Install a libGL.dylib that uses OpenGL.framework to allow rendering on your graphics hardware} {
-	post-patch {
-		system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && cat ${filespath}/asglx-*.patch | patch -p0"
-	}
+#	post-patch {
+#		system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && cat ${filespath}/asglx-*.patch | patch -p0"
+#	}
 
 	post-build {
 		system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && ${build.cmd} builds/libGL.1.2.dylib ${build.args} LDFLAGS='${configure.ldflags}' CFLAGS='${configure.cppflags} ${configure.cflags}' INSTALL_DIR='${prefix}'"

Deleted: trunk/dports/x11/mesa/files/asglx-parallel.patch
===================================================================
--- trunk/dports/x11/mesa/files/asglx-parallel.patch	2009-04-04 19:31:04 UTC (rev 49158)
+++ trunk/dports/x11/mesa/files/asglx-parallel.patch	2009-04-04 19:37:29 UTC (rev 49159)
@@ -1,22 +0,0 @@
-Index: Makefile
-===================================================================
---- Makefile	(revision 328)
-+++ Makefile	(working copy)
-@@ -12,7 +12,7 @@
- LN=ln
- RM=rm
- 
--INCLUDE=-I. -Iinclude -Iinclude/internal -DGLX_ALIAS_UNSUPPORTED -F/System/Library/Frameworks/OpenGL.framework -I$(INSTALL_DIR)/include -I$(X11_DIR)/include
-+INCLUDE=-I. -Iinclude -Iinclude/internal -DGLX_ALIAS_UNSUPPORTED -I$(INSTALL_DIR)/include -I$(X11_DIR)/include
- COMPILE=$(CC) $(INCLUDE) $(GL_CFLAGS) -c
- 
- #The directory with the final binaries.
-@@ -52,7 +52,7 @@
- apple_xgl_api.o: apple_xgl_api.h apple_xgl_api.c apple_xgl_api_stereo.c include/GL/gl.h
- apple_xgl_api_read.o: apple_xgl_api_read.h apple_xgl_api_read.c apple_xgl_api.h include/GL/gl.h
- apple_xgl_api_viewport.o: apple_xgl_api_viewport.h apple_xgl_api_viewport.c apple_xgl_api.h include/GL/gl.h
--apple_xgl_api_stereo.o: apple_xgl_api_stereo.h apple_xgl_api_stereo.c
-+apple_xgl_api_stereo.o: apple_xgl_api_stereo.h apple_xgl_api_stereo.c apple_xgl_api.h include/GL/gl.h
- glcontextmodes.o: glcontextmodes.c glcontextmodes.h include/GL/gl.h
- glxext.o: glxext.c include/GL/gl.h
- glxreply.o: glxreply.c include/GL/gl.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090404/6789a1ab/attachment.html>


More information about the macports-changes mailing list