git: c485094ccc49 - main - archivers/lazperf: Uses liblazperf.so

Loïc Bartoletti= lbartoletti at FreeBSD.org
Wed Jun 16 05:17:36 UTC 2021


The branch main has been updated by lbartoletti:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c485094ccc49a5f41e87198d7158ec6e6921152b

commit c485094ccc49a5f41e87198d7158ec6e6921152b
Author:     Loïc Bartoletti <lbartoletti at FreeBSD.org>
AuthorDate: 2021-06-16 04:59:45 +0000
Commit:     Loïc Bartoletti <lbartoletti at FreeBSD.org>
CommitDate: 2021-06-16 05:01:47 +0000

    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.
---
 databases/pointcloud/Makefile | 6 +++---
 graphics/qgis/Makefile        | 4 ++--
 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 at 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
 


More information about the dev-commits-ports-main mailing list