diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-06-16 06:59:45 +0200 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-06-16 07:01:47 +0200 |
commit | c485094ccc49a5f41e87198d7158ec6e6921152b (patch) | |
tree | caac562a4075ca4a6e1b1295a5d050ab7965bc89 | |
parent | textproc/ibus-table: Update 1.13.2 -> 1.13.3 (diff) |
archivers/lazperf: Uses liblazperf.so
Since lazperf is no longer header-only it is better to indicate the
dependency on the lib.
This commit unbreak databases/grass7 build.
-rw-r--r-- | databases/pointcloud/Makefile | 6 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 4 | ||||
-rw-r--r-- | math/pdal/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/pointcloud/Makefile b/databases/pointcloud/Makefile index 92da7487ab16..435d6b8b85c1 100644 --- a/databases/pointcloud/Makefile +++ b/databases/pointcloud/Makefile @@ -2,7 +2,7 @@ PORTNAME= pointcloud PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= databases geography @@ -15,8 +15,8 @@ COMMENT= LIDAR types for PostgreSQL LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -BUILD_DEPENDS= ${LOCALBASE}/include/lazperf/lazperf.hpp:archivers/lazperf -LIB_DEPENDS= libght.so:devel/libght +LIB_DEPENDS= libght.so:devel/libght \ + liblazperf.so:archivers/lazperf USES= autoreconf compiler:c++0x gmake gnome pgsql WANT_PGSQL= server diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 12203a7f9eca..34a16180f376 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -3,7 +3,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_18_3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -18,7 +18,6 @@ DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine EXPIRATION_DATE=2021-06-23 BUILD_DEPENDS= gpsbabel>=1.5.4:astro/gpsbabel \ - ${LOCALBASE}/include/lazperf/lazperf.hpp:archivers/lazperf \ opencl>=0:devel/opencl \ ${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.1:devel/py-dateutil@${PY_FLAVOR} \ @@ -45,6 +44,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libgeos.so:graphics/geos \ libgsl.so:math/gsl \ libhdf5.so:science/hdf5 \ + liblazperf.so:archivers/lazperf \ libnetcdf.so:science/netcdf \ libOpenCL.so:devel/ocl-icd \ libpdal_base.so:math/pdal \ diff --git a/math/pdal/Makefile b/math/pdal/Makefile index c38c39b58b6c..6b18d16128ce 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdal DISTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@FreeBSD.org @@ -59,7 +59,7 @@ ICEBRIDGE_LIB_DEPENDS= libhdf5.so:science/hdf5 \ libsz.so:science/szip LAZPERF_CMAKE_BOOL= WITH_LAZPERF -LAZPERF_BUILD_DEPENDS= ${LOCALBASE}/include/lazperf/lazperf.hpp:archivers/lazperf +LAZPERF_LIB_DEPENDS= liblazperf.so:archivers/lazperf MBIO_CMAKE_BOOL= BUILD_PLUGIN_MBIO |