From owner-svn-ports-head@freebsd.org Tue Jun 14 18:18:56 2016 Return-Path: Delivered-To: svn-ports-head@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 6B889AF2172; Tue, 14 Jun 2016 18:18:56 +0000 (UTC) (envelope-from pi@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 2D622227C; Tue, 14 Jun 2016 18:18:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5EIItRX053406; Tue, 14 Jun 2016 18:18:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5EIIsdr053401; Tue, 14 Jun 2016 18:18:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606141818.u5EIIsdr053401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 14 Jun 2016 18:18:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416904 - in head: devel/ninja-ide devel/py-qt4-core emulators/swine math/qtiplot science/veusz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 18:18:56 -0000 Author: pi Date: Tue Jun 14 18:18:54 2016 New Revision: 416904 URL: https://svnweb.freebsd.org/changeset/ports/416904 Log: devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix build for those ports, unbreak: science/veusz math/qtiplot emulators/swine devel/ninja-ide PR: 210045 Reported by: antoine Submitted by: Tobias C.Berner (kde) Modified: head/devel/ninja-ide/Makefile head/devel/py-qt4-core/Makefile head/emulators/swine/Makefile head/math/qtiplot/Makefile head/science/veusz/Makefile Modified: head/devel/ninja-ide/Makefile ============================================================================== --- head/devel/ninja-ide/Makefile Tue Jun 14 18:03:21 2016 (r416903) +++ head/devel/ninja-ide/Makefile Tue Jun 14 18:18:54 2016 (r416904) @@ -13,8 +13,6 @@ 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 \ Modified: head/devel/py-qt4-core/Makefile ============================================================================== --- head/devel/py-qt4-core/Makefile Tue Jun 14 18:03:21 2016 (r416903) +++ head/devel/py-qt4-core/Makefile Tue Jun 14 18:18:54 2016 (r416904) @@ -13,7 +13,7 @@ PYQT_DIST= yes USES= python pyqt:4 USE_PYTHON= py3kplist -USE_PYQT= sip_build +USE_PYQT= sip USE_QT4= corelib qmake_build moc_build OPTIONS_DEFINE= API DEBUG Modified: head/emulators/swine/Makefile ============================================================================== --- head/emulators/swine/Makefile Tue Jun 14 18:03:21 2016 (r416903) +++ head/emulators/swine/Makefile Tue Jun 14 18:18:54 2016 (r416904) @@ -11,8 +11,6 @@ COMMENT= Qt4 graphical Wine frontend LICENSE= GPLv2 -BROKEN= fails to stage - BUILD_DEPENDS= pyrcc4:textproc/py-qt4-xml RUN_DEPENDS= xterm:x11/xterm \ cabextract:archivers/cabextract \ Modified: head/math/qtiplot/Makefile ============================================================================== --- head/math/qtiplot/Makefile Tue Jun 14 18:03:21 2016 (r416903) +++ head/math/qtiplot/Makefile Tue Jun 14 18:18:54 2016 (r416904) @@ -10,8 +10,6 @@ MASTER_SITES= BERLIOS http://soft.proind MAINTAINER= makc@FreeBSD.org COMMENT= Data analysis and scientific plotting -BROKEN= fails to build - LIB_DEPENDS= libgsl.so:math/gsl \ libmuparser.so:math/muparser \ libpng.so:graphics/png Modified: head/science/veusz/Makefile ============================================================================== --- head/science/veusz/Makefile Tue Jun 14 18:03:21 2016 (r416903) +++ head/science/veusz/Makefile Tue Jun 14 18:18:54 2016 (r416904) @@ -12,8 +12,6 @@ COMMENT= Scientific plotting package LICENSE= GPLv2 -BROKEN= fails to configure - RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-svg>0:graphics/py-qt4-svg