Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2537

Modified Files:
        libmpfr1.info libmpfr1.patch 
Added Files:
        libmpfr1-64bit-i386.info libmpfr1-64bit-powerpc.info 
Log Message:
new upstream version, and new 64bit variant


--- NEW FILE: libmpfr1-64bit-powerpc.info ---
Package: libmpfr1-64bit
Architecture: powerpc
Version: 2.2.1
Revision: 2
Depends: %N-shlibs (= %v-%r)
BuildDepends: gmp-64bit (>= 4.2.1-1006), fink (>= 0.24.12)
Conflicts: libmpfr-dev, libmpfr1, libmpfr1-64bit
Replaces: gmp (<< 4.1.4-1), libmpfr-dev, libmpfr1, libmpfr1-64bit
Source: http://www.mpfr.org/mpfr-current/mpfr-%v.tar.gz
Source-MD5: 662bc38c75c9857ebbbc34e3280053cd
SetCC: gcc -m64
NoSetLDFLAGS: true
SetLDFlags: -L%p/lib/ppc64 -L%p/lib
ConfigureParams: --infodir='${prefix}/share/info' --enable-shared 
--libdir='${prefix}/lib/ppc64'
DocFiles: AUTHORS BUGS COPYING COPYING.LIB ChangeLog NEWS README TODO VERSION
InfoDocs: mpfr.info
PatchFile: libmpfr1.patch
PatchFile-MD5: 6b5ce172b239413ed2c4495549fdd8ed
BuildDependsOnly: True
CompileScript: <<
  ./configure %c
  make check
<<
SplitOff: <<
  Package: %N-shlibs
  Replaces: libmpfr
  Depends: gmp-64bit-shlibs (>= 4.2.1-1006)
  Files: lib/ppc64/libmpfr.*.dylib
  Shlibs: <<
    %p/lib/ppc64/libmpfr.1.dylib 2.0.0 %n (>= 2.2.1-2)
  <<
  Description: Shared libraries for mpfr package
  DocFiles: AUTHORS COPYING BUGS COPYING.LIB ChangeLog NEWS README TODO VERSION
<<
Description: 64-bit C library for floating-point computation
DescDetail: <<
 The MPFR library is a C library for multiple-precision
 floating-point computations with exact rounding (also called
 correct rounding). 64-bit version.
<<
Maintainer:  Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.mpfr.org
License: LGPL

                 

Index: libmpfr1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libmpfr1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libmpfr1.info       5 Sep 2006 04:42:20 -0000       1.2
+++ libmpfr1.info       30 Nov 2006 16:46:33 -0000      1.3
@@ -1,16 +1,17 @@
 Package: libmpfr1
-Version: 2.2.0
+Version: 2.2.1
 Revision: 2
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: gmp (>= 4.1.4-1), fink (>= 0.11.0)
-Conflicts: libmpfr-dev
-Replaces: gmp (<< 4.1.4-1), libmpfr-dev
+BuildDepends: gmp (>= 4.1.4-1), fink (>= 0.24.12)
+Conflicts: libmpfr-dev, libmpfr1, libmpfr1-64bit
+Replaces: gmp (<< 4.1.4-1), libmpfr-dev, libmpfr1, libmpfr1-64bit
 Source: http://www.mpfr.org/mpfr-current/mpfr-%v.tar.gz
-Source-MD5: 15845f68d26f2487a9c6d5b8148f9204
-ConfigureParams: --infodir='${prefix}/share/info' --enable-shared
+Source-MD5: 662bc38c75c9857ebbbc34e3280053cd
+ConfigureParams: --infodir='${prefix}/share/info' --enable-shared 
--libdir='${prefix}/lib'
 DocFiles: AUTHORS BUGS COPYING COPYING.LIB ChangeLog NEWS README TODO VERSION
 InfoDocs: mpfr.info
-Patch: %n.patch
+PatchFile: libmpfr1.patch
+PatchFile-MD5: 6b5ce172b239413ed2c4495549fdd8ed
 BuildDependsOnly: True
 CompileScript: <<
   ./configure %c
