From owner-svn-ports-all@freebsd.org Fri Jun 10 05:58:46 2016 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 E91E5B70D76; Fri, 10 Jun 2016 05:58:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 BB0131A46; Fri, 10 Jun 2016 05:58:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5A5wjm0047599; Fri, 10 Jun 2016 05:58:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5A5wj6f047598; Fri, 10 Jun 2016 05:58:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201606100558.u5A5wj6f047598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 10 Jun 2016 05:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416654 - head/devel/ninja-ide 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.22 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: Fri, 10 Jun 2016 05:58:47 -0000 Author: antoine Date: Fri Jun 10 05:58:45 2016 New Revision: 416654 URL: https://svnweb.freebsd.org/changeset/ports/416654 Log: Mark BROKEN: fails to configure Traceback (most recent call last): File "", line 1, in File "setup.py", line 40, in import ninja_ide File "ninja_ide/__init__.py", line 48, in import sip ImportError: No module named sip Reported by: pkg-fallout Modified: head/devel/ninja-ide/Makefile Modified: head/devel/ninja-ide/Makefile ============================================================================== --- head/devel/ninja-ide/Makefile Fri Jun 10 05:33:50 2016 (r416653) +++ head/devel/ninja-ide/Makefile Fri Jun 10 05:58:45 2016 (r416654) @@ -13,6 +13,8 @@ COMMENT= Cross-platform integrated devel LICENSE= GPLv3 +BROKEN= fails to configure + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5,1:net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.8.5:www/py-qt4-webkit RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-declarative>=4.10.2:devel/py-qt4-declarative \