From owner-cvs-ports@FreeBSD.ORG Tue Feb 22 18:56:53 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C7C1106566B; Tue, 22 Feb 2011 18:56:53 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C0068FC08; Tue, 22 Feb 2011 18:56:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1MIurDo088501; Tue, 22 Feb 2011 18:56:53 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1MIurjK088500; Tue, 22 Feb 2011 18:56:53 GMT (envelope-from gerald) Message-Id: <201102221856.p1MIurjK088500@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 22 Feb 2011 18:56:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc46 Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 18:56:53 -0000 gerald 2011-02-22 18:56:53 UTC FreeBSD ports repository Modified files: lang/gcc46 Makefile distinfo pkg-plist Log: Update to the 20110219 snapshot of GCC 4.6.0. This addresses the pollution of common namespace by share/python/aotcompile.py and share/python/classfile.py which now go into version-specific directories. By means of an extra patch default code generation on i386 defaults to i486 on FreeBSD 6 and above. [1] Submitted by: tijl [1] Reported by: Yuri Karaban [1] PR: 154364 [1] Revision Changes Path 1.479 +1 -1 ports/lang/gcc46/Makefile 1.345 +10 -10 ports/lang/gcc46/distinfo 1.112 +4 -4 ports/lang/gcc46/pkg-plist