[kde-freebsd] [Bug 205143] [exp-run] Update PyQt4, SIP and QScintilla

2015-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205143

Antoine Brodin  changed:

   What|Removed |Added

   Assignee|anto...@freebsd.org |rak...@freebsd.org
 Status|New |In Progress

--- Comment #4 from Antoine Brodin  ---
Exp-run results on 9.3i386 and 10.2amd64:

http://package22.nyi.freebsd.org/jail.html?mastername=93i386-default-PR205143
http://package23.nyi.freebsd.org/jail.html?mastername=102amd64-default-PR205143

0 new failure, looks good

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 205143] [exp-run] Update PyQt4, SIP and QScintilla

2015-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205143

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Status|In Progress |Closed
  Flags|exp-run?|
 Resolution|--- |FIXED

--- Comment #6 from Raphael Kubo da Costa  ---
Landed. Thanks for the exp-run, Antoine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 205143] [exp-run] Update PyQt4, SIP and QScintilla

2015-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205143

--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sun Dec 13 12:45:27 UTC 2015
New revision: 403662
URL: https://svnweb.freebsd.org/changeset/ports/403662

Log:
  Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.

  Bring in some long overdue updates, some of which are required for us to
  later land the PyQt5 ports.

  One big change with this update is that the PyQt4 ports now install their
  .sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
  not end up with directories like share/py-sip/QtCore, which are especially
  confusing once PyQt5 lands and starts installing files with the same names.

  Other noteworthy items:
  - PORTREVISION has been bumped on ports depending on devel/qscintilla2
because libqscintilla2.so's SOVERSION has changed.
  - graphics/seexpr has been converted to USE_PYQT, as the file it used to
define a build-time dependency on x11-toolkits/py-qt4-gui has moved.

  Once again, big thanks to Tobias Berner  and Guido Falsi
  (madpilot@) for their initial work on these ports as part of the effort to
  land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
  the PyQt5 patch set).

  PR:205143

Changes:
  head/Mk/Uses/pyqt.mk
  head/cad/openscad/Makefile
  head/databases/sqliteman/Makefile
  head/databases/tora/Makefile
  head/devel/py-qt4/distinfo
  head/devel/py-qt4-dbus/Makefile
  head/devel/py-qt4-dbussupport/Makefile
  head/devel/py-qt4-qscintilla2/pkg-plist
  head/devel/py-sip/Makefile
  head/devel/py-sip/distinfo
  head/devel/qscintilla2/distinfo
  head/devel/qscintilla2/pkg-plist
  head/devel/ruby-qtruby/Makefile
  head/devel/smokeqt/Makefile
  head/devel/universalindentgui/Makefile
  head/graphics/qgis/Makefile
  head/graphics/seexpr/Makefile
  head/math/octave/Makefile
  head/misc/py-qt4-demo/Makefile
  head/misc/py-qt4-doc/Makefile
  head/misc/py-qt4-doc/pkg-plist
  head/x11/leechcraft/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 204672] [exp-run] Add PyQt5 ports, add pyqt USES, move qscintilla port

2015-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204672
Bug 204672 depends on bug 205143, which changed state.

Bug 205143 Summary: [exp-run] Update PyQt4, SIP and QScintilla
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205143

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/databases/py-qt5-sql

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11635 by rakuco:

py-qt5-sql: Make devel/py-sip a build-time dependency.

Just like all the other PyQt ports.



 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt5

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11636 by rakuco:

py-qt5: Sort and add more items per line in OPTIONS_DEFINE.



 M  +4 -6  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt5

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11637 by rakuco:

py-qt5: Really sort OPTIONS_DEFINE alphabetically.



 M  +2 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11638 by rakuco:

