Cdrdao version 1.2.2 - How to Download and Install on Mac OS X
Saturday the 4th of July, 2009

    version 1.2.2

      View the most recent changes for the cdrdao port at: cdrdao.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for cdrdao.
      The raw portfile for cdrdao 1.2.2 is located here:
      http://cdrdao.darwinports.com/dports/sysutils/cdrdao/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/cdrdao


      The cdrdao Portfile 33310 2008-01-23 13:07:17Z ryandesign macports.org $

      PortSystem 1.0
      Name: cdrdao
      Version: 1.2.2
      Revision: 1
      Description: Disk-At-Once Recording of Audio and Data CD-Rs/CD-RWs
      Long Description: Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents (toc-file).

      Category: sysutils
      Maintainers: nomaintainer
      Platform: darwin
      Master Sites: sourceforge
      Checksums: sha1 2699e56e00342c1fa2a3815ed02418fe964b276b
      use_bzip2 yes

      depends_build port:pccts port:pkgconfig

      post-patch {
      reinplace "s|#ifndef linux|#ifdef linux|g" ${worksrcpath}/dao/ScsiIf-lib.cc

      reinplace "s|-L\$\(top_builddir\)/paranoia -lcdda_paranoia|\$\(top_builddir\)/paranoia/libcdda_paranoia.a|" ${worksrcpath}/dao/Makefile.in

      file copy "${worksrcpath}/scsilib/RULES/power-macintosh-darwin-cc.rul" "${worksrcpath}/scsilib/RULES/i386-darwin-cc.rul"
      }

      configure.args --with-pcctsbin=${prefix}/bin --with-pcctsinc=${prefix}/include/pccts --mandir=${prefix}/share/man --without-lame --without-xdao --without-ogg-support --without-mp3-support --disable-dependency-tracking

      Variant: lame {
      depends_lib-append port:lame
      configure.args-delete --without-lame
      configure.args-append --with-lame-lib=${prefix}/lib --with-lame-include=${prefix}/include
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/cdrdao
      % sudo port install cdrdao
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching cdrdao
      ---> Verifying checksum for cdrdao
      ---> Extracting cdrdao
      ---> Configuring cdrdao
      ---> Building cdrdao with target all
      ---> Staging cdrdao into destroot
      ---> Installing cdrdao
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using cdrdao with these commands:
      %  man cdrdao
      % apropos cdrdao
      % which cdrdao
      % locate cdrdao

     Where to find more information:

    Darwin Ports



    Lightbox this page.