Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2021 05:08:21 GMT
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 197cc6d36661 - main - graphics/R-cran-s2: Set NOT_FOR_ARCHS=i386
Message-ID:  <202106120508.15C58LXY009441@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tota:

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

commit 197cc6d36661abd1295dbf4bd84a99b830f9e4d7
Author:     TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2021-06-12 03:59:23 +0000
Commit:     TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2021-06-12 05:08:07 +0000

    graphics/R-cran-s2: Set NOT_FOR_ARCHS=i386
---
 graphics/R-cran-s2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/R-cran-s2/Makefile b/graphics/R-cran-s2/Makefile
index 97acd1d34d0a..73f5e0ba0512 100644
--- a/graphics/R-cran-s2/Makefile
+++ b/graphics/R-cran-s2/Makefile
@@ -8,6 +8,9 @@ COMMENT=	Spherical Geometry Operators Using the S2 Geometry Library
 
 LICENSE=	APACHE20
 
+NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS_REASON=	is currently 64-bit only
+
 CRAN_DEPENDS=	R-cran-Rcpp>0:devel/R-cran-Rcpp \
 		R-cran-wk>0:math/R-cran-wk
 BUILD_DEPENDS=	${CRAN_DEPENDS}



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