PYQT: Mention PyQt5 and Qt5 instead of their 4.x counterparts in PyQt5.



 M  +1 -1  devel/py-qt5-core/pkg-descr  
 M  +1 -1  devel/py-qt5-dbus/pkg-descr  
 M  +1 -1  devel/py-qt5-qscintilla2/pkg-descr  
 M  +1 -1  graphics/py-qt5-svg/Makefile  
 M  +1 -1  textproc/py-qt5-xmlpatterns/pkg-descr  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt5-dbus

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11639 by rakuco:

py-qt5-dbus: Stop depending on devel/py-dbus.

Apply r11592 to the PyQt5 version of devel/py-qt4-dbus. From the original
commit:
  py-qt4-dbus is a wrapper for QtBus classes, while py-qt4-dbussupport
  provides Qt even loop support for py-dbus.



 M  +0 -3  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11640 by rakuco:

PYQT: Add API_CONFIGURE_{ON,OFF} to some PyQt5 ports missing those.



 M  +2 -0  devel/py-qt5-dbus/Makefile  
 M  +2 -0  www/py-qt5-webkit/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt4-dbussupport

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11641 by rakuco:

py-qt4-dbussupport: Update pkg-descr after r11592.

Clarify that this is about event loop support for dbus-python.



 M  +1 -1  pkg-descr  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11642 by rakuco:

PYQT: Add devel/py-qt5-dbussupport.

Its purpose is the same as devel/py-qt4-dbussupport's; python-dbus event
loop support is also available with PyQt5.



 A py-qt5-dbussupport (directory)  
 AMpy-qt5-dbussupport/Makefile  
 AMpy-qt5-dbussupport/pkg-descr  
 M  +5 -5  py-qt5/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11643 by rakuco:

PYQT: Add lang/py-qt5-qml to the the list of PyQt5 modules.



 M  +4 -1  Mk/Uses/pyqt.mk  
 M  +1 -1  devel/py-qt5/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11644 by rakuco:

PYQT: Be explicit and fix dependency on Qt5 ports.

- Switch from USE_QT5=buildtools to USE_QT5=buildtools_build everywhere.
- Explicitly depend on all Qt5 libraries each PyQt5 port links against after
  looking at the build logs. In all cases this means at least explicitly
  specifying USE_QT5=core since all ports link against libQt5Core.so. Some
  ports had extra dependencies, and others were missing a dependency on
  x11-toolkits/qt5-gui, which unfortunately also requires USE_GL=gl because
  requiring QtGui in qmake always links against libGL.so as well.

Something similar is likely required by the PyQt4 ports too.



 M  +2 -1  comms/py-qt5-serialport/Makefile  
 M  +2 -1  databases/py-qt5-sql/Makefile  
 M  +1 -1  devel/py-qt5-dbus/Makefile  
 M  +3 -2  devel/py-qt5-designer/Makefile  
 M  +2 -1  devel/py-qt5-qscintilla2/Makefile  
 M  +3 -1  devel/py-qt5-test/Makefile  
 M  +1 -0  devel/qscintilla2-qt5/Makefile  
 M  +2 -1  graphics/py-qt5-svg/Makefile  
 M  +2 -1  lang/py-qt5-qml/Makefile  
 M  +2 -1  multimedia/py-qt5-multimedia/Makefile  
 M  +1 -1  net/py-qt5-network/Makefile  
 M  +2 -1  print/py-qt5-printsupport/Makefile  
 M  +1 -1  textproc/py-qt5-xml/Makefile  
 M  +1 -1  textproc/py-qt5-xmlpatterns/Makefile  
 M  +2 -1  www/py-qt5-webkit/Makefile  
 M  +3 -1  www/py-qt5-webkitwidgets/Makefile  
 M  +2 -1  x11-toolkits/py-qt5-gui/Makefile  
 M  +2 -1  x11-toolkits/py-qt5-widgets/Makefile  
 M  +2 -1  x11/py-qt5-opengl/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/x11-toolkits/py-qt5-gui

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11645 by rakuco:

py-qt5-gui: Replace spaces with tabs in the Makefile.



 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/x11-toolkits/py-qt5-gui

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11646 by rakuco:

