[92835] trunk/dports/devel/pcre

ryandesign at macports.org ryandesign at macports.org
Tue May 8 17:37:02 PDT 2012


Revision: 92835
          https://trac.macports.org/changeset/92835
Author:   ryandesign at macports.org
Date:     2012-05-08 17:37:01 -0700 (Tue, 08 May 2012)
Log Message:
-----------
pcre: update to 8.30

Modified Paths:
--------------
    trunk/dports/devel/pcre/Portfile
    trunk/dports/devel/pcre/files/configure.patch
    trunk/dports/devel/pcre/files/pcretest.c.patch

Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile	2012-05-09 00:26:58 UTC (rev 92834)
+++ trunk/dports/devel/pcre/Portfile	2012-05-09 00:37:01 UTC (rev 92835)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            pcre
-version         8.12
-revision        1
+version         8.30
 categories      devel
 license         BSD
 platforms       darwin freebsd
@@ -24,11 +23,10 @@
 master_sites    ftp://ftp.fu-berlin.de/unix/misc/${name}/ \
                 ftp://ftp.tin.org/pub/libs/${name}/ \
                 ftp://ftp.csx.cam.ac.uk/pub/software/programming/${name}/ \
-                sourceforge
+                sourceforge:project/pcre/pcre/${version}
 
-checksums           md5     f14a9fef3c92f3fc6c5ac92d7a2c7eb3 \
-                    sha1    2219b372bff53ee29a7e44ecf5977ad15df01cea \
-                    rmd160  ec7978604cdf92d8dbd98e0d0c360fe35eb62021
+checksums       rmd160  bddee68c7e2b8b8224a835a2a9cdadc6b7cc9fd2 \
+                sha256  c1113fd7db934e97ad8b3917d432e5b642e9eb9afd127eb797804937c965f4ac
 
 depends_lib     port:libedit \
                 port:zlib \

Modified: trunk/dports/devel/pcre/files/configure.patch
===================================================================
--- trunk/dports/devel/pcre/files/configure.patch	2012-05-09 00:26:58 UTC (rev 92834)
+++ trunk/dports/devel/pcre/files/configure.patch	2012-05-09 00:37:01 UTC (rev 92835)
@@ -1,13 +1,13 @@
---- configure.orig	2011-01-15 22:27:58.000000000 +1100
-+++ configure	2011-09-21 18:33:45.000000000 +1000
-@@ -15635,37 +15635,13 @@
+--- configure.orig	2012-02-04 06:55:43.000000000 -0600
++++ configure	2012-05-08 17:05:19.000000000 -0500
+@@ -16647,37 +16647,13 @@
  
  # Check for the availabiity of libreadline
  
 -for ac_header in readline/readline.h
 -do :
 -  ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default"
--if test "x$ac_cv_header_readline_readline_h" = x""yes; then :
+-if test "x$ac_cv_header_readline_readline_h" = xyes; then :
 -  cat >>confdefs.h <<_ACEOF
 -#define HAVE_READLINE_READLINE_H 1
 -_ACEOF
@@ -19,7 +19,7 @@
 -for ac_header in readline/history.h
 -do :
 -  ac_fn_c_check_header_mongrel "$LINENO" "readline/history.h" "ac_cv_header_readline_history_h" "$ac_includes_default"
--if test "x$ac_cv_header_readline_history_h" = x""yes; then :
+-if test "x$ac_cv_header_readline_history_h" = xyes; then :
 -  cat >>confdefs.h <<_ACEOF
 -#define HAVE_READLINE_HISTORY_H 1
 -_ACEOF
@@ -32,7 +32,7 @@
 -$as_echo_n "checking for readline in -lreadline... " >&6; }
 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -ledit" >&5
 +$as_echo_n "checking for readline in -ledit... " >&6; }
- if test "${ac_cv_lib_readline_readline+set}" = set; then :
+ if ${ac_cv_lib_readline_readline+:} false; then :
    $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
@@ -41,7 +41,7 @@
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  
-@@ -15868,15 +15844,7 @@
+@@ -17140,14 +17116,6 @@
  # Similarly for --enable-pcretest-readline
  
  if test "$enable_pcretest_libreadline" = "yes"; then
@@ -53,13 +53,11 @@
 -    echo "** Cannot --enable-pcretest-readline because readline/history.h was not found."
 -    exit 1
 -  fi
--  LIBREADLINE="-lreadline"
-+  LIBREADLINE="-ledit"
- fi
- 
- 
-@@ -18564,7 +18532,7 @@
-     Build static libs ............... : ${enable_static}
+   if test -z "$LIBREADLINE"; then
+     echo "** Cannot --enable-pcretest-readline because readline library was not found."
+     exit 1
+@@ -19893,7 +19861,7 @@
+     Buffer size for pcregrep ........ : ${with_pcregrep_bufsize}
      Link pcregrep with libz ......... : ${enable_pcregrep_libz}
      Link pcregrep with libbz2 ....... : ${enable_pcregrep_libbz2}
 -    Link pcretest with libreadline .. : ${enable_pcretest_libreadline}

Modified: trunk/dports/devel/pcre/files/pcretest.c.patch
===================================================================
--- trunk/dports/devel/pcre/files/pcretest.c.patch	2012-05-09 00:26:58 UTC (rev 92834)
+++ trunk/dports/devel/pcre/files/pcretest.c.patch	2012-05-09 00:37:01 UTC (rev 92835)
@@ -1,6 +1,6 @@
---- pcretest.c.orig	2010-11-26 22:11:25.000000000 +1100
-+++ pcretest.c	2011-09-21 18:27:20.000000000 +1000
-@@ -52,8 +52,7 @@
+--- pcretest.c.orig	2012-02-04 08:35:53.000000000 -0600
++++ pcretest.c	2012-05-08 17:06:07.000000000 -0500
+@@ -63,8 +63,7 @@
  #ifdef HAVE_UNISTD_H
  #include <unistd.h>
  #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120508/b45b564a/attachment-0001.html>


More information about the macports-changes mailing list