pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Aug 31 09:48:03 UTC 2025

Modified Files:
        pkgsrc/lang/goplus: Makefile
        pkgsrc/security/trufflehog: Makefile
        pkgsrc/www/gotosocial: Makefile

Log Message:
Fix Go version to 1.24 for some packages.

These do not build on Go 1.25 and should be fixed. For now, we work
around this by using the next older Go version.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/goplus/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/security/trufflehog/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/gotosocial/Makefile

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

Modified files:

Index: pkgsrc/lang/goplus/Makefile
diff -u pkgsrc/lang/goplus/Makefile:1.13 pkgsrc/lang/goplus/Makefile:1.14
--- pkgsrc/lang/goplus/Makefile:1.13    Fri Jun  6 14:01:29 2025
+++ pkgsrc/lang/goplus/Makefile Sun Aug 31 09:48:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/06/06 14:01:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.14 2025/08/31 09:48:02 bsiegert Exp $
 
 DISTNAME=      goplus-1.2.6
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=goplus/}
@@ -14,6 +14,9 @@ LICENSE=      apache-2.0
 
 USE_TOOLS+=    bash:run pax
 
+# TODO: fix build of this package with Go 1.25 and remove this line
+GO_VERSION_DEFAULT=    124
+
 GOPROOT_FINAL=         ${PREFIX}/gop
 INSTALLATION_DIRS=     bin gop
 

Index: pkgsrc/security/trufflehog/Makefile
diff -u pkgsrc/security/trufflehog/Makefile:1.34 pkgsrc/security/trufflehog/Makefile:1.35
--- pkgsrc/security/trufflehog/Makefile:1.34    Fri Jun  6 14:01:37 2025
+++ pkgsrc/security/trufflehog/Makefile Sun Aug 31 09:48:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2025/06/06 14:01:37 bsiegert Exp $
+# $NetBSD: Makefile,v 1.35 2025/08/31 09:48:03 bsiegert Exp $
 
 DISTNAME=      trufflehog-3.63.7
 PKGREVISION=   11
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/trufflesecu
 COMMENT=       Find credentials all over the place
 LICENSE=       gnu-agpl-v3
 
+# TODO: fix build of this package with Go 1.25 and remove this line
+GO_VERSION_DEFAULT=    124
+
 GO_BUILD_PATTERN+=     -ldflags ' \
                        -X github.com/trufflesecurity/trufflehog/v3/pkg/version.BuildVersion=${GITHUB_TAG}'
 

Index: pkgsrc/www/gotosocial/Makefile
diff -u pkgsrc/www/gotosocial/Makefile:1.48 pkgsrc/www/gotosocial/Makefile:1.49
--- pkgsrc/www/gotosocial/Makefile:1.48 Fri Jun  6 14:01:42 2025
+++ pkgsrc/www/gotosocial/Makefile      Sun Aug 31 09:48:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2025/06/06 14:01:42 bsiegert Exp $
+# $NetBSD: Makefile,v 1.49 2025/08/31 09:48:03 bsiegert Exp $
 
 DISTNAME=      gotosocial-0.19.0
 PKGREVISION=   1
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/superseriou
 COMMENT=       Fediverse server written in Go
 LICENSE=       gnu-agpl-v3
 
+# TODO: fix build of this package with Go 1.25 and remove this line
+GO_VERSION_DEFAULT=    124
+
 USE_TOOLS+=    pax tar
 
 ASSETS=                ${DISTNAME:S/-/_/}_web-assets.tar.gz



Home | Main Index | Thread Index | Old Index