forked from Lainports/freebsd-ports
databases/mongodb60: update to 6.0.4
- Use in-source boost as it does not compile with boost-1.81.0 from ports. - Keep IGNORE as it still segfaults on start up. Issue is open upstream. Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D38168
This commit is contained in:
parent
383d05e455
commit
8694ccef73
2 changed files with 5 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mongodb
|
||||
DISTVERSIONPREFIX= r
|
||||
DISTVERSION= 6.0.3
|
||||
DISTVERSION= 6.0.4
|
||||
CATEGORIES= databases net
|
||||
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
|
||||
|
||||
|
|
@ -26,8 +26,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR}
|
|||
# build depends used while running ${WRKSRC}/src/third_party/mozjs/gen-config.sh
|
||||
BUILD_DEPENDS+= autoconf2.13:devel/autoconf2.13 \
|
||||
gsed:textproc/gsed
|
||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
libcurl.so:ftp/curl \
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
libicuuc.so:devel/icu \
|
||||
libpcre.so:devel/pcre \
|
||||
libsnappy.so:archivers/snappy \
|
||||
|
|
@ -56,7 +55,6 @@ MAKE_ARGS= --cxx-std=17 \
|
|||
--disable-warnings-as-errors \
|
||||
--libc++ \
|
||||
--runtime-hardening=on \
|
||||
--use-system-boost \
|
||||
--use-system-icu \
|
||||
--use-system-libunwind \
|
||||
--use-system-pcre \
|
||||
|
|
@ -113,7 +111,6 @@ MOZJS_ARCH= ${ARCH}
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
${RM} -rf ${WRKSRC}/src/third_party/boost
|
||||
${RM} -rf ${WRKSRC}/src/third_party/icu4c-*
|
||||
${RM} -rf ${WRKSRC}/src/third_party/pcre-*
|
||||
${RM} -rf ${WRKSRC}/src/third_party/snappy-*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1672748600
|
||||
SHA256 (mongodb-mongo-r6.0.3_GH0.tar.gz) = 6cec3ab219a4b1a89038a03c838ee15b43e69324b8714953ea7db2342d2c1222
|
||||
SIZE (mongodb-mongo-r6.0.3_GH0.tar.gz) = 90532858
|
||||
TIMESTAMP = 1674388422
|
||||
SHA256 (mongodb-mongo-r6.0.4_GH0.tar.gz) = 0fd0d08ed62ecaea0f40f0d382202a23f8d782c7b57837f1237f47be07b3b3d2
|
||||
SIZE (mongodb-mongo-r6.0.4_GH0.tar.gz) = 90579346
|
||||
SHA256 (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = a365bf54ef4e4fd6a136cf6afa9c620ba0c8982402473b9bfac38928a688a9e0
|
||||
SIZE (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = 141291901
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue