git: 7d1d2e947bc0 - main - math/pdal: enable libunwind on all supported architectures
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jun 28 20:27:49 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7d1d2e947bc05f98f21a9e1df197138462652657
commit 7d1d2e947bc05f98f21a9e1df197138462652657
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-28 20:27:28 +0000
Commit: Piotr Kubaj <pkubaj at 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 at 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
More information about the dev-commits-ports-all
mailing list