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

Modified Files:
        g95.info gcc4.info 
Log Message:
validation fixes


Index: g95.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/g95.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- g95.info    8 Nov 2006 12:30:06 -0000       1.2
+++ g95.info    4 Mar 2007 02:23:23 -0000       1.3
@@ -12,7 +12,7 @@
 Depends: odcctools590
 BuildConflicts: autogen-dev
 PatchScript: <<
- #!/bin/sh -e
+ #!/bin/sh -ev
  cd g95-%v
  tar -xvzf libf95.a-%v.tar.gz
  # don't try to get darwin-fpsave.o from /usr/lib/libgcc.a, get instead
@@ -23,7 +23,7 @@
  perl -pi -e 's,/usr/bin/libtool,%p/lib/odcctools590/bin/libtool,;' 
gcc/config/darwin.h
 <<
 CompileScript: <<
- #!/bin/sh -e
+ #!/bin/sh -ev
  gccver=4.0.3
  darwinvers=`uname -r|cut -f1 -d.`
  cd gcc-${gccver}
@@ -34,7 +34,7 @@
  make
 <<
 InstallScript: <<
- #!/bin/sh -e
+ #!/bin/sh -ev
  gccver=4.0.3
  darwinvers=`uname -r|cut -f1 -d.`
  # since we've gone through the trouble to build it,

Index: gcc4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/gcc4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gcc4.info   16 Dec 2006 19:02:46 -0000      1.4
+++ gcc4.info   4 Mar 2007 02:23:23 -0000       1.5
@@ -14,12 +14,12 @@
 Provides: gfortran
 ConfigureParams: --prefix=%p/lib/gcc4 --enable-languages=c,c++,f95,objc,java 
--infodir='${prefix}/share/info' --with-gmp=%p  --with-included-gettext 
--host=%m-apple-darwin`uname -r|cut -f1 -d.` `if test ! -f 
/usr/lib/libSystemStubs.a ; then /bin/echo "--with-as=%p/lib/odcctools/bin/as 
--with-ld=%p/lib/odcctools/bin/ld\c" ; fi`
 PatchScript: <<
- #!/bin/sh
+ #!/bin/sh -ev
  # 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
 <<
 CompileScript: <<
- #!/bin/sh
+ #!/bin/sh -ev
  ulimit -S -s unlimited
  mkdir darwin 
  cd darwin
@@ -27,7 +27,7 @@
  make
 <<
 InstallScript: <<
- #!/bin/sh
+ #!/bin/sh -ev
  cd darwin
  make install DESTDIR=%d
  mkdir -p %i/bin


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to