Dump9660 is a tool for creating ISO 9660 compliant CD images suitable for use with tools such as FreeBSD's burncd. Dump9660 supports the El Torrito bootable CD and Microsoft Joliet extensions as well as the Rock Ridge and Plan 9 system use extensions. Mk9660 is a front end for dump9660 that provides the traditional ability to create CD images from a subtree of the file system. Dump9660 is similar in specification, but creates and updates backup CD images in the style of the Plan 9 dump file system. The dump is file-based rather than block-based: if a file's contents have not changed since the last backup, only its directory entry will be rewritten. WWW: http://www.eecs.harvard.edu/~wkj/Software/dump9660/ - William Josephson and Russ Cox dump9660-port@eecs.harvard.edu web's distibution location. This is officially deprecated 2015-05-02T09:08:11+00:00 peter peter@FreeBSD.org 2015-05-02T09:08:11+00:00 7bd13128c294e3c24e01ae8900b35a5131f74bf6 by the vendor and the source code has been released. Some enterprising individual may like to make a source + api build, but for now, I need this for the freebsd cluster. PR: 199589 Submitted by: dteske Sponsored by: Panzura, Inc.
by the vendor and the source code has been released.

Some enterprising individual may like to make a source + api build,
but for now, I need this for the freebsd cluster.

PR:		199589
Submitted by:	dteske
Sponsored by:	Panzura, Inc.
Mark BROKEN: unfetchable 2015-04-07T17:51:06+00:00 antoine antoine@FreeBSD.org 2015-04-07T17:51:06+00:00 0993bd157639c31079efe382098fb8584b4f970e Reported by: pkg-fallout
Reported by:	pkg-fallout
Remove OSVERSION checks that do not make sense any more. 2015-04-03T11:26:48+00:00 mat mat@FreeBSD.org 2015-04-03T11:26:48+00:00 0691688a506fc2dffc574eeeb80dc0d876378fed For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209