The status of migration to gfortran42 2007.1.22.

2007-01-22 Thread NAKATA Maho
Dear all, I updated the list. details are at http://people.freebsd.org/~maho/gfortran/gfortran.html . To limit my effort to finite: I recompile the table, and following ports are considered as migrated, because * pointyhat build logs are avaiable * modified by maintainers * etc. so I won't touch

status of migration to gfortran42 2007.1.17: currently all ports using fortran are unstable.

2007-01-17 Thread NAKATA Maho
* currently all ports using fortran are unstable. please wait until I announce about it * kris will tell me how they are broken ;) current status of migration wait ... wait for commit approval source ... f90/f77 sources exist link ... only exist link against f90/f77 complied libraries

status of migration to gfortran42 2007.1.12: currently all ports using fortran are unstable.

2007-01-12 Thread maho . nakata
News: Kris approved that migration to gfortran Unless the changes are too extensive, please proceed. so I'll proceed. * currently all ports using fortran are unstable. please wait until I announce about it current status of migration wait ... wait for commit approval source ... f90/f77

Re: status of migration to gfortran42 2007.1.12: currently all ports using fortran are unstable.

2007-01-12 Thread fred
[EMAIL PROTECTED] a écrit : News: Kris approved that migration to gfortran Unless the changes are too extensive, please proceed. so I'll proceed. Hi all, Could be this thread related to some problem I have encountered building Scipy on my freebsd boxes (6.2) ? On one of my freebsd

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

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

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

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:

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. Could you

Migration to gfortran42

2007-01-06 Thread NAKATA Maho
Hello, I'd like to migrate gfortran42. * g77/gfortran42 object incompatibility (gfortran42 -ff2c solves the problem, though, but ports becomes very complex!) * g77 cannot access very large (4G indeices) becase we cannot set integer*8 for default. * FreeBSD7 might not be shipped with