[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 the same.
It seems that the CXX override gets honored and g++44 is used as a compiler, but
LINK variable in qmake-generated makefiles remains set to g++ and that leads to
linking failure.

I think that I can override QMAKE_LINK and QMAKE_LINK_SHLIB in
/usr/local/share/qt4/mkspecs/common/g++.conf but I am looking for a more
controlled solution.  Being able to override these via make.conf would be
perfect.  Perhaps there is some magic similar to what works for QMAKE_CXX...

Any thoughts, advice?
Thanks a lot!
-- 
Andriy Gapon
___
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] 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 without any thread flags (e.g.
-pthread).

-- 
Andriy Gapon
___
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