[kde-freebsd] [SVN Commit] area51/math/eigen2

2009-05-20 Thread Max Brazhnikov
SVN commit 4791 by makc: sync with ports (fix LATEST_LINK) M +2 -0 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

Re: [kde-freebsd] [kopete-devel] tcp_info and FreeBSD

2009-05-20 Thread Raphael Kubo da Costa
2009/5/20 Roman Jarosz : > Will it compile if you change the two Q_WS_X11 to Q_OS_LINUX (without the > patch)? Yes, it did compile now. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://free

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread Mel Flynn
On Wednesday 20 May 2009 22:15:13 David Naylor wrote: > On Wednesday 20 May 2009 21:37:58 Mel Flynn wrote: > > On Wednesday 20 May 2009 20:02:55 David Naylor wrote: > > > This will fix the middle click problem. If it were easy to downgrade > > > to Xserver-1.5 then that might confirm the hypothesi

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread David Naylor
On Wednesday 20 May 2009 21:37:58 Mel Flynn wrote: > On Wednesday 20 May 2009 20:02:55 David Naylor wrote: > > This will fix the middle click problem. If it were easy to downgrade to > > Xserver-1.5 then that might confirm the hypothesis. > > I should resurrect my Xorg jail using Alexander Leiding

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread Mel Flynn
On Wednesday 20 May 2009 20:02:55 David Naylor wrote: > This will fix the middle click problem. If it were easy to downgrade to > Xserver-1.5 then that might confirm the hypothesis. I should resurrect my Xorg jail using Alexander Leidinger's patches, unfortunately ENOTIME at the moment. -- Mel

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread David Naylor
On Wednesday 20 May 2009 18:55:31 Mel Flynn wrote: > On Wednesday 20 May 2009 18:14:51 David Naylor wrote: > > On Wednesday 20 May 2009 14:18:05 Mel Flynn wrote: > > > On Tuesday 19 May 2009 18:50:25 David Naylor wrote: > > > > Second is I cannot type in text boxes within Konqueror, the location >

Re: [kde-freebsd] tcp_info and FreeBSD

2009-05-20 Thread David Johnson
On Wednesday 20 May 2009 02:48:02 am Roman Jarosz wrote: > I've created patch which may fix this (but I can't test it). > > I don't know if Q_OS_BSD4 is the correct macro you may have to adjust that > the available macros are here http://doc.trolltech.com/4.5/qtglobal.html The correct macro is jus

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread Mel Flynn
On Wednesday 20 May 2009 18:14:51 David Naylor wrote: > On Wednesday 20 May 2009 14:18:05 Mel Flynn wrote: > > On Tuesday 19 May 2009 18:50:25 David Naylor wrote: > > > Second is I cannot type in text boxes within Konqueror, the location > > > bar at the top works however after making a search at w

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread David Naylor
On Wednesday 20 May 2009 14:18:05 Mel Flynn wrote: > On Tuesday 19 May 2009 18:50:25 David Naylor wrote: > > Second is I cannot type in text boxes within Konqueror, the location bar > > at the top works however after making a search at www.google.com the text > > box at the top doesn't respond (i.e

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread David Naylor
On Tuesday 19 May 2009 19:58:09 Dwayne MacKinnon wrote: > On May 19, 2009 12:50:25 pm David Naylor wrote: > > Hi, > > > > I've installed KDE4 from ports over the weekend and strangely Konqueror > > doesn't work properly. > > > > First was that the mouse middle click didn't open the link in a new ta

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread David Naylor
On Tuesday 19 May 2009 20:30:35 Kent Stewart wrote: > On Tuesday 19 May 2009 09:50:25 am David Naylor wrote: > > Hi, > > > > I've installed KDE4 from ports over the weekend and strangely Konqueror > > doesn't work properly. > > > > First was that the mouse middle click didn't open the link in a new

Re: [kde-freebsd] [kopete-devel] tcp_info and FreeBSD

2009-05-20 Thread Roman Jarosz
Will it compile if you change the two Q_WS_X11 to Q_OS_LINUX (without the patch)? On Wed, 20 May 2009 14:58:01 +0200, Raphael Kubo da Costa wrote: > 2009/5/20 Roman Jarosz : >> Other platforms are fine because there's ifdef for linux. >> As you said FreeBSD should also have this the only dif

Re: [kde-freebsd] [kopete-devel] tcp_info and FreeBSD

2009-05-20 Thread Raphael Kubo da Costa
2009/5/20 Roman Jarosz : > Other platforms are fine because there's ifdef for linux. > As you said FreeBSD should also have this the only difference is that > the tcpi_last_ack_recv and tcpi_last_data_sent in FreeBSD have > __tcpi_last_ack_recv and __tcpi_last_data_sent I don't know how to detect >

Re: [kde-freebsd] Konqueror Unusable

2009-05-20 Thread Mel Flynn
On Tuesday 19 May 2009 18:50:25 David Naylor wrote: > Second is I cannot type in text boxes within Konqueror, the location bar at > the top works however after making a search at www.google.com the text box > at the top doesn't respond (i.e. to refine the search). > > This problem also appears the

Re: [kde-freebsd] tcp_info and FreeBSD

2009-05-20 Thread Roman Jarosz
I've created patch which may fix this (but I can't test it). I don't know if Q_OS_BSD4 is the correct macro you may have to adjust that the available macros are here http://doc.trolltech.com/4.5/qtglobal.html Regards, Roman On Wed, 20 May 2009 09:16:54 +0200, Roman Jarosz wrote: Other pla

Re: [kde-freebsd] tcp_info and FreeBSD

2009-05-20 Thread Roman Jarosz
Other platforms are fine because there's ifdef for linux. As you said FreeBSD should also have this the only difference is that the tcpi_last_ack_recv and tcpi_last_data_sent in FreeBSD have __tcpi_last_ack_recv and __tcpi_last_data_sent I don't know how to detect FreeBSD but it should be possible