FreeBSD Bugzilla – Attachment 250425 Details for
Bug 278768
databases/mongodb60: Convert post-patch to EXTRACT_AFTER_ARGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for mongodb60 v2
rmrf-mongodb60-v3.patch (text/plain), 1.41 KB, created by
Daniel Engberg
on 2024-05-05 11:20:29 UTC
(
hide
)
Description:
Patch for mongodb60 v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-05-05 11:20:29 UTC
Size:
1.41 KB
patch
obsolete
>diff --git a/databases/mongodb60/Makefile b/databases/mongodb60/Makefile >index f5192f53700f..52e2ee194508 100644 >--- a/databases/mongodb60/Makefile >+++ b/databases/mongodb60/Makefile >@@ -50,6 +50,16 @@ USE_RC_SUBR= mongod > SHEBANG_FILES= buildscripts/scons.py > python_OLD_CMD= @python_interpreter@ > >+EXTRACT_AFTER_ARGS= --exclude src/third_party/icu4c-* \ >+ --exclude src/third_party/pcre-* \ >+ --exclude src/third_party/snappy-* \ >+ --exclude src/third_party/libstemmer_c \ >+ --exclude src/third_party/unwind \ >+ --exclude src/third_party/yaml-cpp \ >+ --exclude src/third_party/zlib-* \ >+ --exclude src/third_party/zstandard \ >+ --no-same-owner --no-same-permissions >+ > MAKE_ARGS= --cxx-std=17 \ > --disable-warnings-as-errors \ > --libc++ \ >@@ -108,15 +118,6 @@ MOZJS_ARCH= ${ARCH} > .endif > > post-patch: >- ${RM} -rf ${WRKSRC}/src/third_party/icu4c-* >- ${RM} -rf ${WRKSRC}/src/third_party/pcre-* >- ${RM} -rf ${WRKSRC}/src/third_party/snappy-* >- ${RM} -rf ${WRKSRC}/src/third_party/libstemmer_c >- ${RM} -rf ${WRKSRC}/src/third_party/unwind >- ${RM} -rf ${WRKSRC}/src/third_party/yaml-cpp >- ${RM} -rf ${WRKSRC}/src/third_party/zlib-* >- ${RM} -rf ${WRKSRC}/src/third_party/zstandard >- > # fix build with python-3.11 > ${REINPLACE_CMD} -e 's#rU#r#g' ${WRKDIR}/spidermonkey-${MOZJS_TAG}/python/mozbuild/mozbuild/util.py > ${REINPLACE_CMD} -e 's#rU#r#g' ${WRKDIR}/spidermonkey-${MOZJS_TAG}/python/mozbuild/mozbuild/preprocessor.py
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278768
:
250403
| 250425