From owner-freebsd-ports@FreeBSD.ORG Mon Jun 4 00:16:13 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2927316A400; Mon, 4 Jun 2007 00:16:13 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (adsl-75-1-14-242.dsl.scrm01.sbcglobal.net [75.1.14.242]) by mx1.freebsd.org (Postfix) with ESMTP id EB6E413C469; Mon, 4 Jun 2007 00:16:12 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id l53NlXU6055249; Sun, 3 Jun 2007 16:47:37 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200706032347.l53NlXU6055249@gw.catspoiler.org> Date: Sun, 3 Jun 2007 16:47:33 -0700 (PDT) From: Don Lewis To: current@FreeBSD.org, ports@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: Subject: /usr/share/mk/sys.mk and FORTRAN on -CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 00:16:13 -0000 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 ...