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

Added Files:
        pcre-3.9-2.info pcre-3.9-2.patch 
Log Message:
stable


--- NEW FILE: pcre-3.9-2.info ---
Package: pcre
Version: 3.9
Revision: 2
BuildDepends: 
Depends: %N-shlibs (= %v-%r), %N-bin
BuildDependsOnly: True
Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%n-%v.tar.gz
UpdateConfigGuess: true
Patch: %f.patch
ConfigureParams: --mandir='${prefix}/share/man'
SplitOff: <<
  Package: %N-shlibs
  Replaces: %N (<= 3.9-1)
  Files: lib/libpcre.*.dylib lib/libpcreposix.*.dylib
  Shlibs: <<  
   %p/lib/libpcre.0.dylib %n (>= %v-%r)
   %p/lib/libpcreposix.0.dylib %n (>= %v-%r)
  <<
  DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*
<<
SplitOff2: <<
  Package: %N-bin
  Depends: %N-shlibs (= %v-%r)
  Replaces: %N (<= 3.9-1)
  Files: bin share/man/man1
  DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*
License: OSI-Approved
Description: Perl Compatible Regular Expressions Library
DescDetail: <<
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as PerlJ5. PCRE has
its own native API, as well as a set of wrapper functions that correspond
to the POSIX regular expression API.
<<
Homepage: http://www.pcre.org
Maintainer: Christian Swinehart <[EMAIL PROTECTED]>

--- NEW FILE: pcre-3.9-2.patch ---
diff -Naur pcre-3.9.old/configure pcre-3.9.new/configure
--- pcre-3.9.old/configure      Thu Jan  3 00:57:58 2002
+++ pcre-3.9.new/configure      Wed Jun  5 03:55:57 2002
@@ -4756,11 +4756,11 @@
     ;;
 
   darwin* | rhapsody*)
-    allow_undefined_flag='-undefined suppress'
+    allow_undefined_flag='-flat_namespace -undefined suppress'
     # 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 -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 -Naur pcre-3.9.old/ltmain.sh pcre-3.9.new/ltmain.sh
--- pcre-3.9.old/ltmain.sh      Thu Jan  3 00:57:58 2002
+++ pcre-3.9.new/ltmain.sh      Wed Jun  5 03:55:38 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: 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