| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Requested by: marius
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
(Part 1)
|
|
|
|
|
|
|
|
|
|
|
| |
- Add CONFLICTS for corresponding -devel ports.
mkisofs:
- Rearrange a line in the Makefile in oder to quiet portlint (3 errors/
1 warning -> 0 errors/1 warning).
PR: ports/52849
Submitted by: Marius Strobl <marius@alchemy.franken.de>
|
|
|
|
|
| |
Spotted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: fjoe (mentor) (implicit)
|
|
|
|
|
|
| |
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
|
|
|
|
| |
Submitted by: lioux
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Naoya Nishimura <nishinao@m3.kcn.ne.jp>
|
| |
|
|
|
|
| |
Add knobs for mkisofs slave port.
|
|
|
|
| |
Reminded by: Mike Meyer <mwm@mired.org>
|
|
|
|
|
| |
Submitted by: tegge
PR: ports/25286
|
|
|
|
|
| |
scg_scsi_mode_page_header in order to resolve a conflict with
scsi_mode_page_header defined /usr/include/scsi/scsi_all.h.
|
|
|
|
|
|
| |
- mkisofs has it own distribution
- mkhybrid was integrated into mkisofs
- apple_driver builds out of the box
|
|
|
|
| |
MASTER_SITE_LOCAL site.
|
|
|
|
| |
Found by: bento
|
|
|
|
|
|
|
|
|
| |
included in mkisofs, now.
As of cdrecord version 1.9a01 the functionality of mkhybrid is
included in mkisofs anyway, i.e. there will be one binary only.
Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/16697
Submitted by: Udo Schweigert <ust@cert.siemens.de>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From AN-1.8a38:
- Fixed a seriuos bug related to the structures iso_path_table and
iso_directory_record.
Both structures have an odd length and some compilers (e.g. on
Sun3/mc68020 systems) will padd these structures to an even size.
For this reason it was a bad idea to use sizeof(iso_path_table)
of sizeof(iso_directory_record) for on disk size computations.
The changes affect central functionality and it is needed to do
testing if my changes will not introduce a new bug.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From AN-1.8a35:
- The -a option is now obsolete. Now all files are put on CD by default.
To suppress backup files use the new option -nobak
- -nobak option new to exlude files that contain a '~' or a '#' or
end in '.bak'
From AN-1.8a36:
- Support for Eltorito Hard-disk-emulation boot from H.P.Anvin
Note that the original source was non portable and I could not
test if my portable version work correctly.
- Support for Eltorito No-emulation boot from H.P.Anvin
Note that the original source was non portable and I could not
test if my portable version work correctly.
- Support for Eltorito boot-disable boot from H.P.Anvin
- Eltorito boot catalog is now a 'virtual file' (thanks to James Pearson)
No need to write to the source tree anymore.
|
| |
|
| |
|
|
|
|
| |
Now the mkisofs port is a copy of the cdrecord port with some modifications.
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
|
|
|
|
| |
Asked-for by: Brian Handy <handy@lambic.physics.montana.edu>
|
|
|
|
|
|
|
| |
This version has support for Joliet filesystems.
Although this is labeled as "beta" it has proven enough stability
as mkisofs112 in the ports tree. mkisofs112 is going to be deleted now.
|
| |
|
|
|
|
| |
Add another MASTER_SITE.
|
|
|
|
|
| |
PR: posted to ports@freebsd.org
Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
the multisession stuff.
Too bad, but i've missed the 2.2.5 deadline with this by a few hours.
|
| |
|
|
|
|
|
|
|
| |
version, now finally upgrade to mkisofs 1.10.
PR: ports/3143
Submitted by: partially by Brian Handy <handy@lambic.space.lockheed.com>
|
|
|
|
| |
Submitted by: jmz
|
|
|
|
|
| |
have time to properly maintain. This will cause the position to
revert to ports.
|
|
|
|
| |
Converted to new MAN[1-9]
|
|
|