Date: Sun, 3 Jun 2007 16:47:33 -0700 (PDT) From: Don Lewis <truckman@FreeBSD.org> To: current@FreeBSD.org, ports@FreeBSD.org Subject: /usr/share/mk/sys.mk and FORTRAN on -CURRENT Message-ID: <200706032347.l53NlXU6055249@gw.catspoiler.org>
next in thread | raw e-mail | index | archive | help
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 ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706032347.l53NlXU6055249>