[MacPorts] #13331: BUG: libcdio-0.75 default config missed osx driver for 10.4 and 10.5 os.
#13331: BUG: libcdio-0.75 default config missed osx driver for 10.4 and 10.5 os. ----------------------------------------+----------------------------------- Reporter: ulion2002@gmail.com | Owner: macports-dev@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Keywords: libcdio cdio cdda_identify | ----------------------------------------+----------------------------------- Check the configure script file of libcdio-0.75: ==================== case $host_os in aix*) ## Don't use AIX driver until starts to really work ## cd_drivers="${cd_drivers}, AIX" ## AC_DEFINE([HAVE_AIX_CDROM], [1], ## [Define 1 if you have AIX CD-ROM support]) ;; darwin6*|darwin7*) for ac_header in IOKit/IOKitLib.h CoreFoundation/CFBase.h do ==================== it only support up to darwin7 to use IOKits, Indeed, on 10.5 (darwin9), the IOKits works fine after I change the line to: ================== darwin6*|darwin7*|darwin8*|darwin9*) ================== Without this change, the libcdio will miss the osx driver to detect local cdroms, and will always fail when calling cdda_identify On newest CVS of libcdio, it support to darwin8, but darwin9 is still missing, please update or patch libcdio. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13331> MacPorts </projects/macports> Ports system for Mac OS
#13331: libcdio-0.75 default config misses osx driver on Mac OS X 10.4 Tiger and 10.5 Leopard ----------------------------------+----------------------------------------- Reporter: ulion2002@gmail.com | Owner: macports-dev@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: libcdio cdio cdda_identify ----------------------------------+----------------------------------------- Changes (by nox@macports.org): * summary: BUG: libcdio-0.75 default config missed osx driver for 10.4 and 10.5 os. => libcdio-0.75 default config misses osx driver on Mac OS X 10.4 Tiger and 10.5 Leopard -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13331#comment:1> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts