Temporary patch to fix USB in kdebase4

2009-06-08 Thread Hans Petter Selasky
See attachment. --HPS diff -u -r work.old/kdebase-4.2.4/apps/kinfocenter/usbview/CMakeLists.txt work/kdebase-4.2.4/apps/kinfocenter/usbview/CMakeLists.txt --- work.old/kdebase-4.2.4/apps/kinfocenter/usbview/CMakeLists.txt 2009-06-07 10:54:55.0 +0200 +++ work/kdebase-4.2.4/apps/kinfocenter/u

Re: porting: Linux to Freebsd

2009-06-08 Thread Alexander Leidinger
Quoting Robert Huff (from Mon, 8 Jun 2009 01:01:32 -0400): Is there anyone out there with experience porting from Linux to FreeBSD and/or writing code for both who can spare a few cycles to help a complete novice figure out what's different (and how to fix it)? Have a look at http:

INDEX now builds successfully on 6.x

2009-06-08 Thread Erwin Lansing
___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: porting: Linux to Freebsd

2009-06-08 Thread Peter Jeremy
On 2009-Jun-08 01:01:32 -0400, Robert Huff wrote: > Is there anyone out there with experience porting from Linux to >FreeBSD and/or writing code for both who can spare a few cycles to >help a complete novice figure out what's different (and how to fix >it)? That's an extremely open-ended qu

ports/134929

2009-06-08 Thread Alexander Kriventsov
Hello Сan anybody commit this http://www.freebsd.org/cgi/query-pr.cgi?pr=134929 ? Thanks -- Best Regards, Alexander Kriventsov .masterhost ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe,

Current unassigned ports problem reports

2009-06-08 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsol

Re: porting: Linux to Freebsd

2009-06-08 Thread Alexander Leidinger
Quoting Robert Huff (from Mon, 8 Jun 2009 08:07:08 -0400): First problem: Looks like bash-isms in configure. When following the instructions here "http://ctp2.darkdust.net/anonsvn/branches/linux/doc/README.linux"; I get to step 2 ("configure") and get this: appending conf

[Call For Testing] VirtualBox for FreeBSD!

2009-06-08 Thread Jack Herrman
Hi, i try virtualbox5.tgz in my FreeBSD 7.2 Release. Compiled allready ok. If I start VirtualBox come following error: [r...@freebsd ~]# VirtualBox VirtualBox: supR3HardenedExecDir: couldn't read "", errno=2 cchLink=-1 also by [r...@freebsd ~]# VBoxSDL VBoxSDL: supR3HardenedExecDir: couldn't

Re: ports/134929

2009-06-08 Thread Wesley Shields
On Mon, Jun 08, 2009 at 02:33:14PM +0400, Alexander Kriventsov wrote: > Hello > ?an anybody commit this > http://www.freebsd.org/cgi/query-pr.cgi?pr=134929 ? > Thanks I'll take care of it shortly. Sorry for the delay. -- WXS ___ freebsd-ports@freebsd.or

Re: porting: Linux to Freebsd

2009-06-08 Thread Robert Huff
Alexander Leidinger writes: > >First problem: > > Looks like bash-isms in configure. for (i = 0; i < 10; i++) hit_forehead_with_desk(); I had already figured out replacing "make" with "gmake"; this should have been obvious. > > >When following the instructions he

Re: porting: Linux to Freebsd

2009-06-08 Thread Alexander Leidinger
Quoting Robert Huff (from Mon, 8 Jun 2009 09:53:29 -0400): Alexander Leidinger writes: > First problem: Looks like bash-isms in configure. for (i = 0; i < 10; i++) hit_forehead_with_desk(); I had already figured out replacing "make" with "gmake"; this should have be

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-06-08 Thread Helko Glathe
Don't forget to read the instructions in the README file. You must add system users to an appropriate system group called something like virtualboxuseres... (I'm currently on a windows machine. So, i have no chance to give you correct detailed instructions :-) Also you must mount /proc See d

Re: porting: Linux to Freebsd

