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 23:17:49 UTC 2026

Modified Files:
        pkgsrc/sysutils/skaffold: Makefile

Log Message:
skaffold: try fixing BROKEN_ON


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/sysutils/skaffold/Makefile:1.7
--- pkgsrc/sysutils/skaffold/Makefile:1.6       Thu Jan  8 08:05:19 2026
+++ pkgsrc/sysutils/skaffold/Makefile   Thu Jan  8 23:17:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2026/01/08 08:05:19 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2026/01/08 23:17:49 wiz Exp $
 
 DISTNAME=      skaffold-2.16.1
 PKGREVISION=   3
@@ -17,14 +17,12 @@ 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
 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_ON_PLATFORM=    SmartOS-*-*
+BROKEN_ON_PLATFORM=    SunOS-*-*
 
 .include "go-modules.mk"
 



Home | Main Index | Thread Index | Old Index