Date: Mon, 28 Jun 2021 20:27:48 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7d1d2e947bc0 - main - math/pdal: enable libunwind on all supported architectures Message-ID: <202106282027.15SKRmnP089283@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d1d2e947bc05f98f21a9e1df197138462652657 commit 7d1d2e947bc05f98f21a9e1df197138462652657 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-28 20:27:28 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-28 20:27:28 +0000 math/pdal: enable libunwind on all supported architectures --- math/pdal/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 6b18d16128ce..185b3822ecab 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdal DISTVERSION= 2.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@FreeBSD.org @@ -23,8 +23,10 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ ${LIB_DEPENDS_${ARCH}} LIB_DEPENDS_aarch64= libunwind.so:devel/libunwind LIB_DEPENDS_amd64= libunwind.so:devel/libunwind +LIB_DEPENDS_armv7= libunwind.so:devel/libunwind LIB_DEPENDS_i386= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind +LIB_DEPENDS_powerpc64le=libunwind.so:devel/libunwind USES= cmake compiler:c++11-lib pathfix pkgconfig ssl USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106282027.15SKRmnP089283>