From owner-freebsd-ports@FreeBSD.ORG Tue Dec 13 10:16:36 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 644A5106566B for ; Tue, 13 Dec 2011 10:16:36 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 42AF88FC13 for ; Tue, 13 Dec 2011 10:16:35 +0000 (UTC) Received: from [192.168.0.37] (unknown [118.97.32.78]) by ainaz.pair.com (Postfix) with ESMTPSA id 5DA073F41A; Tue, 13 Dec 2011 05:08:42 -0500 (EST) Date: Tue, 13 Dec 2011 18:08:44 +0800 (CIT) From: Gerald Pfeifer To: Kevin Oberman In-Reply-To: Message-ID: References: <20111212173616.GA85305@DataIX.net> <20111212181153.GB76159@bonjour.sunpoet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Sunpoet Po-Chuan Hsieh , ports@freebsd.org Subject: Re: lang/gcc46 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2011 10:16:36 -0000 On Mon, 12 Dec 2011, Kevin Oberman wrote: > Ahh. I see the issue. I have not looked at bsd.gcc.mk, but it does > not seem like this should be too difficult. Just a matter of the > right person having the time. Would ports specifying gcc46 need to > be touched? Nope. All transparent. USE_GCC=4.6+ or USE_FORTRAN=yes both will automagically just pull in lang/gcc instead of lang/gcc46 by default. That's the plan. It's taken a bit longer than I had hoped (for a number of reasons), but we are nearly there. ;-) Gerald