diff options
Diffstat (limited to 'databases/sfcgal')
-rw-r--r-- | databases/sfcgal/Makefile | 5 | ||||
-rw-r--r-- | databases/sfcgal/distinfo | 6 | ||||
-rw-r--r-- | databases/sfcgal/files/patch-CMakeLists.txt | 11 | ||||
-rw-r--r-- | databases/sfcgal/pkg-plist | 5 |
4 files changed, 19 insertions, 8 deletions
diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile index 2b04d9a8ce2e..ce36a9bdace7 100644 --- a/databases/sfcgal/Makefile +++ b/databases/sfcgal/Makefile @@ -1,7 +1,6 @@ PORTNAME= sfcgal DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 -PORTREVISION= 1 +DISTVERSION= 2.2.0 CATEGORIES= databases math graphics MASTER_SITES= https://github.com/CGAL/cgal/releases/download/v${CGAL_VERSION}/:source1 @@ -14,7 +13,7 @@ WWW= https://oslandia.gitlab.io/SFCGAL/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr diff --git a/databases/sfcgal/distinfo b/databases/sfcgal/distinfo index c6613cc28613..355e0c0de2a5 100644 --- a/databases/sfcgal/distinfo +++ b/databases/sfcgal/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747206059 +TIMESTAMP = 1754333037 SHA256 (CGAL-6.0.1.tar.xz) = 0acdfbf317c556630dd526f3253780f29b6ec9713ee92903e81b5c93c0f59b7f SIZE (CGAL-6.0.1.tar.xz) = 25659212 -SHA256 (SFCGAL-v2.1.0.tar.bz2) = 6f57a0b5fd879bec5a570ffa13cbd64f34957c479992cf3e6bda35e5e5d988cd -SIZE (SFCGAL-v2.1.0.tar.bz2) = 2719674 +SHA256 (SFCGAL-v2.2.0.tar.bz2) = 053ccb225dbc4b31272fbbd49d014766d5080508c61875357539f29a6da9e9a2 +SIZE (SFCGAL-v2.2.0.tar.bz2) = 2839118 diff --git a/databases/sfcgal/files/patch-CMakeLists.txt b/databases/sfcgal/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..9cf1c40f81ad --- /dev/null +++ b/databases/sfcgal/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2025-08-01 21:31:20 UTC ++++ CMakeLists.txt +@@ -122,7 +122,7 @@ endif() + endif() + + #-- minimalist build allowed with boost version older than 1.48 +-set( SFCGAL_Boost_COMPONENTS thread system serialization ) ++set( SFCGAL_Boost_COMPONENTS thread serialization ) + #-- program_options + if ( SFCGAL_BUILD_TESTS OR SFCGAL_BUILD_EXAMPLES OR SFCGAL_BUILD_OSG ) + set( SFCGAL_Boost_COMPONENTS chrono unit_test_framework filesystem program_options timer ${SFCGAL_Boost_COMPONENTS} ) diff --git a/databases/sfcgal/pkg-plist b/databases/sfcgal/pkg-plist index aedccb50265a..c5e833bd4fda 100644 --- a/databases/sfcgal/pkg-plist +++ b/databases/sfcgal/pkg-plist @@ -1,6 +1,5 @@ bin/sfcgal-config include/SFCGAL/Coordinate.h -include/SFCGAL/Cylinder.h include/SFCGAL/Envelope.h include/SFCGAL/Exception.h include/SFCGAL/Geometry.h @@ -19,7 +18,6 @@ include/SFCGAL/PreparedGeometry.h include/SFCGAL/Segment.h include/SFCGAL/Simplicity.h include/SFCGAL/Solid.h -include/SFCGAL/Sphere.h include/SFCGAL/Surface.h include/SFCGAL/Transform.h include/SFCGAL/Triangle.h @@ -119,6 +117,7 @@ include/SFCGAL/detail/ublas.h include/SFCGAL/export.h include/SFCGAL/io/GeometryStreams.h include/SFCGAL/io/OBJ.h +include/SFCGAL/io/STL.h include/SFCGAL/io/ewkt.h include/SFCGAL/io/osg.h include/SFCGAL/io/vtk.h @@ -126,6 +125,8 @@ include/SFCGAL/io/wkb.h include/SFCGAL/io/wkt.h include/SFCGAL/namespace.h include/SFCGAL/numeric.h +include/SFCGAL/primitive3d/Cylinder.h +include/SFCGAL/primitive3d/Sphere.h include/SFCGAL/triangulate/triangulate2DZ.h include/SFCGAL/triangulate/triangulatePolygon.h include/SFCGAL/version.h |