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