mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
devel/pcre2: Update to 10.47
feedback and ok sthen@, jca@
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
COMMENT = perl-compatible regular expression library, version 2
|
||||
|
||||
DISTNAME = pcre2-10.44
|
||||
DISTNAME = pcre2-10.47
|
||||
|
||||
SHARED_LIBS += pcre2-16 0.6 # 13.0
|
||||
SHARED_LIBS += pcre2-32 0.6 # 13.0
|
||||
SHARED_LIBS += pcre2-8 0.7 # 13.0
|
||||
SHARED_LIBS += pcre2-posix 1.0 # 3.5
|
||||
SHARED_LIBS += pcre2-16 0.7 # 15.0
|
||||
SHARED_LIBS += pcre2-32 0.7 # 15.0
|
||||
SHARED_LIBS += pcre2-8 0.8 # 15.0
|
||||
SHARED_LIBS += pcre2-posix 1.0 # 3.7
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@@ -26,7 +26,9 @@ CONFIGURE_ARGS = --enable-pcre2-16 \
|
||||
--enable-pcre2-32 \
|
||||
--enable-pcre2grep-libz \
|
||||
--enable-pcre2grep-libbz2 \
|
||||
--enable-pcre2test-libreadline
|
||||
--enable-pcre2test-libreadline \
|
||||
--disable-symvers
|
||||
|
||||
# explicitly disable JIT that would require WXNEEDED
|
||||
CONFIGURE_ARGS += --disable-jit
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (pcre2-10.44.tar.gz) = hrnLCqO8t5lPqogBgpK8cEzbtwjnhffHQ1L/bqfTF1s=
|
||||
SIZE (pcre2-10.44.tar.gz) = 2552792
|
||||
SHA256 (pcre2-10.47.tar.gz) = wIriOI7zM+hAPmcK1wwKEfHu0CH9iDCNfgL1lvzZ3BY=
|
||||
SIZE (pcre2-10.47.tar.gz) = 2792969
|
||||
|
||||
@@ -62,6 +62,7 @@ lib/pkgconfig/libpcre2-posix.pc
|
||||
@man man/man3/pcre2_match_data_create.3
|
||||
@man man/man3/pcre2_match_data_create_from_pattern.3
|
||||
@man man/man3/pcre2_match_data_free.3
|
||||
@man man/man3/pcre2_next_match.3
|
||||
@man man/man3/pcre2_pattern_convert.3
|
||||
@man man/man3/pcre2_pattern_info.3
|
||||
@man man/man3/pcre2_serialize_decode.3
|
||||
@@ -83,10 +84,12 @@ lib/pkgconfig/libpcre2-posix.pc
|
||||
@man man/man3/pcre2_set_max_varlookbehind.3
|
||||
@man man/man3/pcre2_set_newline.3
|
||||
@man man/man3/pcre2_set_offset_limit.3
|
||||
@man man/man3/pcre2_set_optimize.3
|
||||
@man man/man3/pcre2_set_parens_nest_limit.3
|
||||
@man man/man3/pcre2_set_recursion_limit.3
|
||||
@man man/man3/pcre2_set_recursion_memory_management.3
|
||||
@man man/man3/pcre2_set_substitute_callout.3
|
||||
@man man/man3/pcre2_set_substitute_case_callout.3
|
||||
@man man/man3/pcre2_substitute.3
|
||||
@man man/man3/pcre2_substring_copy_byname.3
|
||||
@man man/man3/pcre2_substring_copy_bynumber.3
|
||||
@@ -117,9 +120,10 @@ lib/pkgconfig/libpcre2-posix.pc
|
||||
@man man/man3/pcre2syntax.3
|
||||
@man man/man3/pcre2unicode.3
|
||||
share/doc/pcre2/
|
||||
share/doc/pcre2/AUTHORS
|
||||
share/doc/pcre2/AUTHORS.md
|
||||
share/doc/pcre2/COPYING
|
||||
share/doc/pcre2/ChangeLog
|
||||
share/doc/pcre2/LICENCE
|
||||
share/doc/pcre2/LICENCE.md
|
||||
share/doc/pcre2/NEWS
|
||||
share/doc/pcre2/README
|
||||
share/doc/pcre2/SECURITY.md
|
||||
|
||||
Reference in New Issue
Block a user