git: c53404820be7 - main - net/samba412: enable libunwind on all supported architectures

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


The branch main has been updated by pkubaj:

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

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

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

diff --git a/net/samba412/Makefile b/net/samba412/Makefile
index eddff1d0da02..420e5a32ccbb 100644
--- a/net/samba412/Makefile
+++ b/net/samba412/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=			${SAMBA4_BASENAME}412
 PORTVERSION=			${SAMBA4_VERSION}
-PORTREVISION=			0
+PORTREVISION=			1
 CATEGORIES?=			net
 MASTER_SITES=			SAMBA/samba/stable SAMBA/samba/rc
 DISTNAME=			${SAMBA4_DISTNAME}
@@ -383,7 +383,7 @@ MANDOC_CONFIGURE_ENV_OFF=	XSLTPROC="true"
 .include <bsd.port.options.mk>
 ##############################################################################
 
-.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
 # unwind
 LIB_DEPENDS+=			libunwind.so:devel/libunwind
 .endif


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