Date: Mon, 17 Jun 2024 01:58:59 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ecef7aeee02c - main - Mk/bsd.port.mk: Update comment about quoting do-fetch env vars Message-ID: <202406170158.45H1wxup018129@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecef7aeee02cc79f0a1ec795d201eb7a869c6b2a commit ecef7aeee02cc79f0a1ec795d201eb7a869c6b2a Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-06-16 17:17:39 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-06-17 01:56:44 +0000 Mk/bsd.port.mk: Update comment about quoting do-fetch env vars Reviewed by: portmgr (mat) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45607 --- Mk/bsd.port.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 8e13aa4f9b24..1604a1c7fd3d 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3104,9 +3104,8 @@ check-vulnerable: ${SH} ${SCRIPTSDIR}/check-vulnerable.sh . endif -# Quote simply quote all variables, except FETCH_ENV, some ports are creative -# with it, and it needs to be quoted twice to pass through the echo/eval in -# do-fetch. +# Quote all variables except FETCH_ENV. Because some ports are creative, +# quoting twice is necessary to pass through the echo/eval in do-fetch. _DO_FETCH_ENV= \ dp_DISABLE_SIZE='${DISABLE_SIZE}' \ dp_DISTDIR='${_DISTDIR}' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406170158.45H1wxup018129>