py-qt5-gui: Drop BROKEN_sparc64.

This was copied from py-qt4-gui. It is better for someone to verify that this
port is actually broken than blindly copying it from its PyQt4 counterpart.



 M  +0 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/x11-toolkits/py-qt5-widgets

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11647 by rakuco:

py-qt5-widgets: Also drop BROKEN_sparc64.

This was likely also copied from x11-toolkits/py-qt4-gui.



 M  +0 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11648 by rakuco:

PYQT: Drop runtime dependency on PyQt from py-qt{4,5}-dbussupport.

The dbussupport ports do not depend on anything from PyQt: it's a standalone
Python module that only uses Qt itself.



 M  +1 -1  py-qt4-dbussupport/Makefile  
 M  +1 -1  py-qt5-dbussupport/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt5-core

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11649 by rakuco:

py-qt5-core: Make py-sip a build-time dependency.



 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11650 by rakuco:

PYQT: Review USE_PYQT in PyQt5 ports.

Mostly trim the runtime dependencies on each port: the PyQt5 runtime
dependencies are usually a subset of their Qt5 counterparts in USE_QT5.
USE_PYQT was trimmed based on what each module %Import'ed in their .sip
files.

It is likely that the PyQt4 also need some cleanup.



 M  +1 -1  databases/py-qt5-sql/Makefile  
 M  +1 -2  devel/py-qt5-designer/Makefile  
 M  +1 -1  devel/py-qt5-test/Makefile  
 M  +1 -1  graphics/py-qt5-svg/Makefile  
 M  +1 -1  lang/py-qt5-qml/Makefile  
 M  +1 -1  multimedia/py-qt5-multimedia/Makefile  
 M  +1 -1  print/py-qt5-printsupport/Makefile  
 M  +1 -1  textproc/py-qt5-xmlpatterns/Makefile  
 M  +1 -1  www/py-qt5-webkit/Makefile  
 M  +1 -1  www/py-qt5-webkitwidgets/Makefile  
 M  +1 -1  x11-toolkits/py-qt5-gui/Makefile  
 M  +1 -1  x11-toolkits/py-qt5-widgets/Makefile  
 M  +1 -1  x11/py-qt5-opengl/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt5-core/files

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11651 by rakuco:

py-qt5-core: Add some context to files/patch-configure.py.



 M  +5 -0  patch-configure.py  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt5-qscintilla2

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11652 by rakuco:

py-qt5-qscintilla: Add more USE_QT5 dependencies.

This port was left out of r11644. The USE_PYQT dependencies (r11650) look
fine.



 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/misc

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11653 by rakuco:

PYQT: Properly all compileall.py in the py-qt{4,5}-demo ports.

Do it like we already do in devel/py-qt{4,5}-core: call compileall.py with -d
so that the .pyc and .pyo files do not have ${STAGEDIR} in them.

While at it, also call python with -O to generate .pyo files.



 M  +9 -3  py-qt4-demo/Makefile  
 M  +302 -0py-qt4-demo/pkg-plist  
 M  +9 -3  py-qt5-demo/Makefile  
 M  +279 -0py-qt5-demo/pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/KDE/editors/kate

2015-12-13 Thread Tobias Berner
SVN commit 11654 by tcberner:

Fix kate with Frameworks 5.17.0

 A files (directory)  
 A files/patch-git-cd0163d7b956ace0e786a76d8211d06790a2c174  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11655 by rakuco:

PYQT: Split MultimediaWidgets out of py-qt5-multimedia.

