List Info

Thread: Removal of Fortran from the base system




Removal of Fortran from the base system
user name
2006-05-27 22:09:28
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 "$/Makefile"


You'll also want to do

cat > /usr/bin/f77
#! /bin/sh
/usr/local/bin/gfortran $

-- 
Steve
_______________________________________________
freebsd-currentfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-curre
nt
To unsubscribe, send any mail to
"freebsd-current-unsubscribefreebsd.org"
Removal of Fortran from the base system
user name
2006-05-28 16:19:55
Steve Kargl schrieb:
> You'll also want to do
> 
> cat > /usr/bin/f77
> #! /bin/sh
> /usr/local/bin/gfortran $

Just nit-picking ... shouldn't that be:

#! /bin/sh
/usr/local/bin/gfortran "$"

(The double quotes around $ used to be essential for
the handling of
arguments contining blanks and I doubt that this changed
recently 

Regards, STefan
_______________________________________________
freebsd-currentfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-curre
nt
To unsubscribe, send any mail to
"freebsd-current-unsubscribefreebsd.org"
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )