[62084] trunk/dports/x11/mesa

nox at macports.org nox at macports.org
Mon Dec 28 12:41:20 PST 2009


Revision: 62084
          http://trac.macports.org/changeset/62084
Author:   nox at macports.org
Date:     2009-12-28 12:41:19 -0800 (Mon, 28 Dec 2009)
Log Message:
-----------
Update mesa to 7.6.1

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

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

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2009-12-28 20:41:09 UTC (rev 62083)
+++ trunk/dports/x11/mesa/Portfile	2009-12-28 20:41:19 UTC (rev 62084)
@@ -4,9 +4,8 @@
 PortSystem          1.0
 
 name                mesa
-version             7.6
+version             7.6.1
 set ASGLX_version   59
-revision            2
 categories          x11 graphics
 maintainers         jeremyhu openmaintainer
 description         Mesa 3D Graphics Library
@@ -24,16 +23,16 @@
 set ASGLX_path      ${workpath}/AppleSGLX-${ASGLX_version}
 platforms           macosx darwin
 use_bzip2           yes
-master_sites        ftp://ftp.freedesktop.org/pub/mesa/current/:mesa \
+master_sites        ftp://ftp.freedesktop.org/pub/mesa/${version}/:mesa \
                     http://xquartz.macosforge.org/downloads/src/:xq
-checksums           MesaLib-7.6.tar.bz2 \
-                    md5     8c75f90cd0303cfac9e4b6d54f6759ca \
-                    sha1    4bb10d98afa2585bf60cffb6861b511e86b7b240 \
-                    rmd160  9d37e916199ca27b14eb01baa3a15ce37f8f4e84 \
-                    MesaGLUT-7.6.tar.bz2 \
-                    md5     b8b59706f827d18d1b784a0ff98b4dc2 \
-                    sha1    8f6b9947973a3c90f32b3234f7a5969b09057cc1 \
-                    rmd160  c0237a36fc8d865b035db9c4851517a57cba148e \
+checksums           MesaLib-7.6.1.tar.bz2 \
+                    md5     7db4617e9e10ad3aca1b64339fd71b7d \
+                    sha1    6d99fca5f362d51a95401b4392542eb222e3d0f8 \
+                    rmd160  c2bea0898ecfe72a05e64f9021400147ae3e9d6b \
+                    MesaGLUT-7.6.1.tar.bz2 \
+                    md5     ca9aecb91f05b1da9fd7d5eeb19d47d7 \
+                    sha1    7554d7e43968df5b0490f5defe2e01eceac0ab7f \
+                    rmd160  0b996c2404c4fcee5044307a855e1c8429e3cc67 \
                     AppleSGLX-59.tar.bz2 \
                     md5     28050dd67bd44ac88dce2bcc623caca5 \
                     sha1    fceff0c5e95e0221a5b1972bbbd4f7e6b907f7ba \
@@ -57,7 +56,6 @@
 
 patch.pre_args -p1
 patchfiles \
-	patch-mklib.diff \
 	mesa-7.2-drm_headers.patch
 
 build.target default

Deleted: trunk/dports/x11/mesa/files/patch-mklib.diff
===================================================================
--- trunk/dports/x11/mesa/files/patch-mklib.diff	2009-12-28 20:41:09 UTC (rev 62083)
+++ trunk/dports/x11/mesa/files/patch-mklib.diff	2009-12-28 20:41:19 UTC (rev 62084)
@@ -1,29 +0,0 @@
---- a/bin/mklib.orig	2009-08-23 22:52:57.000000000 -0500
-+++ b/bin/mklib	2009-12-20 22:57:50.000000000 -0600
-@@ -724,22 +724,10 @@
- 
- 	    # examine first object to determine ABI
-     	    set ${OBJECTS}
--            ABI_PPC=`file $1 | grep ' ppc'`
--            ABI_I386=`file $1 | grep ' i386'`
--            ABI_PPC64=`file $1 | grep ' ppc64'`
--            ABI_X86_64=`file $1 | grep ' x86_64'`
--            if [ "${ABI_PPC}" ] ; then
--                OPTS="${OPTS} -arch ppc"
--            fi
--            if [ "${ABI_I386}" ] ; then
--                OPTS="${OPTS} -arch i386"
--            fi
--            if [ "${ABI_PPC64}" ] ; then
--                OPTS="${OPTS} -arch ppc64"
--            fi
--            if [ "${ABI_X86_64}" ] ; then
--                OPTS="${OPTS} -arch x86_64"
--            fi
-+            ABIS=`lipo -info $1 | sed s/.*://`
-+            for ABI in $ABIS; do
-+                OPTS="${OPTS} -arch ${ABI}"
-+            done
- 
-             if [ "${ALTOPTS}" ] ; then
-                 OPTS=${ALTOPTS}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091228/58137fdb/attachment-0001.html>


More information about the macports-changes mailing list