1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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.
This commit is contained in:
Gerald Pfeifer 2018-11-22 18:30:10 +00:00
parent 2e61c78b12
commit 890334f8a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485607

View File

@ -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}