git: 224f6e325698 - main - lang/swi-pl: enable libunwind on all supported architectures

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 28 20:27:43 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=224f6e32569824d3f7574f4ce275edac0f789804

commit 224f6e32569824d3f7574f4ce275edac0f789804
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-28 20:27:19 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-28 20:27:19 +0000

    lang/swi-pl: enable libunwind on all supported architectures
---
 lang/swi-pl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile
index 7b69c88965fa..4856d0bf1167 100644
--- a/lang/swi-pl/Makefile
+++ b/lang/swi-pl/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	swi-pl
 DISTVERSION=	8.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang
 MASTER_SITES=	http://www.swi-prolog.org/download/stable/src/
 DISTNAME=	swipl-${DISTVERSION}
@@ -75,7 +75,7 @@ USE_LDCONFIG=	${PREFIX}/lib/swipl/lib/${ARCH}-${OPSYS:tl}
 
 PLIST_SUB+=	ARCH=${ARCH} OS=${OPSYS:tl}
 
-.if ${ARCH} == "i386" || ${ARCH} == "amd64"
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
 LIB_DEPENDS+=	libunwind.so:devel/libunwind
 .endif
 


More information about the dev-commits-ports-main mailing list