Date: Sat, 27 May 2006 15:09:28 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Brooks Davis <brooks@one-eyed-alien.net> Cc: freebsd-current@freebsd.org Subject: Re: [RFC] Removal of Fortran from the base system Message-ID: <20060527220928.GA10094@troutmask.apl.washington.edu> In-Reply-To: <20060527220501.GB14039@odin.ac.hmc.edu> References: <20060527024407.GA2525@troutmask.apl.washington.edu> <447809E6.60002@samsco.org> <20060527162407.GD7307@troutmask.apl.washington.edu> <20060527220501.GB14039@odin.ac.hmc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060527220928.GA10094>