git: 42fbc13dca90 - main - graphics/R-cran-s2: disable on all 32-bit architectures, not just i386

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jun 20 13:15:54 UTC 2021


The branch main has been updated by pkubaj:

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

commit 42fbc13dca9053d16b127d9331fae219b640b029
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-20 13:14:16 +0000
Commit:     Piotr Kubaj <pkubaj at 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 \


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