Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 12:01:56 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534992 - head/devel/pcre2
Message-ID:  <202005121201.04CC1uaZ082242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Tue May 12 12:01:56 2020
New Revision: 534992
URL: https://svnweb.freebsd.org/changeset/ports/534992

Log:
  Update to 10.35

Modified:
  head/devel/pcre2/Makefile
  head/devel/pcre2/distinfo
  head/devel/pcre2/pkg-plist

Modified: head/devel/pcre2/Makefile
==============================================================================
--- head/devel/pcre2/Makefile	Tue May 12 12:00:21 2020	(r534991)
+++ head/devel/pcre2/Makefile	Tue May 12 12:01:56 2020	(r534992)
@@ -2,12 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	pcre2
-PORTVERSION=	10.34
+PORTVERSION=	10.35
 CATEGORIES=	devel
-MASTER_SITES=	SF/pcre/${PORTNAME}/${PORTVERSION} \
-		ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
-		ftp://ftp.fu-berlin.de/unix/misc/pcre/ \
-		ftp://ftp.tin.org/pub/libs/pcre/
+MASTER_SITES=	SF/pcre/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	krion@FreeBSD.org
 COMMENT=	Perl Compatible Regular Expressions library, version 2
@@ -22,13 +19,10 @@ USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--enable-pcre2-16 --enable-pcre2-32
 
-OPTIONS_DEFINE=	DOCS STACK_RECURSION
-OPTIONS_DEFAULT=	STACK_RECURSION
+OPTIONS_DEFINE=	DOCS
 OPTIONS_RADIO=	CLI
 OPTIONS_RADIO_CLI=	LIBEDIT READLINE
 
-STACK_RECURSION_DESC=	Use the stack for recursion during matching
-
 LIBEDIT_CONFIGURE_ENABLE=	pcre2test-libedit
 LIBEDIT_USES=			libedit
 
@@ -47,12 +41,6 @@ CONFIGURE_ARGS+=	--disable-jit
 PORTDOCS=	*
 .endif
 
-# Using the heap rather than the stack for recursion is slower but less
-# prone to segfaults from stack exhaustion when matching certain patterns
-.if !${PORT_OPTIONS:MSTACK_RECURSION}
-CONFIGURE_ARGS+=	--disable-stack-for-recursion
-.endif
-
 # Optional knobs that accept positive integer parameters (see pcrebuild(3)):
 
 # Allow the use of very large patterns (> 64K) with the 8- and 16-bit
@@ -66,12 +54,6 @@ CONFIGURE_ARGS+=	--with-link-size=${WITH_LINK_SIZE}
 # can call match() during a single operation (default: 10 million):
 .if defined(WITH_MATCH_LIMIT)
 CONFIGURE_ARGS+=	--with-match-limit=${WITH_MATCH_LIMIT}
-.endif
-
-# Control PCRE resource use by limiting the default number of times pcre_exec()
-# can call match() recursively during a single operation (default: 10 million):
-.if defined(WITH_MATCH_LIMIT_RECURSION)
-CONFIGURE_ARGS+=	--with-match-limit-recursion=${WITH_MATCH_LIMIT_RECURSION}
 .endif
 
 # Control PCRE resource use by limiting the nesting depth of parentheses in

Modified: head/devel/pcre2/distinfo
==============================================================================
--- head/devel/pcre2/distinfo	Tue May 12 12:00:21 2020	(r534991)
+++ head/devel/pcre2/distinfo	Tue May 12 12:01:56 2020	(r534992)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581545768
-SHA256 (pcre2-10.34.tar.gz) = da6aba7ba2509e918e41f4f744a59fa41a2425c59a298a232e7fe85691e00379
-SIZE (pcre2-10.34.tar.gz) = 2271533
+TIMESTAMP = 1589284219
+SHA256 (pcre2-10.35.tar.gz) = 8fdcef8c8f4cd735169dd0225fd010487970c1bcadd49e9b90e26c7250a33dc9
+SIZE (pcre2-10.35.tar.gz) = 2299082

Modified: head/devel/pcre2/pkg-plist
==============================================================================
--- head/devel/pcre2/pkg-plist	Tue May 12 12:00:21 2020	(r534991)
+++ head/devel/pcre2/pkg-plist	Tue May 12 12:01:56 2020	(r534992)
@@ -6,15 +6,15 @@ include/pcre2posix.h
 lib/libpcre2-16.a
 lib/libpcre2-16.so
 lib/libpcre2-16.so.0
-lib/libpcre2-16.so.0.9.0
+lib/libpcre2-16.so.0.10.0
 lib/libpcre2-32.a
 lib/libpcre2-32.so
 lib/libpcre2-32.so.0
-lib/libpcre2-32.so.0.9.0
+lib/libpcre2-32.so.0.10.0
 lib/libpcre2-8.a
 lib/libpcre2-8.so
 lib/libpcre2-8.so.0
-lib/libpcre2-8.so.0.9.0
+lib/libpcre2-8.so.0.10.0
 lib/libpcre2-posix.a
 lib/libpcre2-posix.so
 lib/libpcre2-posix.so.2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005121201.04CC1uaZ082242>