From owner-freebsd-questions@FreeBSD.ORG Fri Jan 11 10:02:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B5FE16A419; Fri, 11 Jan 2008 10:02:40 +0000 (UTC) (envelope-from dan@rucci.org) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8A013C47E; Fri, 11 Jan 2008 10:02:40 +0000 (UTC) (envelope-from dan@rucci.org) Received: from smurfbsd.warganizer.com (ool-182dc652.dyn.optonline.net [24.45.198.82]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUH00K7P3UFCMO0@mta3.srv.hcvlny.cv.net>; Fri, 11 Jan 2008 04:32:39 -0500 (EST) Date: Fri, 11 Jan 2008 04:32:39 -0500 From: Daniel Rucci In-reply-to: <477FAE00.5070001@FreeBSD.org> To: Kris Kennaway Message-id: <478737B7.5070706@rucci.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <477D5FE2.4080008@mail.zedat.fu-berlin.de> <477D6310.2060406@FreeBSD.org> <477FAD02.8040505@mail.zedat.fu-berlin.de> <477FAE00.5070001@FreeBSD.org> User-Agent: Thunderbird 2.0.0.9 (X11/20071117) Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.0-PRE/AMD64: missing f77/Fortran compiler ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 10:02:40 -0000 Kris Kennaway wrote: > No, it's not convenient. There is a large maintenance cost for > keeping the fortran compiler in the base system for little gain > (nothing in FreeBSD uses it), and it is also only of use to a small > subset of FreeBSD users, so this is a perfect situation where moving > it to the ports collection made sense. Does this mean i can take WITHOUT_FORTRAN out of my /etc/src.conf? If thats the case, src.conf(5) should be updated. Dan