Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv19651

Modified Files:
        gmp5.info 
Log Message:
sync with experimental, restore fix that fetched config.guess from trunk
this takes care of newer corei sandy bridge builds


Index: gmp5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/gmp5.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gmp5.info   19 May 2011 18:11:10 -0000      1.11
+++ gmp5.info   3 Jun 2011 23:28:16 -0000       1.12
@@ -7,8 +7,8 @@
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
 Source: mirror:gnu:gmp/gmp-%v.tar.gz
 Source-MD5: 87e73447afdc2ca5cefd987da865da51
-# Source2: http://www.csl.cornell.edu/~fang/sw/gmp-trunk-20110131-config.guess
-# Source2-MD5: d526c73bbb512808aa4e871937dd6fa4
+Source2: http://www.csl.cornell.edu/~fang/sw/gmp-trunk-20110131-config.guess
+Source2-MD5: d526c73bbb512808aa4e871937dd6fa4
 PatchFile: %{ni}.patch
 PatchFile-MD5: 61b8e6d474d97eb38cf65ccceed9003d
 Depends: <<
@@ -32,10 +32,10 @@
 PatchScript: <<
   #!/bin/sh -ev
   %{default_script}
-  # echo "replacing gmp's config.guess with newer one from trunk (patched)"
-  # mv config.guess config.guess.orig
-  # sed 's|corei[a-z]*|corei|g' ../gmp-trunk-*-config.guess > ./config.guess
-  # chmod +x ./config.guess
+  echo "replacing gmp's config.guess with newer one from trunk (patched)"
+  mv config.guess config.guess.orig
+  sed 's|corei[a-z]*|corei|g' ../gmp-trunk-*-config.guess > ./config.guess
+  chmod +x ./config.guess
 <<
 CompileScript: <<
 #! /bin/sh -ev
@@ -54,7 +54,8 @@
    test -x `which gcc-4.2` || { echo "gcc-4.2 required, but missing!"; exit 1; 
}
  fi
  # force i386 to bump to i686 to avoid symbol dep on __sync_fetch_and_add_4
- # hb=`../config.guess`
+ hb=`../config.guess`
+ echo "config.guess: $hb"
  # case $hb in
  #   i386-*-*) hb=`echo $hb | sed 's|i386|i686|'`
  #     host_build_override="--host=$hb --build=$hb" ;;


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to