aboutsummaryrefslogtreecommitdiffstats
path: root/math/coinmp/files
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2012-01-04 08:47:20 +0800
committerwen <wen@FreeBSD.org>2012-01-04 08:47:20 +0800
commita81a3e6ce131100d407659a906354bc6e425f955 (patch)
treea06aa7c3b6be1e21f4a3f2f43fbffb2f48125b55 /math/coinmp/files
parent69247d2bd34a797d2ba6677d5d2c4847f6b768e6 (diff)
downloadfreebsd-ports-gnome-a81a3e6ce131100d407659a906354bc6e425f955.tar.gz
freebsd-ports-gnome-a81a3e6ce131100d407659a906354bc6e425f955.tar.zst
freebsd-ports-gnome-a81a3e6ce131100d407659a906354bc6e425f955.zip
- update to 1.6.0
- respect NOPORTDOCS PR: ports/163681 Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer)
Diffstat (limited to 'math/coinmp/files')
-rw-r--r--math/coinmp/files/patch-Cbc__src__CbcSolver.cpp14
-rw-r--r--math/coinmp/files/patch-CoinUtils+src+CoinParam.hpp10
2 files changed, 14 insertions, 10 deletions
diff --git a/math/coinmp/files/patch-Cbc__src__CbcSolver.cpp b/math/coinmp/files/patch-Cbc__src__CbcSolver.cpp
new file mode 100644
index 000000000000..55748e8cf725
--- /dev/null
+++ b/math/coinmp/files/patch-Cbc__src__CbcSolver.cpp
@@ -0,0 +1,14 @@
+This looks like a gcc 4.2.1 bug.
+--- Cbc/src/CbcSolver.cpp.orig 2011-12-23 10:36:33.000000000 -0500
++++ Cbc/src/CbcSolver.cpp 2011-12-23 10:41:57.000000000 -0500
+@@ -1665,10 +1665,6 @@
+ }
+ sprintf(generalPrint + strlen(generalPrint),
+ "Build Date: %s \n", __DATE__);
+-#ifdef CBC_SVN_REV
+- sprintf(generalPrint + strlen(generalPrint),
+- "Revision Number: %d \n", CBC_SVN_REV);
+-#endif
+ generalMessageHandler->message(CLP_GENERAL, generalMessages)
+ << generalPrint
+ << CoinMessageEol;
diff --git a/math/coinmp/files/patch-CoinUtils+src+CoinParam.hpp b/math/coinmp/files/patch-CoinUtils+src+CoinParam.hpp
deleted file mode 100644
index 9e661a50e12c..000000000000
--- a/math/coinmp/files/patch-CoinUtils+src+CoinParam.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- CoinUtils/src/CoinParam.hpp.orig 2009-08-16 22:33:13.000000000 -0500
-+++ CoinUtils/src/CoinParam.hpp 2009-08-16 22:34:23.000000000 -0500
-@@ -12,6 +12,7 @@
-
- #include <vector>
- #include <string>
-+#include <cstdio>
-
- /*! \class CoinParam
- \brief A base class for `keyword value' command line parameters.