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

2014-06-05 Thread Raphael Kubo da Costa
SVN commit 10107 by rakuco: py-qt4-core: Remove post-configure sed call. It doesn't seem to be necessary anymore, everything built fine without it in my tests. M +0 -7 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.

[kde-freebsd] [Bug 183706] Poudriere build failure for devel/py-qt4-core

2014-06-05 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183706 --- Comment #7 from Kevin Zheng --- Thanks! Take all the time you need, since I've worked around the issue :) -- You are receiving this mail because: You are the assignee for the bug. ___ kde-fr

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

2014-06-05 Thread Raphael Kubo da Costa
SVN commit 10106 by rakuco: py-qt4-core: Build pylupdate and pyrcc only for py-qt4-xml again. This fixes a regression introduced last year when PyQt was updated to 4.10.3: configure.py started building pylupdate and pyrcc unconditionally instead of only if "QtXml" was specified. If the API optio

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

2014-06-05 Thread Raphael Kubo da Costa
SVN commit 10105 by rakuco: py-qt4-core: Rebase patch-configure.py. Regenerate the patch on top of the current PyQt version (4.10.3). There have been no additional changes, this is just to ease further changes. M +23 -22patch-configure.py _

[kde-freebsd] [Bug 183706] Poudriere build failure for devel/py-qt4-core

2014-06-05 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183706 Raphael Kubo da Costa changed: What|Removed |Added CC||rak...@freebsd.org --- Com

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

2014-06-05 Thread Raphael Kubo da Costa
SVN commit 10104 by rakuco: py-qt4-test: Add explicit dependency on qt4-gui. This is similar to r10103, in that PyQt's configure.py builds py-qt4-test with QtGui's libraries (even though, contrary to qt4-sql, it is not used at configuration time). Using QtGui defines QT_GUI_LIB, which makes the Q

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

2014-06-05 Thread Raphael Kubo da Costa
SVN commit 10103 by rakuco: py-qt4-sql: Add explicit dependency on qt4-gui. For some bizarre reason, PyQt's configure.py adds a dependency on QtGui when figuring out if QtSql is installed. When the API option is on, this dependency is always installed indirectly, but things fail if it is turned o