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:           Thu Jan  8 08:05:19 UTC 2026

Modified Files:
        pkgsrc/sysutils/skaffold: Makefile

Log Message:
skaffold: mark BROKEN more specifically

maya reports this builds on Linux and Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/sysutils/skaffold/Makefile:1.6
--- pkgsrc/sysutils/skaffold/Makefile:1.5       Sun Jan  4 13:55:21 2026
+++ pkgsrc/sysutils/skaffold/Makefile   Thu Jan  8 08:05:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2026/01/04 13:55:21 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2026/01/08 08:05:19 wiz Exp $
 
 DISTNAME=      skaffold-2.16.1
 PKGREVISION=   3
@@ -19,11 +19,12 @@ DEPENDS+=   helm-[0-9]*:../../net/helm
 
 # NetBSD:
 # vendor/github.com/buildpacks/pack/pkg/client/build.go:581:37: undefined: processVolumes
+BROKEN_ON_PLATFORM=    NetBSD-*-*
 # 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."
+BROKEN_ON_PLATFORM=    SmartOS-*-*
 
 .include "go-modules.mk"
 



Home | Main Index | Thread Index | Old Index