Currently audio/ripit is broken when used with an audio/xmcd port installation newer than about a month, because of changed output from the cda command from that port. The included diff fixes this problem by upgrading from ripit 1.8 to 2.0, which does away with the xmcd dependency, using the CDDB_get.pm Perl module instead This diff depends on having the port of CDDB_get.pm (see PR 30760) committed as audio/p5-CDDB_get. If PR 30760 gets committed with a different port name, please change the RUN_DEPENDS in audio/ripit/Makefile accordingly.
It seems submitted version depends on lame to retrieve genre list. Should this port depends on lame although users can choose another encoder? # And latest lame port seems not to have --genre-list option... -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project
On Tue, Oct 02, 2001 at 09:33:25AM +0900, Jun Kuriyama wrote: | | It seems submitted version depends on lame to retrieve genre list. | Should this port depends on lame although users can choose another | encoder? | | # And latest lame port seems not to have --genre-list option... Attached is a revised patch which fixes (or avoids, rather) this problem. It also tries to fix a problem occuring when using cdda2wav and a SCSI CD-ROM device, but this has not been tested. It's certainly not worse than before. The attached patch works for me. -- Øyvind Møll oyvindmo@initio.no
State Changed From-To: open->closed Committed, thanks!