git: e0afbdc1ffa7 - main - graphics/gdal: Revert b65451f0c18896610cde2b51274734b612e8a6f1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jan 2022 11:52:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0afbdc1ffa7202750d95cac3748682049bcd358 commit e0afbdc1ffa7202750d95cac3748682049bcd358 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-28 11:51:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-28 11:51:51 +0000 graphics/gdal: Revert b65451f0c18896610cde2b51274734b612e8a6f1 - Change from qhull8 to qhull - Fix LIB_DEPENDS: change from libqhull.so to libqhull_r.so - Bump PORTREVISION for dependency change It would be better to update math/qhull to v8 and bump all dependent ports with LIB_DEPENDS fix (at least libqhull.so to libqhull_r.so) at once. PR: 261279 --- graphics/gdal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 54a24062f3ce..a4ad678bceb8 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -2,7 +2,7 @@ PORTNAME= gdal PORTVERSION= 3.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -20,7 +20,7 @@ LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ libjson-c.so:devel/json-c \ libpng.so:graphics/png \ libproj.so:graphics/proj \ - libqhull_r.so:math/qhull8 \ + libqhull_r.so:math/qhull \ libtiff.so:graphics/tiff OPTIONS_DEFINE= ARMADILLO CFITSIO CHARLS CRYPTOPP CURL DEFLATE DODS ECW EXPAT EXR FREEXL GEOS GTA HDF5 HEIF JASPER KML LERC LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PCRE2 PGSQL RASTERLITE2 SFCGAL SPATIALITE SQLITE TILEDB WEBP XERCES ZSTD