pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pcre Update to 6.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3e538840869
branches:  trunk
changeset: 499835:a3e538840869
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 27 20:21:50 2005 +0000

description:
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:

 devel/pcre/Makefile |  4 ++--
 devel/pcre/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r f9851b4204fc -r a3e538840869 devel/pcre/Makefile
--- a/devel/pcre/Makefile       Tue Sep 27 20:16:12 2005 +0000
+++ b/devel/pcre/Makefile       Tue Sep 27 20:21:50 2005 +0000
@@ -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 -r f9851b4204fc -r a3e538840869 devel/pcre/distinfo
--- a/devel/pcre/distinfo       Tue Sep 27 20:16:12 2005 +0000
+++ b/devel/pcre/distinfo       Tue Sep 27 20:21:50 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index