[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 http://freebsd.kde.org/ for latest information


[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-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/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 latest information


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

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

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)




 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


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

2014-10-22 Thread Raphael Kubo da Costa
Alonso Schaich  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 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-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 Schaich Alonso
On Wed, 22 Oct 2014 21:44:43 +0300
Raphael Kubo da Costa  wrote:

> Max Brazhnikov  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 
> >> metaport.
> >
> > No, it's not. USES in bsd.pyqt.mk is hidden behind PYQT4_DIST, which
> > is not set in devel/py-qt4.
> 
> This still needs to be fixed, right?

Yes, and no ;)

Yes, as in I did not reintroduce it, and no as in it's not "broken", as
the metaport has itself no dependency on python but on packages that
depend on python instead.



pgpvDyUzlxpjJ.pgp
Description: PGP signature
___
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
Max Brazhnikov  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 
>> metaport.
>
> No, it's not. USES in bsd.pyqt.mk is hidden behind PYQT4_DIST, which
> is not set in devel/py-qt4.

This still needs to be fixed, right?
___
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-05 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 is hidden behind PYQT4_DIST, which
is not set in devel/py-qt4.
___
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 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 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 



 M  +1 -1  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/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-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 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-designerplugin

2014-07-20 Thread Raphael Kubo da Costa
SVN commit 10190 by rakuco:

py-qt4-designerplugin: Remove PORTREVISION.

This is a new release (4.11.1) compared to ports, so set it back to 0.



 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-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 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-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 information


