Update of /cvsroot/fink/experimental/rangerrick/libs
In directory usw-pr-cvs1:/tmp/cvs-serv5341

Added Files:
        libxslt-1.0.19-1.info libxslt-1.0.19-1.patch 
Log Message:
updated libxslt


--- NEW FILE: libxslt-1.0.19-1.info ---
Package: libxslt
Version: 1.0.19
Revision: 1
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
BuildDepends: gdbm, gmp, libxml2
Depends: %N-shlibs (= %v-%r)
Source: mirror:gnome:stable/sources/libxslt/%n-%v.tar.bz2
Replaces: %N (<< 1.0.15-2)
Patch: %f.patch
NoSetLDFLAGS: true
ConfigureParams: --mandir='${prefix}/share/man'
InstallScript: <<
 make install prefix=%i
 mkdir -p %i/share/doc
 mv %i/doc/%n-%v %i/share/doc/%n
 rm -rf %i/doc
<<
DocFiles: README COPYING AUTHORS ChangeLog Copyright FEATURES NEWS TODO
SplitOff: <<
 Package: %N-shlibs
 Replaces: %N (<< 1.0.15-2)
 Depends: libxml2-shlibs (>= 2.4.17)
 Description: XML stylsheet transformation shared libraries
 Files: lib/libexslt.0*.dylib lib/libxslt.1*.dylib lib/libxsltbreakpoint.1*.dylib
 DocFiles: COPYING AUTHORS Copyright
<<
Description: XML stylesheet transformation library
License: GPL/LGPL
Homepage: http://www.xmlsoft.org/XSLT/

--- NEW FILE: libxslt-1.0.19-1.patch ---
diff -uNbr libxslt-1.0.18/aclocal.m4 libxslt-1.0.18-new/aclocal.m4
--- libxslt-1.0.18/aclocal.m4   Mon May 27 17:31:20 2002
+++ libxslt-1.0.18-new/aclocal.m4       Thu Jun  6 22:49:06 2002
@@ -1635,7 +1635,7 @@
     ;;
 
   darwin* | rhapsody*)
-    allow_undefined_flag='-undefined suppress'
+    allow_undefined_flag='-undefined suppress -flat_namespace'
     # 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.
diff -uNbr libxslt-1.0.18/configure libxslt-1.0.18-new/configure
--- libxslt-1.0.18/configure    Mon May 27 17:31:25 2002
+++ libxslt-1.0.18-new/configure        Thu Jun  6 22:49:06 2002
@@ -3580,11 +3580,11 @@
     ;;
 
   darwin* | rhapsody*)
-    allow_undefined_flag='-undefined suppress'
+    allow_undefined_flag='-undefined suppress -flat_namespace'
     # 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.
-    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname 
$(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
+    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
+$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts $(test .$module != .yes && 
+echo -install_name $rpath/$soname $tmp_verstring)'
     # We need to add '_' to the symbols in $export_symbols first
     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
     hardcode_direct=yes
diff -uNbr libxslt-1.0.18/ltmain.sh libxslt-1.0.18-new/ltmain.sh
--- libxslt-1.0.18/ltmain.sh    Mon May 27 17:31:19 2002
+++ libxslt-1.0.18-new/ltmain.sh        Thu Jun  6 22:49:06 2002
@@ -2858,6 +2858,11 @@
        if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
          eval cmds=\"$archive_expsym_cmds\"
        else
+         if test "x$verstring" = "x0.0"; then
+           tmp_verstring=
+         else
+           tmp_verstring="$verstring"
+         fi
          eval cmds=\"$archive_cmds\"
        fi
        IFS="${IFS=     }"; save_ifs="$IFS"; IFS='~'



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to