Skip to content
Snippets Groups Projects
Unverified Commit 193f8fc2 authored by Ronald Klop's avatar Ronald Klop
Browse files

databases/mongodb[78]0: use internal pcre2 code

Fails to build with future update of PCRE2 10.45-RC1.

PR:	283694
Reported by:	diizzy@ (Daniel Engberg)
parent a871df31
No related branches found
No related tags found
No related merge requests found
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 7.0.16
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases net
MASTER_SITES= https://hg.mozilla.org/mozilla-central/raw-rev/:patches
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
......@@ -32,7 +32,6 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS+= gm4:devel/m4 \
gsed:textproc/gsed
LIB_DEPENDS= libcurl.so:ftp/curl \
libpcre2-8.so:devel/pcre2 \
libsnappy.so:archivers/snappy \
libstemmer.so:textproc/snowballstemmer \
libunwind.so:devel/libunwind \
......@@ -63,7 +62,6 @@ MAKE_ARGS= --allocator=system \
--runtime-hardening=on \
--ssl \
--use-system-libunwind \
--use-system-pcre2 \
--use-system-snappy \
--use-system-stemmer \
--use-system-yaml \
......@@ -78,8 +76,7 @@ CFLAGS+= -DBOOST_NO_CXX98_FUNCTION_BASE
CONFLICTS_INSTALL= mongodb[0-9][0-9]
EXTRACT_AFTER_ARGS= --exclude src/third_party/pcre2 \
--exclude src/third_party/snappy-* \
EXTRACT_AFTER_ARGS= --exclude src/third_party/snappy-* \
--exclude src/third_party/libstemmer_c \
--exclude src/third_party/unwind \
--exclude src/third_party/yaml-cpp \
......
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 8.0.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases net
MASTER_SITES= https://hg.mozilla.org/mozilla-central/raw-rev/:patches
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
......@@ -37,7 +37,6 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS+= gm4:devel/m4 \
gsed:textproc/gsed
LIB_DEPENDS= libcurl.so:ftp/curl \
libpcre2-8.so:devel/pcre2 \
libsnappy.so:archivers/snappy \
libstemmer.so:textproc/snowballstemmer \
libunwind.so:devel/libunwind \
......@@ -68,7 +67,6 @@ MAKE_ARGS= --allocator=system \
--runtime-hardening=on \
--ssl \
--use-system-libunwind \
--use-system-pcre2 \
--use-system-snappy \
--use-system-stemmer \
--use-system-yaml \
......@@ -83,8 +81,7 @@ CFLAGS+= -DBOOST_NO_CXX98_FUNCTION_BASE
CONFLICTS_INSTALL= mongodb[0-9][0-9]
EXTRACT_AFTER_ARGS= --exclude src/third_party/pcre2 \
--exclude src/third_party/snappy-* \
EXTRACT_AFTER_ARGS= --exclude src/third_party/snappy-* \
--exclude src/third_party/libstemmer_c \
--exclude src/third_party/unwind \
--exclude src/third_party/yaml-cpp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment