Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Nov 2000 09:14:17 -0800
From:      Keith Walker <kew@icehouse.net>
To:        kevlo@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: kdemultimedia2-2.0
Message-ID:  <00112309141700.21980@mars.walker.dom>

next in thread | raw e-mail | index | archive | help
Hi!

I installed KDE2 a while back and I'd been wondering whatever happened to the 
kscd program (the CD Player) ever since.

Well, I went looking at the thing and discovered a few problems with easy 
solutions that make the program work.

1) The configure file defaults to not building kscd for *any* BSD systems. 
Around line 10916 of "configure" the check is made for our bsd systems. 
Comment this out and kscd will be built.

2) Comment out line 52 of ".../kscd/libwm/plat_freebsd.c" to make the program 
quit looking for a file that doesn't exist.

3) This one's tougher, since we don't know which cdrom device we should 
support, but /dev/rmatcd0c is definitely *not* it. I mean, does *anyone* have 
one of these anymore? Anyway, the file ".../kscd/libwm/include/wm_config.h" 
at line 131 should be changed to "/dev/cdrom" or "/dev/racd0c" or something. 
I use "/dev/cdrom" and do the linux-like symlink to the proper cd device on 
my system.

With those changes, kscd will compile and run. At least on my system: YMMV of 
course :-)

I know a diff file would have been better, but I really don't know how to do 
a proper one.

-- 
Keith Walker
kew@icehouse.net


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00112309141700.21980>