svn commit: r548033 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 8 17:51:01 UTC 2020


Author: sunpoet
Date: Tue Sep  8 17:50:53 2020
New Revision: 548033
URL: https://svnweb.freebsd.org/changeset/ports/548033

Log:
  Use libqhull.so from math/qhull explicitly
  
  math/qhull provides libqhull.so.7 and math/qhull5 provides libqhull.so.5.
  
  PR:		249182
  Reported by:	John Hein <jcfyecrayz at liamekaens.com>

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Tue Sep  8 17:50:49 2020	(r548032)
+++ head/graphics/gdal/Makefile	Tue Sep  8 17:50:53 2020	(r548033)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libgeotiff.so:graphics/libgeotiff \
 		libjson-c.so:devel/json-c \
 		libpng.so:graphics/png \
 		libproj.so:graphics/proj \
-		libqhull.so:math/qhull \
+		libqhull.so.7:math/qhull \
 		libtiff.so:graphics/tiff
 
 OPTIONS_DEFINE=	ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \


More information about the svn-ports-all mailing list