Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2022 18:35:41 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 21630c939b1e - main - science/simgrid: Remove dependency on devel/libunwind
Message-ID:  <202207241835.26OIZfV3051613@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21630c939b1ef4c8a123fc31de075bfc897d0490

commit 21630c939b1ef4c8a123fc31de075bfc897d0490
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-24 18:35:13 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-24 18:35:37 +0000

    science/simgrid: Remove dependency on devel/libunwind
    
    devel/libunwind causes mixup with base headers.
---
 science/simgrid/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/science/simgrid/Makefile b/science/simgrid/Makefile
index 93c7824b13e0..be5978efb6ff 100644
--- a/science/simgrid/Makefile
+++ b/science/simgrid/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	SimGrid
 DISTVERSION=	3.28
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -12,12 +12,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE-LGPL-2.1
 LIB_DEPENDS=	libboost_context.so:devel/boost-libs \
 		libcgraph.so:graphics/graphviz \
 		${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:noninja compiler:c++14-lang perl5 python:3.6+ shebangfix
 SHEBANG_FILES=	tools/simgrid_convert_TI_traces.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207241835.26OIZfV3051613>