mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Update to version 1.10.0, fixing an existing build error with GCC 4.4 by
means of an additional patch. Reported by: pav and miwi (from pointyhat) Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Approved by: maintainer timeout Feature safe: yes
This commit is contained in:
parent
385cfdbdc1
commit
e9ceef6693
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241574
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Clp
|
||||
PORTVERSION= 1.8.2
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 1.10.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \
|
||||
http://www.mavetju.org/download/adopted/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Clp-1.8.2.tgz) = ffef5f4fac3322d2ddc473aeabe0d477
|
||||
SHA256 (Clp-1.8.2.tgz) = 7200cfdbe3ad08b1cd95aca9a3a7ff708e6b6cb457debd1d424f7b8228e5ce5a
|
||||
SIZE (Clp-1.8.2.tgz) = 3230700
|
||||
MD5 (Clp-1.10.0.tgz) = ac036bf5d2fac8eb739751632a81bd1f
|
||||
SHA256 (Clp-1.10.0.tgz) = 2e9330735f6b3e86a8600894d868e50eecf86d6b56791d0ad11bad2789ea0a8f
|
||||
SIZE (Clp-1.10.0.tgz) = 3321332
|
||||
|
10
math/clp/files/patch-CoinUtils+src+CoinParam.hpp
Normal file
10
math/clp/files/patch-CoinUtils+src+CoinParam.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- 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.
|
@ -83,9 +83,11 @@ include/coin/CoinPresolveZeros.hpp
|
||||
include/coin/CoinSearchTree.hpp
|
||||
include/coin/CoinShallowPackedVector.hpp
|
||||
include/coin/CoinSignal.hpp
|
||||
include/coin/CoinSimpFactorization.hpp
|
||||
include/coin/CoinSmartPtr.hpp
|
||||
include/coin/CoinSnapshot.hpp
|
||||
include/coin/CoinSort.hpp
|
||||
include/coin/CoinStructuredModel.hpp
|
||||
include/coin/CoinTime.hpp
|
||||
include/coin/CoinTypes.hpp
|
||||
include/coin/CoinUtility.hpp
|
||||
|
Loading…
Reference in New Issue
Block a user