From owner-svn-ports-all@freebsd.org Sun Dec 25 21:03:56 2016 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 1F6E4C90367; Sun, 25 Dec 2016 21:03:56 +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 C7DE0A8C; Sun, 25 Dec 2016 21:03:55 +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 uBPL3sjn013446; Sun, 25 Dec 2016 21:03:54 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBPL3s1C013444; Sun, 25 Dec 2016 21:03:54 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201612252103.uBPL3s1C013444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 25 Dec 2016 21:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429461 - in head/lang/gcc6: . files X-SVN-Group: ports-head 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.23 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, 25 Dec 2016 21:03:56 -0000 Author: gerald Date: Sun Dec 25 21:03:54 2016 New Revision: 429461 URL: https://svnweb.freebsd.org/changeset/ports/429461 Log: Update to the GCC 6.3 release which brings a number of bugfixes. Omit the definition of DISTVERSION which is only necessary for ports tracking snapshots of GCC and simplify the definition of GCC_VERSION (but keep the latter as a variable to align the gcc6-devel and gcc6 ports). Remove files/patch-unwind-ia64.h since we have not been supporting ia64 with this release series (ONLY_FOR_ARCHS has not been including ia64). Deleted: head/lang/gcc6/files/patch-unwind-ia64.h Modified: head/lang/gcc6/Makefile head/lang/gcc6/distinfo Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Sun Dec 25 20:16:35 2016 (r429460) +++ head/lang/gcc6/Makefile Sun Dec 25 21:03:54 2016 (r429461) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -28,12 +28,7 @@ BUILD_DEPENDS+= runtest:misc/dejagnu CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} -# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names -# of executables and directories once installed. A PORTVERSION of -# Y.2.1.s20140817 results in values of Y-20140817, Y.2.1, and Y -# for these three. -DISTVERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/} -GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} +GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 arm armv6 armv6hf USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 Modified: head/lang/gcc6/distinfo ============================================================================== --- head/lang/gcc6/distinfo Sun Dec 25 20:16:35 2016 (r429460) +++ head/lang/gcc6/distinfo Sun Dec 25 21:03:54 2016 (r429461) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471862430 -SHA256 (gcc-6.2.0.tar.bz2) = 9944589fc722d3e66308c0ce5257788ebd7872982a718aa2516123940671b7c5 -SIZE (gcc-6.2.0.tar.bz2) = 99778648 +TIMESTAMP = 1482692157 +SHA256 (gcc-6.3.0.tar.bz2) = f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f +SIZE (gcc-6.3.0.tar.bz2) = 99903185