cvs commit: ports UPDATING ports/sysutils/cdrtools Makefile pkg-descr pkg-descr.mkisofs pkg-install.rscsi pkg-message pkg-plist pkg-plist.mkisofs ports/sysutils/cdrtools/files patch-README.rscsi patch-RULES::rules.cnf patch-ad patch-ai ...

Alexander Leidinger netchild at FreeBSD.org
Tue Apr 20 13:46:34 PDT 2004


netchild    2004/04/20 13:46:33 PDT

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    sysutils/cdrtools    Makefile pkg-descr pkg-descr.mkisofs 
                         pkg-plist pkg-plist.mkisofs 
    sysutils/cdrtools/files patch-ad 
    sysutils/mkisofs     Makefile 
  Added files:
    sysutils/cdrtools    pkg-install.rscsi pkg-message 
    sysutils/cdrtools/files patch-README.rscsi 
                            patch-RULES::rules.cnf 
                            patch-cdda2wav::interface.c 
                            patch-cdda2wav::ioctl.c 
                            patch-cdda2wav::mycdrom.h 
                            patch-cdrecord::cdrecord.1 
                            patch-cdrecord::cdrecord.dfl 
                            patch-conf::configure 
                            patch-mkisofs::mkisofs.8 
                            patch-readcd::readcd.1 
                            patch-rscsi::rscsi.c 
                            patch-rscsi::rscsi.dfl 
                            patch-scgcheck::scgcheck.1 
  Removed files:
    sysutils/cdrtools/files patch-ai patch-bb 
  Log:
  erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:
  
  Changes common to cdrtools and mkisofs:
  - Delete targets for mkisofs and friends when building cdrtools and vice
    versa to speed up the build of the respective port.
  - Respect CC already at the configure-stage.
  - Manually replace included copies of config.guess and config.sub with
    versions from ${PORTSDIR}/Templates.
  - Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some
    manual pages also reference these.
  - Add a workaround for what appears to be a problem with gmake and certain
    locales on -current. [1]
  
  Changes to cdrtools:
  - Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s.
  - Install scgcheck, a tool to check and validate the ABI of libscg.
  - Patch cdrecord to use ${PREFIX}/etc as the location of the global
    configuration file, rather than using /etc/default. The installed
    documentaion also gets patched accordingly and a PKGMESSAGE reflecting
    this change as required by the terms in cdrecord/defaults.c (PR 50835).
  - Install a sample configuration file for cdrecord, also install a
    configuration file if it doesn't already exist.
  - Patch manpages to better correspond to files and locations on FreeBSD.
  - Add a knob to optionally build and install rscsi, a tool that allows using
    SCSI-devices over the network. The required rscsi user gets added
    automatically and templates for the configuration file also get installed.
    PKGINSTALL points to for further information on how to configure remote
    access to SCSI-devices.
    Note that the stock rscsi of cdrtools 2.00.3 has a small security issue,
    the fix from the cdrtools alpha version has been added to the port.
  - Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg (see revision 1.48
    of sysutils/cdrtools-devel/Makefile for a more detailed description).
  - Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav
    (e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after
    ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed.
  - Properly initialise the verbosity level of cdda2wav when the cooked_ioctl
    interface is used so it's disabled by default.
  - Remove unnecessary patch-ai, this patch for supporting Plasmon RF 4100
    originated in the FreeBSD port of cdrtools but the relevant parts were
    incorporated in cdrtools-1.10a14.
  - Disable the use of mlockall(2) on all version of FreeBSD (see PR 62930 for
    a description of the problem).
  
  Changes to mkisofs:
  - Add MLINKS for devdump.8, isodump.8 and isovfy.8 to isoinfo.8.
  - Install isodebug, a simple tool to display the creation date and the
    commandline options used to create a certain ISO-image with mkisofs.
  - Remove apple_driver.8, this tool doesn't get installed.
  - Unbreak mkhybrid.8 by replacing it with a MLINKS to mkisofs.8.
  - Remove patch-bb, its purpose is unclear and there's no indication in the
    CVS history why it was added.
  
  Requested by:   pav [1]
  Submitted by:   marius (maintainer)
  
  Changes to UPDATING:
   - add a note about the new location of the global configuration of cdrecord.
  
  Revision  Changes    Path
  1.13      +9 -1      ports/UPDATING
  1.55      +130 -26   ports/sysutils/cdrtools/Makefile
  1.1       +45 -0     ports/sysutils/cdrtools/files/patch-README.rscsi (new)
  1.1       +12 -0     ports/sysutils/cdrtools/files/patch-RULES::rules.cnf (new)
  1.3       +3 -3      ports/sysutils/cdrtools/files/patch-ad
  1.5       +0 -20     ports/sysutils/cdrtools/files/patch-ai (dead)
  1.2       +0 -13     ports/sysutils/cdrtools/files/patch-bb (dead)
  1.1       +37 -0     ports/sysutils/cdrtools/files/patch-cdda2wav::interface.c (new)
  1.1       +88 -0     ports/sysutils/cdrtools/files/patch-cdda2wav::ioctl.c (new)
  1.1       +24 -0     ports/sysutils/cdrtools/files/patch-cdda2wav::mycdrom.h (new)
  1.1       +11 -0     ports/sysutils/cdrtools/files/patch-cdrecord::cdrecord.1 (new)
  1.1       +36 -0     ports/sysutils/cdrtools/files/patch-cdrecord::cdrecord.dfl (new)
  1.1       +10 -0     ports/sysutils/cdrtools/files/patch-conf::configure (new)
  1.1       +20 -0     ports/sysutils/cdrtools/files/patch-mkisofs::mkisofs.8 (new)
  1.1       +13 -0     ports/sysutils/cdrtools/files/patch-readcd::readcd.1 (new)
  1.1       +18 -0     ports/sysutils/cdrtools/files/patch-rscsi::rscsi.c (new)
  1.1       +29 -0     ports/sysutils/cdrtools/files/patch-rscsi::rscsi.dfl (new)
  1.1       +12 -0     ports/sysutils/cdrtools/files/patch-scgcheck::scgcheck.1 (new)
  1.10      +4 -0      ports/sysutils/cdrtools/pkg-descr
  1.3       +19 -4     ports/sysutils/cdrtools/pkg-descr.mkisofs
  1.1       +61 -0     ports/sysutils/cdrtools/pkg-install.rscsi (new)
  1.1       +13 -0     ports/sysutils/cdrtools/pkg-message (new)
  1.10      +36 -0     ports/sysutils/cdrtools/pkg-plist
  1.2       +17 -0     ports/sysutils/cdrtools/pkg-plist.mkisofs
  1.40      +1 -1      ports/sysutils/mkisofs/Makefile


More information about the cvs-all mailing list