FreeBSD Bugzilla – Attachment 250424 Details for
Bug 278758
databases/mongodb50: 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 mongodb50 v2
rmrf-mongodb50-v2.patch (text/plain), 1.27 KB, created by
Daniel Engberg
on 2024-05-05 11:19:56 UTC
(
hide
)
Description:
Patch for mongodb50 v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-05-05 11:19:56 UTC
Size:
1.27 KB
patch
obsolete
>diff --git a/databases/mongodb50/Makefile b/databases/mongodb50/Makefile >index b2e4388e884e..41a9aed3b3e5 100644 >--- a/databases/mongodb50/Makefile >+++ b/databases/mongodb50/Makefile >@@ -38,6 +38,14 @@ USE_RC_SUBR= mongod > SHEBANG_FILES= buildscripts/scons.py > python_OLD_CMD= @python_interpreter@ > >+EXTRACT_AFTER_ARGS= --exclude src/third_party/pcre-* \ >+ --exclude src/third_party/snappy-* \ >+ --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 >+ > # --modules= disables "enterprise" module from src/mongo/db/modules/ > MAKE_ARGS= --cxx-std=17 \ > --disable-warnings-as-errors \ >@@ -94,14 +102,6 @@ CPE_PRODUCT= mongodb > pre-patch: > ${MV} ${WRKSRC}/src/third_party/wiredtiger/src/checksum/power8/crc32.sx ${WRKSRC}/src/third_party/wiredtiger/src/checksum/power8/crc32.S > >-post-patch: >- ${RM} -rf ${WRKSRC}/src/third_party/pcre-* >- ${RM} -rf ${WRKSRC}/src/third_party/snappy-* >- ${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-* >- > do-build: > ${WRKSRC}/buildscripts/scons.py -C ${WRKSRC} ${MAKE_ARGS} >
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 278758
:
250394
| 250424