[RFC] Removal of Fortran from the base system
Steve Kargl
sgk at troutmask.apl.washington.edu
Sat May 27 15:12:53 PDT 2006
On Sat, May 27, 2006 at 03:05:01PM -0700, Brooks Davis wrote:
>
> As long as we get a binary named gfortran (and not gfortran41 or what
> ever) I'm OK with moving this out of the base.
>
The complete text of the Makefile is
MASTERDIR= ${.CURDIR}/../gcc41/
PKGNAMESUFFIX= -withfortran
WITH_FORTRAN= yes
DESCR= ${.CURDIR}/pkg-descr
PKGMESSAGE= ${.CURDIR}/pkg-message
.include "${MASTERDIR}/Makefile"
You'll also want to do
cat > /usr/bin/f77
#! /bin/sh
/usr/local/bin/gfortran $@
--
Steve
More information about the freebsd-current
mailing list