[89843] trunk/dports/lang/pypy/Portfile

jmr at macports.org jmr at macports.org
Sun Feb 12 19:01:22 PST 2012


Revision: 89843
          http://trac.macports.org/changeset/89843
Author:   jmr at macports.org
Date:     2012-02-12 19:01:22 -0800 (Sun, 12 Feb 2012)
Log Message:
-----------
pypy: update to 1.8

Modified Paths:
--------------
    trunk/dports/lang/pypy/Portfile

Modified: trunk/dports/lang/pypy/Portfile
===================================================================
--- trunk/dports/lang/pypy/Portfile	2012-02-13 02:54:18 UTC (rev 89842)
+++ trunk/dports/lang/pypy/Portfile	2012-02-13 03:01:22 UTC (rev 89843)
@@ -4,7 +4,8 @@
 PortSystem          1.0
 
 name                pypy
-version             1.7
+version             1.8
+set changeset       2346207d9946
 categories          lang python devel
 license             MIT PSF
 maintainers         jmr openmaintainer
@@ -18,14 +19,14 @@
 
 homepage            http://pypy.org/
 # bitbucket tarballs are apparently regenerated sometimes without the contents changing
-master_sites
-#master_sites        https://bitbucket.org/pypy/pypy/get/
+#master_sites
+master_sites        https://bitbucket.org/pypy/pypy/get/
 use_bzip2           yes
 distname            release-${version}
-worksrcdir          ${name}-${name}-release-${version}
+worksrcdir          ${name}-${name}-${changeset}
 
-checksums           rmd160 f94199989fc7eab30d256b341367e82049b84745 \
-                    sha256 2e0884f4696cc8617be73cb8af8da063073d685b3d3e5de3366bfae4d33fac16
+checksums           rmd160 70fe569b466357ee64685c8ce15278d24862c711 \
+                    sha256 ac98ad6d884207f8325ff4c783104ebea57a3fcddfef32abcdf97fd4307b6287
 
 depends_build       port:pkgconfig
 depends_lib         port:libffi \
@@ -36,18 +37,13 @@
 use_configure       no
 
 # use pypy to build if it's already installed
-# XXX 1.6 infinite loops and uses all memory building 1.7
+# XXX 1.7 crashes building 1.8
 #if {[file executable ${prefix}/lib/pypy/pypy-c]} {
 #    build.cmd       ${prefix}/lib/pypy/pypy-c
 #} else {
     build.cmd       ${prefix}/bin/python2.7
 #}
 
-# gcc-4.2 seems to have issues still...
-if {${configure.compiler} == "gcc-4.2"} {
-    configure.compiler gcc-4.0
-}
-
 platform darwin {
     # use arch -foo if available
     if {${os.major} >= 9} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120212/24a77267/attachment.html>


More information about the macports-changes mailing list