Re: [kde-freebsd] [CFT] KDE and KDE PIM 4.7.1

2011-09-16 Thread Oliver Heesakkers
Op donderdag 15 september 2011 18:00:20 schreef Alberto Villa: > The moment has finally arrived. (...) 8-STABLE amd64 First the dots at the end of the description of the options in x11/kde4 corrupted the dialog. While building dbus-qt4: cd qdbus/ && /usr/bin/make -f Makefile "/usr/ports/devel/db

Re: [kde-freebsd] [CFT] KDE and KDE PIM 4.7.1

2011-09-16 Thread Alberto Villa
On Fri, Sep 16, 2011 at 7:33 PM, Oliver Heesakkers wrote: > First the dots at the end of the description of the options in x11/kde4 > corrupted the dialog. what do you mean with "corrupted"? > While building dbus-qt4: > Tried dbus-qt4 again, which now completes without error, Was this one > of t

Re: [kde-freebsd] ports/160755: devel/qtcreator: CLANG fails compiling the port. port fails to start if qt4 is compiled with CLANG

2011-09-16 Thread crees
Synopsis: devel/qtcreator: CLANG fails compiling the port. port fails to start if qt4 is compiled with CLANG State-Changed-From-To: open->closed State-Changed-By: crees State-Changed-When: Fri Sep 16 18:02:19 UTC 2011 State-Changed-Why: No fix, no clang PR please! http://www.freebsd.org/cgi/que

Re: [kde-freebsd] ports/160755: devel/qtcreator: CLANG fails compiling the port. port fails to start if qt4 is compiled with CLANG

2011-09-16 Thread crees
Synopsis: devel/qtcreator: CLANG fails compiling the port. port fails to start if qt4 is compiled with CLANG Responsible-Changed-From-To: kde->crees Responsible-Changed-By: crees Responsible-Changed-When: Fri Sep 16 18:04:18 UTC 2011 Responsible-Changed-Why: I closed it http://www.freebsd.org/c

[kde-freebsd] [SVN Commit] area51

2011-09-16 Thread Alberto Villa
SVN commit 7665 by avilla: - Add note about ortp and linphone-base. - Move `portmaster --check-depends` after the check for missing ports. Reported by:Oliver Heesakkers via mailing list M +4 -2 UPDATING-area51 ___ kde-freebsd mailing l

[kde-freebsd] [SVN Commit] area51/KDE/science/kalzium

2011-09-16 Thread Alberto Villa
SVN commit 7666 by avilla: - Add USE_GCC=4.4+ (taken from science/avogadro). Reported by:Oliver Heesakkers via mailing list M +2 -0 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-fre

Re: [kde-freebsd] [CFT] KDE and KDE PIM 4.7.1

2011-09-16 Thread Alberto Villa
On Fri, Sep 16, 2011 at 9:50 PM, Alberto Villa wrote: >> - ortp was in the way of linphone > > correct. i'll add it to UPDATING, and make it optional no OPTIONS required actually, as only kdenetwork from kde 3 depends on ortp. i added it to UPDATING, though >> - science/kalzium required USE_GCC=

[kde-freebsd] [SVN Commit] area51/QT

2011-09-16 Thread Raphael Kubo da Costa
SVN commit 7667 by rakuco: Make sure Qt's include and library paths are added before the ports ones. So far we were using an ugly hack which passed -L${PORTSDIR}/${QT_LIBDIR_REL} to Qt's configure script when building a Qt port. However, this made this directory always be added to the compiler a

Re: [kde-freebsd] [CFT] KDE and KDE PIM 4.7.1

2011-09-16 Thread Raphael Kubo da Costa
Oliver Heesakkers writes: > While building dbus-qt4: > cd qdbus/ && /usr/bin/make -f Makefile > "/usr/ports/devel/dbus-qt4/work/qt-everywhere-opensource-src-4.7.4/bin/qmake" > -spec /usr/local/share/qt4/mkspecs/freebsd-g++ -o > "/usr/ports/devel/dbus-qt4/work/qt-everywhere-opensource-src-4.7.4/

[kde-freebsd] [SVN Commit] area51/KDE/x11/kde4

2011-09-16 Thread Alberto Villa
SVN commit 7668 by avilla: - Remove the dots which apparently corrupted (old?) dialog(1). - Make OPTIONS descriptions shorter. Reported by:Oliver Heesakkers via mailing list Axel Gonzalez via IRC M +11 -11Makefile ___ k

[kde-freebsd] [SVN Commit] area51/QT/devel/qmake4/files

2011-09-16 Thread Raphael Kubo da Costa
SVN commit 7669 by rakuco: Fix paths and tab usage in the last patch. M +22 -22patch-qt4-before-ports-in-mkspecs.diff ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.k

[kde-freebsd] [SVN Commit] area51/QT/devel/qmake4

2011-09-16 Thread Raphael Kubo da Costa
SVN commit 7670 by rakuco: Manually remove the .orig files generated by patch(1). Since the mkspecs directory is just copied to its final destination, so were the .orig files generated by patch(1) after applying the patch in files/. For now, just calling ${RM} sounds like a plausible and very ug