pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Aug 31 19:16:09 UTC 2026

Modified Files:
        pkgsrc/net/opentofu111: Makefile
        pkgsrc/net/opentofu112: Makefile
        pkgsrc/net/scaleway-cli: Makefile

Log Message:
opentofu, scaleway-cli: need Go 1.26

Build fails with Go 1.27.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/opentofu111/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/opentofu112/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/scaleway-cli/Makefile

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

Modified files:

Index: pkgsrc/net/opentofu111/Makefile
diff -u pkgsrc/net/opentofu111/Makefile:1.1 pkgsrc/net/opentofu111/Makefile:1.2
--- pkgsrc/net/opentofu111/Makefile:1.1 Thu Aug 27 20:49:57 2026
+++ pkgsrc/net/opentofu111/Makefile     Mon Aug 31 19:16:09 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/08/27 20:49:57 leot Exp $
+# $NetBSD: Makefile,v 1.2 2026/08/31 19:16:09 bsiegert Exp $
 
 DISTNAME=      opentofu-1.11.14
 PKGNAME=       ${DISTNAME:S/opentofu/&111/}
@@ -12,6 +12,9 @@ HOMEPAGE=     https://opentofu.org/
 COMMENT=       Open source infrastructure as code
 LICENSE=       mpl-2.0
 
+# fails to build with Go 1.27
+GO_VERSION_REQD=               126
+
 SUBST_CLASSES+=                        providers-prefix
 SUBST_STAGE.providers-prefix=  pre-configure
 SUBST_MESSAGE.providers-prefix=        Honor providers installed via pkgsrc

Index: pkgsrc/net/opentofu112/Makefile
diff -u pkgsrc/net/opentofu112/Makefile:1.1 pkgsrc/net/opentofu112/Makefile:1.2
--- pkgsrc/net/opentofu112/Makefile:1.1 Thu Aug 27 21:43:10 2026
+++ pkgsrc/net/opentofu112/Makefile     Mon Aug 31 19:16:09 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/08/27 21:43:10 leot Exp $
+# $NetBSD: Makefile,v 1.2 2026/08/31 19:16:09 bsiegert Exp $
 
 DISTNAME=      opentofu-1.12.6
 PKGNAME=       ${DISTNAME:S/opentofu/&112/}
@@ -12,6 +12,9 @@ HOMEPAGE=     https://opentofu.org/
 COMMENT=       Open source infrastructure as code
 LICENSE=       mpl-2.0
 
+# fails to build with Go 1.27
+GO_VERSION_REQD=               126
+
 SUBST_CLASSES+=                        providers-prefix
 SUBST_STAGE.providers-prefix=  pre-configure
 SUBST_MESSAGE.providers-prefix=        Honor providers installed via pkgsrc

Index: pkgsrc/net/scaleway-cli/Makefile
diff -u pkgsrc/net/scaleway-cli/Makefile:1.26 pkgsrc/net/scaleway-cli/Makefile:1.27
--- pkgsrc/net/scaleway-cli/Makefile:1.26       Sat Aug 22 15:19:08 2026
+++ pkgsrc/net/scaleway-cli/Makefile    Mon Aug 31 19:16:09 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2026/08/22 15:19:08 bsiegert Exp $
+# $NetBSD: Makefile,v 1.27 2026/08/31 19:16:09 bsiegert Exp $
 
 DISTNAME=      scaleway-cli-2.56.1
 PKGREVISION=   4
@@ -11,6 +11,9 @@ HOMEPAGE=     https://www.scaleway.com/en/cl
 COMMENT=       Command Line Interface for Scaleway
 LICENSE=       apache-2.0
 
+# fails to build with Go 1.27
+GO_VERSION_REQD=               126
+
 GOFLAGS+=              -ldflags ' \
                        -X main.Version=${PKGVERSION_NOREV} \
                        -X main.GitCommit= \



Home | Main Index | Thread Index | Old Index