Update to 10.33

This commit is contained in:
Kirill Ponomarev 2019-08-31 18:01:41 +00:00
parent ac897f5fe9
commit 5920ff4979
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510407
5 changed files with 9 additions and 31 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pcre2
PORTVERSION= 10.32
PORTREVISION= 2
PORTVERSION= 10.33
CATEGORIES= devel
MASTER_SITES= SF/pcre/${PORTNAME}/${PORTVERSION} \
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1548225970
SHA256 (pcre2-10.32.tar.gz) = 9ca9be72e1a04f22be308323caa8c06ebd0c51efe99ee11278186cafbc4fe3af
SIZE (pcre2-10.32.tar.gz) = 2169349
TIMESTAMP = 1567273852
SHA256 (pcre2-10.33.tar.gz) = e2e2899a97489fc6ad1b0cc3da7952c7cca991b4a0f7db6649b75d9721025d31
SIZE (pcre2-10.33.tar.gz) = 2234905

View File

@ -1,11 +0,0 @@
--- src/sljit/sljitConfigInternal.h.orig 2018-08-13 10:18:10 UTC
+++ src/sljit/sljitConfigInternal.h
@@ -530,7 +530,7 @@ typedef double sljit_f64;
#endif /* !SLJIT_FUNC */
#ifndef SLJIT_INDIRECT_CALL
-#if ((defined SLJIT_CONFIG_PPC_64 && SLJIT_CONFIG_PPC_64) && (defined SLJIT_BIG_ENDIAN && SLJIT_BIG_ENDIAN)) \
+#if ((defined SLJIT_CONFIG_PPC_64 && SLJIT_CONFIG_PPC_64) && (!defined _CALL_ELF || _CALL_ELF == 1)) \
|| ((defined SLJIT_CONFIG_PPC_32 && SLJIT_CONFIG_PPC_32) && defined _AIX)
/* It seems certain ppc compilers use an indirect addressing for functions
which makes things complicated. */

View File

@ -1,11 +0,0 @@
--- src/sljit/sljitNativePPC_common.c.orig 2018-01-06 15:12:56 UTC
+++ src/sljit/sljitNativePPC_common.c
@@ -42,7 +42,7 @@ typedef sljit_u32 sljit_ins;
#include <sys/cache.h>
#endif
-#if (defined SLJIT_LITTLE_ENDIAN && SLJIT_LITTLE_ENDIAN)
+#if (defined _CALL_ELF && _CALL_ELF == 2)
#define SLJIT_PASS_ENTRY_ADDR_TO_CALL 1
#endif

View File

@ -6,19 +6,19 @@ include/pcre2posix.h
lib/libpcre2-16.a
lib/libpcre2-16.so
lib/libpcre2-16.so.0
lib/libpcre2-16.so.0.7.1
lib/libpcre2-16.so.0.8.0
lib/libpcre2-32.a
lib/libpcre2-32.so
lib/libpcre2-32.so.0
lib/libpcre2-32.so.0.7.1
lib/libpcre2-32.so.0.8.0
lib/libpcre2-8.a
lib/libpcre2-8.so
lib/libpcre2-8.so.0
lib/libpcre2-8.so.0.7.1
lib/libpcre2-8.so.0.8.0
lib/libpcre2-posix.a
lib/libpcre2-posix.so
lib/libpcre2-posix.so.2
lib/libpcre2-posix.so.2.0.1
lib/libpcre2-posix.so.2.0.2
libdata/pkgconfig/libpcre2-16.pc
libdata/pkgconfig/libpcre2-32.pc
libdata/pkgconfig/libpcre2-8.pc
@ -85,6 +85,7 @@ man/man3/pcre2_set_offset_limit.3.gz
man/man3/pcre2_set_parens_nest_limit.3.gz
man/man3/pcre2_set_recursion_limit.3.gz
man/man3/pcre2_set_recursion_memory_management.3.gz
man/man3/pcre2_set_substitute_callout.3.gz
man/man3/pcre2_substitute.3.gz
man/man3/pcre2_substring_copy_byname.3.gz
man/man3/pcre2_substring_copy_bynumber.3.gz