From owner-svn-ports-all@freebsd.org Sun Sep 6 14:07:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C4079CCD11; Sun, 6 Sep 2015 14:07:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DF981240; Sun, 6 Sep 2015 14:07:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t86E72u2072650; Sun, 6 Sep 2015 14:07:02 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t86E72eB072649; Sun, 6 Sep 2015 14:07:02 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201509061407.t86E72eB072649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 6 Sep 2015 14:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396219 - head/databases/pymongo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2015 14:07:03 -0000 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 - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not install on ia64, powerpc, or sparc64 -.endif - -.include +.include