From owner-cvs-all@FreeBSD.ORG Tue Apr 20 13:46:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F3716A4CF; Tue, 20 Apr 2004 13:46:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F282F43D2D; Tue, 20 Apr 2004 13:46:33 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KKkXGe089160; Tue, 20 Apr 2004 13:46:33 -0700 (PDT) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KKkXvd089159; Tue, 20 Apr 2004 13:46:33 -0700 (PDT) (envelope-from netchild) Message-Id: <200404202046.i3KKkXvd089159@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 20 Apr 2004 13:46:33 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2004 20:46:34 -0000 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