Date: Fri, 1 Oct 2021 14:35:02 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f1bc91078912 - main - lang/gcc6-aux: unbreak fetch after 620968a43a5f Message-ID: <202110011435.191EZ2Aa017014@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1bc910789125e8a8f8c2edde44ccd69c33643a1 commit f1bc910789125e8a8f8c2edde44ccd69c33643a1 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-10-01 14:30:59 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-10-01 14:33:54 +0000 lang/gcc6-aux: unbreak fetch after 620968a43a5f => ada-bootstrap.amd64.freebsd.120.tar.bz2 is not in /usr/ports/lang/gcc6-aux/distinfo. => Either /usr/ports/lang/gcc6-aux/distinfo is out of date, or => ada-bootstrap.amd64.freebsd.120.tar.bz2 is spelled incorrectly. *** Error code 1 Reported by: pkg-fallout --- lang/gcc6-aux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile index f532a3d9de28..52d74a2be521 100644 --- a/lang/gcc6-aux/Makefile +++ b/lang/gcc6-aux/Makefile @@ -50,7 +50,7 @@ BOOTSTRAP_DESC= Create bootstrap compiler (overrides other options) .if ${OPSYS} == FreeBSD ONLY_FOR_ARCHS= aarch64 amd64 i386 MODERN_BINUTILS= yes -BOOTSTRAP_COMPILER= ada-bootstrap.${ARCH}.freebsd.120.tar.bz2 +BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.freebsd.120.tar.bz2 .endif .if ${OPSYS} == DragonFly ONLY_FOR_ARCHS= x86_64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110011435.191EZ2Aa017014>