Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2021 13:15:53 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: 42fbc13dca90 - main - graphics/R-cran-s2: disable on all 32-bit architectures, not just i386
Message-ID:  <202106201315.15KDFr4m039149@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=42fbc13dca9053d16b127d9331fae219b640b029

commit 42fbc13dca9053d16b127d9331fae219b640b029
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-20 13:14:16 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-06-20 13:14:16 +0000

    graphics/R-cran-s2: disable on all 32-bit architectures, not just i386
---
 graphics/R-cran-s2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/R-cran-s2/Makefile b/graphics/R-cran-s2/Makefile
index c68362f4346d..bb315a614431 100644
--- a/graphics/R-cran-s2/Makefile
+++ b/graphics/R-cran-s2/Makefile
@@ -8,7 +8,7 @@ COMMENT=	Spherical Geometry Operators Using the S2 Geometry Library
 
 LICENSE=	APACHE20
 
-NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS=	armv6 armv7 i386 mips powerpc powerpcspe
 NOT_FOR_ARCHS_REASON=	is currently 64-bit only
 
 CRAN_DEPENDS=	R-cran-Rcpp>0:devel/R-cran-Rcpp \



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