[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/.

Additionally, set PYTHON_PY3K_PLIST_HACK, since PyQt does not use either
distutils or setuptools, and Python >= 3.2 store .pyc/.pyo files in a
different directory.

PR: 180467
Submitted by:   nwhitehorn@ (original version)


 M  +14 -4 Makefile  
 M  +22 -22pkg-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/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 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-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/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 http://freebsd.kde.org/ for latest information


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

2014-06-14 Thread Raphael Kubo da Costa
SVN commit 10124 by rakuco:

py-qt4-dbussupport: Convert to the new OPTIONS helpers.

Missed in r10118.



 M  +3 -4  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-qscintilla2

2014-06-10 Thread Raphael Kubo da Costa
SVN commit 10120 by rakuco:

py-qt4-qscintilla2: Get rid of the API option.

It has been broken ever since staging support was added, and its existence
does not make much sense: QScintilla is a hard dependency regardless of the
state of this option anyway, they all come from the same tarball and the
configuration script assumes the .api file will always be installed.



 M  +2 -8  Makefile  
 M  +1 -1  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/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 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

2014-06-08 Thread Raphael Kubo da Costa
SVN commit 10115 by rakuco:

py-qt4-core: Use Python's compileall.py instead of py_compile.py.

compileall.py handles the job of recursing into all subdirectories and
byte-compiling all modules it finds, and spares us from using manual `ls'
constructs.



 M  +7 -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-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
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-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
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-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 http://freebsd.kde.org/ for latest information


[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
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-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 http://freebsd.kde.org/ for latest information


[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.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-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 is off, the build would fail because the QtXml headers
needed to build those tools would not be added as a dependency.

PR: 183706


 M  +77 -10patch-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-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 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-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 QtTest
headers pull in QtGui ones. QtGui comes for free indirectly when the API
option is set, but the build fails otherwise:

  c++ -c -O2 -pipe -fno-strict-aliasing -fPIC -O2 -Wall -W -pthread 
-D_THREAD_SAFE -DNDEBUG -DQT_NO_DEBUG -DQT_TEST_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
-I. -I/usr/local/include/python2.7 -I/usr/local/share/qt4/mkspecs/default 
-I/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtGui 
-I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4 -I/usr/local/include 
-o sipQtTestQTest.o sipQtTestQTest.cpp
  In file included from 
/wrkdirs/usr/ports/devel/py-qt4-test/work/PyQt-x11-gpl-4.10.3/sip/QtTest/qtestkeyboard.sip:31:
  /usr/local/include/qt4/QtTest/qtestkeyboard.h:56:10: fatal error: 
'QtGui/qapplication.h' file not found

PR: 183706


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

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 configure.py so that the Phonon test program uses a different
Phonon header, as upstream commit b51f5bf2 changed the QWidget include in a
way that breaks PyQt's detection, and PyQt refuses to support KDE's Phonon
for some reason and is thus unwilling to fix its configuration program.

See https://bugs.kde.org/show_bug.cgi?id=306261 for more information.





 M  +11 -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-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/ for latest information


[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 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-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/py-qt4-designerplugin

2013-07-09 Thread Raphael Kubo da Costa
SVN commit 9352 by rakuco:

Remove the creation of the empty python/ subdir in the designer directory.

This was artificially created because that's one of the directories the PyQt
designer plugin looks for Python plugins, but was causing plist problems due
to the @exec+@dirrmtry combination.

Instead of trying to fix that, I believe it makes more sense to just get rid
of this part since this is just one of the directories automatically
searched and no port actually installs anything there.



 M  +1 -0  Makefile  
 M  +0 -3  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/devel/py-qt4-designerplugin

2013-07-09 Thread Raphael Kubo da Costa
SVN commit 9351 by rakuco:

py-qt4-designerplugin: Fix plist.

So in version 4.10.2 the plugin name was changed. Sigh, I hate the PyQt
ports.



 M  +0 -1  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/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 for the Qt5 version that will
come some day.



 M  +3 -2  Makefile  
 M  +1 -0  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/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 information


[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
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-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
See also http://freebsd.kde.org/ for latest information


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


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

2012-09-01 Thread Jason E . Hale
SVN commit 8585 by jhale:

- Add 



 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-designerplugin

2011-09-12 Thread Raphael Kubo da Costa
SVN commit 7653 by rakuco:

py-qt4-designerplugin: Only build the designer plugin directory.


 M  +3 -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-designer

2011-09-12 Thread Raphael Kubo da Costa
SVN commit 7652 by rakuco:

py-qt4-designer: Explicitly disable the designer plugin.

After the recent configure.py cleanup, we must explicitly tell we do
not want to build the designer plugin.


 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-core/files

2011-09-12 Thread Raphael Kubo da Costa
SVN commit 7651 by rakuco:

py-qt4-core: Fix paths in the configure patch.


 M  +2 -2  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-qt4-core/files

2011-09-10 Thread Raphael Kubo da Costa
SVN commit 7643 by rakuco:

py-qt4-core: Remove useless patch chunk

 M  +0 -8  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-qt4-test

2011-09-10 Thread Raphael Kubo da Costa
SVN commit 7638 by rakuco:

py-qt4-test: Fix plist

 M  +0 -1  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/devel/py-qt4-core/files

2011-09-10 Thread Raphael Kubo da Costa
SVN commit 7635 by rakuco:

py-qt4-core: Update configure.py patch

 M  +2 -2  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-qt4-core/files

2011-01-30 Thread Max Brazhnikov
SVN commit 6960 by makc:

Update patch

 M  +21 -21patch-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-qt4-core

2011-01-06 Thread Dima Panov
SVN commit 6903 by fluffy:

- uic/widget-plugins directory is shared between pyqt4 and pykde4, use @dirrmtry


 M  +2 -2  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/devel/py-qt4-core/files

2011-01-06 Thread Max Brazhnikov
SVN commit 6900 by makc:

Fix patch

 M  +32 -26patch-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-qt4-core/files

2010-11-06 Thread Max Brazhnikov
SVN commit 6642 by makc:

Restore QtAssistant, it's available via compat library.

 M  +4 -0  Qt.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-qt4-core/files

2010-09-30 Thread Dima Panov
SVN commit 6593 by fluffy:

- Fix flags issue with new SIP. 

Patch suggested by author in pyqt ML, will be included in future versions of 
pyqt


 A patch-sip__QtCore__qglobal.sip  


___
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

2010-05-30 Thread Max Brazhnikov
SVN commit 6243 by makc:

Respect NOPORTEXAMPLES

 M  +6 -4  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