mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/couchdb3: quickjs needs to be executable
Reported by: Alexey Kuznetsov <mail@eofster.com> MFH: 2025Q2 Sponsored by: SkunkWerks, GmbH
This commit is contained in:
parent
f247cad3e6
commit
c4993e188f
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= couchdb3
|
||||
DISTVERSION= 3.4.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= APACHE/couchdb/source/${DISTVERSION}
|
||||
DISTNAME= apache-couchdb-${DISTVERSION}
|
||||
|
@ -116,7 +116,7 @@ do-install:
|
|||
${COPYTREE_SHARE} . ${STAGEDIR}${_APPDIR})
|
||||
# strip binaries, and mark as executable, along with scripts
|
||||
# -- this was not as straightforward as it could have been
|
||||
${FIND} ${STAGEDIR}${_APPDIR} -type f -name couchjs -exec ${STRIP_CMD} \
|
||||
${FIND} ${STAGEDIR}${_APPDIR} -type f -name 'couchjs*' -exec ${STRIP_CMD} \
|
||||
{} +
|
||||
${FIND} ${STAGEDIR}${_APPDIR} -type f -name '*.so' -exec ${STRIP_CMD} \
|
||||
{} +
|
||||
|
@ -124,6 +124,7 @@ do-install:
|
|||
-exec ${STRIP_CMD} {} +
|
||||
${STRIP_CMD} ${STAGEDIR}${_APPDIR}/lib/os_mon-*/priv/bin/*sup
|
||||
${CHMOD} -R ${BINMODE} ${STAGEDIR}${_APPDIR}/bin
|
||||
${CHMOD} -R ${BINMODE} ${STAGEDIR}${_APPDIR}/lib/couch_quickjs-*/priv/couchjs_*
|
||||
${CHMOD} -R ${BINMODE} ${STAGEDIR}${_APPDIR}/lib/os_mon-*/priv/bin
|
||||
${CHMOD} -R ${BINMODE} ${STAGEDIR}${_APPDIR}/erts-*/bin
|
||||
# fauxton UI is a required component
|
||||
|
|
Loading…
Add table
Reference in a new issue