Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 09:10:50 +0800
From:      Kevin Lo <kevin.lo@toptk.com>
To:        Keith Walker <kew@icehouse.net>
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: kdemultimedia2-2.0
Message-ID:  <3A1DC01A.B015C06F@toptk.com>
References:  <00112309141700.21980@mars.walker.dom>

next in thread | previous in thread | raw e-mail | index | archive | help
Keith Walker wrote:

> Hi!

Hi Keith,

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

Great :-) Thanks for your feedback.

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

I've done the following instructions before. Compiled with no problems, but
starting kscd, I got core dumped :-(
I'm trying to find what the problem is and will fix it ASAP.
That's why I didn't release my patches.
Does anyone follow instructions and kcsd works fine? If so, I'll release my
patches for kdemultimedia2.

> 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.

Correct.

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

Correct.

> 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.

1) please don't change kcsd/libwm/include/wm_config.h. Using kscd/config.h
    instead of wm_config.h about the line "DEFAULT_CD_DEVICE".
2)I'm probably wrong: DEFAULT_CD_DEVICE should be
    /dev/rcd0c, not /dev/racd0c?

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

If anyone uses kde2, please follow the above instructions and give me feedback
wether it
works or not, thank you very much.

> 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

- Kevin



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?3A1DC01A.B015C06F>