Re: [kde-freebsd] kdelibs-4.4.3/kjs/CMakeLists.txt

2010-06-01 Thread Dima Panov
On Wednesday 02 June 2010 02:34:06 Andriy Gapon wrote: > > Could someone with cmake-fu please take a look at > kdelibs-4.4.3/kjs/CMakeLists.txt ? > I am getting unresolved pthread-related symbols there if building the port > with gcc44. > It seems that libkjs.so can conditionally call pthread fu

[kde-freebsd] [SVN Commit] area51/KDE/net/kdenetwork4/files

2010-06-01 Thread Max Brazhnikov
SVN commit 6260 by makc: add missing patch A extra-patch-CMakeLists.txt ___ 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/KDE

2010-06-01 Thread Max Brazhnikov
SVN commit 6259 by makc: sync with ports M +0 -1 editors/koffice-kde4/Makefile M +1 -2 misc/kdeutils4/Makefile M +1 -1 net/kdenetwork4/Makefile M +1 -1 x11/kdebase4-runtime/Makefile M +2 -0 x11/kdebase4-workspace/Makefile M +1 -2 x11/kdelibs4/Ma

[kde-freebsd] [SVN Commit] branches/kde_4_4

2010-06-01 Thread Max Brazhnikov
SVN commit 6258 by makc: sync with ports M +0 -1 editors/koffice-kde4/Makefile M +1 -2 misc/kdeutils4/Makefile M +1 -1 net/kdenetwork4/Makefile A net/kdenetwork4/files/extra-patch-CMakeLists.txt M +1 -1 x11/kdebase4-runtime/Makefile M +2 -0

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

2010-06-01 Thread Max Brazhnikov
SVN commit 6257 by makc: remove, new versions are unlikely D automoc4 (directory) ___ 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/PORTS/graphics/kphotoalbum-kde4

2010-06-01 Thread Max Brazhnikov
SVN commit 6256 by makc: Improve description 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/PORTS/graphics/kphotoalbum-kde4

2010-06-01 Thread Max Brazhnikov
SVN commit 6255 by makc: marble was split from kdeedu 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] branches/kde_4_4/misc/kde4-l10n-sr

2010-06-01 Thread Max Brazhnikov
SVN commit 6254 by makc: tarball was rerolled M +3 -3 distinfo M +1594 -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 informati

[kde-freebsd] kdelibs-4.4.3/kjs/CMakeLists.txt

2010-06-01 Thread Andriy Gapon
Could someone with cmake-fu please take a look at kdelibs-4.4.3/kjs/CMakeLists.txt ? I am getting unresolved pthread-related symbols there if building the port with gcc44. It seems that libkjs.so can conditionally call pthread functions (see collector.cpp), but kjs binary is always linked withou

[kde-freebsd] qt 4.6 and alternative gcc (gcc44)

2010-06-01 Thread Andriy Gapon
I am experimenting with using gcc44 for building ports following a technique laid out here: http://www.freebsd.org/doc/en/articles/custom-gcc/configuring-ports-gcc.html I have some problems with qt4 ports - right now I am blocked at devel/qt4-moc, but I suspect that other qt4 ports might behave t