Just like we have www/py-qt5-webkitwidgets, it makes sense to have a
separate "widgets" port for QtMultimedia.



 M  +19 -16Mk/Uses/pyqt.mk  
 M  +2 -2  devel/py-qt5/Makefile  
 M  +2 -2  misc/py-qt5-demo/Makefile  
 M  +4 -4  multimedia/py-qt5-multimedia/Makefile  
 M  +0 -6  multimedia/py-qt5-multimedia/pkg-plist  
 A multimedia/py-qt5-multimediawidgets (directory)  
 AMmultimedia/py-qt5-multimediawidgets/Makefile  
 AMmultimedia/py-qt5-multimediawidgets/pkg-descr  
 AMmultimedia/py-qt5-multimediawidgets/pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11656 by rakuco:

PYQT: Drop bogus "Created by" lines from PyQt5 ports.

They were not created by Danny Pansters.



 M  +0 -1  textproc/py-qt5-xml/Makefile  
 M  +0 -1  textproc/py-qt5-xmlpatterns/Makefile  
 M  +0 -1  x11-toolkits/py-qt5-widgets/Makefile  
 M  +0 -1  x11/py-qt5-opengl/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/lang/py-qt5-qml

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11657 by rakuco:

py-qt5-qml: Fix capitalization of QML in COMMENT.



 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/www/py-qt5-webkitwidgets

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11658 by rakuco:

py-qt5-webkitwidgets: Fix USE_QT5 after r11644.

There is no USE_QT5=webkitwidgets, it is part of webkit itself.



 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11659 by rakuco:

PYQT: Add devel/qscintilla2-designerplugin-qt5.

The PyQt5 counterpart of devel/qscintilla2-designerplugin.



 A qscintilla2-designerplugin-qt5 (directory)  
 AMqscintilla2-designerplugin-qt5/Makefile  
 AMqscintilla2-designerplugin-qt5/pkg-descr  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT/devel/qscintilla2-designerplugin-qt5

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11660 by rakuco:

qscintilla2-designerplugin-qt5: Add USE_GL=gl.

Comes from the dependency on qt5-gui (see r11644).



 M  +1 -0  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11661 by rakuco:

PYQT: Add devel/py-qt5-designerplugin.

The PyQt5 version of devel/py-qt4-designerplugin.



 M  +2 -3  Mk/Uses/pyqt.mk  
 A devel/py-qt5-designerplugin (directory)  
 AMdevel/py-qt5-designerplugin/Makefile  
 AMdevel/py-qt5-designerplugin/pkg-descr  
 M  +5 -4  devel/py-qt5/Makefile  
 M  +2 -2  misc/py-qt5-demo/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 204672] [exp-run] Add PyQt5 ports, add pyqt USES, move qscintilla port

2015-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204672

--- Comment #11 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sun Dec 13 21:56:53 UTC 2015
New revision: 403693
URL: https://svnweb.freebsd.org/changeset/ports/403693

Log:
  At very long last land PyQt5 5.5.1 ports.

  Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports.
  Thankfully this commit is mostly adding new ports, as the hard work was
  already done in r403297 and r403662.

  Huge kudos to Tobias Berner  and, most importantly,
  Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in
  Phabricator for an earlier version of the PyQt5 patch set).

  PR:204672

