git: 7b8b0b7425ee - main - science/simgrid: enable libunwind on armv7
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jun 28 20:27:52 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7b8b0b7425eeef2bc0a0295cb0dc5156648fcac2
commit 7b8b0b7425eeef2bc0a0295cb0dc5156648fcac2
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-28 20:27:33 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-28 20:27:33 +0000
science/simgrid: enable libunwind on armv7
---
science/simgrid/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/simgrid/Makefile b/science/simgrid/Makefile
index 7fd9f9c71971..14b5bcd86dc7 100644
--- a/science/simgrid/Makefile
+++ b/science/simgrid/Makefile
@@ -1,5 +1,6 @@
PORTNAME= SimGrid
DISTVERSION= 3.27
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri at FreeBSD.org
@@ -13,6 +14,7 @@ LIB_DEPENDS= libboost_context.so:devel/boost-libs \
${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
More information about the dev-commits-ports-all
mailing list