FreeBSD Bugzilla – Attachment 250394 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
rmrf-mongodb50.patch (text/plain), 1.22 KB, created by
Daniel Engberg
on 2024-05-04 19:07:42 UTC
(
hide
)
Description:
Patch for mongodb50
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-05-04 19:07:42 UTC
Size:
1.22 KB
patch
obsolete
>diff --git a/databases/mongodb50/Makefile b/databases/mongodb50/Makefile >index b2e4388e884e..742cebb72514 100644 >--- a/databases/mongodb50/Makefile >+++ b/databases/mongodb50/Makefile >@@ -38,6 +38,13 @@ 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-* >+ > # --modules= disables "enterprise" module from src/mongo/db/modules/ > MAKE_ARGS= --cxx-std=17 \ > --disable-warnings-as-errors \ >@@ -94,14 +101,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