Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27116

Modified Files:
        g95.info 
Log Message:
New upstream version.


Index: g95.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages/g95.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- g95.info    11 Apr 2006 15:18:29 -0000      1.20
+++ g95.info    13 Apr 2006 01:41:45 -0000      1.21
@@ -1,10 +1,10 @@
 Package: g95
 Version: 0.50
-Revision: 20060409
+Revision: 20060412
 Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.0.3/gcc-core-4.0.3.tar.bz2
 Source-MD5: 347231730fb44b609b69226c3e432d80
 Source2: ftp://ftp.cdc.noaa.gov/Public/jsw/g95/g95-%v-%r.tgz
-Source2-MD5: 760086d886ebc70fa70d0630622cf9b8
+Source2-MD5: 359a9760ce67d00495544753aa1a2840
 NoSourceDirectory: True
 NoSetCPPFLAGS: True
 NoSetLDFLAGS: True
@@ -17,6 +17,10 @@
  # don't try to get darwin-fpsave.o from /usr/lib/libgcc.a, get instead
  # from gccdir (/usr/lib/libgcc.a doesn't exist in 10.4).
  perl -pi -e 's|ar x /usr/lib/libgcc.a darwin-fpsave.o|cp [EMAIL 
PROTECTED]@/g95/gcc/libgcc/darwin-fpsave.o .|' Makefile.in
+ cd ../gcc-4.0.3
+ # make sure odcctools libtool being used on Panther.
+ if test ! -f /usr/lib/libSystemStubs.a ; then perl -pi -e 
's,/usr/bin/libtool,%p/lib/odcctools/bin/libtool,;' gcc/config/darwin.h ; fi
+ if test ! -f /usr/lib/libSystemStubs.a ; then perl -pi -e 's,nm 
-P,%p/lib/odcctools/bin/nm -P,;' libstdc++-v3/scripts/make_exports.pl ; fi 
 <<
 CompileScript: <<
  #!/bin/sh -e
@@ -25,7 +29,7 @@
  cd gcc-${gccver}
  mkdir g95
  cd g95
- ../configure --prefix=%p/lib/gcc-lib/%m-apple-darwin${darwinvers}/${gccver} 
--enable-languages=c `if test ! -f /usr/lib/libSystemStubs.a ; then echo -n 
"--with-as=%p/lib/odcctools/bin/as --with-ld=%p/lib/odcctools/bin/ld" ; fi` 
--disable-checking --with-included-gettext 
+ ../configure --prefix=%p/lib/gcc-lib/%m-apple-darwin${darwinvers}/${gccver} 
--enable-languages=c `if test ! -f /usr/lib/libSystemStubs.a ; then echo -n 
"--with-as=%p/lib/odcctools/bin/as --with-ld=%p/lib/odcctools/bin/ld 
--with-nm=%p/lib/odcctools/bin/nm" ; fi` --disable-checking 
--with-included-gettext 
  make
  cd ../../g95-%v
  ./configure --prefix=%p --with-gcc-dir=%b/gcc-${gccver} 
--host=%m-apple-darwin${darwinvers}



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to