tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lang/go14 awk path fix OK to commit?
Sure, that looks perfectly fine.
> Am 02.07.2021 um 22:55 schrieb Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>:
>
> Hi there … I'm trying to pretend that I'm no loose cannon at least on
> stuff outside BLAS … is it OK to commit this fix for the installation
> complaining about /usr/bin/awk in a script on a box that only has
> /bin/awk?
>
> RCS file: /cvsroot/pkgsrc/lang/go14/Makefile,v
> retrieving revision 1.25
> diff -u -r1.25 Makefile
> --- Makefile 24 May 2021 19:52:33 -0000 1.25
> +++ Makefile 2 Jul 2021 20:47:38 -0000
> @@ -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
>
> cvs diff: Diffing patches
>
>
> --
> Dr. Thomas Orgis
> HPC @ Universität Hamburg
Home |
Main Index |
Thread Index |
Old Index