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

Modified Files:
        octave-3.0.5.info octave-3.2.4.info 
Log Message:
Fix use of now-nonexistent libcurl header.

Index: octave-3.0.5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/octave-3.0.5.info,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- octave-3.0.5.info   2 Aug 2012 01:36:56 -0000       1.51
+++ octave-3.0.5.info   7 Aug 2012 15:37:32 -0000       1.52
@@ -2,7 +2,7 @@
 Package: octave%type_pkg[-lapack]
 Type: -lapack (-atlas -ref .), oct(3.0.5), gcc (4.7)
 Version: 3.0.5
-Revision: 3019
+Revision: 3020
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
 
 Source: mirror:gnu:%{Ni}/%{Ni}-%v.tar.bz2
@@ -68,6 +68,8 @@
        #!/bin/sh -ev
        #fix for use of glpk private internals
        patch -p1 < %{PatchFile}
+       #fix for long-deprecated curl header
+       perl -pi -e 's,curl/types,curl/curl,' src/DLD-FUNCTIONS/urlwrite.cc
 
        # create versioned manpages
        cp doc/interpreter/%{Ni}.1 doc/interpreter/%{Ni}-%v.1
@@ -630,6 +632,10 @@
 
 As of Revision 3018: Some additional RuntimeDepends were needed for full 
 functionality.  Add reference LAPACK variant.
+
+As of Revision 3020:
+Just noticed that a function wasn't building due to use of a now-nonexistent
+libcurl header.  Patch to use the current standard.
 <<
 Homepage: http://www.gnu.org/software/octave//
 License: GPL3

Index: octave-3.2.4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/octave-3.2.4.info,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- octave-3.2.4.info   2 Aug 2012 01:36:57 -0000       1.55
+++ octave-3.2.4.info   7 Aug 2012 15:37:32 -0000       1.56
@@ -2,7 +2,7 @@
 Package: octave%type_pkg[-lapack]%type_pkg[-x11]
 Type: -lapack (-atlas -ref .), oct(3.2.4), gcc (4.7), -x11 (boolean)
 Version: 3.2.4
-Revision: 3020
+Revision: 3021
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
 
 BuildDepends: <<
@@ -84,6 +84,8 @@
        #!/bin/sh -ev
        #fix for use of glpk private internals
        patch -p1 < %{PatchFile}
+       #fix for long-deprecated curl header
+       perl -pi -e 's,curl/types,curl/curl,' src/DLD-FUNCTIONS/urlwrite.cc
 
        # create versioned manpages
        cp doc/interpreter/%{Ni}.1 doc/interpreter/%{Ni}-%v.1
@@ -803,6 +805,10 @@
 
 As of Revision 3019: Some additional RuntimeDepends were needed for full 
 functionality.  Add reference LAPACK variant.
+
+As of Revision 3021:
+Just noticed that a function wasn't building due to use of a now-nonexistent
+libcurl header.  Patch to use the current standard.
 <<
 Homepage: http://www.gnu.org/software/octave//
 License: GPL3


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to