Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30806

Modified Files:
        libpcre1.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: libpcre1.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/libpcre1.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libpcre1.info       6 Feb 2013 19:19:55 -0000       1.4
+++ libpcre1.info       20 Jun 2013 20:48:30 -0000      1.5
@@ -1,6 +1,6 @@
 Info4: <<
 Package: libpcre1%type_pkg[-64bit]
-Version: 8.32
+Version: 8.33
 Revision: 1
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
@@ -13,7 +13,8 @@
 BuildDependsOnly: True
 #Source: mirror:sourceforge:pcre/pcre-%v.tar.bz2
 Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-%v.tar.bz2
-Source-MD5: 62f02a76bb57a40bc66681760ed511d5
+Source-MD5: 21514018448ac10062ece7a668fca949
+
 NoSetLDFLAGS: true
 NoSetCPPFLAGS: true
 ConfigureParams: <<
@@ -21,7 +22,7 @@
        --enable-shared \
        --disable-static \
        --enable-pcre16 \
-       --disable-pcre32 \
+       --enable-pcre32 \
        --enable-utf \
        --enable-unicode-properties \
        --enable-pcregrep-libz \
@@ -40,10 +41,7 @@
                export CXX="g++ -m64"
        fi
 
-#      if [ "%m" != "i386" ]; then
-#              ./configure %c --enable-jit
-#      else
-       if [ "%m" == "x86_64" ]; then
+       if [ "%m" == "x86_64" -o "%m" == "i386" ]; then
                ./configure %c --enable-jit
        else
                ./configure %c --disable-jit
@@ -56,10 +54,11 @@
 SplitOff2: <<
   Package: %N-shlibs
   Depends: ( %type_raw[-64bit] = -64bit ) 64bit-cpu
-  Files: %lib/%{Ni}/libpcre.*.dylib %lib/%{Ni}/libpcre16.*.dylib  
%lib/%{Ni}/libpcreposix.*.dylib %lib/%{Ni}/libpcrecpp.*.dylib
+  Files: %lib/%{Ni}/libpcre.*.dylib %lib/%{Ni}/libpcre16.*.dylib  
%lib/%{Ni}/libpcre32.*.dylib %lib/%{Ni}/libpcreposix.*.dylib 
%lib/%{Ni}/libpcrecpp.*.dylib
   Shlibs: <<
    %p/%lib/%{Ni}/libpcre.1.dylib 4.0.0 %n (>= 8.32-1) %type_num[-64bit]
    %p/%lib/%{Ni}/libpcre16.0.dylib 3.0.0 %n (>= 8.32-1) %type_num[-64bit]
+   %p/%lib/%{Ni}/libpcre32.0.dylib 1.0.0 %n (>= 8.32-2) %type_num[-64bit]
    %p/%lib/%{Ni}/libpcreposix.0.dylib 1.0.0 %n (>= 8.30-1) %type_num[-64bit]
    %p/%lib/%{Ni}/libpcrecpp.0.dylib 1.0.0 %n (>= 8.30-1) %type_num[-64bit]
   <<
@@ -83,6 +82,7 @@
   ln -s %{Ni}/*.la %i/%lib
   ln -s %{Ni}/libpcre.dylib %i/%lib
   ln -s %{Ni}/libpcre16.dylib %i/%lib
+  ln -s %{Ni}/libpcre32.dylib %i/%lib
   ln -s %{Ni}/libpcrecpp.dylib %i/%lib
   ln -s %{Ni}/libpcreposix.dylib %i/%lib
 <<
@@ -95,8 +95,8 @@
   its own native API, as well as a set of wrapper functions that correspond
   to the POSIX regular expression API and a C++ wrapper library.
   
-  Now includes the 16 bit libpcre16.dylib library.The libpcre.dylib library
-  continues to be used for 8 bit strings.
+  Now includes the 16 bit libpcre16.dylib and 32 bit libpcre32.dylib libraries.
+  The libpcre.dylib library continues to be used for 8 bit strings.
   
   Previous revisions by Christian Swinehart <cswineh...@users.sourceforge.net>
 <<
@@ -106,12 +106,10 @@
   packages accidentally linking to Fink's libreadline.
   
   Disabled static libs and cleaned dependency_libs in *.la files.
-  
-  Disable new 32 bit library since its tests segfault.
 <<
 Homepage: http://www.pcre.org
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 InfoTest: <<
-  TestScript: make check || exit 2
+  TestScript: make -j1 check || exit 2
 <<
 <<


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to