pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pcre pcre: updated to 8.45
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9e5d410ca84
branches: trunk
changeset: 454951:a9e5d410ca84
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jun 24 14:41:23 2021 +0000
description:
pcre: updated to 8.45
Release 8.45 15-June-2021
-----------------------------
This is the final PCRE1 release. A very few small issues have been fixed.
diffstat:
devel/pcre/Makefile | 4 ++--
devel/pcre/distinfo | 12 ++++++------
devel/pcre/patches/patch-ab | 12 ++++++------
3 files changed, 14 insertions(+), 14 deletions(-)
diffs (73 lines):
diff -r 5586f119ff1a -r a9e5d410ca84 devel/pcre/Makefile
--- a/devel/pcre/Makefile Thu Jun 24 14:38:09 2021 +0000
+++ b/devel/pcre/Makefile Thu Jun 24 14:41:23 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2020/02/13 07:55:34 adam Exp $
+# $NetBSD: Makefile,v 1.92 2021/06/24 14:41:23 adam Exp $
-DISTNAME= pcre-8.44
+DISTNAME= pcre-8.45
CATEGORIES= devel
MASTER_SITES= ftp://ftp.pcre.org/pub/pcre/
MASTER_SITES+= https://ftp.pcre.org/pub/pcre/
diff -r 5586f119ff1a -r a9e5d410ca84 devel/pcre/distinfo
--- a/devel/pcre/distinfo Thu Jun 24 14:38:09 2021 +0000
+++ b/devel/pcre/distinfo Thu Jun 24 14:41:23 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.68 2020/02/13 07:55:34 adam Exp $
+$NetBSD: distinfo,v 1.69 2021/06/24 14:41:23 adam Exp $
-SHA1 (pcre-8.44.tar.bz2) = 8179b083053fce9b4a766513fa1f14807aabee42
-RMD160 (pcre-8.44.tar.bz2) = 55a361bbbc3481590d6e75880e70f866302d6e40
-SHA512 (pcre-8.44.tar.bz2) = f26d850aab5228799e58ac8c2306fb313889332c39e29b118ef1de57677c5c90f970d68d3f475cabc64f8b982a77f04eca990ff1057f3ccf5e19bd137997c4ac
-Size (pcre-8.44.tar.bz2) = 1577611 bytes
+SHA1 (pcre-8.45.tar.bz2) = 8463cc88b737e2c3ce7f041922a6ff0c5abbed34
+RMD160 (pcre-8.45.tar.bz2) = 9792fbed380a39be36674e74839b9a2a6a4ce65a
+SHA512 (pcre-8.45.tar.bz2) = 91bff52eed4a2dfc3f3bfdc9c672b88e7e2ffcf3c4b121540af8a4ae8c1ce05178430aa6b8000658b9bb7b4252239357250890e20ceb84b79cdfcde05154061a
+Size (pcre-8.45.tar.bz2) = 1578809 bytes
SHA1 (patch-aa) = ed20cfb5ca7b1e620e368c8e41a7f691d6f93282
-SHA1 (patch-ab) = 0b8fbde09c27e2716e5bfa32abce8ee4a79fb7fb
+SHA1 (patch-ab) = f30278edf1a7dd108400e30086fbc91da835e213
SHA1 (patch-doc_pcredemo.3) = 90f9b3a021f58973149d839735d40c5e2e245912
diff -r 5586f119ff1a -r a9e5d410ca84 devel/pcre/patches/patch-ab
--- a/devel/pcre/patches/patch-ab Thu Jun 24 14:38:09 2021 +0000
+++ b/devel/pcre/patches/patch-ab Thu Jun 24 14:41:23 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.9 2014/11/30 14:48:43 spz Exp $
+$NetBSD: patch-ab,v 1.10 2021/06/24 14:41:23 adam 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
@@ -6,9 +6,9 @@
that this was done for OSX.
Also, the test misfired on SunOS leading to breakage (PR pkg/38768).
---- configure.orig 2014-09-26 09:06:46.000000000 +0000
+--- configure.orig 2021-06-15 15:52:52.000000000 +0000
+++ configure
-@@ -17603,6 +17603,8 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS
+@@ -19291,6 +19291,8 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
@@ -17,7 +17,7 @@
# Older versions of pcre defined pcrecpp::no_arg, but in new versions
# it's called pcrecpp::RE::no_arg. For backwards ABI compatibility,
-@@ -17645,6 +17647,9 @@ rm -f core conftest.err conftest.$ac_obj
+@@ -19334,6 +19336,9 @@ rm -f core conftest.err conftest.$ac_obj
done
LDFLAGS="$OLD_LDFLAGS"
@@ -27,9 +27,9 @@
# We could be more clever here, given we're doing AC_SUBST with this
# (eg set a var to be the name of the include file we want). But we're not
# so it's easy to change back to 'regular' autoconf vars if we needed to.
-@@ -18952,6 +18957,10 @@ elif test "$enable_pcretest_libreadline"
+@@ -20637,6 +20642,10 @@ elif test "$enable_pcretest_libreadline"
- $as_echo "#define SUPPORT_LIBREADLINE /**/" >>confdefs.h
+ printf "%s\n" "#define SUPPORT_LIBREADLINE /**/" >>confdefs.h
+else
+
Home |
Main Index |
Thread Index |
Old Index