pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

helm: Add a comment where the kludge and patches won't be needed anymore



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Jul 13 23:52:11 2021 +0200
Changeset:	7e9acaa9bb3f160a1c4271a6f0fde410d9636dc7

Modified Files:
	helm/Makefile

Log Message:
helm: Add a comment where the kludge and patches won't be needed anymore

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7e9acaa9bb3f160a1c4271a6f0fde410d9636dc7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 helm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/helm/Makefile b/helm/Makefile
index 48e36ae60c..004f52fb1f 100644
--- a/helm/Makefile
+++ b/helm/Makefile
@@ -27,6 +27,7 @@ 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'.
+# XXX: NetBSD support will be present in containerd-1.5.0.
 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.4/content/local/store_unix.go && \


Home | Main Index | Thread Index | Old Index