diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-13 15:01:27 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-13 15:01:27 +0000 |
commit | 8cba86908a6d44216b74f49e2572318af0688dc6 (patch) | |
tree | 96b3221678d8ad42edbe9dd33ccb940bcbb1b7f3 /sysutils/gcdmaster | |
parent | a47f4e3179c22af9807e5daf9e23a3ca0477d71e (diff) |
- Update to 1.1.9. Relevant parts from the release notes:
<snip>
Cdrdao changes:
- MMC-driver auto-detection. If no --driver option is specified,
cdrdao will try to autodetect an MMC-compliant device and use the
generic-mmc driver by default. (Denis Leroy)
- Included scsilib upgraded from cdrtools 2.01a31 (Denis Leroy)
- Added --eject option to the unlock command to eject the cd after
unlocking. (Eric Benson)
- New 'discid' command to display CDDB information. (Eric Benson,
Denis Leroy).
- Added --full-burn and --capacity options to extend lead-out to entire
disc, beyond 80 mins limit. (Vladimir Petrov)
GCDMaster changes (Denis Leroy) :
- Some bug fixes (manual driver configurations were not being saved
correctly).
cue2toc changes:
- Version 0.2 released. Complete rewrite, should now handle most of all
CUE files. (Matthias Czapla)
<snip>
- Disable the use of mlockall(2) on FreeBSD 5, even after the last round
of fixes there are still issues.
- Add a workaround for problems with gmake and certain locales on FreeBSD 5.
- Use MASTER_SITE_SOURCEFORGE_EXTENDED.
- Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9.
Submitted by: marius
On my TODO list since: June 7 :-(
Notes
Notes:
svn path=/head/; revision=111394
Diffstat (limited to 'sysutils/gcdmaster')
-rw-r--r-- | sysutils/gcdmaster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gcdmaster/Makefile b/sysutils/gcdmaster/Makefile index cfd05499582f..1f37a98e5b12 100644 --- a/sysutils/gcdmaster/Makefile +++ b/sysutils/gcdmaster/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gcdmaster -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= GNOME frontend for cdrdao |