pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/go14
Module Name: pkgsrc
Committed By: thor
Date: Sat Jul 3 10:29:26 UTC 2021
Modified Files:
pkgsrc/lang/go14: Makefile
Log Message:
lang/go14: use awk and fix a script for it
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/go14/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/go14/Makefile
diff -u pkgsrc/lang/go14/Makefile:1.25 pkgsrc/lang/go14/Makefile:1.26
--- pkgsrc/lang/go14/Makefile:1.25 Mon May 24 19:52:33 2021
+++ pkgsrc/lang/go14/Makefile Sat Jul 3 10:29:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/05/24 19:52:33 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2021/07/03 10:29:26 thor Exp $
.include "../../lang/go/version.mk"
@@ -15,7 +15,7 @@ COMMENT= The Go programming language
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/go
-USE_TOOLS+= bash:run perl:run pax touch
+USE_TOOLS+= bash:run perl:run pax touch awk
# uses ulimit -T
BUILD_DEPENDS+= bash>=4.2nb3:../../shells/bash
@@ -67,6 +67,8 @@ REPLACE_PERL+= src/regexp/syntax/make_pe
REPLACE_PERL+= src/syscall/*.pl
REPLACE_PERL+= test/errchk
+REPLACE_AWK+= src/cmd/gc/bisonerrors
+
NOT_FOR_PLATFORM+= *-*-aarch64
NOT_FOR_PLATFORM+= *-*-aarch64eb
Home |
Main Index |
Thread Index |
Old Index