Changes:
  head/Mk/Uses/pyqt.mk
  head/comms/Makefile
  head/comms/py-qt5-serialport/
  head/comms/py-qt5-serialport/Makefile
  head/comms/py-qt5-serialport/pkg-descr
  head/comms/py-qt5-serialport/pkg-plist
  head/databases/Makefile
  head/databases/py-qt5-sql/
  head/databases/py-qt5-sql/Makefile
  head/databases/py-qt5-sql/pkg-descr
  head/databases/py-qt5-sql/pkg-plist
  head/devel/Makefile
  head/devel/py-qt5/
  head/devel/py-qt5/Makefile
  head/devel/py-qt5/distinfo
  head/devel/py-qt5/pkg-descr
  head/devel/py-qt5-core/
  head/devel/py-qt5-core/Makefile
  head/devel/py-qt5-core/files/
  head/devel/py-qt5-core/files/Qt.py
  head/devel/py-qt5-core/files/patch-configure.py
  head/devel/py-qt5-core/pkg-descr
  head/devel/py-qt5-core/pkg-plist
  head/devel/py-qt5-dbus/
  head/devel/py-qt5-dbus/Makefile
  head/devel/py-qt5-dbus/pkg-descr
  head/devel/py-qt5-dbus/pkg-plist
  head/devel/py-qt5-dbussupport/
  head/devel/py-qt5-dbussupport/Makefile
  head/devel/py-qt5-dbussupport/pkg-descr
  head/devel/py-qt5-designer/
  head/devel/py-qt5-designer/Makefile
  head/devel/py-qt5-designer/pkg-descr
  head/devel/py-qt5-designer/pkg-plist
  head/devel/py-qt5-designerplugin/
  head/devel/py-qt5-designerplugin/Makefile
  head/devel/py-qt5-designerplugin/pkg-descr
  head/devel/py-qt5-qscintilla2/
  head/devel/py-qt5-qscintilla2/Makefile
  head/devel/py-qt5-qscintilla2/pkg-descr
  head/devel/py-qt5-qscintilla2/pkg-plist
  head/devel/py-qt5-test/
  head/devel/py-qt5-test/Makefile
  head/devel/py-qt5-test/pkg-descr
  head/devel/py-qt5-test/pkg-plist
  head/devel/qscintilla2-designerplugin-qt5/
  head/devel/qscintilla2-designerplugin-qt5/Makefile
  head/devel/qscintilla2-designerplugin-qt5/pkg-descr
  head/devel/qscintilla2-qt5/
  head/devel/qscintilla2-qt5/Makefile
  head/devel/qscintilla2-qt5/distinfo
  head/devel/qscintilla2-qt5/files/
  head/devel/qscintilla2-qt5/files/patch-Qt4Qt5_features_qscintilla2.prf
  head/devel/qscintilla2-qt5/files/patch-Qt4Qt5_qscintilla.pro
  head/devel/qscintilla2-qt5/pkg-descr
  head/devel/qscintilla2-qt5/pkg-plist
  head/graphics/Makefile
  head/graphics/py-qt5-svg/
  head/graphics/py-qt5-svg/Makefile
  head/graphics/py-qt5-svg/pkg-descr
  head/graphics/py-qt5-svg/pkg-plist
  head/lang/Makefile
  head/lang/py-qt5-qml/
  head/lang/py-qt5-qml/Makefile
  head/lang/py-qt5-qml/pkg-descr
  head/lang/py-qt5-qml/pkg-plist
  head/misc/Makefile
  head/misc/py-qt5-demo/
  head/misc/py-qt5-demo/Makefile
  head/misc/py-qt5-demo/pkg-descr
  head/misc/py-qt5-demo/pkg-plist
  head/misc/py-qt5-doc/
  head/misc/py-qt5-doc/Makefile
  head/misc/py-qt5-doc/pkg-descr
  head/misc/py-qt5-doc/pkg-plist
  head/multimedia/Makefile
  head/multimedia/py-qt5-multimedia/
  head/multimedia/py-qt5-multimedia/Makefile
  head/multimedia/py-qt5-multimedia/pkg-descr
  head/multimedia/py-qt5-multimedia/pkg-plist
  head/multimedia/py-qt5-multimediawidgets/
  head/multimedia/py-qt5-multimediawidgets/Makefile
  head/multimedia/py-qt5-multimediawidgets/pkg-descr
  head/multimedia/py-qt5-multimediawidgets/pkg-plist
  head/net/Makefile
  head/net/py-qt5-network/
  head/net/py-qt5-network/Makefile
  head/net/py-qt5-network/pkg-descr
  head/net/py-qt5-network/pkg-plist
  head/print/Makefile
  head/print/py-qt5-printsupport/
  head/print/py-qt5-printsupport/Makefile
  head/print/py-qt5-printsupport/pkg-descr
  head/print/py-qt5-printsupport/pkg-plist
  head/textproc/Makefile
  head/textproc/py-qt5-xml/
  head/textproc/py-qt5-xml/Makefile
  head/textproc/py-qt5-xml/pkg-descr
  head/textproc/py-qt5-xml/pkg-plist
  head/textproc/py-qt5-xmlpatterns/
  head/textproc/py-qt5-xmlpatterns/Makefile
  head/textproc/py-qt5-xmlpatterns/pkg-descr
  head/textproc/py-qt5-xmlpatterns/pkg-plist
  head/www/Makefile
  head/www/py-qt5-webkit/
  head/www/py-qt5-webkit/Makefile
  head/www/py-qt5-webkit/pkg-descr
  head/www/py-qt5-webkit/pkg-plist
  head/www/py-qt5-webkitwidgets/
  head/www/py-qt5-webkitwidgets/Makefile
  head/www/py-qt5-webkitwidgets/pkg-descr
  head/www/py-qt5-webkitwidgets/pkg-plist
  head/x11/Makefile
  head/x11/py-qt5-opengl/
  head/x11/py-qt5-opengl/Makefile
  head/x11/py-qt5-opengl/pkg-descr
  head/x11/py-qt5-opengl/pkg-plist
  head/x11-toolkits/Makefile
  head/x11-toolkits/py-qt5-gui/
  head/x11-toolkits/py-qt5-gui/Makefile
  hea

