diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-27 20:21:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-27 20:21:50 +0000 |
commit | 83bf57af325dfb431236fa3984640bff527dbb59 (patch) | |
tree | 6e14fd5d26aded83d7d39e032598fa4f92c33ea7 /devel/pcre | |
parent | c55160369d141fa6adb7bf4f3afeac1058e738a3 (diff) | |
download | pkgsrc-83bf57af325dfb431236fa3984640bff527dbb59.tar.gz |
Update to 6.4:
Version 6.4 05-Sep-05
---------------------
1. Change 6.0/10/(l) to pcregrep introduced a bug that caused separator lines
"--" to be printed when multiple files were scanned, even when none of the
-A, -B, or -C options were used. This is not compatible with Gnu grep, so I
consider it to be a bug, and have restored the previous behaviour.
2. A couple of code tidies to get rid of compiler warnings.
3. The pcretest program used to cheat by referring to symbols in the library
whose names begin with _pcre_. These are internal symbols that are not
really supposed to be visible externally, and in some environments it is
possible to suppress them. The cheating is now confined to including
certain files from the library's source, which is a bit cleaner.
4. Renamed pcre.in as pcre.h.in to go with pcrecpp.h.in; it also makes the
file's purpose clearer.
5. Reorganized pcre_ucp_findchar().
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 4 | ||||
-rw-r--r-- | devel/pcre/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 19013c73d66..25bc1c03fde 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2005/09/05 15:56:53 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2005/09/27 20:21:50 wiz Exp $ -DISTNAME= pcre-6.3 +DISTNAME= pcre-6.4 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ ftp://pcre.sourceforge.net/pub/pcre/ diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index 7d4db7be31a..2703f77b99c 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2005/09/05 15:56:53 wiz Exp $ +$NetBSD: distinfo,v 1.15 2005/09/27 20:21:50 wiz Exp $ -SHA1 (pcre-6.3.tar.bz2) = b34d62f53e62fc1ad8cb9cc8ede28aeb169ed7d7 -RMD160 (pcre-6.3.tar.bz2) = 1e571ebe69f43287e590cb7c49878fb9569b2b88 -Size (pcre-6.3.tar.bz2) = 565852 bytes +SHA1 (pcre-6.4.tar.bz2) = 778fb963b7ec24e0dce34c8e21b8633b32a02704 +RMD160 (pcre-6.4.tar.bz2) = c2e48a301fa08ce255aa60ecb5a8961a8266aa53 +Size (pcre-6.4.tar.bz2) = 566309 bytes SHA1 (patch-ab) = 1bb79ce010f30fdd4ab3b579faa45fa06c01ce90 |