Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28421

Modified Files:
        gmp.info 
Removed Files:
        gmp.patch 
Log Message:
new upstream version


--- gmp.patch DELETED ---

Index: gmp.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/gmp.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gmp.info    11 Jan 2006 23:50:07 -0000      1.5
+++ gmp.info    8 May 2006 03:28:35 -0000       1.6
@@ -1,22 +1,22 @@
 Package: gmp
-Version: 4.1.4
-Revision: 2
+Version: 4.2.1
+Revision: 1
 GCC: 3.3
 Source: gnu
-Source-MD5: aa5e5fb3a7cdebe8c5b681a6cf4a670e
-Patch: %n.patch
+Source-MD5: 5603ae75bc0cb1b21ad0187308a23c84
 Depends: gmp-shlibs (= %v-%r), libgmpxx4-shlibs (= %v-%r)
-BuildDepends: fink (>= 0.9.9), gcc3.3
+BuildDepends: fink (>= 0.9.9)
 SetCC: gcc-3.3
 SetCXX: g++-3.3
 ConfigureParams: --infodir='${prefix}/share/info' --enable-cxx
 CompileScript: <<
 #! /bin/sh -ev
 # Due to assembler differences on darwin x86 with ELF based gnu assemblers
-# we need to "turn off" assembley on the Intel build for now.
+# we need to "turn off" assembley on the Intel build for now.  We also need
+# to pass "ABI=32" during powerpc builds but not x86 builds.
 case "%m" in
 i386) ./configure --host=none-apple-darwin %c ;;
-powerpc) ./configure %c ;;
+powerpc) ABI=32 ./configure %c ;;
 esac
 make
 make check
@@ -34,7 +34,7 @@
   Replaces: gmp (<< 4.0.1-1)
   Files: lib/libgmp.*.dylib
   Shlibs: <<
-    %p/lib/libgmp.3.dylib 7.0.0 %n (>= 4.1-10)
+    %p/lib/libgmp.3.dylib 8.0.0 %n (>= 4.2.1-1)
   <<
   Description: Shared library for gmp package
   DocFiles: doc/* AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README
@@ -44,7 +44,7 @@
   Replaces: gmp (<< 4.0.1-1), gmp-shlibs (<< 4.1.4-1)
   Files: lib/libgmpxx.*.dylib
   Shlibs: <<
-    %p/lib/libgmpxx.3.dylib 4.0.0 %n (>= 4.1.4-1)
+    %p/lib/libgmpxx.3.dylib 5.0.0 %n (>= 4.2.1-1)
   <<
   Description: Shared C++ library for gmp package
   DocFiles: doc/* AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README
@@ -59,16 +59,11 @@
  Patch from Ben Hines to build libgmpxx, as of vers. 4.1-2.  As of vers.
  4.1.4-1, libgmpxx gets its own splitoff.
 
- The C++ wrapper library should be used with some care, as it fails one
- of the tests from "make check."  For the moment, that test has been
- patched out so that the library can still be installed.
-
- Following advice from the upsteam maintainer, we compile this with
- gcc 3.3 rather than gcc 4.0.0.  It is hoped that using gcc 4.0.1 (or 
- later) will be OK at some point in the future.
+ As of vers. 4.2, mpfr is a separate library, available in fink as the 
+ libmpfr1 package.
 
- Instead of building with --enable-mpfr, we now suggest using the libmpfr1
- package.
+ On powerpc, we need to set ABI=32 to prevent gmp from building 64-bit 
+ libraries.  
 <<
 Maintainer: Dave Morrison <[EMAIL PROTECTED]>
 Homepage: http://www.swox.com/gmp/



_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to