From owner-freebsd-current@FreeBSD.ORG Mon Jun 4 01:09:52 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E82A16A400; Mon, 4 Jun 2007 01:09:52 +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 218CC13C45A; Mon, 4 Jun 2007 01:09:52 +0000 (UTC) (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.14.1/8.13.8) with ESMTP id l5419gSW013459; Sun, 3 Jun 2007 18:09:42 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l5419gJh013458; Sun, 3 Jun 2007 18:09:42 -0700 (PDT) (envelope-from sgk) Date: Sun, 3 Jun 2007 18:09:42 -0700 From: Steve Kargl To: Don Lewis Message-ID: <20070604010942.GA13434@troutmask.apl.washington.edu> References: <200706032347.l53NlXU6055249@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706032347.l53NlXU6055249@gw.catspoiler.org> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, current@freebsd.org Subject: Re: /usr/share/mk/sys.mk and FORTRAN on -CURRENT 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, 04 Jun 2007 01:09:52 -0000 On Sun, Jun 03, 2007 at 04:47:33PM -0700, Don Lewis wrote: > I was taking a look at why math/lapack fails to build on -CURRENT and > discovered that the port uses ${FC} to find the FORTRAN compiler. I > then discovered that /usr/share/mk/sys.mk defines ${FC} as f77 (or > fort77). I don't this is appropriate since f77 has been removed from > -CURRENT. > > I don't know what the proper fix is, but I though I should point out the > problem ... > There are two bugs here. 1) FC should be removed. 2) The various ports that use Fortran should use gfortran42 installed with lang/gcc42. -- Steve