Date: Mon, 28 Jun 2021 20:27:49 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: c53404820be7 - main - net/samba412: enable libunwind on all supported architectures Message-ID: <202106282027.15SKRnbp089307@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=c53404820be78af22b63be0e399dac2d0af9bf9e commit c53404820be78af22b63be0e399dac2d0af9bf9e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-28 20:27:30 +0000 Commit: Piotr Kubaj <pkubaj@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106282027.15SKRnbp089307>