pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go-bin



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Jan  9 11:38:35 UTC 2024

Modified Files:
        pkgsrc/lang/go-bin: Makefile

Log Message:
go-bin: fix build on aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/go-bin/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/go-bin/Makefile
diff -u pkgsrc/lang/go-bin/Makefile:1.18 pkgsrc/lang/go-bin/Makefile:1.19
--- pkgsrc/lang/go-bin/Makefile:1.18    Fri Dec 29 19:52:06 2023
+++ pkgsrc/lang/go-bin/Makefile Tue Jan  9 11:38:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/12/29 19:52:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2024/01/09 11:38:35 tnn Exp $
 
 PKGNAME=       go-bin-1.21.5
 CATEGORIES=    lang
@@ -20,6 +20,7 @@ WRKSRC=               ${WRKDIR}/go
 REPLACE_PERL+=                 src/*/*.pl src/*/*/*.pl
 REPLACE_PERL+=                 src/net/http/cgi/testdata/test.cgi
 REPLACE_BASH+=                 */*.bash */*/*.bash */*/*/*.bash */*/*/*/*/*/*.bash
+REPLACE_BASH+=                 */*/*/*/*/*/*/*.bash
 REPLACE_BASH+=                 */*/*.sh */*/*/*.sh */*/*/*/*.sh */*/*/*/*/*/*/*.sh
 REPLACE_BASH+=                 misc/arm/a misc/wasm/go_js_wasm_exec
 REPLACE_BASH+=                 misc/wasm/go_wasip1_wasm_exec
@@ -75,9 +76,6 @@ EXTRACT_ONLY+=                        ${DIST.linux-arm64}
 ONLY_FOR_PLATFORM+=            NetBSD-*-aarch64
 DIST.netbsd-arm64=             go${PKGVERSION_NOREV}.netbsd-arm64.tar.gz
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || make(distinfo) || make(mdi)
-.  if !make(distinfo)
-PKGNAME=                       go-bin-1.19.4
-.  endif
 DISTFILES+=                    ${DIST.netbsd-arm64}
 EXTRACT_ONLY+=                 ${DIST.netbsd-arm64}
 .endif



Home | Main Index | Thread Index | Old Index