From 890334f8a4e9e2c46ec30f7a8893ff7c0707504c Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 22 Nov 2018 18:30:10 +0000 Subject: [PATCH] Remove a conflict with gcc6-devel which does not exist any longer. Deprecate this port since GCC 6 has been end-of-lifed upstream and lang/gcc7 and lang/gcc8 are available as official releases. Do not mark for expiration yet, though. --- lang/gcc6/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index d46b95365904..944e146dbe0c 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 6.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang java MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} @@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 6 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead. ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe sparc64 BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile @@ -27,8 +28,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils BUILD_DEPENDS+= runtest:misc/dejagnu .endif -CONFLICTS= gcc6-devel-6.* - CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION}