svn commit: r552171 - in head/databases: mongodb42 mongodb44

Mark Linimon linimon at FreeBSD.org
Tue Oct 13 02:08:27 UTC 2020


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} \


More information about the svn-ports-all mailing list