From owner-freebsd-ports Thu Nov 23 17:14:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from toptk.com (tp085010.seeder.net [202.43.85.10]) by hub.freebsd.org (Postfix) with ESMTP id A4F9537B4C5 for ; Thu, 23 Nov 2000 17:14:16 -0800 (PST) Received: from toptk.com (tc070195.seeder.net [202.43.70.195] (may be forged)) by toptk.com (8.9.3/8.9.3) with ESMTP id JAA21294; Fri, 24 Nov 2000 09:09:25 +0800 Message-ID: <3A1DC01A.B015C06F@toptk.com> Date: Fri, 24 Nov 2000 09:10:50 +0800 From: Kevin Lo X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-20001115-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: Keith Walker Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: kdemultimedia2-2.0 References: <00112309141700.21980@mars.walker.dom> Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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