From owner-cvs-ports@FreeBSD.ORG Mon Jun 6 13:07:46 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 D9AE51065676 for ; Mon, 6 Jun 2011 13:07:46 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id 816908FC13 for ; Mon, 6 Jun 2011 13:07:46 +0000 (UTC) Received: (qmail 11799 invoked from network); 6 Jun 2011 13:07:45 -0000 Received: from 91.186.145.181 (HELO ?192.168.0.129?) (91.186.145.181) by relay03.pair.com with SMTP; 6 Jun 2011 13:07:45 -0000 X-pair-Authenticated: 91.186.145.181 Date: Mon, 6 Jun 2011 15:07:49 +0200 (CEST) From: Gerald Pfeifer To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <201106061119.p56BJeDJ040613@repoman.freebsd.org> Message-ID: References: <201106061119.p56BJeDJ040613@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: Re: cvs commit: ports/lang/gcc45 Makefile 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: Mon, 06 Jun 2011 13:07:46 -0000 On Mon, 6 Jun 2011, Gerald Pfeifer wrote: > Modified files: > lang/gcc45 Makefile > Log: > Enable c, c++, and fortran (and only these) explicitly by default, and > Java when/where available. [1] I didn't consider this of sufficient important for a PORTREVISION bump, and will rather update to a newer snapshot in a few days (but did not want to wait for that, either). Then, now that all open infrastructure issues I am aware of are resolved, I'll be looking into -devel ports per PR 156857. Gerald