pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
helm: Add a big XXX comment about the do-build: kludge
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed Apr 7 19:14:44 2021 +0200
Changeset: 118dd747db18328bb2b9d3aa27d516c62936a075
Modified Files:
helm/Makefile
Log Message:
helm: Add a big XXX comment about the do-build: kludge
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=118dd747db18328bb2b9d3aa27d516c62936a075
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
helm/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/helm/Makefile b/helm/Makefile
index 45670a3322..c046606005 100644
--- a/helm/Makefile
+++ b/helm/Makefile
@@ -25,6 +25,8 @@ GO_BUILD_PATTERN+= -ldflags ' \
-X helm.sh/helm/v3/pkg/chartutil.k8sVersionMinor=${K8S_MODULES_VERSION_MINOR}'
GO_BUILD_PATTERN+= ./cmd/helm
+# XXX: Big kludge to patch the files in .gopath too that are the ones that needs
+# XXX: to be patched but are populated only as part of the `${GO} install -v'.
do-build:
${RUN} cd ${WRKSRC} && ${_ULIMIT_CMD} ${PKGSRC_SETENV} ${MAKE_ENV} ${GO} install -v ${GO_BUILD_PATTERN} || \
${CHMOD} +w ${WRKDIR}/.gopath/pkg/mod/github.com/containerd/containerd@v1.4.3/content/local/store_unix.go && \
Home |
Main Index |
Thread Index |
Old Index