Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 02:08:26 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552171 - in head/databases: mongodb42 mongodb44
Message-ID:  <202010130208.09D28QWf040972@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct 13 02:08:26 2020
New Revision: 552171
URL: https://svnweb.freebsd.org/changeset/ports/552171

Log:
  Allow building on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/mongodb42/Makefile
  head/databases/mongodb44/Makefile

Modified: head/databases/mongodb42/Makefile
==============================================================================
--- head/databases/mongodb42/Makefile	Tue Oct 13 02:07:20 2020	(r552170)
+++ head/databases/mongodb42/Makefile	Tue Oct 13 02:08:26 2020	(r552171)
@@ -19,7 +19,7 @@ LICENSE_NAME_SSPLv1=	Server Side Public License
 LICENSE_FILE_SSPLv1=	${WRKSRC}/LICENSE-Community.txt
 LICENSE_PERMS_SSPLv1=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-ONLY_FOR_ARCHS=	aarch64 amd64
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	"Only ported to amd64 and aarch64 on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64."
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \

Modified: head/databases/mongodb44/Makefile
==============================================================================
--- head/databases/mongodb44/Makefile	Tue Oct 13 02:07:20 2020	(r552170)
+++ head/databases/mongodb44/Makefile	Tue Oct 13 02:08:26 2020	(r552171)
@@ -19,7 +19,7 @@ LICENSE_NAME_SSPLv1=	Server Side Public License Versio
 LICENSE_FILE_SSPLv1=	${WRKSRC}/LICENSE-Community.txt
 LICENSE_PERMS_SSPLv1=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-ONLY_FOR_ARCHS=	aarch64 amd64
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	"Only ported to amd64 and aarch64 on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64."
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \



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