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

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.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- g95.info    17 May 2006 19:27:46 -0000      1.25
+++ g95.info    25 May 2006 19:56:38 -0000      1.26
@@ -1,16 +1,16 @@
 Package: g95
 Version: 0.50
-Revision: 20060512
+Revision: 20060524
 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-20060512.tgz
-Source2-MD5: d9b7adf5088fbba220ae640a6cdc74e2
+Source2: ftp://ftp.cdc.noaa.gov/Public/jsw/g95/g95-%v-%r.tgz
+Source2-MD5: 6d585d580494a274129e41615639b4ef
 NoSourceDirectory: True
 NoSetCPPFLAGS: True
 NoSetLDFLAGS: True
 NoSetMAKEFLAGS: true
-SetMAKEFLAGS: -j1
-Depends: cctools (>= 576-1) | odcctools (>= 576-20060226)
+#SetMAKEFLAGS: -j1
+Depends: odcctools (>= 590-20060413)
 BuildConflicts: autogen-dev
 PatchScript: <<
  #!/bin/sh -e
@@ -20,9 +20,9 @@
  # 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 
+ # make odcctools being used.
+ perl -pi -e 's,/usr/bin/libtool,%p/lib/odcctools/bin/libtool,;' 
gcc/config/darwin.h
+ perl -pi -e 's,nm -P,%p/lib/odcctools/bin/nm -P,;' 
libstdc++-v3/scripts/make_exports.pl
 <<
 CompileScript: <<
  #!/bin/sh -e
@@ -32,16 +32,9 @@
  mkdir g95
  cd g95
  # build gcc 4.0.3
- ../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` --with-included-gettext 
+ ../configure --prefix=%p/lib/gcc-lib/%m-apple-darwin${darwinvers}/${gccver} 
--enable-languages=c --with-as=%p/lib/odcctools/bin/as 
--with-ld=%p/lib/odcctools/bin/ld --with-nm=%p/lib/odcctools/bin/nm 
--with-included-gettext 
  make
 <<
- #cd ../../g95-%v
- #./configure --prefix=%p --with-gcc-dir=%b/gcc-${gccver} 
--host=%m-apple-darwin${darwinvers}
- #make 
- #cd libf95.a-%v
- #./configure %c --host=%m-apple-darwin${darwinvers}
- #make 
-
 InstallScript: <<
  #!/bin/sh -e
  gccver=4.0.3
@@ -87,7 +80,7 @@
 project, and will be included in gcc 4.0.  gfortran originated from
 the g95 codebase.
 
-Also installs the gcc 4.0.3 c compiler.
+Also installs the gcc 4.0.3 C compiler.
 <<
 DescPort: <<
  Requires that a compatible cctools be installed for Panther (provided by



_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to