Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2022 21:26:50 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: c1f408491e91 - main - graphics/yafaray: enable on powerpc64le
Message-ID:  <202204302126.23ULQo0m046184@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=c1f408491e9181697625323d2925f1af8aa59a25

commit c1f408491e9181697625323d2925f1af8aa59a25
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-30 21:25:25 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-30 21:26:31 +0000

    graphics/yafaray: enable on powerpc64le
    
    And remove obviously wrong ONLY_FOR_ARCHS_REASON.
---
 graphics/yafaray/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile
index 3f6e1694c6a1..8a95591a71a3 100644
--- a/graphics/yafaray/Makefile
+++ b/graphics/yafaray/Makefile
@@ -14,8 +14,7 @@ LICENSE_COMB=	dual
 LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSES
 LICENSE_FILE_LGPL21=	${WRKSRC}/LICENSES
 
-ONLY_FOR_ARCHS=	amd64
-ONLY_FOR_ARCHS_REASON=	assembly is only for amd64 and i386, but it breaks on i386: https://github.com/YafaRay/Core/issues/111
+ONLY_FOR_ARCHS=	amd64 powerpc64le
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libfreetype.so:print/freetype2 \



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