svn commit: r415984 - in head: databases/py-qt4-sql devel/py-qt4-assistant devel/py-qt4-core devel/py-qt4-dbus devel/py-qt4-declarative devel/py-qt4-designer devel/py-qt4-designerplugin devel/py-qt...
Kurt Jaeger
pi at FreeBSD.org
Sat May 28 12:32:25 UTC 2016
Author: pi
Date: Sat May 28 12:32:21 2016
New Revision: 415984
URL: https://svnweb.freebsd.org/changeset/ports/415984
Log:
devel/py-qt4-core cleanups in py-qt4-*
- Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint.
PR: 209283
Submitted by: groot at kde.org (kde), rakuco
Modified:
head/databases/py-qt4-sql/Makefile
head/devel/py-qt4-assistant/Makefile
head/devel/py-qt4-core/Makefile
head/devel/py-qt4-dbus/Makefile
head/devel/py-qt4-declarative/Makefile
head/devel/py-qt4-designer/Makefile
head/devel/py-qt4-designerplugin/Makefile
head/devel/py-qt4-help/Makefile
head/devel/py-qt4-qscintilla2/Makefile
head/devel/py-qt4-script/Makefile
head/devel/py-qt4-scripttools/Makefile
head/devel/py-qt4-test/Makefile
head/graphics/py-qt4-svg/Makefile
head/misc/py-qt4-demo/Makefile
head/multimedia/py-qt4-multimedia/Makefile
head/multimedia/py-qt4-phonon/Makefile
head/net/py-qt4-network/Makefile
head/textproc/py-qt4-xml/Makefile
head/textproc/py-qt4-xmlpatterns/Makefile
head/www/py-qt4-webkit/Makefile
head/x11-toolkits/py-qt4-gui/Makefile
head/x11/py-qt4-opengl/Makefile
Modified: head/databases/py-qt4-sql/Makefile
==============================================================================
--- head/databases/py-qt4-sql/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/databases/py-qt4-sql/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -12,8 +12,9 @@ CONFIGURE_ARGS= --enable QtSql
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run
-USE_QT4= moc_build gui sql qmake_build
+USE_PYQT= sip_build core_run gui_run
+USE_QT4= corelib gui sql \
+ moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/devel/py-qt4-assistant/Makefile
==============================================================================
--- head/devel/py-qt4-assistant/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-assistant/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -12,8 +12,9 @@ CONFIGURE_ARGS= --enable QtAssistant
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run network_run
-USE_QT4= assistantclient moc_build qmake_build
+USE_PYQT= sip_build core_run
+USE_QT4= assistantclient corelib gui network \
+ moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/devel/py-qt4-core/Makefile
==============================================================================
--- head/devel/py-qt4-core/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-core/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -13,7 +13,7 @@ PYQT_DIST= yes
USES= python pyqt:4
USE_PYTHON= py3kplist
-USE_PYQT= sip
+USE_PYQT= sip_build
USE_QT4= corelib qmake_build moc_build
OPTIONS_DEFINE= API DEBUG
Modified: head/devel/py-qt4-dbus/Makefile
==============================================================================
--- head/devel/py-qt4-dbus/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-dbus/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -13,7 +13,7 @@ PYQT_DIST= yes
USES= python pyqt:4
USE_PYQT= sip_build core_run
-USE_QT4= dbus moc_build qmake_build
+USE_QT4= corelib dbus moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/devel/py-qt4-declarative/Makefile
==============================================================================
--- head/devel/py-qt4-declarative/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-declarative/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -10,8 +10,9 @@ CONFIGURE_ARGS= --enable QtDeclarative
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run network_run
-USE_QT4= declarative qmake_build moc_build
+USE_PYQT= sip_build core_run gui_run network_run
+USE_QT4= corelib declarative gui network script sql svg xmlpatterns \
+ qmake_build moc_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/devel/py-qt4-designer/Makefile
==============================================================================
--- head/devel/py-qt4-designer/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-designer/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -12,8 +12,8 @@ CONFIGURE_ARGS= --enable QtDesigner --no
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run script_run xml_run
-USE_QT4= gui xml designer moc_build qmake_build
+USE_PYQT= sip_build core_run gui_run
+USE_QT4= corelib designer gui moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/devel/py-qt4-designerplugin/Makefile
==============================================================================
--- head/devel/py-qt4-designerplugin/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-designerplugin/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -16,8 +16,8 @@ CONFIGURE_ARGS= --enable QtDesigner
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build designer_run
-USE_QT4= gui xml designer moc_build qmake_build
+USE_PYQT= sip_build
+USE_QT4= corelib designer gui script xml moc_build qmake_build
OPTIONS_DEFINE= DEBUG
DEBUG_CONFIGURE_ON= --debug --trace
Modified: head/devel/py-qt4-help/Makefile
==============================================================================
--- head/devel/py-qt4-help/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-help/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -10,8 +10,8 @@ CONFIGURE_ARGS= --enable QtHelp
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run
-USE_QT4= help moc_build qmake_build
+USE_PYQT= sip_build core_run gui_run
+USE_QT4= corelib gui help network sql moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/devel/py-qt4-qscintilla2/Makefile
==============================================================================
--- head/devel/py-qt4-qscintilla2/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-qscintilla2/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -22,7 +22,7 @@ QT_NONSTANDARD= yes # Do not add unknow
USES= python pyqt:4
USE_PYQT= sip core gui
-USE_QT4= gui moc_build qmake_build
+USE_QT4= corelib gui moc_build qmake_build
OPTIONS_DEFINE= DEBUG
DEBUG_CONFIGURE_ON= --debug --trace
Modified: head/devel/py-qt4-script/Makefile
==============================================================================
--- head/devel/py-qt4-script/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-script/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -13,7 +13,7 @@ PYQT_DIST= yes
USES= python pyqt:4
USE_PYQT= sip_build core_run
-USE_QT4= moc_build script qmake_build
+USE_QT4= corelib script moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/devel/py-qt4-scripttools/Makefile
==============================================================================
--- head/devel/py-qt4-scripttools/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-scripttools/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -11,8 +11,8 @@ CONFIGURE_ARGS= --enable QtScriptTools
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build core_run
-USE_QT4= moc_build scripttools qmake_build
+USE_PYQT= sip_build core_run gui_run script_run
+USE_QT4= corelib gui script scripttools moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/devel/py-qt4-test/Makefile
==============================================================================
--- head/devel/py-qt4-test/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/devel/py-qt4-test/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -12,8 +12,8 @@ CONFIGURE_ARGS= --enable QtTest
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run
-USE_QT4= moc_build gui qtestlib qmake_build
+USE_PYQT= sip_build core_run gui_run
+USE_QT4= corelib gui qtestlib moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/graphics/py-qt4-svg/Makefile
==============================================================================
--- head/graphics/py-qt4-svg/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/graphics/py-qt4-svg/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -12,8 +12,8 @@ CONFIGURE_ARGS= --enable QtSvg
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run
-USE_QT4= moc_build svg qmake_build
+USE_PYQT= sip_build core_run gui_run
+USE_QT4= corelib gui svg moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/misc/py-qt4-demo/Makefile
==============================================================================
--- head/misc/py-qt4-demo/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/misc/py-qt4-demo/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -3,7 +3,6 @@
PORTNAME= demo
PORTVERSION= ${PYQT4_VERSION}
-PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= misc devel python
MASTER_SITES= ${MASTER_SITES_PYQT4}
Modified: head/multimedia/py-qt4-multimedia/Makefile
==============================================================================
--- head/multimedia/py-qt4-multimedia/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/multimedia/py-qt4-multimedia/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -11,8 +11,8 @@ CONFIGURE_ARGS= --enable QtMultimedia
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run
-USE_QT4= moc_build multimedia qmake_build
+USE_PYQT= sip_build core_run gui_run
+USE_QT4= corelib gui multimedia moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/multimedia/py-qt4-phonon/Makefile
==============================================================================
--- head/multimedia/py-qt4-phonon/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/multimedia/py-qt4-phonon/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -10,8 +10,8 @@ CONFIGURE_ARGS= --enable phonon
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build core_run
-USE_QT4= moc_build phonon qmake_build
+USE_PYQT= sip_build core_run gui_run
+USE_QT4= corelib gui phonon moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/net/py-qt4-network/Makefile
==============================================================================
--- head/net/py-qt4-network/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/net/py-qt4-network/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -13,7 +13,7 @@ PYQT_DIST= yes
USES= python pyqt:4
USE_PYQT= sip_build core_run
-USE_QT4= moc_build network qmake_build
+USE_QT4= moc_build corelib network qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/textproc/py-qt4-xml/Makefile
==============================================================================
--- head/textproc/py-qt4-xml/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/textproc/py-qt4-xml/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -13,7 +13,7 @@ PYQT_DIST= yes
USES= python pyqt:4
USE_PYQT= sip_build core_run
-USE_QT4= xml qmake_build moc_build
+USE_QT4= corelib xml moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/textproc/py-qt4-xmlpatterns/Makefile
==============================================================================
--- head/textproc/py-qt4-xmlpatterns/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/textproc/py-qt4-xmlpatterns/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -11,8 +11,8 @@ CONFIGURE_ARGS= --enable QtXmlPatterns
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build xml_run
-USE_QT4= moc_build xmlpatterns qmake_build
+USE_PYQT= sip_build core_run network_run
+USE_QT4= corelib network xmlpatterns moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/www/py-qt4-webkit/Makefile
==============================================================================
--- head/www/py-qt4-webkit/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/www/py-qt4-webkit/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -11,8 +11,9 @@ CONFIGURE_ARGS= --enable QtWebKit
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run
-USE_QT4= qmake_build gui moc_build network webkit
+USE_PYQT= sip_build core_run gui_run network_run
+USE_QT4= corelib gui network webkit \
+ moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/x11-toolkits/py-qt4-gui/Makefile
==============================================================================
--- head/x11-toolkits/py-qt4-gui/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/x11-toolkits/py-qt4-gui/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -13,8 +13,8 @@ PYQT_DIST= yes
USES= python pyqt:4
USE_PYQT= sip_build core_run
-USE_QT4= gui imageformats_run inputmethods_run iconengines_run \
- qmake_build moc_build
+USE_QT4= corelib gui imageformats_run inputmethods_run iconengines_run \
+ moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Modified: head/x11/py-qt4-opengl/Makefile
==============================================================================
--- head/x11/py-qt4-opengl/Makefile Sat May 28 12:29:22 2016 (r415983)
+++ head/x11/py-qt4-opengl/Makefile Sat May 28 12:32:21 2016 (r415984)
@@ -12,8 +12,9 @@ CONFIGURE_ARGS= --enable QtOpenGL
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run
-USE_QT4= moc_build opengl qmake_build
+USE_GL= gl
+USE_PYQT= sip_build core_run gui_run
+USE_QT4= corelib gui opengl moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
More information about the svn-ports-all
mailing list