git: f1bc91078912 - main - lang/gcc6-aux: unbreak fetch after 620968a43a5f

Jan Beich jbeich at FreeBSD.org
Fri Oct 1 14:35:03 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f1bc910789125e8a8f8c2edde44ccd69c33643a1

commit f1bc910789125e8a8f8c2edde44ccd69c33643a1
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-10-01 14:30:59 +0000
Commit:     Jan Beich <jbeich at 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


More information about the dev-commits-ports-all mailing list