From: Stuart Henderson Subject: gcc adastrap archs To: Pascal Stumpf Cc: ports Date: Fri, 8 Aug 2025 10:17:12 +0100 currently the gcc ports download adastrap distfiles for archs which don't build ada; can we remove them? not only would it mean shorter downloads for people building from ports, it also makes it more obvious which archs actually need bootstraps to be updated when there are changes in base. (I was confused by those which still list bootstrap files but have been removed from ONLY_FOR_ARCHS-ada). (seeing how complicated the build is, I suppose it would be impractical to move the ada parts to separate ports? that would be a nice thing in general because it would decouple the bootstrap for a relatively uncommon language from the main languages which are still quite important in the ports tree - especially fortran). Index: 11/Makefile =================================================================== RCS file: /cvs/ports/lang/gcc/11/Makefile,v diff -u -p -r1.45 Makefile --- 11/Makefile 23 Jul 2025 18:51:31 -0000 1.45 +++ 11/Makefile 8 Aug 2025 09:13:56 -0000 @@ -21,12 +21,9 @@ FULL_PKGVERSION = $V REVISION = 18 ADASTRAP-amd64 = adastrap-amd64-$V-5.tar.xz -ADASTRAP-arm = adastrap-arm-4.9.4-0.tar.xz -ADASTRAP-hppa = adastrap-hppa-8.3.0-1.tar.xz ADASTRAP-i386 = adastrap-i386-$V-3.tar.xz ADASTRAP-mips64 = adastrap-mips64-8.4.0-4.tar.xz ADASTRAP-powerpc = adastrap-powerpc-$V-3.tar.xz -ADASTRAP-sparc64 = adastrap-sparc64-6.5.0-0.tar.xz PKGNAME-main = gcc-${FULL_PKGVERSION} PKGNAME-libs = gcc-libs-${FULL_PKGVERSION} @@ -61,9 +58,9 @@ MAINTAINER = Pascal Stumpf