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 11 07:43:42 UTC 2026

Modified Files:
        pkgsrc/sysutils/skaffold: Makefile

Log Message:
skaffold: += not =


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/sysutils/skaffold/Makefile:1.8
--- pkgsrc/sysutils/skaffold/Makefile:1.7       Thu Jan  8 23:17:49 2026
+++ pkgsrc/sysutils/skaffold/Makefile   Sun Jan 11 07:43:42 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2026/01/08 23:17:49 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/01/11 07:43:42 wiz Exp $
 
 DISTNAME=      skaffold-2.16.1
 PKGREVISION=   3
@@ -18,11 +18,11 @@ GO_BUILD_PATTERN+=  ./cmd/skaffold
 DEPENDS+=      helm-[0-9]*:../../net/helm
 
 # vendor/github.com/buildpacks/pack/pkg/client/build.go:581:37: undefined: processVolumes
-BROKEN_ON_PLATFORM=    NetBSD-*-*
+BROKEN_ON_PLATFORM+=   NetBSD-*-*
 # 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=    SunOS-*-*
+BROKEN_ON_PLATFORM+=   SunOS-*-*
 
 .include "go-modules.mk"
 



Home | Main Index | Thread Index | Old Index