From owner-svn-ports-all@freebsd.org Sun Nov 19 22:44:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37ECEDC0191; Sun, 19 Nov 2017 22:44:47 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 012436677B; Sun, 19 Nov 2017 22:44:46 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAJMikkN001130; Sun, 19 Nov 2017 22:44:46 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAJMijg4001126; Sun, 19 Nov 2017 22:44:45 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201711192244.vAJMijg4001126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 19 Nov 2017 22:44:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454508 - in head/lang: gcc46 gcc47 gcc48 gcc49 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang: gcc46 gcc47 gcc48 gcc49 X-SVN-Commit-Revision: 454508 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2017 22:44:47 -0000 Author: gerald Date: Sun Nov 19 22:44:45 2017 New Revision: 454508 URL: https://svnweb.freebsd.org/changeset/ports/454508 Log: Given that GCC 5 has gone end-of-life now, recommend GCC 6 or later instead of GCC 5 or later in the deprecation messages for lang/gcc46 to lang/gcc49. Modified: head/lang/gcc46/Makefile head/lang/gcc47/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile Modified: head/lang/gcc46/Makefile ============================================================================== --- head/lang/gcc46/Makefile Sun Nov 19 22:30:45 2017 (r454507) +++ head/lang/gcc46/Makefile Sun Nov 19 22:44:45 2017 (r454508) @@ -15,7 +15,7 @@ COMMENT= GNU Compiler Collection 4.6 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. EXPIRATION_DATE=2017-11-30 ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun Nov 19 22:30:45 2017 (r454507) +++ head/lang/gcc47/Makefile Sun Nov 19 22:44:45 2017 (r454508) @@ -15,7 +15,7 @@ COMMENT= GNU Compiler Collection 4.7 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Nov 19 22:30:45 2017 (r454507) +++ head/lang/gcc48/Makefile Sun Nov 19 22:44:45 2017 (r454508) @@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 4.8 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun Nov 19 22:30:45 2017 (r454507) +++ head/lang/gcc49/Makefile Sun Nov 19 22:44:45 2017 (r454508) @@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 4.9 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= Unsupported by upstream. Use GCC 5 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \