diff options
author | netchild <netchild@FreeBSD.org> | 2004-04-21 04:46:33 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-04-21 04:46:33 +0800 |
commit | 97ac35252a9d7432eabe479b03345430b5aa58ff (patch) | |
tree | f67ed0a008ad67b9d5e4c404e2788952f2647a04 /sysutils/cdrtools/pkg-plist | |
parent | 71b627e6a282bd16acef4f77e1dc0b5be961f1c9 (diff) | |
download | freebsd-ports-gnome-97ac35252a9d7432eabe479b03345430b5aa58ff.tar.gz freebsd-ports-gnome-97ac35252a9d7432eabe479b03345430b5aa58ff.tar.zst freebsd-ports-gnome-97ac35252a9d7432eabe479b03345430b5aa58ff.zip |
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.
Diffstat (limited to 'sysutils/cdrtools/pkg-plist')
-rw-r--r-- | sysutils/cdrtools/pkg-plist | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/cdrtools/pkg-plist b/sysutils/cdrtools/pkg-plist index 208f38dc4336..85b9084df7e0 100644 --- a/sysutils/cdrtools/pkg-plist +++ b/sysutils/cdrtools/pkg-plist @@ -2,3 +2,39 @@ bin/cdda2wav bin/cdrecord bin/list_audio_tracks bin/readcd +bin/scgcheck +%%RSCSI%%sbin/rscsi +%%RSCSI%%@exec chmod u+s %B/%f +@unexec if cmp -s %D/etc/cdrecord.sample %D/etc/cdrecord; then rm -f %D/etc/cdrecord; else echo "If permanently deleting this package, %D/etc/cdrecord must be removed manually."; fi +etc/cdrecord.sample +@exec [ -f %B/cdrecord ] || cp %B/%f %B/cdrecord +%%RSCSI%%@unexec if cmp -s %D/etc/rscsi.sample %D/etc/rscsi; then rm -f %D/etc/rscsi; else echo "If permanently deleting this package, %D/etc/rscsi must be removed manually."; fi +%%RSCSI%%etc/rscsi.sample +%%RSCSI%%@exec [ -f %B/rscsi ] || cp %B/%f %B/rscsi +%%RSCSI%%@unexec if pw usershow rscsi >/dev/null 2>&1; then echo "If permanently deleting this package, user \"rscsi\" and its homedirectory must be removed manually."; fi +%%RSCSI%%@unexec if pw groupshow rscsi >/dev/null 2>&1; then echo "If permanently deleting this package, group \"rscsi\" must be removed manually."; fi +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.ATAPI +%%PORTDOCS%%%%DOCSDIR%%/README.DiskT@2 +%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD +%%PORTDOCS%%%%DOCSDIR%%/README.WORM +%%PORTDOCS%%%%DOCSDIR%%/README.audio +%%PORTDOCS%%%%DOCSDIR%%/README.cdplus +%%PORTDOCS%%%%DOCSDIR%%/README.cdrw +%%PORTDOCS%%%%DOCSDIR%%/README.cdtext +%%PORTDOCS%%%%DOCSDIR%%/README.copy +%%PORTDOCS%%%%DOCSDIR%%/README.mkisofs +%%PORTDOCS%%%%DOCSDIR%%/README.multi +%%PORTDOCS%%%%DOCSDIR%%/README.raw +%%PORTDOCS%%%%DOCSDIR%%/README.rscsi +%%PORTDOCS%%%%DOCSDIR%%/README.sony +%%PORTDOCS%%%%DOCSDIR%%/README.verify +%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/FAQ +%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/Frontends +%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/HOWTOUSE +%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/OtherProgs +%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/README +%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/THANKS +%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%%/cdda2wav +%%PORTDOCS%%@dirrm %%DOCSDIR%% |