pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/skaffold



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 13:55:21 UTC 2026

Modified Files:
        pkgsrc/sysutils/skaffold: Makefile

Log Message:
skaffold: mark as BROKEN

Could not find a single bulk builds where this succeeded.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/skaffold/Makefile

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

Modified files:

Index: pkgsrc/sysutils/skaffold/Makefile
diff -u pkgsrc/sysutils/skaffold/Makefile:1.4 pkgsrc/sysutils/skaffold/Makefile:1.5
--- pkgsrc/sysutils/skaffold/Makefile:1.4       Tue Dec  2 19:25:22 2025
+++ pkgsrc/sysutils/skaffold/Makefile   Sun Jan  4 13:55:21 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/12/02 19:25:22 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/04 13:55:21 wiz Exp $
 
 DISTNAME=      skaffold-2.16.1
 PKGREVISION=   3
@@ -17,6 +17,14 @@ GO_BUILD_PATTERN+=   ./cmd/skaffold
 
 DEPENDS+=      helm-[0-9]*:../../net/helm
 
+# NetBSD:
+# vendor/github.com/buildpacks/pack/pkg/client/build.go:581:37: undefined: processVolumes
+# SmartOS:
+# vendor/github.com/AlecAivazis/survey/v2/terminal/runereader_posix.go:48:81: undefined: ioctlReadTermios
+# vendor/github.com/AlecAivazis/survey/v2/terminal/runereader_posix.go:60:81: undefined: ioctlWriteTermios
+# vendor/github.com/AlecAivazis/survey/v2/terminal/runereader_posix.go:68:81: undefined: ioctlWriteTermios
+BROKEN=                "Does not build in any bulk build."
+
 .include "go-modules.mk"
 
 .include "../../lang/go/go-module.mk"



Home | Main Index | Thread Index | Old Index