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:   bsiegert
Date:           Sat Oct  1 11:20:05 UTC 2022

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

Log Message:
go: remove the logic that makes Go 1.9 or 1.10 default for some OSes

Removal agreed on tech-pkg@


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 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.160 pkgsrc/lang/go/version.mk:1.161
--- pkgsrc/lang/go/version.mk:1.160     Mon Sep 26 15:46:00 2022
+++ pkgsrc/lang/go/version.mk   Sat Oct  1 11:20:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.160 2022/09/26 15:46:00 bsiegert Exp $
+# $NetBSD: version.mk,v 1.161 2022/10/01 11:20:05 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -16,17 +16,7 @@ GO14_VERSION=        1.4.3
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 070000
-# 1.9 is the last Go version to support NetBSD 6
-GO_VERSION_DEFAULT?=   19
-.elif ${OPSYS} == "Darwin" && ${OPSYS_VERSION} < 101000
-# go 1.11 removed support for osx 10.8 and 10.9
-# https://github.com/golang/go/issues/23122
-# darwin version 13.4 is osx 10.9.5
-GO_VERSION_DEFAULT?=   110
-.else
 GO_VERSION_DEFAULT?=   119
-.endif
 
 .if !empty(GO_VERSION_DEFAULT)
 GOVERSSUFFIX=          ${GO_VERSION_DEFAULT}



Home | Main Index | Thread Index | Old Index