Date: Mon, 28 Jun 2021 20:27:51 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: 7b8b0b7425ee - main - science/simgrid: enable libunwind on armv7 Message-ID: <202106282027.15SKRpUd089361@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=7b8b0b7425eeef2bc0a0295cb0dc5156648fcac2 commit 7b8b0b7425eeef2bc0a0295cb0dc5156648fcac2 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-28 20:27:33 +0000 Commit: Piotr Kubaj <pkubaj@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106282027.15SKRpUd089361>