diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-22 12:58:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-22 12:58:08 +0000 |
commit | 2a5e98040279cec7af4ab3542d44d6db8b2bb023 (patch) | |
tree | 10b6dc707ad25ba4a330441ce5dfd75f5a64a9b2 /devel | |
parent | 887af5d80a5507aa7431f82c135b2a07cf2e50bc (diff) | |
download | pkgsrc-2a5e98040279cec7af4ab3542d44d6db8b2bb023.tar.gz |
Update to 8.13. Add comments to patches.
Release 8.13 16-Aug-2011
------------------------
This is mainly a bug-fix release. There has been a lot of internal refactoring.
The Unicode tables have been updated. The only new feature in the library is
the passing of *MARK information to callouts. Some additions have been made to
pcretest to make testing easier and more comprehensive. There is a new option
for pcregrep to adjust its internal buffer size.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcre/Makefile | 4 | ||||
-rw-r--r-- | devel/pcre/distinfo | 12 | ||||
-rw-r--r-- | devel/pcre/patches/patch-aa | 4 | ||||
-rw-r--r-- | devel/pcre/patches/patch-ab | 8 |
4 files changed, 18 insertions, 10 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index aaae1fa88e1..38693f5fc16 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2011/01/15 21:14:21 adam Exp $ +# $NetBSD: Makefile,v 1.60 2011/08/22 12:58:08 wiz Exp $ -DISTNAME= pcre-8.12 +DISTNAME= pcre-8.13 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ ${MASTER_SITE_SOURCEFORGE:=pcre/} diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index cda84eeff5d..e152acf2f94 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.41 2011/01/15 21:14:21 adam Exp $ +$NetBSD: distinfo,v 1.42 2011/08/22 12:58:08 wiz Exp $ -SHA1 (pcre-8.12.tar.bz2) = 2219b372bff53ee29a7e44ecf5977ad15df01cea -RMD160 (pcre-8.12.tar.bz2) = ec7978604cdf92d8dbd98e0d0c360fe35eb62021 -Size (pcre-8.12.tar.bz2) = 992502 bytes -SHA1 (patch-aa) = 2bca13cdd4a398ae3dbf26f75fd94557cb076dbe -SHA1 (patch-ab) = a51a173c41825effd94c104f3b7eea3e48d019f9 +SHA1 (pcre-8.13.tar.bz2) = 4dedf8f2e1d7fb29bd00e62bcd26ca3ba71ff9bb +RMD160 (pcre-8.13.tar.bz2) = 0448109dbf489e4c18cd9e2a0cf97a33ff7e5364 +Size (pcre-8.13.tar.bz2) = 1037903 bytes +SHA1 (patch-aa) = f64935ca3ff7987f7259fcca44fefdac2c60cd2f +SHA1 (patch-ab) = 0da1392febca936ad89a8bda66c7114240a0fe4b diff --git a/devel/pcre/patches/patch-aa b/devel/pcre/patches/patch-aa index 16a7efdf6b5..887f0b80047 100644 --- a/devel/pcre/patches/patch-aa +++ b/devel/pcre/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.12 2007/06/17 17:05:08 joerg Exp $ +$NetBSD: patch-aa,v 1.13 2011/08/22 12:58:08 wiz Exp $ + +Use pkgsrc's COMPILER_RPATH_FLAG variable, so this works on all pkgsrc platforms. --- pcre-config.in.orig 2007-06-17 16:31:18.000000000 +0000 +++ pcre-config.in diff --git a/devel/pcre/patches/patch-ab b/devel/pcre/patches/patch-ab index 83e53e5d99b..746215b87fc 100644 --- a/devel/pcre/patches/patch-ab +++ b/devel/pcre/patches/patch-ab @@ -1,4 +1,10 @@ -$NetBSD: patch-ab,v 1.5 2008/05/27 16:20:52 tnn Exp $ +$NetBSD: patch-ab,v 1.6 2011/08/22 12:58:08 wiz Exp $ + +Remove a feeble attempt at providing ABI compatibility for the C++ portion +of the PCRE library. Relying on the C++ compiler to crunch symbols in a +particular way is platform dependent at best, and the comments indicate +that this was done for OSX. +Also, the test misfired on SunOS leading to breakage (PR pkg/38768). --- configure.orig 2008-05-07 18:22:58.000000000 +0200 +++ configure |