[PATCH] cdrtools-devel update

Fabian Keil freebsd-listen at fabiankeil.de
Fri Feb 17 11:26:06 PST 2006


Anyone feeling adventuresome enough testing a patch to get
the cdrtools-devel port from 2.01.01a04 to 2.01.01a07?

ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a07 mentions:

|-	Autoconf test for <sys/cdio.h> added (FreeBSD)
|
|-	Some FreeBSD related changes from Heiko done in 2004
|
|	IMPORTANT:	I need testers for FreeBSD and DragonFly BSD as
|			a result of the merge with the complex changes
|			from Heiko.

At least one of those changes could affect FreeBSD 4 users:

|#   if __FreeBSD_version >= 400014
|#    include <sys/cdrio.h>
|#   endif

(part of patch-cdda2wav::mycdrom.h) was changed to: 

|#  if defined HAVE_SYS_CDRIO_H  /* Was: if __FreeBSD_version >= 400014 */
|#   include <sys/cdrio.h>
|#  endif

(in the original mycdrom.h).

I don't use FreeBSD 4 and can't guarantee that the include still applys,
but because of the change log and the comment I think it should.

The patch can be found at:
http://www.fabiankeil.de/sourcecode/cdrtools-devel-2.01.01a07.patch

Removed files:

patch-readcd::readcd.c
(readcd -scanbus works on FreeBSD without patching since a05),
patch-cdda2wav::ioctl.c, patch-cdda2wav::mycdrom.h
(apparently no longer needed since a07, but please test yourself).

I only tested on FreeBSD 6.1-PRERELEASE because that's all I have.

Fabian
-- 
http://www.fabiankeil.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20060217/dc9cc6cf/signature.bin


More information about the freebsd-ports mailing list