diff options
author | dirk <dirk@FreeBSD.org> | 1999-12-22 10:28:37 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-12-22 10:28:37 +0000 |
commit | 2944123509517ada313122d659e21201bdd7cb8e (patch) | |
tree | 1d3ca1ff12d663670893afab5c78324cb820c48f /sysutils/mkisofs | |
parent | f6fe6ac35fa22f8d97ac717117a53c7f5628739b (diff) | |
download | FreeBSD-ports-2944123509517ada313122d659e21201bdd7cb8e.zip FreeBSD-ports-2944123509517ada313122d659e21201bdd7cb8e.tar.gz |
Upgrade to mkisofs included in cdrecord-1.8a36.
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.
Diffstat (limited to 'sysutils/mkisofs')
-rw-r--r-- | sysutils/mkisofs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mkisofs/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index ba61b02..3ee87ca 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= cdrecord-1.8a33 +DISTNAME= cdrecord-1.8a36 PKGNAME= mkisofs-${VERSION} CATEGORIES= sysutils MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/ \ diff --git a/sysutils/mkisofs/distinfo b/sysutils/mkisofs/distinfo index d0b8866..4011dcd5 100644 --- a/sysutils/mkisofs/distinfo +++ b/sysutils/mkisofs/distinfo @@ -1 +1 @@ -MD5 (cdrecord-1.8a33.tar.gz) = b42499eaef6d6b707a657a68e9b127b8 +MD5 (cdrecord-1.8a36.tar.gz) = 1ef47fd2c31962893f6430a26ce86990 |