Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv22484

Modified Files:
        octave-3.0.5.info octave-3.2.4.info 
Log Message:
Fix Octave-forge package builds.

Index: octave-3.0.5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/octave-3.0.5.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- octave-3.0.5.info   24 Jan 2012 18:06:53 -0000      1.10
+++ octave-3.0.5.info   25 Jan 2012 12:11:13 -0000      1.11
@@ -2,7 +2,7 @@
 Package: octave%type_pkg[-atlas]
 Type: -atlas (boolean), oct(3.0.5), gcc (4.6)
 Version: 3.0.5
-Revision: 3009
+Revision: 3010
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
 
 Source: mirror:gnu:%{Ni}/%{Ni}-%v.tar.bz2
@@ -84,7 +84,7 @@
 CompileScript: <<
  #!/bin/sh -ev
  export CFLAGS='-O3 -MD'
- export CXXFLAGS='-O3 -MD'
+ export CXXFLAGS='-O0 -MD'
  export FFLAGS='-O3'
  if [ "%type_pkg[-atlas]" = "" ]
  then 
@@ -302,6 +302,7 @@
                                        ln -s /usr/bin/gcc oct-cc
                                        perl -p -e 
's,COMPILER,%p/var/lib/fink/path-prefix-g++-4.0/c++,' \
                                                                
%p/share/%{Ni}/%v/scripts/oct-compiler.in > %p/bin/oct-cxx 
+                                       chmod a+x oct-cxx
                                fi ;;
                        # fangism--feel free to update this
                        *)  printf "You will need to generate your own 
%p/bin/oct-cc and %p/bin/oct-cxx symlinks.\n" ;;

Index: octave-3.2.4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/octave-3.2.4.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- octave-3.2.4.info   24 Jan 2012 14:52:40 -0000      1.13
+++ octave-3.2.4.info   25 Jan 2012 12:11:14 -0000      1.14
@@ -2,7 +2,7 @@
 Package: octave%type_pkg[-atlas]%type_pkg[-x11]
 Type: -atlas (boolean), oct(3.2.4), gcc (4.6), -x11 (boolean)
 Version: 3.2.4
-Revision: 3007
+Revision: 3010
 #atlas-only on x86_64
 Architecture: (%type_raw[-atlas] != -atlas) i386, (%type_raw[-atlas] != 
-atlas) powerpc
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
@@ -156,7 +156,7 @@
 CompileScript: <<
  #!/bin/sh -ev
  export CFLAGS='-O3 -MD'
- export CXXFLAGS='-O3 -MD'
+ export CXXFLAGS='-O0 -MD'
  export FFLAGS='-O3'
  export F77=%p/bin/gfortran-fsf-%type_raw[gcc]
  FLIBDIR="%p/lib/gcc%type_raw[gcc]/lib"
@@ -420,6 +420,7 @@
                                        ln -s /usr/bin/gcc oct-cc
                                        perl -p -e 
's,COMPILER,%p/var/lib/fink/path-prefix-g++-4.0/c++,' \
                                                                
%p/share/%{Ni}/%v/scripts/oct-compiler.in > %p/bin/oct-cxx 
+                                       chmod a+x oct-cxx
                                fi ;;
                        # fangism--feel free to update this
                        *)  printf "You will need to generate your own 
%p/bin/oct-cc and %p/bin/oct-cxx symlinks.\n" ;;


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to