Re: [kde-freebsd] target /usr/local/kde4

2008-07-09 Thread David Johnson
On Wednesday 09 July 2008 07:14:48 pm Andrew wrote: > Everytime I return to rebuild a KDE component it wants to re-build kdelibs4 > and everything else because it's looking under /usr/local instead > of /usr/local/kde4 > for the include & lib directories which have already been built and > install

[kde-freebsd] target /usr/local/kde4

2008-07-09 Thread Andrew
Everytime I return to rebuild a KDE component it wants to re-build kdelibs4 and everything else because it's looking under /usr/local instead of /usr/local/kde4 for the include & lib directories which have already been built and installed. What is the recommended procedure to address this? __

[kde-freebsd] KDE4 build problem, bsd.qt.mk need operator

2008-07-09 Thread Kemian Dang
Hi all, I delete or KDE4 related ports and want to rebuild it again, but I got a error when compiling in the beginning: 1:55am kemian /usr/ports/devel/qt4> sudo make install clean "/usr/ports/devel/qt4/../../Mk/bsd.qt.mk", line 6: Need an operator "/usr/ports/devel/qt4/../../Mk/bsd.qt.mk", line

[kde-freebsd] cvs commit: area51/x11/kdebase-workspace/files patch-libs-ksysguard-processui_KMonitorProcessIO.cpp

2008-07-09 Thread Martin Wilke
miwi2008/07/10 02:44:20 CEST KDE/FreeBSD QA/Devel Repository Modified files: x11/kdebase-workspace/files patch-libs-ksysguard-processui_KMonitorProcessIO.cpp Log: - Fix build on amd64 Reported by: many Tested by:Sticky Bit via IM

Re: [kde-freebsd] New Port: x11-themes/gtk-qt4-engine

2008-07-09 Thread Kris Moore
David Johnson wrote: > On Wednesday 09 July 2008 08:41:26 am Kris Moore wrote: >> I've just finished putting together a new port which builds + installs >> the gtk-qt-engine for KDE/QT4. I'm not a port committer, so I'm not able >> to throw this in, and I don't even know if it needs to go in until

[kde-freebsd] cvs commit: area51/x11/kde4 Makefile

2008-07-09 Thread Thomas Abthorpe
tabthorpe2008/07/09 22:12:57 CEST KDE/FreeBSD QA/Devel Repository Modified files: x11/kde4 Makefile Log: - s/KDE_PREFIX/KDE4_PREFIX/ Noticed by: tindy run Revision ChangesPath 1.6 +1 -1 area51/x11/kde4/Makefile ___

Re: [kde-freebsd] New Port: x11-themes/gtk-qt4-engine

2008-07-09 Thread David Johnson
On Wednesday 09 July 2008 08:41:26 am Kris Moore wrote: > I've just finished putting together a new port which builds + installs > the gtk-qt-engine for KDE/QT4. I'm not a port committer, so I'm not able > to throw this in, and I don't even know if it needs to go in until KDE4 > hits ports. But I w

Re: [kde-freebsd] kdebase-workspace ksysguard KMonitorProcessIO.cpp

2008-07-09 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, could you please test follow patch, http://miwi.homeunix.com/patch-libs-ksysguard-processui_KMonitorProcessIO.cpp go in kdebase-workspace/files/ rm patch-libs-ksysguard-processui_KMonitorProcessIO.cpp fetch http://miwi.homeunix.com/patch-libs-k

Re: [kde-freebsd] Proposed patch

2008-07-09 Thread David Naylor
On Tuesday 08 July 2008 19:14:07 David Johnson wrote: > On Tuesday 08 July 2008 02:13:15 am Max Brazhnikov wrote: > > On Tue, 8 Jul 2008 00:17:00 -0700, David Johnson wrote: > > > I'm attaching a patch that should fix the problems building KDE4 when > > > KDE3 is already installed. The problem is t

Re: [kde-freebsd] Konsole / kpty porting (long)

2008-07-09 Thread Adriaan de Groot
On Wednesday 09 July 2008 17:43, Paweł Wieczorek wrote: > I addedd many stupid-debug-message to konsole and kpty code. I detect > that somethink is closing terminal (read 0 bytes from terminal). When > i commented every call to close-syscall problem still exists (this same > when i commented settin

[kde-freebsd] /editors/koffice-kde3 compile failure on amd64

2008-07-09 Thread David Southwell
Here it is.. kde3 compiles fine but not koffice-kde3 is very grumpy! Does anyone know how to fix this one? Thanks in advance ___ then mv -f ".deps/karbon.la.Tpo" ".deps/karbon.la.Po"; else rm -f ".deps/karbon.la.Tpo"; exit 1;

Re: [kde-freebsd] Konsole / kpty porting (long)

2008-07-09 Thread Paweł Wieczorek
Hi, i am trying to solve this same problem now. I checked if terminal is setted correctly and if sub-process is runned on this terminal. On my host (fbsd 7-stable) it is good. I checked by small program http://trzask.int.pl/~wieczyk/shellttyinfo.c if sub-process is set on pty correctly, and it l

[kde-freebsd] New Port: x11-themes/gtk-qt4-engine

2008-07-09 Thread Kris Moore
I've just finished putting together a new port which builds + installs the gtk-qt-engine for KDE/QT4. I'm not a port committer, so I'm not able to throw this in, and I don't even know if it needs to go in until KDE4 hits ports. But I wanted to send it along to you guys, in case you want to th

Re: [kde-freebsd] FAM issue.

2008-07-09 Thread Markus Brüffer
Pawel Wieczorek schrieb: > I am interrested to help your with porting KDE, now I am waiting > for end of compilation. After that i will want to try some small problems at > fist. Cool! Although I don't believe that this problem qualifies as "small" as it will be quite some work, I think. > The

[kde-freebsd] Konsole / kpty porting (long)

2008-07-09 Thread Kris Moore
Hey everybody! I've tried taking a stab at the fixing of kpty on BSD, so we can use Konsole among other things. I've been able to identify where I think the problems are occurring, but haven't been able to figure out a fix to it yet, since it delves a bit deeper into ioctl, and other system ca