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

Added Files:
        libmpfr1.info libmpfr1.patch 
Log Message:
To stable

--- NEW FILE: libmpfr1.info ---
Package: libmpfr1
Version: 2.2.0
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
Source: http://www.mpfr.org/mpfr-current/mpfr-%v.tar.gz
Source-MD5: 15845f68d26f2487a9c6d5b8148f9204
ConfigureParams: --infodir='${prefix}/share/info' --enable-shared
DocFiles: AUTHORS BUGS COPYING COPYING.LIB ChangeLog NEWS README TODO VERSION
InfoDocs: mpfr.info
Patch: %n.patch
BuildDependsOnly: True
CompileScript: <<
  ./configure %c
  make check
<<
SplitOff: <<
  Package: %N-shlibs
  Replaces: libmpfr
  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)
  <<
  Description: Shared libraries for mpfr package
  DocFiles: AUTHORS COPYING BUGS COPYING.LIB ChangeLog NEWS README TODO VERSION
<<
Description: 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).
<<
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.mpfr.org
License: LGPL

--- NEW FILE: libmpfr1.patch ---
diff -u mpfr-2.2.0/mpfr-gmp.c mpfr-2.2.0.patched/mpfr-gmp.c
--- mpfr-2.2.0/mpfr-gmp.c       Thu Aug 18 12:03:09 2005
+++ mpfr-2.2.0.patched/mpfr-gmp.c       Tue Sep 27 23:48:14 2005
@@ -28,7 +28,7 @@
 #ifndef MPFR_HAVE_GMP_IMPL
 
 char             mpfr_rands_initialized = 0;
-gmp_randstate_t  mpfr_rands;
+gmp_randstate_t  mpfr_rands = {0,0,0};
 
 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])



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to