svn commit: r524029 - head/lang/gcc48

Gerald Pfeifer gerald at FreeBSD.org
Sat Jan 25 11:45:53 UTC 2020


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 \


More information about the svn-ports-all mailing list