Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Sep 2015 14:07:02 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396219 - head/databases/pymongo
Message-ID:  <201509061407.t86E72eB072649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Sep  6 14:07:02 2015
New Revision: 396219
URL: https://svnweb.freebsd.org/changeset/ports/396219

Log:
  Do not insist that the port does not install on Tier-2 architectures: it
  installs fine at least on PowerPC, and I do not see a reason why would a
  Python port fail elsewhere (provided that Python itself is OK, and it is).

Modified:
  head/databases/pymongo/Makefile

Modified: head/databases/pymongo/Makefile
==============================================================================
--- head/databases/pymongo/Makefile	Sun Sep  6 13:59:02 2015	(r396218)
+++ head/databases/pymongo/Makefile	Sun Sep  6 14:07:02 2015	(r396219)
@@ -16,10 +16,4 @@ LICENSE=	APACHE20
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not install on ia64, powerpc, or sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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