pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go123



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov 22 07:49:50 UTC 2024

Modified Files:
        pkgsrc/lang/go123: Makefile

Log Message:
go123: set GOROOT_FINAL

Fixes binary for me on NetBSD 10.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/go123/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/go123/Makefile
diff -u pkgsrc/lang/go123/Makefile:1.2 pkgsrc/lang/go123/Makefile:1.3
--- pkgsrc/lang/go123/Makefile:1.2      Fri Nov 22 07:35:27 2024
+++ pkgsrc/lang/go123/Makefile  Fri Nov 22 07:49:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/11/22 07:35:27 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/11/22 07:49:50 wiz Exp $
 
 .include "../../lang/go/version.mk"
 GO_BOOTSTRAP_REQD=     120
@@ -8,6 +8,7 @@ GOVERSSUFFIX=   123
 
 DISTNAME=      go${GO${GOVERSSUFFIX}_VERSION}.src
 PKGNAME=       go${GOVERSSUFFIX}-${GO${GOVERSSUFFIX}_VERSION}
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  https://storage.googleapis.com/golang/
 
@@ -99,6 +100,7 @@ do-build:
        cd ${WRKSRC}/src && \
                env \
                GOROOT_BOOTSTRAP=${GOROOT_BOOTSTRAP:Q} \
+               GOROOT_FINAL=${GOROOT_FINAL:Q} \
                ${GOOPT} \
                GOCACHE=${WRKDIR}/.cache/go-build \
                ${BASH} ./make.bash -v



Home | Main Index | Thread Index | Old Index