Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2020 11:45:52 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524029 - head/lang/gcc48
Message-ID:  <202001251145.00PBjqIx027878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Jan 25 11:45:52 2020
New Revision: 524029
URL: https://svnweb.freebsd.org/changeset/ports/524029

Log:
  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.

Modified:
  head/lang/gcc48/Makefile

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Sat Jan 25 11:35:03 2020	(r524028)
+++ head/lang/gcc48/Makefile	Sat Jan 25 11:45:52 2020	(r524029)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001251145.00PBjqIx027878>