FreeBSD Bugzilla – Attachment 251388 Details for
Bug 272180
[NEW PORT] databases/compass v1.43.0: Powerful GUI for MongoDB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
try to specify eslint version with mongodb-client-encryption installation
eslint.patch (text/plain), 1022 bytes, created by
Hiroo Ono
on 2024-06-11 10:36:46 UTC
(
hide
)
Description:
try to specify eslint version with mongodb-client-encryption installation
Filename:
MIME Type:
Creator:
Hiroo Ono
Created:
2024-06-11 10:36:46 UTC
Size:
1022 bytes
patch
obsolete
>diff --git a/databases/compass/Makefile b/databases/compass/Makefile >index 6118d333d5..ea8e01f830 100644 >--- a/databases/compass/Makefile >+++ b/databases/compass/Makefile >@@ -253,7 +253,7 @@ ${DISTCACHEFILE_gyp}: > ${MKDIR} ${WRKDIR}/package/node_modules > cd ${WRKDIR}/package && ${SETENV} ${MAKE_ENV} \ > PATH=${PATH}:${WRKDIR}/package/node_modules/.bin \ >- npm install node-gyp-cache@0.2.1 >+ npm install node-gyp-cache@0.2.1 eslint@^8.57.0 > -cd ${WRKDIR}/package && ${SETENV} ${MAKE_ENV} \ > PATH=${PATH}:${WRKDIR}/package/node_modules/.bin \ > npm run install >@@ -335,7 +335,7 @@ pre-build: > ${MKDIR} ${WRKDIR}/package/node_modules > cd ${WRKDIR}/package && ${SETENV} ${MAKE_ENV} \ > PATH=${PATH}:${WRKDIR}/package/node_modules/.bin \ >- npm --offline -- install node-gyp-cache@0.2.1 >+ npm --offline -- install node-gyp-cache@0.2.1 eslint@^8.57.0 > ${ECHO} "node_gyp = node-gyp-cache" >> ${WRKDIR}/.npmrc > cd ${WRKDIR}/package && ${SETENV} ${MAKE_ENV} \ > PATH=${PATH}:${WRKDIR}/package/node_modules/.bin \
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 272180
:
242963
|
251119
|
251120
|
251388
|
251947
|
251950