From 755e402f2deba48a194faf8c6e2bcb00acd7874d Mon Sep 17 00:00:00 2001 From: Brendan Fabeny Date: Fri, 10 May 2013 19:39:58 +0000 Subject: update math/glpk to 4.49, and adjust dependent ports Approved by: maho --- math/octave/Makefile | 1 + math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc (limited to 'math/octave') diff --git a/math/octave/Makefile b/math/octave/Makefile index b615b1e49c2a..fd2cb6a17333 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave PORTVERSION= 3.6.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ diff --git a/math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc b/math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc new file mode 100644 index 000000000000..bfada7679d8f --- /dev/null +++ b/math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc @@ -0,0 +1,10 @@ +--- src/DLD-FUNCTIONS/__glpk__.cc.orig 2012-01-03 15:48:37.000000000 -0500 ++++ src/DLD-FUNCTIONS/__glpk__.cc 2013-05-07 09:25:34.000000000 -0400 +@@ -45,6 +45,7 @@ + #include + #else + #include ++#include + #endif + + #if 0 -- cgit v1.2.3