From owner-svn-ports-head@freebsd.org Thu Nov 12 11:50:17 2015 Return-Path: Delivered-To: svn-ports-head@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 7A697A2D8DD; Thu, 12 Nov 2015 11:50:17 +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 4178B1A10; Thu, 12 Nov 2015 11:50:17 +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 tACBoGL6002546; Thu, 12 Nov 2015 11:50:16 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBoGOF002544; Thu, 12 Nov 2015 11:50:16 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201511121150.tACBoGOF002544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 12 Nov 2015 11:50:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401325 - in head/lang/gcc49: . 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 11:50:17 -0000 Author: gerald Date: Thu Nov 12 11:50:15 2015 New Revision: 401325 URL: https://svnweb.freebsd.org/changeset/ports/401325 Log: Update to the 20151111 snapshot of GCC 4.9.4. Thanks to andreast@ the patch for PIE support is now upstream, so drop files/patch-pie-support. Deleted: head/lang/gcc49/files/patch-pie-support Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Thu Nov 12 11:21:48 2015 (r401324) +++ head/lang/gcc49/Makefile Thu Nov 12 11:50:15 2015 (r401325) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.4.s20151028 +PORTVERSION= 4.9.4.s20151111 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Thu Nov 12 11:21:48 2015 (r401324) +++ head/lang/gcc49/distinfo Thu Nov 12 11:50:15 2015 (r401325) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20151028.tar.bz2) = 71d6c7122fca661e420d8e14799d21134e293b37973991e574b4e070816fcaf6 -SIZE (gcc-4.9-20151028.tar.bz2) = 85807011 +SHA256 (gcc-4.9-20151111.tar.bz2) = 87a757d67e3da84ec7f58f7b5f2e757122f952cff22a74a7519f7b2aabccf42b +SIZE (gcc-4.9-20151111.tar.bz2) = 85841034