diff options
author | gerald <gerald@FreeBSD.org> | 2018-09-30 06:26:36 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-09-30 06:26:36 +0800 |
commit | 46d899ebb039dee83c0c19ca4578165f794135f8 (patch) | |
tree | 0060f4da7bcf0e7a6a934b861f255c09f412559f /lang | |
parent | 7bd6496580f442f4f7cef4589a62cfbceaa8beb9 (diff) | |
download | freebsd-ports-gnome-46d899ebb039dee83c0c19ca4578165f794135f8.tar.gz freebsd-ports-gnome-46d899ebb039dee83c0c19ca4578165f794135f8.tar.zst freebsd-ports-gnome-46d899ebb039dee83c0c19ca4578165f794135f8.zip |
Recommend the use of GCC 7 or later over this port, since that is now
the default version of GCC for the Ports Collection.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc48/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc49/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 652ae366ea60..568ac9fb2eac 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 4.8 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index a4db46650d39..8ab0e34e7427 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 4.9 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ |