[kde-freebsd] [SVN Commit] branches/qt-5.0/QT

2013-11-02 Thread Alberto Villa
SVN commit 9668 by avilla: - Sync, update and STAGEify, M +3 -3 devel/dbus-qt5/Makefile M +13 -11devel/qmake5/Makefile M +2 -2 devel/qt5-assistant/Makefile M +1 -1 devel/qt5-buildtools/Makefile M +3 -5 devel/qt5-core/Makefile M +3 -0 devel/qt5-

[kde-freebsd] [SVN Commit] branches/qt-5.0/QT/devel

2013-11-02 Thread Alberto Villa
SVN commit 9667 by avilla: - Fix build. M +3 -1 qt4-assistant-adp/Makefile M +3 -1 qt4-libqtassistantclient/Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http:/

[kde-freebsd] [SVN Commit] branches/qt-5.0/PORTS/Mk

2013-11-02 Thread Alberto Villa
SVN commit 9666 by avilla: - Remove stale bsd.sites.mk. - Update bsd.port.mk. M +600 -427 bsd.port.mk D bsd.sites.mk ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http

[kde-freebsd] [SVN Commit] branches/qt-5.0/QT/Mk

2013-11-02 Thread Alberto Villa
SVN commit 9665 by avilla: - Import qmake.mk. - Update qmake.mk with bits from bsd.qt.mk. - Cleanup bsd.qt.mk to avoid code duplication. Main changes: * USES=qmake doesn't requires USE_QT*=qmake anymore. A simple USE_QT[45]=#, to select the desired Qt version, is enough. Example: USE_

Re: [kde-freebsd] something is wrong

2013-11-02 Thread Ajtim
On Friday 01 November 2013 12:41:02 Ajtim wrote: > Hi! > > I am running KDE 4.11.2 on FreeBSD 10.0-BETA2 (amd64) and it works anywhere > because I didn't finished installation yet. It missed: > Install x11/kde4 > Install devel/kdesdk4 > Install devel/kdesdk4-poxml > Instal

[kde-freebsd] [SVN Commit] branches/qt-5.0/QT

2013-11-02 Thread Alberto Villa
SVN commit 9664 by avilla: - Use new LIB_DEPENDS format. M +1 -1 databases/qt4-odbc-plugin/Makefile M +1 -1 databases/qt5-sqldrivers-odbc/Makefile M +1 -1 devel/dbus-qt4/Makefile M +1 -1 devel/dbus-qt5/Makefile M +1 -1 devel/qt4-corelib/Makefile M

[kde-freebsd] [SVN Commit] branches/qt-5.0/QT

2013-11-02 Thread Alberto Villa
SVN commit 9663 by avilla: - Use OPTIONS helpers. M +10 -11devel/qt5/Makefile M +15 -15multimedia/qt5-multimedia/Makefile M +5 -5 print/qt5-printsupport/Makefile M +4 -7 www/webkit-qt5/Makefile M +4 -3 x11-toolkits/qt5-widgets/Makefile __

[kde-freebsd] [SVN Commit] branches/qt-5.0/QT

2013-11-02 Thread Alberto Villa
SVN commit 9662 by avilla: - Add corelib as an explicit dependency. - Use OPTIONS helpers (devel/qt4 is much cleaner now). - Make phonon-gst an option in devel/qt4. M +20 -28devel/qt4/Makefile M +7 -13 misc/qt4-qtconfig/Makefile M +2 -8 www/webkit-qt4/Makefile ___

[kde-freebsd] [SVN Commit] branches/qt-5.0/PORTS/multimedia/phonon

2013-11-02 Thread Alberto Villa
SVN commit 9661 by avilla: - Use ${opt}_USE helper. M +1 -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] branches/qt-5.0/QT

2013-11-02 Thread Alberto Villa
SVN commit 9660 by avilla: - Merge trunk. _M. (directory) M +13 -4 devel/qt4-designer/Makefile M +2 -2 devel/qt4-designer/pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinf

Re: [kde-freebsd] Qt4 ports are too bloated: part 1 (devel/qt4-designer)

2013-11-02 Thread Schaich Alonso
On 2013-11-1, at 17:34, Alexey Dokuchaev wrote: > Hi there dear KDE people, > > Most of Qt4 ports allow to selectively disable some heavy parts, e.g. > phonon, webkit, gstreamer, etc. However, our Qt4 framework does not > allow > to optionally disable those bits. Previously, I've already raised

[kde-freebsd] [SVN Commit] area51/QT/devel/qt4-designer

2013-11-02 Thread Alonso Schaich
SVN commit 9659 by aschai: Make phonon optional. Propose and patch provided by Alexey Dokuchaev via mailing list. M +14 -5 Makefile M +2 -2 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/lis

[kde-freebsd] www/qt4/webkit: use new OPTIONS helpers

2013-11-02 Thread Alexey Dokuchaev
hi there, please consider attached patch. ./danfe Index: Makefile === --- Makefile(revision 332253) +++ Makefile(working copy) @@ -1,4 +1,4 @@ -# Created by: da...@ricin.com +# Created by: Danny Pansters # $FreeBSD$ PORT

[kde-freebsd] Qt4 ports are too bloated: part 1 (devel/qt4-designer)

2013-11-02 Thread Alexey Dokuchaev
Hi there dear KDE people, Most of Qt4 ports allow to selectively disable some heavy parts, e.g. phonon, webkit, gstreamer, etc. However, our Qt4 framework does not allow to optionally disable those bits. Previously, I've already raised this bug about qt4-webkit, now it's time for other Qt4 ports

Re: [kde-freebsd] Qt4 ports are too bloated: part 1 (devel/qt4-designer)

2013-11-02 Thread Alexey Dokuchaev
On Fri, Nov 01, 2013 at 11:34:38PM +0700, Alexey Dokuchaev wrote: > Please consider attached patch to make phonon optional in qt4-designer, > yet still on by default. I think I forgot pkg-plist part. Attaching another diff. ./danfe Index: Makefile

[kde-freebsd] [SVN Commit] branches/qt-5.0/QT

2013-11-02 Thread Raphael Kubo da Costa
SVN commit 9658 by rakuco: qt5: Replace USE_GNOME=_glib20 with USE_GNOME=glib20. As requested by kwm. M +1 -1 devel/qt5-core/Makefile M +1 -1 x11-toolkits/qt5-gui/Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://m