pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Apr 13 09:52:34 UTC 2026

Modified Files:
        pkgsrc/lang/go: version.mk

Log Message:
go: version.mk: correct capitalization of SunOS in the cross-compile case


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 pkgsrc/lang/go/version.mk

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

Modified files:

Index: pkgsrc/lang/go/version.mk
diff -u pkgsrc/lang/go/version.mk:1.247 pkgsrc/lang/go/version.mk:1.248
--- pkgsrc/lang/go/version.mk:1.247     Wed Apr  8 05:43:35 2026
+++ pkgsrc/lang/go/version.mk   Mon Apr 13 09:52:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.247 2026/04/08 05:43:35 bsiegert Exp $
+# $NetBSD: version.mk,v 1.248 2026/04/13 09:52:34 tnn Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -75,7 +75,7 @@ GOOS=                 ${LOWER_OPSYS}
 .endif
 GO_PLATFORM=           ${GOOS}_${GOARCH}
 
-.if ${NATIVE_OPSYS} == "Sunos" && ${NATIVE_OS_VARIANT} != "Solaris"
+.if ${NATIVE_OPSYS} == "SunOS" && ${NATIVE_OS_VARIANT} != "Solaris"
 NATIVE_GOOS=           illumos
 .else
 NATIVE_GOOS=           ${NATIVE_LOWER_OPSYS}



Home | Main Index | Thread Index | Old Index