aboutsummaryrefslogtreecommitdiff
path: root/graphics/colmap
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-05-08 05:35:11 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-05-08 05:35:11 +0000
commitbe7d93cd66b4ef5c0010642618cf28be0ac81361 (patch)
tree1273d892c174cbd1f65aabf35fab1208cd673c53 /graphics/colmap
parent6f1a28bc03892b3c094cb8d98898cea18cfa4e80 (diff)
downloadports-be7d93cd66b4ef5c0010642618cf28be0ac81361.tar.gz
ports-be7d93cd66b4ef5c0010642618cf28be0ac81361.zip
smath/cgal: Update to 5.0.2
The new version of CGAL brings improvements and a lot of changes, including 2 major ones [1](header only[2] and require c++14) requiring to patch all software depending on it. [1] https://www.cgal.org/2019/11/08/cgal50/ [2] https://doc.cgal.org/latest/Manual/installation.html math/cgal: - Update to 5.0.2 databases/sfcgal: - Fix with cgal5 : use c++14 and add gmpxx link databases/postgis*: - bump portversion needed due to cgal and sfcgal changes cad/openscad: - remove LIB_DEPENDS and add BUILD_DEPENDS - Use c++14 cad/openscad-devel: - remove LIB_DEPENDS and add BUILD_DEPENDS - Use c++14 games/flightgear-terragear: - remove LIB_DEPENDS and add BUILD_DEPENDS - fix Boost error (ld: error: undefined symbol: boost::thread::hardware_concurrency()) graphics/colmap: - remove LIB_DEPENDS and add BUILD_DEPENDS - fix CMAKE_CXX_FLAGS with c++14 PR: 245824 Approved by: wen, jbeich, tcberner (mentor) Differential Revision: D24578
Notes
Notes: svn path=/head/; revision=534326
Diffstat (limited to 'graphics/colmap')
-rw-r--r--graphics/colmap/Makefile5
-rw-r--r--graphics/colmap/distinfo2
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile
index 137527e3f577..9dc7814b3f03 100644
--- a/graphics/colmap/Makefile
+++ b/graphics/colmap/Makefile
@@ -2,11 +2,12 @@
PORTNAME= colmap
DISTVERSION= 3.5
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= b5ccc54e68e3.patch:-p1
+PATCHFILES+= c9e31ee9cde4.patch:-p1 # https://github.com/colmap/colmap/pull/853
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Structure from motion and multi-view stereo
@@ -42,7 +43,7 @@ OPTIONS_DEFINE= CGAL DOCS OPENMP SIMD TEST
OPTIONS_DEFAULT= CGAL OPENMP SIMD
CGAL_DESC= Graph-cut on Delaunay triangulation based meshing algorithm
-CGAL_LIB_DEPENDS= libCGAL.so:math/cgal
+CGAL_BUILD_DEPENDS= cgal>0:math/cgal
CGAL_CMAKE_BOOL= CGAL_ENABLED
DOCS_BUILD_DEPENDS= gmake:devel/gmake \
diff --git a/graphics/colmap/distinfo b/graphics/colmap/distinfo
index a43d729d09ee..4d8068a9eaa6 100644
--- a/graphics/colmap/distinfo
+++ b/graphics/colmap/distinfo
@@ -3,3 +3,5 @@ SHA256 (colmap-colmap-3.5_GH0.tar.gz) = 7a23856a5662daf5466ef9cdf821eb139f2e1bd6
SIZE (colmap-colmap-3.5_GH0.tar.gz) = 5872165
SHA256 (b5ccc54e68e3.patch) = 38e8328e52889ec18dd69939c4fbef8b653d5f0fe022ca8eb3ae3b521582a3a8
SIZE (b5ccc54e68e3.patch) = 1757
+SHA256 (c9e31ee9cde4.patch) = f1a85107e2b79c6bb32577543b6ae4b97cfa98a83f07357d69e70e1bf5de5a5b
+SIZE (c9e31ee9cde4.patch) = 12755