[kde-freebsd] [Bug 204672] [exp-run] Add PyQt5 ports, add pyqt USES, move qscintilla port

2015-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204672

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

--- Comment #12 from Raphael Kubo da Costa  ---
Finally landed. Thanks, everyone!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-13 Thread Raphael Kubo da Costa
SVN commit 11662 by rakuco:

PYQT: Adjust USE_PYQT and USE_QT4 in the PyQt4 ports.

Apply the ideas from r11644, r11649 and r11650 to the PyQt4 ports:
- Turn devel/py-sip into a build-time dependency for py-qt4-core.
- Explicitly depend on all Qt4 libraries each PyQt4 port links against after
  looking at the build logs. In all cases this means at least explicitly
  specifying USE_QT4=corelib since all ports link against libQtCore.so.
- Mostly trim the runtime dependencies on each port: the PyQt4 runtime
  dependencies are usually a subset of their Qt4 counterparts in USE_QT4.
  USE_PYQT was trimmed based on what each module %Import'ed in their .sip
  files.



 M  +3 -2  databases/py-qt4-sql/Makefile  
 M  +3 -2  devel/py-qt4-assistant/Makefile  
 M  +1 -1  devel/py-qt4-core/Makefile  
 M  +1 -1  devel/py-qt4-dbus/Makefile  
 M  +3 -2  devel/py-qt4-declarative/Makefile  
 M  +2 -2  devel/py-qt4-designer/Makefile  
 M  +2 -2  devel/py-qt4-designerplugin/Makefile  
 M  +2 -2  devel/py-qt4-help/Makefile  
 M  +1 -1  devel/py-qt4-qscintilla2/Makefile  
 M  +1 -1  devel/py-qt4-script/Makefile  
 M  +2 -2  devel/py-qt4-scripttools/Makefile  
 M  +2 -2  devel/py-qt4-test/Makefile  
 M  +2 -2  graphics/py-qt4-svg/Makefile  
 M  +2 -2  multimedia/py-qt4-multimedia/Makefile  
 M  +2 -2  multimedia/py-qt4-phonon/Makefile  
 M  +1 -1  net/py-qt4-network/Makefile  
 M  +1 -1  textproc/py-qt4-xml/Makefile  
 M  +2 -2  textproc/py-qt4-xmlpatterns/Makefile  
 M  +3 -2  www/py-qt4-webkit/Makefile  
 M  +2 -2  x11-toolkits/py-qt4-gui/Makefile  
 M  +3 -2  x11/py-qt4-opengl/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information