[kde-freebsd] [SVN Commit] area51/x11/kdebase4-workspace

2009-04-21 Thread Martin Wilke
SVN commit 4710 by miwi: - Added workaround for libusb on HEAD M +8 -3 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] libusb issue building kdebase4-workspace

2009-04-21 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Apr 21, 2009 at 10:38:06PM -0400, Robert Huff wrote: > > Hello: > After upgrading a system to -CURRENT/today and getting the new > USB stack, attempts to (re)build kdebase4-workspace-4.2.2_1 fail > with: > > ===> kdebase-workspace-4.2

[kde-freebsd] libusb issue building kdebase4-workspace

2009-04-21 Thread Robert Huff
Hello: After upgrading a system to -CURRENT/today and getting the new USB stack, attempts to (re)build kdebase4-workspace-4.2.2_1 fail with: ===> kdebase-workspace-4.2.2_1 depends on file: /usr/local/bin/cmake - found ===> kdebase-workspace-4.2.2_1 depends on shared library: usb-0.1.8

Re: [kde-freebsd] DISABLE_MAKE_JOBS for kde4

2009-04-21 Thread Mel Flynn
On Tuesday 21 April 2009 15:27:59 Matt wrote: > On Tue, Apr 21, 2009 at 7:18 AM, Mel Flynn > > wrote: > > On Tuesday 21 April 2009 12:18:43 Max Brazhnikov wrote: > >> On Tue, 21 Apr 2009 09:59:37 +0200, Mel Flynn wrote: > >> > Hi, > >> > > >> > I saw a commit to disable make jobs by default for kd

Re: [kde-freebsd] /usr/ports/devel/cmake wont build

2009-04-21 Thread Alex
typo, adding -fpermissive to CXXFLAGS not CFLAGS cures the c++ errors Alex wrote: > Seems gcc4.4 is a little strict. > > /usr/lib/libstdc++.so.6 exists in both /usr/lib and > /usr/local/lib/gcc-4.4.0 > > However in LD_LIBRARY_PATH /usr/lib takes precedence > > Adding /usr/local/lib/gcc-4.4.0 bef

Re: [kde-freebsd] /usr/ports/devel/cmake wont build

2009-04-21 Thread Alex
Seems gcc4.4 is a little strict. /usr/lib/libstdc++.so.6 exists in both /usr/lib and /usr/local/lib/gcc-4.4.0 However in LD_LIBRARY_PATH /usr/lib takes precedence Adding /usr/local/lib/gcc-4.4.0 before /usr/lib seems to cure the error below: /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: ver

Re: [kde-freebsd] DISABLE_MAKE_JOBS for kde4

2009-04-21 Thread Matt
On Tue, Apr 21, 2009 at 7:18 AM, Mel Flynn wrote: > On Tuesday 21 April 2009 12:18:43 Max Brazhnikov wrote: >> On Tue, 21 Apr 2009 09:59:37 +0200, Mel Flynn wrote: >> > Hi, >> > >> > I saw a commit to disable make jobs by default for kde4. Except for not >> > getting colored output, I have only se

Re: [kde-freebsd] DISABLE_MAKE_JOBS for kde4

2009-04-21 Thread Mel Flynn
On Tuesday 21 April 2009 12:18:43 Max Brazhnikov wrote: > On Tue, 21 Apr 2009 09:59:37 +0200, Mel Flynn wrote: > > Hi, > > > > I saw a commit to disable make jobs by default for kde4. Except for not > > getting colored output, I have only seen problems with kdeedu4. These > > ports being a very lar

Re: [kde-freebsd] DISABLE_MAKE_JOBS for kde4

2009-04-21 Thread Max Brazhnikov
On Tue, 21 Apr 2009 09:59:37 +0200, Mel Flynn wrote: > Hi, > > I saw a commit to disable make jobs by default for kde4. Except for not > getting colored output, I have only seen problems with kdeedu4. These ports > being a very large compile, are the problems documented somewhere so that > one may

[kde-freebsd] /usr/ports/devel/cmake wont build

2009-04-21 Thread Alex
Hi Guys, Running 7.2-PRERELEASE (7-stable)/i386. Using latest ports snapshot. I am trying to compile kde 4.2.2 from ports. Firstly some information about my build environment: CC=/usr/local/bin/gcc44 CXX=/usr/local/bin/g++44 CFLAGS=-O3 CXXFLAGS=-O3 [r...@laptop /usr/ports/devel/cmake]# $CC -v

[kde-freebsd] DISABLE_MAKE_JOBS for kde4

2009-04-21 Thread Mel Flynn
Hi, I saw a commit to disable make jobs by default for kde4. Except for not getting colored output, I have only seen problems with kdeedu4. These ports being a very large compile, are the problems documented somewhere so that one may look into the CMake files to fix them? -- Mel __

Re: [kde-freebsd] KDE4 on -current - kppp will not compile

2009-04-21 Thread Max Brazhnikov
On Tue, 21 Apr 2009 02:03:28 +0300, Paul Arakelyan wrote: > Hi! > ports/kdenetwork4: > kppp will not compile on freebsd-current as if_ppp.h was removed It's known problem. Patches are welcome! Max ___ kde-freebsd mailing list kde-freebsd@kde.org https:

Re: [kde-freebsd] KDE4 on -current - kppp will not compile

2009-04-21 Thread Mel Flynn
Hi Paul, On Tuesday 21 April 2009 01:03:28 Paul Arakelyan wrote: > ports/kdenetwork4: > kppp will not compile on freebsd-current as if_ppp.h was removed Unless you actually use kppp, I worked around it locally like so in /etc/make.conf: .if !empty(.CURDIR:M/usr/ports/net/kdenetwork4) CMAKE_ARG

[kde-freebsd] KDE4 on -current - kppp will not compile

2009-04-21 Thread Paul Arakelyan
Hi! ports/kdenetwork4: kppp will not compile on freebsd-current as if_ppp.h was removed -- Best regards, Paul Arakelyan. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org