diff options
author | netchild <netchild@FreeBSD.org> | 2004-06-13 23:01:27 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-06-13 23:01:27 +0800 |
commit | fb499032dc624363d5a58b550608e9801e0beccd (patch) | |
tree | a8385f2e4f35aec22c1eab57f50a9d003bbcd2d3 /sysutils/gcdmaster | |
parent | 5bd1cdccd9012c7b5fdb718d9c960eda37f987ed (diff) | |
download | freebsd-ports-gnome-fb499032dc624363d5a58b550608e9801e0beccd.tar.gz freebsd-ports-gnome-fb499032dc624363d5a58b550608e9801e0beccd.tar.zst freebsd-ports-gnome-fb499032dc624363d5a58b550608e9801e0beccd.zip |
- 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 :-(
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 |