From owner-freebsd-current@FreeBSD.ORG Mon May 29 21:37:53 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 C381216AF78 for ; Mon, 29 May 2006 21:37:53 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A53F143D80 for ; Mon, 29 May 2006 21:37:42 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k4TLacJt017203; Mon, 29 May 2006 15:36:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 29 May 2006 15:36:44 -0600 (MDT) Message-Id: <20060529.153644.1782790633.imp@bsdimp.com> To: sgk@troutmask.apl.washington.edu From: "M. Warner Losh" In-Reply-To: <20060527065621.GA4814@troutmask.apl.washington.edu> References: <9f7850090605262331j352d98acwa3837251300c591b@mail.gmail.com> <4477F687.2030109@FreeBSD.org> <20060527065621.GA4814@troutmask.apl.washington.edu> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: lyndon@orthanc.ca, mf.danger@gmail.com, mikej@rogers.com, freebsd-current@freebsd.org, kmacy@fsmware.com 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: Mon, 29 May 2006 21:38:01 -0000 In message: <20060527065621.GA4814@troutmask.apl.washington.edu> Steve Kargl writes: : On Fri, May 26, 2006 at 11:49:43PM -0700, Maxim Sobolev wrote: : > C'mon. Nothing in the base system requires fortran - install the : > version you like from ports and enjoy the life. What's the problem? : > : : The problems are the Cons points in my initial post. : FreeBSD has always shipped a Fortran compiler. Stripping : it out violates POLA. Additionally, the the Ports Collection : currently assumes the availability of a Fortran compiler. : : What happens with : : cd /usr/ports/math/lapack : make install If the above just works with gfortran as a port, or in the base system, what's the difference to the end user? Warner