Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2016 18:18:54 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
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
Message-ID:  <201606141818.u5EIIsdr053401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tcberner@gmail.com> (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



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