2009-06-08 Thread Robert Huff
Alexander Leidinger writes: > >Right: I re-ran under bash, and got the same problems. > >Looking at configure.ac, I see: > > > > AC_PATH_PROG(YACC,byacc,no) > > if test "x$YACC" == "xno" > > This should be a "=", not a "==". Same result. > >Relevant bit is: > > > >

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-08 Thread Dmitry Marakasov
* Erwin Lansing (er...@freebsd.org) wrote: > > i386 is operated by erwin@ so try talking to him. But I must warn you > > that i386 run will take about a week, due to much older hardware we have > > available for it. > > > And there are two other builds in queue before you, so it will take a > whi

Re: porting: Linux to Freebsd

2009-06-08 Thread Peter Jeremy
On 2009-Jun-08 11:33:27 -0400, Robert Huff wrote: >Alexander Leidinger writes: >> > Right: I re-ran under bash, and got the same problems. >> > Looking at configure.ac, I see: >> > >> > AC_PATH_PROG(YACC,byacc,no) >> > if test "x$YACC" == "xno" >> >> This should be a "=", not a "==". >

Re: Port admission request

2009-06-08 Thread Dmitry Marakasov
* Eugen-Andrei Gavriloaie (shir...@gmail.com) wrote: > I would like to bring to your attention my project hosted here: > > http://www.rtmpd.com > > I know how Adobe is keep ignoring our request of having a flash player > for FreeBSD. I though that at least we have another decent C++ > implem

Re: porting: Linux to Freebsd

2009-06-08 Thread Robert Huff
Peter Jeremy writes: > >> > for ac_remove_CFLAG in "-O1" "-O2" "-O3" ; do > >> >CFLAGS=${CFLAGS//${ac_remove_CFLAG}/} > >> >CPPFLAGS=${CPPFLAGS//${ac_remove_CFLAG}/} > >> >CXXFLAGS=${CXXFLAGS//${ac_remove_CFLAG}/} > >> > done > >> > >> Quick try: > >> CFLA

Re: porting: Linux to Freebsd

2009-06-08 Thread Lowell Gilbert
Robert Huff writes: > Peter Jeremy writes: > > >> >> > for ac_remove_CFLAG in "-O1" "-O2" "-O3" ; do >> >> > CFLAGS=${CFLAGS//${ac_remove_CFLAG}/} >> >> > CPPFLAGS=${CPPFLAGS//${ac_remove_CFLAG}/} >> >> > CXXFLAGS=${CXXFLAGS//${ac_remove_CFLAG}/} >> >> > done >> >>

Re: porting: Linux to Freebsd

2009-06-08 Thread Robert Huff
Lowell Gilbert writes: > > /usr/include/malloc.h:3:2: error: #error " has been replaced by > " > > Whichever file is being compiled has a line that should be changed from > #include > to > #include Done. Merrily compiling away. _

gnome-screensaver wirdness

2009-06-08 Thread Dmitry Morozovsky
Dear colleagues, on a couple of my workstations, after portupgrading, I've found that gnome-screensaver after activating renders X unusable, as it shows desktop with password dialog box for fraction of second, then blanks it back. Killing gnome-xscreensaver from other console helps, but it doe

Re: porting: Linux to Freebsd

2009-06-08 Thread Robert Huff
Robert Huff writes: > Done. Merrily compiling away. New problem. One of the files has: #ifdef LINUX #include #endif What is the FreeBSD magic tag corresponding to "LINUX"? "__FREEBSD__"? Robert Huff __

Re: porting: Linux to Freebsd

2009-06-08 Thread Boris Kochergin
Robert Huff wrote: Robert Huff writes: Done. Merrily compiling away. New problem. One of the files has: #ifdef LINUX #include #endif What is the FreeBSD magic tag corresponding to "LINUX"? "__FREEBSD__"? Robert Huff

[Fwd: apr bug -- WAS Re: [Fwd: Re: devel/subversion status]]

2009-06-08 Thread Philip M. Gollucci
-- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354 Consultant - P6M7G8 Inc.http://p6m7g8.net Senior Sys Admin- RideChar

[Fwd: Re: devel/subversion status]

2009-06-08 Thread Philip M. Gollucci
-- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354 Consultant - P6M7G8 Inc.http://p6m7g8.net Senior Sys Admin- RideChar