From owner-freebsd-current@FreeBSD.ORG Sat May 27 04:25:20 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 762DC16A644 for ; Sat, 27 May 2006 04:25:20 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC6EA43D48 for ; Sat, 27 May 2006 04:25:19 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.6/8.13.6) with ESMTP id k4R4PHBv003601; Fri, 26 May 2006 21:25:17 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.6/8.13.6/Submit) id k4R4PHuo003600; Fri, 26 May 2006 21:25:17 -0700 (PDT) (envelope-from sgk) Date: Fri, 26 May 2006 21:25:17 -0700 From: Steve Kargl To: Lyndon Nerenberg Message-ID: <20060527042517.GA3503@troutmask.apl.washington.edu> References: <20060527024407.GA2525@troutmask.apl.washington.edu> <20060527035306.GH744@turion.vk2pj.dyndns.org> <672BC9B0-5BE8-41CF-B5F0-5E00DD686A54@orthanc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <672BC9B0-5BE8-41CF-B5F0-5E00DD686A54@orthanc.ca> User-Agent: Mutt/1.4.2.1i Cc: Peter Jeremy , freebsd-current@freebsd.org Subject: Re: [RFC] Removal of Fortran from the base system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2006 04:25:20 -0000 On Fri, May 26, 2006 at 09:12:50PM -0700, Lyndon Nerenberg wrote: > > On May 26, 2006, at 8:53 PM, Peter Jeremy wrote: > > >- Nothing in the base system depends on FORTRAN. > > I'm sure you could make that argument for half of the programs in / > usr/bin. > > I don't have a problem with unbundling per-se. I do have a problem > with the totally specious arguments that have been put forth so far > to justify Fortran's removal. If there are real reasons for it, > let's hear them. > Lyndon, I'm listed as one of the official GCC maintainers for gfortran. g77 is dead, gone, not available with GCC 4.1.1. gfortran is is, IMHO, a good compiler but it has warts and bugs. Maintaining it in the tree will slow down the availability of bug fixes. Relegating it to ports will allow patches and bug fixes to be incorporate at a much higher rate. -- Steve