svn commit: r396219 - head/databases/pymongo

Alexey Dokuchaev danfe at FreeBSD.org
Sun Sep 6 14:07:03 UTC 2015


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>


More information about the svn-ports-all mailing list