pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/go14 lang/go14: use awk and fix a script for it
details: https://anonhg.NetBSD.org/pkgsrc/rev/28ca96ac82d2
branches: trunk
changeset: 455337:28ca96ac82d2
user: thor <thor%pkgsrc.org@localhost>
date: Sat Jul 03 10:29:26 2021 +0000
description:
lang/go14: use awk and fix a script for it
diffstat:
lang/go14/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 592c162adb97 -r 28ca96ac82d2 lang/go14/Makefile
--- a/lang/go14/Makefile Sat Jul 03 10:08:42 2021 +0000
+++ b/lang/go14/Makefile Sat Jul 03 10:29:26 2021 +0000
@@ -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 @@
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/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