From 39d3407a77d064a0a130b65a460e9e232d92e418 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 25 Jan 2020 11:45:52 +0000 Subject: [PATCH] This port, lang/gcc48, is only still alive due to dependencies by sysutils/uefi-edk2-bhyve and sysutils/memtest86+. Its successors lang/gcc49 and lang/gcc5 have left the tree already, and lang/gcc6 is scheduled for removal soon. Thus at least restrict to i386 and amd64, the only two platforms supported by those two dependant ports. --- lang/gcc48/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 4c9c5da81610..6a2db9e44c91 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi DEPRECATED= Unsupported by upstream. Use GCC 9 or newer instead. -ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 +ONLY_FOR_ARCHS= amd64 i386 LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \