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

2016-06-14 Thread Tobias Berner
SVN commit 12699 by tcberner: Revert point one of r11662. Py-Sip needs to be a runtime dependency of py-qt4-core. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2016-04-25 Thread Adriaan de Groot
SVN commit 12443 by adridg: Merge from ports r414007 | mat | 2016-04-25 16:41:38 +0200 (Mon, 25 Apr 2016) | 5 lines Don't lie about having a configure script. M +0 -1 qscintilla2-designerplugin-qt5/Makefile M +0 -1 qscintilla2-designerplugin/Makefile

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

2016-04-21 Thread Adriaan de Groot
SVN commit 12410 by adridg: Restoire PORTREVISION to match downstream 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/devel/py-qt5-designer

2015-12-15 Thread Raphael Kubo da Costa
SVN commit 11667 by rakuco: py-qt5-designer: Stop building the Qt Designer plugin. This is done in devel/py-qt5-designerplugin, which means both ports were trying to install files into the same location. M +1 -1 Makefile M +0 -1 pkg-plist

[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

[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 AM

[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

[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

[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

[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

[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

[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 AM

[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

[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

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

2015-12-06 Thread Raphael Kubo da Costa
SVN commit 11611 by rakuco: py-sip: Use Python's compileall module instead of py_compile. This is similar to area51 r10115: compileall allows us to specify a directory instead of all modules we need to compile, and its -d argument allows us to specify a different directory for it to add to the

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

2015-12-05 Thread Raphael Kubo da Costa
SVN commit 11602 by rakuco: PYQT: Remove remaining uses of QSCI2_DISTINFO_FILE after r11576. M +1 -1 py-qt4-qscintilla2/Makefile M +1 -1 py-qt5-qscintilla2/Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2015-12-02 Thread Raphael Kubo da Costa
SVN commit 11583 by rakuco: py-qt4-dbussupport: Fix dependency list after r11442. devel/py-dbus is not devel/py-qt4-dbus: we need to build/run-depend on the former, but r11442 switch the dependency to the latter. M +4 -1 Makefile ___

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

2015-12-02 Thread Raphael Kubo da Costa
SVN commit 11585 by rakuco: py-qt4-dbus: Fix typo (BUIKD_DEPENDS) introduced in r11442. 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

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

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11575 by rakuco: qscintilla2: Drop PORTREVISION. We usually do not set it in area51, plus the port has undergone several version changes. M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11577 by rakuco: qscintilla2-designerplugin: Use the right .CURDIR variable after r11576 M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11564 by rakuco: py-qt5-designer: Do not require `xml' twice in USE_QT5. 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

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

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11566 by rakuco: qscintilla-qt5: Use the right USE_QT5 dependencies. USE_QT5=designer is only needed by py-qt5-designerplugin, and the other dependencies have been updated to reflect what qscintilla.pro actually declares. M +1 -1 Makefile

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

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11568 by rakuco: py-qt5-core: Trim and simplify patch-configure.py. This makes it more similar to the version I had written in area51 r10132, when I tried to make PyQt4 use configure-ng.py, which is almost identical to PyQt5's configure.py. * Drop the first hunk (the check for

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

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11569 by rakuco: qscintilla-qt5: Move the library renaming changes to files/. They are big and impactful enough that it is important to make it very visible that these changes are happening. The patches, originally from Fedora, both make the library have the -qt5.so suffix and make

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

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11570 by rakuco: py-sip: Remove extra empty line. M +0 -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-sip

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11555 by rakuco: py-sip: Stop setting DATADIR and DOCSDIR. Doing so conflicts with USE_PYTHON=concurrent, which takes care of properly setting all directory variables. M +0 -2 Makefile ___ kde-freebsd mailing list

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

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11556 by rakuco: qscintilla2-qt5: Drop PORTREVISION. This is a new port, it should not have PORTREVISION set. M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

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

2015-10-31 Thread Tobias Berner
SVN commit 11490 by tcberner: Allow concurrent python installations PR: 203734 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

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

2015-09-17 Thread Tobias Berner
SVN commit 11451 by tcberner: qscintilla2-qt4-designerplugin didn't make it in the r11442 M +1 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/

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

2015-05-04 Thread Tobias Berner
SVN commit 10675 by tcberner: Update qscintillaCo to 2.9 M +1 -3 py-qt4-qscintilla2/pkg-plist M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 qscintilla2/distinfo M +3 -3 qscintilla2/pkg-plist ___ kde-freebsd mailing list

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

2015-04-06 Thread Raphael Kubo da Costa
SVN commit 10662 by rakuco: py-qt4: Fix botched USES=metaport conversion. Add metaport to the existing USES entry instead of adding a new entry that overrides the existing one. While here, stop needlessly setting MASTER_SITES too. M +1 -3 Makefile

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

2015-03-30 Thread Tobias Berner
SVN commit 10654 by tcberner: Update devel/py-sip to 4.16.7 M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 py-sip/distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2015-02-24 Thread Raphael Kubo da Costa
SVN commit 10604 by rakuco: py-qt4-core: Merge r371280 from ports. r371280 | mva | 2014-10-20 19:04:12 +0300 (Mon, 20 Oct 2014) | 4 lines - Convert ports of devel/ to USES=python Approved by:portmgr (implicit)

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

2015-02-24 Thread Raphael Kubo da Costa
SVN commit 10605 by rakuco: py-sip: Merge r371894 from ports. r371894 | bapt | 2014-10-31 21:28:33 +0200 (Fri, 31 Oct 2014) | 2 lines Simplify plist

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

2014-10-22 Thread Raphael Kubo da Costa
Max Brazhnikov m...@freebsd.org writes: On Sun, 05 Oct 2014 12:20:38 -0700 Alonso Schaich wrote: SVN commit 10358 by aschai: Remove USES. devel/py-qt4 redundandly adds python USES as it's also added in the included bsd.pyqt.mk, so it should be safe to remove it from the devel/py-qt4

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

2014-10-22 Thread Schaich Alonso
On Wed, 22 Oct 2014 21:44:43 +0300 Raphael Kubo da Costa rak...@freebsd.org wrote: Max Brazhnikov m...@freebsd.org writes: On Sun, 05 Oct 2014 12:20:38 -0700 Alonso Schaich wrote: SVN commit 10358 by aschai: Remove USES. devel/py-qt4 redundandly adds python USES as it's also added

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

2014-10-22 Thread Alonso Schaich
SVN commit 10439 by aschai: Revert r10358. M +2 -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

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

2014-10-22 Thread Raphael Kubo da Costa
Alonso Schaich alonsoscha...@fastmail.fm writes: SVN commit 10439 by aschai: Revert r10358. FYI, explaining why would have been very good here, otherwise 2 years from now one will have no idea of what caused this to be reverted. ___ kde-freebsd

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

2014-10-06 Thread Max Brazhnikov
On Sun, 05 Oct 2014 12:20:38 -0700 Alonso Schaich wrote: SVN commit 10358 by aschai: Remove USES. devel/py-qt4 redundandly adds python USES as it's also added in the included bsd.pyqt.mk, so it should be safe to remove it from the devel/py-qt4 metaport. No, it's not. USES in bsd.pyqt.mk

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

2014-10-05 Thread Alonso Schaich
SVN commit 10356 by aschai: Fix typo. 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-qt4

2014-10-05 Thread Alonso Schaich
SVN commit 10357 by aschai: Fix assignment. bsd.pyqt.mk is pulled in by the pyqt ports, therefore it _should_ extend USES instead of resetting them. Noticed/Reported by Antoine Brodin anto...@freebsd.org M +1 -1 bsd.pyqt.mk ___

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

2014-10-05 Thread Alonso Schaich
SVN commit 10358 by aschai: Remove USES. devel/py-qt4 redundandly adds python USES as it's also added in the included bsd.pyqt.mk, so it should be safe to remove it from the devel/py-qt4 metaport. M +0 -2 Makefile ___ kde-freebsd mailing

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

2014-10-05 Thread Alonso Schaich
SVN commit 10359 by aschai: Fix py3kplist requirement declaration. M +2 -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-sip

2014-10-05 Thread Alonso Schaich
SVN commit 10360 by aschai: Fix Typo. 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-qt4-core/files

2014-08-02 Thread Raphael Kubo da Costa
SVN commit 10226 by rakuco: PYQT: Remove some chunks from patch-configure.py. After ports r363790 (and similar versions for Python 3), Python is finally built with --enabled-shared, so the check for shared libraries support in PyQt can work as intended. M +0 -20 patch-configure.py

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

2014-07-20 Thread Raphael Kubo da Costa
SVN commit 10187 by rakuco: PYQT: Stop checking for ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES}. Let the plist and PORTDOCS handle whether the files being installed will make it into the package or not. M +0 -3 py-sip/Makefile M +1 -4 qscintilla2/Makefile

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

2014-07-20 Thread Raphael Kubo da Costa
SVN commit 10189 by rakuco: qscintilla2-designerplugin: Switch LIB_DEPENDS to the new style. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2014-07-19 Thread Raphael Kubo da Costa
SVN commit 10185 by rakuco: PYQT: Revert back to using configure.py. Unfortunately, The World Is Not Ready (TM): several ports, including ones that are not really maintained anymore, assume PyQt's old build system is being used and rely on pyqtconfig to build and/or run. I thought fixing PyKDE

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

2014-07-19 Thread Raphael Kubo da Costa
SVN commit 10186 by rakuco: py-qt4-core: Remove patch-configure-ng.py for now. It's going to be useful for the PyQt5 ports, but for now it is not going to be used, so it is not worth keeping around and maintaining. D patch-configure-ng.py

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

2014-07-04 Thread Raphael Kubo da Costa
SVN commit 10165 by rakuco: PYQT: Update py-sip to 4.16.2. M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 py-sip/distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2014-07-04 Thread Raphael Kubo da Costa
SVN commit 10166 by rakuco: PYQT: Update QScintilla to 2.8.3. M +1 -0 py-qt4-qscintilla2/pkg-plist M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 qscintilla2/distinfo M +3 -3 qscintilla2/pkg-plist ___ kde-freebsd mailing

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

2014-06-28 Thread Raphael Kubo da Costa
SVN commit 10143 by rakuco: py-qt4-help: Stop needlessly setting MASTER_SITES. M +0 -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

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

2014-06-21 Thread Raphael Kubo da Costa
SVN commit 10139 by rakuco: py-qt4-core: Build with Python 3 as well. Instead of forcefully removing the pyuic/uic/port_v3/ directory, which in effect prevents the port from building with Python 3, check for the major Python version being used and selectively remove either port_v2/ or port_v3/.

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

2014-06-15 Thread Raphael Kubo da Costa
SVN commit 10129 by rakuco: bsd.pyqt.mk: Document PYQT4_DIST. M +5 -0 bsd.pyqt.mk ___ 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

2014-06-15 Thread Raphael Kubo da Costa
SVN commit 10130 by rakuco: py-sip: Update to 4.16.1. M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 py-sip/distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2014-06-15 Thread Raphael Kubo da Costa
SVN commit 10131 by rakuco: py-sip: Use an OPTION helper for the DEBUG option. M +2 -5 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

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

2014-06-15 Thread Raphael Kubo da Costa
SVN commit 10133 by rakuco: py-qt4-qscintilla: Remove outdated TODO. We already use configure-ng.py and have DESTDIRNAME set in bsd.pyqt.mk, but only for ports part of PyQt itself, which is not the case for py-qt4-qscintilla, which is part of qscintilla2. M +0 -4 Makefile

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

2014-06-15 Thread Raphael Kubo da Costa
SVN commit 10134 by rakuco: PYQT: Update QScintilla to 2.8.2. M +2 -0 py-qt4-qscintilla2/pkg-plist M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 qscintilla2/distinfo M +7 -2 qscintilla2/pkg-plist ___ kde-freebsd mailing

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

2014-06-15 Thread Raphael Kubo da Costa
SVN commit 10135 by rakuco: PYQT: Only extract dbus/ for py-qt4-dbussupport. Instead of using a sed hack to ignore the DBus detection on all PyQt4 ports except for py-qt4-dbussuport, just use the fact that configure-ng.py's check_dbus() exits early if the dbus/ directory is not present. In

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

2014-06-14 Thread Raphael Kubo da Costa
SVN commit 10125 by rakuco: py-qt4-designerplugin: Also convert to the new OPTIONS helpers after r10118. M +3 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2014-06-10 Thread Raphael Kubo da Costa
SVN commit 10119 by rakuco: py-qt4-qscintilla2: Remove repeated dependency on libqtscintilla2.so. This was introduced by the changes in r10118. While here, convert the original dependency to the new LIB_DEPENDS format. M +1 -2 Makefile

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

2014-06-08 Thread Raphael Kubo da Costa
SVN commit 10114 by rakuco: py-sip: Set PYTHON_PY3K_PLIST_HACK to adjust the plist for Python = 3.2.0. Since this port does not use distutils/setuptools and we manually generate the .pyc/.pyo files, we need to set PYTHON_PY3K_PLIST_HACK so that the cache files end up in the right directory if

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

2014-06-07 Thread Raphael Kubo da Costa
SVN commit 10112 by rakuco: py-qt4-core: Re-commit part of r10110. It does seem to be harmless to remove one of the hunks from that revision. M +0 -9 patch-configure.py ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2014-06-06 Thread Raphael Kubo da Costa
SVN commit 10108 by rakuco: py-qt4-core: Remove Qt3 support hunk from patch-configure.py. M +0 -10 patch-configure.py ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2014-06-06 Thread Raphael Kubo da Costa
SVN commit 10109 by rakuco: py-qt4-core: Remove another hunk from patch-configure.py. Removing this one also seems to be harmless. M +0 -8 patch-configure.py ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2014-06-06 Thread Raphael Kubo da Costa
SVN commit 10110 by rakuco: py-qt4-core: Remove even more unneeded hunks from patch-configure.py. M +1 -15 patch-configure.py ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2014-06-06 Thread Raphael Kubo da Costa
SVN commit 10111 by rakuco: py-qt4-core: Revert r10110. I forgot to test this with poudriere bulk -t, and quite a few unexpected files ended up being installed. M +15 -1 patch-configure.py ___ kde-freebsd mailing list kde-freebsd@kde.org

[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] [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 option

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

2014-02-13 Thread Max Brazhnikov
SVN commit 1 by makc: devel/py-sip: - Add DOCS and DEBUG to OPTIONS_DEFINE M +3 -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

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

2014-02-13 Thread Max Brazhnikov
SVN commit 10001 by makc: devel/py-qt4: - Improve comment - Use options helpers - Add option to install all PyQt4 components M +9 -36 Makefile M +56 -0 bsd.pyqt.mk ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2014-02-13 Thread Max Brazhnikov
SVN commit 10007 by makc: devel/qscintilla2-designerplugin: - sync with ports: r333044 | rakuco | 2013-11-06 22:48:02 + (Wed, 06 Nov 2013) | 8 lines Switch from the manual qmake logic to USES=qmake. Doing so

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

2013-11-25 Thread Max Brazhnikov
SVN commit 9763 by makc: - Convert to USES=qamke - Support staging properly M +12 -20Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

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

2013-11-14 Thread Alonso Schaich
SVN commit 9744 by aschai: Support staging (i.e. fix build). 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

2013-11-14 Thread Alonso Schaich
SVN commit 9745 by aschai: Update qscintilla2 to version 2.8. M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 qscintilla2/distinfo M +3 -3 qscintilla2/pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2013-11-14 Thread Alonso Schaich
SVN commit 9746 by aschai: Use post-patch target rather than pre-configure to unify sed-ing with devel/qscintilla2 M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2013-11-12 Thread Raphael Kubo da Costa
SVN commit 9740 by rakuco: py-qt4-core: Merge r333600 from ports. r333600 | rakuco | 2013-11-12 21:01:34 +0200 (Tue, 12 Nov 2013) | 9 lines Fix the multimedia/py-qt4-phonon build with multimedia/phonon 4.7.0. Change the

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

2013-10-15 Thread Raphael Kubo da Costa
SVN commit 9621 by rakuco: bsd.pyqt.mk: Remove SNAP variables that have been unused for years M +3 -6 bsd.pyqt.mk ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2013-10-15 Thread Raphael Kubo da Costa
SVN commit 9622 by rakuco: py-sip: Update to 4.15.2 M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 py-sip/distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2013-10-15 Thread Raphael Kubo da Costa
SVN commit 9624 by rakuco: Set DESTDIRNAME for some PyQt ports. They were failing to build properly with staging support. In short, a few releases ago the PyQt-related ports (SIP, PyQt, QScintilla) started switching to a new configuration script that replaces the old one. In some cases, we also

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

2013-10-15 Thread Raphael Kubo da Costa
SVN commit 9626 by rakuco: PyQt: Update PyQt4 ports to 4.10.3 M +1 -1 bsd.pyqt.mk M +2 -2 distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/

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

2013-10-07 Thread Alonso Schaich
SVN commit 9601 by aschai: Fix stage build. M +11 -11Makefile ___ 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-core

2013-10-07 Thread Alonso Schaich
SVN commit 9604 by aschai: stage++ 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/devel/py-sip

2013-10-06 Thread Alonso Schaich
SVN commit 9595 by aschai: stage++ Patch provided by Tomasz Kowalczyk via mailing list. M +5 -6 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/

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

2013-10-05 Thread Alonso Schaich
SVN commit 9593 by aschai: Fix installation and disable staging. 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/devel/py-qt4

2013-09-30 Thread Alonso Schaich
SVN commit 9579 by aschai: Indicate Metaport. 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/devel/qscintilla2-designerplugin

2013-07-09 Thread Raphael Kubo da Costa
SVN commit 9356 by rakuco: Fix the build, WRKSRC has a different name these days. 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

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

2013-06-21 Thread Raphael Kubo da Costa
SVN commit 9275 by rakuco: py-sip: Update to 4.14.7 M +1 -1 py-qt4/bsd.pyqt.mk M +1 -1 py-sip/Makefile M +2 -2 py-sip/distinfo M +1 -1 py-sip/pkg-descr ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2013-06-21 Thread Raphael Kubo da Costa
SVN commit 9276 by rakuco: Update PyQt4 to 4.10.2. The plist updates will come later, if needed. M +1 -1 bsd.pyqt.mk M +2 -2 distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

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

2013-06-21 Thread Raphael Kubo da Costa
SVN commit 9277 by rakuco: Fix plists after r9276 M +2 -0 py-qt4-core/pkg-plist M +1 -0 py-qt4-designerplugin/pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2013-06-21 Thread Raphael Kubo da Costa
SVN commit 9278 by rakuco: Update QScintilla to 2.7.1 M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 qscintilla2/distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2013-06-21 Thread Raphael Kubo da Costa
SVN commit 9279 by rakuco: Update QScintilla to 2.7.2. I didn't see there was a 2.7.2 when I updated to 2.7.1, sorry. While here, hopefully fix the plist. M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 qscintilla2/distinfo M +1 -1 qscintilla2/pkg-plist

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

2013-06-21 Thread Raphael Kubo da Costa
SVN commit 9280 by rakuco: Correct the arguments passed to py-qscintilla's configure script. -p does not exist anymore, one is supposed to use --pyqt instead. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2013-06-21 Thread Raphael Kubo da Costa
SVN commit 9281 by rakuco: Follow-up to r9280: the argument value also changed... 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

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

2013-06-21 Thread Raphael Kubo da Costa
SVN commit 9282 by rakuco: Hopefully finish the py-qt4-qscintilla2 clusterfuck. Thank you guys for switching the configure script to a new one at the end of the 4.x series. The old version was renamed and there are no release notes mentioning that. Try to make it work with the new configure.py

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

2013-02-02 Thread Max Brazhnikov
SVN commit 8979 by makc: Update sip to 4.14.3 M +1 -1 py-qt4/bsd.pyqt.mk M +2 -2 py-sip/distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

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

2013-01-28 Thread Max Brazhnikov
SVN commit 8970 by makc: Remove PORTEPOCH Mark conflict with py-qt4-dbus Convert one-line pkg-plist to PLIST_FILES M +4 -1 Makefile D pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2013-01-24 Thread Max Brazhnikov
SVN commit 8958 by makc: Update: SIP to 4.14.2 QScintilla to 2.7 PyQt to 4.9.6 M +3 -3 py-qt4/bsd.pyqt.mk M +2 -2 py-qt4/distinfo M +2 -2 py-sip/distinfo M +2 -2 qscintilla2/distinfo M +4 -3 qscintilla2/pkg-plist

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

2012-09-01 Thread Jason E . Hale
SVN commit 8585 by jhale: - Add bsd.port.options.mk M +3 -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/py-qt4-dbussupport

2012-09-01 Thread Jason E . Hale
SVN commit 8587 by jhale: - WRKSRC fix that I thought I already committed 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

  1   2   >