[46486] trunk/dports/devel/mpfr/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Feb 5 09:49:00 PST 2009


Revision: 46486
          http://trac.macports.org/changeset/46486
Author:   mcalhoun at macports.org
Date:     2009-02-05 09:48:58 -0800 (Thu, 05 Feb 2009)
Log Message:
-----------
mpfr: Use variables introduced in r46483.
Remove duplication of default host value (default changed in r46000).

Modified Paths:
--------------
    trunk/dports/devel/mpfr/Portfile

Modified: trunk/dports/devel/mpfr/Portfile
===================================================================
--- trunk/dports/devel/mpfr/Portfile	2009-02-05 17:44:44 UTC (rev 46485)
+++ trunk/dports/devel/mpfr/Portfile	2009-02-05 17:48:58 UTC (rev 46486)
@@ -53,18 +53,8 @@
 }
 
 # universal_archs_supported must be the same as gmp
-if { ${os.arch}=="i386" } {
-    if { [llength ${universal_archs}] > 2 } {
-        set universal_archs_supported  "i386 x86_64"
-    }
-} else {
-    set universal_archs_supported  "ppc ppc64"
-}
+set merger_must_run_binaries yes
+set merger_no_3_archs yes
 
-array set merger_host {
-    i386    i386-apple-darwin
-    x86_64  x86_64-apple-darwin
-}
-
 livecheck.url    http://www.mpfr.org/mpfr-current/
 livecheck.regex  "mpfr-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090205/a52d68df/attachment.html>


More information about the macports-changes mailing list