mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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.
This commit is contained in:
parent
0c385188f9
commit
c485094ccc
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user