@@ -22,7 +23,7 @@
   Depends: gmp-shlibs (>= 4.1.4-1)
   Files: lib/libmpfr.*.dylib
   Shlibs: <<
-    %p/lib/libmpfr.1.dylib 2.0.0 %n (>= 2.2.0-1)
+    %p/lib/libmpfr.1.dylib 2.0.0 %n (>= 2.2.1-2)
   <<
   Description: Shared libraries for mpfr package
   DocFiles: AUTHORS COPYING BUGS COPYING.LIB ChangeLog NEWS README TODO VERSION
@@ -36,3 +37,5 @@
 Maintainer:  Dave Morrison <[EMAIL PROTECTED]>
 Homepage: http://www.mpfr.org
 License: LGPL
+
+                

--- NEW FILE: libmpfr1-64bit-i386.info ---
Package: libmpfr1-64bit
Architecture: i386
Version: 2.2.1
Revision: 2
Depends: %N-shlibs (= %v-%r)
BuildDepends: gmp-64bit (>= 4.2.1-1006), fink (>= 0.24.12)
Conflicts: libmpfr-dev, libmpfr1, libmpfr1-64bit
Replaces: gmp (<< 4.1.4-1), libmpfr-dev, libmpfr1, libmpfr1-64bit
Source: http://www.mpfr.org/mpfr-current/mpfr-%v.tar.gz
Source-MD5: 662bc38c75c9857ebbbc34e3280053cd
SetCC: gcc -m64
NoSetLDFLAGS: true
SetLDFlags: -L%p/lib/x86_64 -L%p/lib
ConfigureParams: --infodir='${prefix}/share/info' --enable-shared 
--libdir='${prefix}/lib/x86_64'
DocFiles: AUTHORS BUGS COPYING COPYING.LIB ChangeLog NEWS README TODO VERSION
InfoDocs: mpfr.info
PatchFile: libmpfr1.patch
PatchFile-MD5: 6b5ce172b239413ed2c4495549fdd8ed
BuildDependsOnly: True
CompileScript: <<
  ./configure %c
  make check
<<
SplitOff: <<
  Package: %N-shlibs
  Replaces: libmpfr
  Depends: gmp-64bit-shlibs (>= 4.2.1-1006)
  Files: lib/x86_64/libmpfr.*.dylib
  Shlibs: <<
    %p/lib/x86_64/libmpfr.1.dylib 2.0.0 %n (>= 2.2.1-2)
  <<
  Description: Shared libraries for mpfr package
  DocFiles: AUTHORS COPYING BUGS COPYING.LIB ChangeLog NEWS README TODO VERSION
<<
Description: 64-bit C library for floating-point computation
DescDetail: <<
 The MPFR library is a C library for multiple-precision
 floating-point computations with exact rounding (also called
 correct rounding). 64-bit version.
<<
Maintainer:  Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.mpfr.org
License: LGPL

                 

Index: libmpfr1.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libmpfr1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libmpfr1.patch      20 Jan 2006 20:21:18 -0000      1.1
+++ libmpfr1.patch      30 Nov 2006 16:46:33 -0000      1.2
@@ -10,16 +10,5 @@
  
  const struct bases mpfr_bases[257] =
  {
-Common subdirectories: mpfr-2.2.0/tests and mpfr-2.2.0.patched/tests
-diff -ruN mpfr-2.2.0/configure mpfr-2.2.0-patched/configure
---- mpfr-2.2.0/configure       2005-09-19 06:31:58.000000000 -0700
-+++ mpfr-2.2.0-patched/configure       2005-10-01 19:38:44.000000000 -0700
-@@ -10519,7 +10519,7 @@
-       ;;
- 
-     darwin* | rhapsody*)
--    if test "$GXX" = yes ; then
-+    if test "$GCC" = yes ; then
-       archive_cmds_need_lc=no
-       case "$host_os" in
-       rhapsody* | darwin1.[012])
+
+                


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to