Date: Thu, 22 Nov 2018 18:30:10 +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: r485607 - head/lang/gcc6 Message-ID: <201811221830.wAMIUA5O037377@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Thu Nov 22 18:30:10 2018 New Revision: 485607 URL: https://svnweb.freebsd.org/changeset/ports/485607 Log: 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. Modified: head/lang/gcc6/Makefile Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Thu Nov 22 18:26:41 2018 (r485606) +++ head/lang/gcc6/Makefile Thu Nov 22 18:30:10 2018 (r485607) @@ -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 @@ -26,8 +27,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils .if defined(MAINTAINER_MODE) BUILD_DEPENDS+= runtest:misc/dejagnu .endif - -CONFLICTS= gcc6-devel-6.* CPE_VENDOR= gnu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811221830.wAMIUA5O037377>