Update of /cvsroot/fink/dists/10.2/stable/main/finkinfo/libs
In directory usw-pr-cvs1:/tmp/cvs-serv11698

Added Files:
        gmp-4.1-10.info gmp-4.1-10.patch 
Log Message:
move to stable based on positive feedback


--- NEW FILE: gmp-4.1-10.info ---
Package: gmp
Version: 4.1
Revision: 10
Source: gnu
Source-MD5: d6afbdf7e02615fa16867896ce0e03d3
Patch: %f.patch
Depends: gmp-shlibs (= %v-%r)
BuildDepends: fink (>= 0.9.9)
ConfigureParams: --infodir='${prefix}/share/info' --enable-cxx
InstallScript: <<
 make install prefix=%i
 ranlib %i/lib/libgmp.a
 ranlib %i/lib/libgmpxx.a
<<
DocFiles: COPYING COPYING.LIB README
BuildDependsOnly: True
SplitOff: <<
  Package: %N-shlibs
  Replaces: gmp (<< 4.0.1-1)
  Files: lib/libgmp.*.dylib lib/libgmpxx.*.dylib
  Shlibs: <<
    %p/lib/libgmp.3.dylib %n (>= %v-%r)
    %p/lib/libgmpxx.3.dylib %n (>= %v-%r)
  <<
  DocFiles: doc/* AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README
<<
License: LGPL
Description: GNU multiple precision arithmetic library
DescDetail: <<
 GNU MP is a portable library written in C for arbitrary precision 
 arithmetic on integers, rational numbers, and floating-point numbers.
<<
DescPort: Patch from Ben Hines to build libgmpxx, as of vers. 4.1-2
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.swox.com/gmp/

--- NEW FILE: gmp-4.1-10.patch ---
--- gmp-4.1/configure.orig      2002-10-13 07:16:32.000000000 -0700
+++ gmp-4.1/configure   2002-10-13 07:16:43.000000000 -0700
@@ -10702,6 +10702,28 @@
        ;;
     esac
     ;;
+  darwin* | rhapsody*)
+      case "$host_os" in
+      rhapsody* | darwin1.[012])
+       allow_undefined_flag='-undefined suppress'
+       ;;
+      *) # Darwin 1.3 on
+       allow_undefined_flag='-flat_namespace -undefined suppress'
+       ;;
+      esac
+
+      # FIXME: Relying on posixy $() will cause problems for
+      #        cross-compilation, but unfortunately the echo tests do not
+      #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
+      #               `"' quotes if we put them in here... so don't!
+      archive_cmds_CXX='$CC $(test .$module = .yes && echo -bundle || echo 
+-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
+-install_name $rpath/$soname $verstring'
+      # We need to add '_' to the symbols in $export_symbols first
+      #_LT_AC_TAGVAR(archive_expsym_cmds, )="$_LT_AC_TAGVAR(archive_cmds, )"' && 
+strip -s $export_symbols'
+      hardcode_direct=yes
+      hardcode_shlibpath_var=no
+      whole_archive_flag_spec='-all_load $convenience'
+      ;;
+
   dgux*)
     case $cc_basename in
       ec++)
--- gmp-4.1/ltmain.sh.orig      2002-10-15 08:27:27.000000000 -0700
+++ gmp-4.1/ltmain.sh   2002-10-15 08:28:36.000000000 -0700
@@ -4445,10 +4445,10 @@
 
 # Directory that this library needs to be installed in:
 libdir='$install_libdir'"
-         if test "$installed" = no && test "$need_relink" = yes; then
-           $echo >> $output "\
-relink_command=\"$relink_command\""
-         fi
+#        if test "$installed" = no && test "$need_relink" = yes; then
+#          $echo >> $output "\
+#relink_command=\"$relink_command\""
+#        fi
        done
       fi
 



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to