Re: Migration to gfortran42

2007-01-11 Thread NAKATA Maho
(trim [EMAIL PROTECTED], [EMAIL PROTECTED]) Please let me know which port is using Fortran! current status of migration wait ... wait for commit approval source ... f90/f77 sources exist link ... only exist link against f90/f77 complied libraries gfortran ... used compiler is gfortran42 f77

Re: Migration to gfortran42

2007-01-10 Thread NAKATA Maho
(trim [EMAIL PROTECTED], [EMAIL PROTECTED]) current status of migration wait ... wait for commit approval source ... f90/f77 sources exist link ... only exist link against f90/f77 complied libraries gfortran ... used compiler is gfortran42 f77 ... used compiler is g77 (there are some comp

Migration tips for gfortran42 (was Re: Migration to gfortran42)

2007-01-10 Thread NAKATA Maho
Hi here is some tips. * Migrate to gfortran42 WANT_FORTRAN=yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 * Useful for link infomation. When link against -lblas or gfortran compiled libraries with C/C++ programs (this corresponds to when some program want to link aga

Re: Migration to gfortran42

2007-01-09 Thread NAKATA Maho
From: Jean-Marc Zucconi <[EMAIL PROTECTED]> Subject: Re: Migration to gfortran42 Date: Tue, 09 Jan 2007 10:10:07 +0100 (CET) > >>>>> NAKATA Maho writes: > > > Dear maintainers using Fortran and portmgr, > > First, portmgr@ > > for migration purpose

Re: Migration to gfortran42

2007-01-09 Thread Jean-Marc Zucconi
> NAKATA Maho writes: > Dear maintainers using Fortran and portmgr, > First, portmgr@ > for migration purpose only I'd like to add >> WANT_FORTRAN=yes >> USE_GCC=4.2+ > to each port that requires fortran. is it okay? if build is broken > with this fortran, I'll fix, the I'll commit. Co

Re: Migration to gfortran42

2007-01-09 Thread NAKATA Maho
Dear maintainers using Fortran and portmgr, First, portmgr@ for migration purpose only I'd like to add > WANT_FORTRAN=yes > USE_GCC=4.2+ to each port that requires fortran. is it okay? if build is broken with this fortran, I'll fix, the I'll commit. Could you please approve my commits? All: The