The FreeBSD Ports Archive
FreeBSD sysutils : cdrdao4>
Cdrdao records audio or data CD-R[W]s in disc-at-once (DAO) mode based on
textual description of the CD contents (toc-file).
Among others, cdrdao can handle the bin/cue format commonly used for VCDs
or disks with subchannel data.
http://cdrdao.sourceforge.net/
|
cdrdao history
v. 1.52
date: 2007/10/24 23:36:34; author: marcus; state: Exp; lines: +7 -7
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.51
date: 2007/09/15 11:58:50; author: marius; state: Exp; lines: +3 -3
- Update to 1.2.2. Relevant parts from the release notes:
Cdrdao changes:
o Man page cleanup (Andrew Suffield)
GCDMaster changes:
o Fixed GCC 4.1 compilation issues
o Fixed hang when inserting WAV file
- Ensure that the libraries built by the port are linked in and not
already installed ones. For example in case of libcdda_paranoia
installed by audio/cdparanoia can't be used to build cddao. Such
problems only happen when using non-standard compiler and/or linker
flags are used but it doesn't hurt to add some anti-footshooting
measurements to the port. [1]
PR: 115616 [1]
Approved by: netchild
v. 1.50
date: 2007/07/28 12:27:30; author: miwi; state: Exp; lines: +2 -2
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
v. 1.49
date: 2006/10/14 08:53:21; author: marcus; state: Exp; lines: +8 -8
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.48
date: 2006/05/07 16:47:24; author: marius; state: Exp; lines: +6 -4
- Allow this port to be compiled with CC set to something containing a
path component.
- Remove obsolete USE_REINPLACE.
Approved by: netchild
v. 1.47
date: 2005/11/29 21:21:23; author: marius; state: Exp; lines: +3 -4
- Update to 1.2.1. Relevant parts from the release notes:
Cdrdao changes:
o Fixed bad bug with missing return statemements in recomputeLength
and format conversion.
o Fixed broken '-' STDIN input feature.
o Fixed various gcc4-related compile problems.
o Fixed copy problem with single device when read_device is specified.
o Minor fixes to driver table.
GCDMaster changes:
o The crash when creating a new "Create Audio CD" view seemed to be
related to gtkmm and libsigc++ and went away with newer releases of
those packages.
toc2cue changes:
o Fixed bug that was causing empty output files.
o Added conversion of COPY to DCP flags. (Julio Sanchez Fernandez)
- In gcdmaster.keys use the correct path to the installed gcdmaster-doc.png.
Approved by: netchild
v. 1.46
date: 2005/08/12 16:20:44; author: marius; state: Exp; lines: +46 -9
- Update to 1.2.0. [1]
Cdrdao changes:
o SECURITY FIX: cdrdao now gives up its root privileges after setting
up real-time scheduling, as well as before saving settings through
the --save option. This fixes a potential local root exploit when
cdrdao is installed with the +s chmod flag. Using --save now also
forces an early exit after the settings are saved.
o Added MP3 and Ogg Vorbis file support (through respectively the
libmad and libvorbis libraries). cdrdao will decode the MP3 and
Ogg files into temporary WAV files that will be deleted upon exit
(unless the new option --keep is used). The directory used to
store those temporary WAV files can be specified with the --tmpdir
option (default is /tmp).
o Improved native CUE file support: replaced old incomplete existing
parser with the one from Matthias Czapla's excellent
cue2toc. Added support for cutting binary files.
o Added --rspeed option to manually set the device reading speed. Be
warned not all devices support this.
o Packaged scsilib library upgraded from cdrtools 2.01 (previously
was from 2.01a31).
o Added --no-mode2-mixed option. Don't read a MODE2 disk as
MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu
Castet).
o Added help for little-known drive-info command.
GCDMaster changes:
o MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
.ogg files from Nautilus into the sample display window.
o Switched to gtkmm24 API. Improved file browsers.
o CUE files support.
o Sound output now uses libao library.
o Added 'Select All' item in menu.
o Added 'Eject' button to progress dialog.
o Bug fixes (sample selection weirdness, couldn't close window during
play, problems with gcdmaster command-line argument, crashes with
multiple project windows, drive status not reported correctly).
Note that the FreeBSD ports doesn't install cdrdao setuid root so you are
not vulnerable by default.
- Fix building on FreeBSD 7.
- Turn on the usage of mlockall(2) again as it no longer causes negative side
effects on FreeBSD >= 502113.
Requested by: will [1]
Approved by: portmgr (linimon)
Security: http://vuxml.freebsd.org/d51a7e6e-c546-11d9-9aed-000e0c2e438a.html
v. 1.45
date: 2004/06/13 15:01:26; author: netchild; state: Exp; lines: +13 -9
- Update to 1.1.9. Relevant parts from the release notes:
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)
- 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 :-(
v. 1.44
date: 2004/04/20 13:49:28; author: netchild; state: Exp; lines: +1 -1
Use the @FreeBSD.org address of the maintainer.
Approved by: marius
v. 1.43
date: 2004/03/05 16:37:32; author: netchild; state: Exp; lines: +1 -1
Change the progress meter back to not print newlines on update, this
annoying behaviour unintentionally got introduced shortly before 1.1.8
was released. This patch also went into the cdrdao repository.
Submitted by: maintainer
v. 1.42
date: 2004/02/20 15:22:22; author: netchild; state: Exp; lines: +1 -1
In case the distfile of cdrdao is not available locally, the slave port
gcdmaster was not able to fetch it.
Submitted by: maintainer
v. 1.41
date: 2004/02/18 14:56:10; author: netchild; state: Exp; lines: +60 -78
- Update to 1.1.8. Relevant parts from the release notes:
- Improved performance of the new L-EC code by up to a factor 2 depending
on the hardware.
- 'read-test' runs L-EC encoder over mode 1 or mode 2 form 1 sectors to
allow performance testing in conjunction with option --speed.
new:
- toc2cddb: translates a TOC file into a cddb file. (Giuseppe Corbelli)
new:
- cue2toc: convert CUE to TOC format for audio CDs. (Matthias Czapla)
Note: The 1.1.8 tarball was re-rolled twice because of missing files and
a show-stopper in gcdmaster and some SourceForge mirrors still might
need to catch up on it. If you have problems with differing checksums
please fetch from ftp://us.dl.sourceforge.net/pub/sourceforge/cdrdao,
which is known to carry the latest version.
- Use/respect DATADIR and DOCSDIR.
- Make PREFIX-clean by respecting PREFIX instead of LOCALBASE.
- First part of splitting gcdmaster into a slave port because the conditional
compilation via HAVE_GNOME caused problems when gnomelibs where installed
afterwards (PR 61840).
- Tidy the PORTDOCS a bit, e.g. no longer install the release notes for
previous releases, they are easily accessible on the homepage anyway.
- On deinstall, remind the user to delete the global config file if existent
and permanently removing this port.
- In pkg-descr, mention that cdrdao also handles the bin/cue format. Wording
taken from the Debian cdrdao package.
- Fix some references in the cdrdao manpage to fit FreeBSD.
- Remove the WITH_PTHREADS knob, it was never very usefull on FreeBSD.
- Remove the WITHOUT_SCGLIB knob, the "native" CAM interface of cdrdao has
issues with ATAPICAM and probably will be removed in future version.
- Remove "-DBSD_SCSI_SENSE_BUG" from CFLAGS, for an explanation see
sysutils/sformat/Makefile v. 1.5.
Submitted by: maintainer
v. 1.40
date: 2004/02/04 05:08:55; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.39
date: 2004/01/30 12:44:57; author: netchild; state: Exp; lines: +11 -11
Temporarily disable compilation of gcdmaster until problems with broken
dependencies when gnomelibs are installed after cdrdao can be resolved.
PR: 61840
Submitted by: maintainer
v. 1.38
date: 2003/06/04 18:43:16; author: netchild; state: Exp; lines: +4 -4
- Fix yet another bug that might be used for a root exploit. As with the last
bug you are only vulnerable if you locally set the cdrdao binary suid root.
- Respect CC already at the configure-stage of scsilib else we end up running
configure with GCC and compiling with whatever CC was set to.
Submitted by: maintainer
v. 1.37
date: 2003/05/21 15:19:38; author: netchild; state: Exp; lines: +1 -1
Fix potential root exploit.
THE FREEBSD PORT IS NOT VULNERABLE AS IT DOES NOT SET THE SUID BIT, YOU
ARE ONLY VULNERABLE, IF YOU SET IT ON YOUR OWN!
Submitted by: maintainer
v. 1.36
date: 2003/04/20 19:43:30; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.35
date: 2003/02/28 22:53:01; author: kris; state: Exp; lines: +1 -1
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
v. 1.34
date: 2003/02/21 13:28:36; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.33
date: 2003/01/30 03:59:46; author: marcus; state: Exp; lines: +1 -1
Chase the gnomemm shared lib version.
v. 1.32
date: 2003/01/02 15:53:38; author: netchild; state: Exp; lines: +57 -18
From the submitter:
- Don't default to '-O2' when compiling the cdparanoia-lib but respect CFLAGS,
this should work around the generation of broken code with GCC and an
optimazation-level greater than 1.
- Fix a bug in the cdparanoia-lib that can cause problems on some !386.
- Remove the unneeded usage of what seems to be an extension of G++, i.e.
arguments to the constructor when allocating an array of objects with new,
fixes compilation with compilers stricter obeying the standards.
- Always symlink ${MACHINE_ARCH}-freebsd-cc.rul to the i386-version on !i386 in the RULES-directory of scglib to be consistent with sysutils/cdrtools, cdrdao
also should compile and work on any platform with the fixes above.
- hier(7) the location of the global cdrdao.etc to LOCALBASE/etc/cdrdao.conf.
- Make the gcdmaster gnome-frontend compile with GCC3, use HAVE_GOME-magic to
build it.
- Clean up some stuff.
NOTE: Gcdmaster has a very obvious bug, if one creates a new audio-CD by
"New Audio CD project" -> "Edit" -> "Append Track" (select audio-file)
it will get the length of the track wrong, display a garbage waveform
and play nothing when hitting the play-button, same for further added
tracks. This can be worked around by saving the project and re-opening
it, now appending further tracks also works and the burnt CD is fine.
This is _not_ a bug of this port but a bug in gcdmaster itself and
is totally reproducable on Linux, therefore please don't mail the
maintainer of this port about it expect you have a fix, thanks.
Submitted by: maintainer
v. 1.31
date: 2002/11/13 14:05:31; author: netchild; state: Exp; lines: +44 -22
- give maintainership from ports to submitter
From submitter:
- Remove the devel/pccts BUILD_DEPENDS, there's no need to depend on it as
cdrdao ships it's own version (but use the pccts-port if it happens to be
installed in order to speed up things).
- Add a knob to build toc2mp3 (a tool encode an audio cd-image to a set of
mp3 files, see Release-1.1.6), makes this port depend on audio/lame.
- Use the FreeBSD INSTALL-macros to install the 4 (5 when building toc2mp3)
files that are not yet installed by them, much faster than going through
the whole makfile-tree.
- Don't install extra documentation when NOPORTDOCS is defined (pkg-plist
was already correct).
- Remove pkg-message, POSIX scheduling is part of the GENERIC kernel since
FreeBSD 4.0-RELEASE and it's options are different for 3-stable, 4-stable
and 5.0-current. Therefore it's ugly to explain for what options to check
on what FreeBSD-version. Don't install README.FreeBSD for the same reason.
- Don't copy a getopt.h to ${WRKSRC}/utils, it's neither required nor gets
picked up.
- Respect PTHREAD_LIBS, respect CC/CFLAGS when compiling Joerg Schiling's
SCSI library (the later is recycled sysutils/cdrtools/files/patch-ad).
- Don't build librscg and rscsi (remote-scsi) of the SCSI library, they
aren't required by cdrdao and the later fails to link anyway because
_somewhere_ in the makefile-tree libcam no longer gets passed forward
in $SCSILIB.
- Fix compilation on 5.0-current.
- Add support for FreeBSD/sparc64.
Submitted by: marius@alchemy.franken.de
v. 1.30
date: 2002/11/10 16:45:02; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.29
date: 2002/11/06 22:43:47; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.28
date: 2002/10/12 15:48:16; author: ijliao; state: Exp; lines: +23 -13
upgrade to 1.1.7
PR: 43960
Submitted by: Ports Fury
v. 1.27
date: 2002/09/28 13:22:57; author: ijliao; state: Exp; lines: +1 -1
1. Mark IGNORE because of License issues
2. fix WWW
PR: 43419 (1)
Submitted by: Tilman Linneweh
v. 1.26
date: 2002/02/07 22:43:57; author: naddy; state: Exp; lines: +2 -2
MAINTAINER resigns.
Submitted by: David Lebel
v. 1.25
date: 2001/05/27 12:48:35; author: ijliao; state: Exp; lines: +5 -3
upgrade to 1.1.5
PR: 27228
Submitted by: maintainer
v. 1.24
date: 2001/01/16 17:30:04; author: sobomax; state: Exp; lines: +10 -10
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.23
date: 2000/11/22 17:16:11; author: roam; state: Exp; lines: +3 -2
Fix build with LOCALBASE != /usr/local - tell configure where to look
for the pccts binaries.
PR: ports/22777
Submitted by: maintainer
v. 1.22
date: 2000/11/11 06:17:33; author: kevlo; state: Exp; lines: +12 -10
Change MASTER_SITES to SourceForge.
PR: 22738
Submitted by: MAINTAINER
v. 1.21
date: 2000/11/07 06:56:03; author: dougb; state: Exp; lines: +2 -2
Current maintainer requests a new one be assigned
PR: ports/22657
Submitted by: Yasuhito FUTATSUKI, futatuki@debug.gr.jp
v. 1.20
date: 2000/11/07 02:40:17; author: jeh; state: Exp; lines: +2 -2
New MASTER_SITES
PR: 22607
Submitted by: David Lebel
v. 1.19
date: 2000/11/01 02:45:38; author: jeh; state: Exp; lines: +15 -15
Upgraded to version 1.1.4
PR: 22155
Submitted by: David Lebel
v. 1.18
date: 2000/06/30 15:43:37; author: motoyuki; state: Exp; lines: +3 -27
o Turn off the build of xcdrdao:
Xcdrdao cannot build with GTK-- 1.2.0 bacause of the incompatibility
of GTK--. If GTK-- is installed, cdrdao port always tries to build
xcdrdao, and fails.
o Support 5-current.
o Do not use posix-threads by default due to thread scheduling problem.
o Change the address of maintainer.
PR: ports/19504
Submitted by: Yasuhito FUTATSUKI (maintainer)
v. 1.17
date: 2000/05/28 03:20:42; author: steve; state: Exp; lines: +2 -2
Fixup LIB_DEPENDS after upgrade of gtk-- port.
v. 1.16
date: 2000/04/17 00:17:02; author: reg; state: Exp; lines: +7 -8
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.15
date: 2000/04/08 21:23:24; author: mharo; state: Exp; lines: +4 -4
update with the new PORTNAME/PORTVERSION variables
v. 1.14
date: 2000/01/29 20:01:21; author: mharo; state: Exp; lines: +2 -2
fix some pkg/MESSAGE stuff
v. 1.13
date: 2000/01/22 23:43:13; author: kris; state: Exp; lines: +4 -4
Correct grammar in comments
v. 1.12
date: 1999/11/01 02:04:24; author: steve; state: Exp; lines: +9 -10
Update to version 1.1.3.
PR: 14550
Submitted by: maintainer
v. 1.11
date: 1999/10/25 07:37:06; author: asami; state: Exp; lines: +2 -2
Change to follow gtkmm shlib version bump.
Found by: bento
v. 1.10
date: 1999/09/20 00:36:16; author: steve; state: Exp; lines: +7 -1
ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.
v. 1.9
date: 1999/08/29 06:25:05; author: cpiazza; state: Exp; lines: +6 -2
Move USE_NEWGCC and add -fpermissive to CFLAGS for the USE_NEWGCC case.
Submitted by: futatuki@debug.gr.jp
v. 1.8
date: 1999/08/29 04:45:19; author: cpiazza; state: Exp; lines: +3 -8
USE_NEWGCC=yes
PR: 13435
Submitted by: Yasuhito FUTATSUKI
v. 1.7
date: 1999/08/25 04:35:23; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.6
date: 1999/08/13 22:37:38; author: cpiazza; state: Exp; lines: +2 -2
Look for gtk--.h in ${X11BASE} not ${PREFIX}
Submitted by: Juergen Lock
v. 1.5
date: 1999/08/12 18:54:46; author: cpiazza; state: Exp; lines: +1 -2
Remove a stray PLIST= that wasn't supposed to be there
v. 1.4
date: 1999/08/12 18:49:27; author: cpiazza; state: Exp; lines: +40 -8
Update to version 1.1.2
PR: 12642
Submitted by: maintainer
Build xcdrdao if gtk-- is installed or XCDRDAO is set to yes.
PR: 12642
Submitted by: Juergen Lock
v. 1.3
date: 1999/07/10 19:36:38; author: sada; state: Exp; lines: +11 -6
Upgrade to 1.1.1 .
PR: ports/12588
Submitted by: maintainer
v. 1.2
date: 1999/05/12 10:38:07; author: asami; state: Exp; lines: +2 -2
Fix bogus CATEGORIES line.
Submitted by: jkh
v. 1.1
date: 1999/04/21 13:51:10; author: sada; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/21 13:51:10; author: sada; state: Exp; lines: +0 -0
CDRDAO writes audio CD-Rs in disc-at-once (DAO) mode.
Submitted by: Yasuhito FUTATSUKI
Reviewed by: Yoshiaki Uchikawa ,
FUJISHIMA Satsuki
=============================================================================
v. 1.52
date: 2007/10/24 23:36:34; author: marcus; state: Exp; lines: +7 -7
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.51
date: 2007/09/15 11:58:50; author: marius; state: Exp; lines: +3 -3
- Update to 1.2.2. Relevant parts from the release notes:
Cdrdao changes:
o Man page cleanup (Andrew Suffield)
GCDMaster changes:
o Fixed GCC 4.1 compilation issues
o Fixed hang when inserting WAV file
- Ensure that the libraries built by the port are linked in and not
already installed ones. For example in case of libcdda_paranoia
installed by audio/cdparanoia can't be used to build cddao. Such
problems only happen when using non-standard compiler and/or linker
flags are used but it doesn't hurt to add some anti-footshooting
measurements to the port. [1]
PR: 115616 [1]
Approved by: netchild
v. 1.50
date: 2007/07/28 12:27:30; author: miwi; state: Exp; lines: +2 -2
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
v. 1.49
date: 2006/10/14 08:53:21; author: marcus; state: Exp; lines: +8 -8
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.48
date: 2006/05/07 16:47:24; author: marius; state: Exp; lines: +6 -4
- Allow this port to be compiled with CC set to something containing a
path component.
- Remove obsolete USE_REINPLACE.
Approved by: netchild
v. 1.47
date: 2005/11/29 21:21:23; author: marius; state: Exp; lines: +3 -4
- Update to 1.2.1. Relevant parts from the release notes:
Cdrdao changes:
o Fixed bad bug with missing return statemements in recomputeLength
and format conversion.
o Fixed broken '-' STDIN input feature.
o Fixed various gcc4-related compile problems.
o Fixed copy problem with single device when read_device is specified.
o Minor fixes to driver table.
GCDMaster changes:
o The crash when creating a new "Create Audio CD" view seemed to be
related to gtkmm and libsigc++ and went away with newer releases of
those packages.
toc2cue changes:
o Fixed bug that was causing empty output files.
o Added conversion of COPY to DCP flags. (Julio Sanchez Fernandez)
- In gcdmaster.keys use the correct path to the installed gcdmaster-doc.png.
Approved by: netchild
v. 1.46
date: 2005/08/12 16:20:44; author: marius; state: Exp; lines: +46 -9
- Update to 1.2.0. [1]
Cdrdao changes:
o SECURITY FIX: cdrdao now gives up its root privileges after setting
up real-time scheduling, as well as before saving settings through
the --save option. This fixes a potential local root exploit when
cdrdao is installed with the +s chmod flag. Using --save now also
forces an early exit after the settings are saved.
o Added MP3 and Ogg Vorbis file support (through respectively the
libmad and libvorbis libraries). cdrdao will decode the MP3 and
Ogg files into temporary WAV files that will be deleted upon exit
(unless the new option --keep is used). The directory used to
store those temporary WAV files can be specified with the --tmpdir
option (default is /tmp).
o Improved native CUE file support: replaced old incomplete existing
parser with the one from Matthias Czapla's excellent
cue2toc. Added support for cutting binary files.
o Added --rspeed option to manually set the device reading speed. Be
warned not all devices support this.
o Packaged scsilib library upgraded from cdrtools 2.01 (previously
was from 2.01a31).
o Added --no-mode2-mixed option. Don't read a MODE2 disk as
MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu
Castet).
o Added help for little-known drive-info command.
GCDMaster changes:
o MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
.ogg files from Nautilus into the sample display window.
o Switched to gtkmm24 API. Improved file browsers.
o CUE files support.
o Sound output now uses libao library.
o Added 'Select All' item in menu.
o Added 'Eject' button to progress dialog.
o Bug fixes (sample selection weirdness, couldn't close window during
play, problems with gcdmaster command-line argument, crashes with
multiple project windows, drive status not reported correctly).
Note that the FreeBSD ports doesn't install cdrdao setuid root so you are
not vulnerable by default.
- Fix building on FreeBSD 7.
- Turn on the usage of mlockall(2) again as it no longer causes negative side
effects on FreeBSD >= 502113.
Requested by: will [1]
Approved by: portmgr (linimon)
Security: http://vuxml.freebsd.org/d51a7e6e-c546-11d9-9aed-000e0c2e438a.html
v. 1.45
date: 2004/06/13 15:01:26; author: netchild; state: Exp; lines: +13 -9
- Update to 1.1.9. Relevant parts from the release notes:
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)
- 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 :-(
v. 1.44
date: 2004/04/20 13:49:28; author: netchild; state: Exp; lines: +1 -1
Use the @FreeBSD.org address of the maintainer.
Approved by: marius
v. 1.43
date: 2004/03/05 16:37:32; author: netchild; state: Exp; lines: +1 -1
Change the progress meter back to not print newlines on update, this
annoying behaviour unintentionally got introduced shortly before 1.1.8
was released. This patch also went into the cdrdao repository.
Submitted by: maintainer
v. 1.42
date: 2004/02/20 15:22:22; author: netchild; state: Exp; lines: +1 -1
In case the distfile of cdrdao is not available locally, the slave port
gcdmaster was not able to fetch it.
Submitted by: maintainer
v. 1.41
date: 2004/02/18 14:56:10; author: netchild; state: Exp; lines: +60 -78
- Update to 1.1.8. Relevant parts from the release notes:
- Improved performance of the new L-EC code by up to a factor 2 depending
on the hardware.
- 'read-test' runs L-EC encoder over mode 1 or mode 2 form 1 sectors to
allow performance testing in conjunction with option --speed.
new:
- toc2cddb: translates a TOC file into a cddb file. (Giuseppe Corbelli)
new:
- cue2toc: convert CUE to TOC format for audio CDs. (Matthias Czapla)
Note: The 1.1.8 tarball was re-rolled twice because of missing files and
a show-stopper in gcdmaster and some SourceForge mirrors still might
need to catch up on it. If you have problems with differing checksums
please fetch from ftp://us.dl.sourceforge.net/pub/sourceforge/cdrdao,
which is known to carry the latest version.
- Use/respect DATADIR and DOCSDIR.
- Make PREFIX-clean by respecting PREFIX instead of LOCALBASE.
- First part of splitting gcdmaster into a slave port because the conditional
compilation via HAVE_GNOME caused problems when gnomelibs where installed
afterwards (PR 61840).
- Tidy the PORTDOCS a bit, e.g. no longer install the release notes for
previous releases, they are easily accessible on the homepage anyway.
- On deinstall, remind the user to delete the global config file if existent
and permanently removing this port.
- In pkg-descr, mention that cdrdao also handles the bin/cue format. Wording
taken from the Debian cdrdao package.
- Fix some references in the cdrdao manpage to fit FreeBSD.
- Remove the WITH_PTHREADS knob, it was never very usefull on FreeBSD.
- Remove the WITHOUT_SCGLIB knob, the "native" CAM interface of cdrdao has
issues with ATAPICAM and probably will be removed in future version.
- Remove "-DBSD_SCSI_SENSE_BUG" from CFLAGS, for an explanation see
sysutils/sformat/Makefile v. 1.5.
Submitted by: maintainer
v. 1.40
date: 2004/02/04 05:08:55; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.39
date: 2004/01/30 12:44:57; author: netchild; state: Exp; lines: +11 -11
Temporarily disable compilation of gcdmaster until problems with broken
dependencies when gnomelibs are installed after cdrdao can be resolved.
PR: 61840
Submitted by: maintainer
v. 1.38
date: 2003/06/04 18:43:16; author: netchild; state: Exp; lines: +4 -4
- Fix yet another bug that might be used for a root exploit. As with the last
bug you are only vulnerable if you locally set the cdrdao binary suid root.
- Respect CC already at the configure-stage of scsilib else we end up running
configure with GCC and compiling with whatever CC was set to.
Submitted by: maintainer
v. 1.37
date: 2003/05/21 15:19:38; author: netchild; state: Exp; lines: +1 -1
Fix potential root exploit.
THE FREEBSD PORT IS NOT VULNERABLE AS IT DOES NOT SET THE SUID BIT, YOU
ARE ONLY VULNERABLE, IF YOU SET IT ON YOUR OWN!
Submitted by: maintainer
v. 1.36
date: 2003/04/20 19:43:30; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.35
date: 2003/02/28 22:53:01; author: kris; state: Exp; lines: +1 -1
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
v. 1.34
date: 2003/02/21 13:28:36; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.33
date: 2003/01/30 03:59:46; author: marcus; state: Exp; lines: +1 -1
Chase the gnomemm shared lib version.
v. 1.32
date: 2003/01/02 15:53:38; author: netchild; state: Exp; lines: +57 -18
From the submitter:
- Don't default to '-O2' when compiling the cdparanoia-lib but respect CFLAGS,
this should work around the generation of broken code with GCC and an
optimazation-level greater than 1.
- Fix a bug in the cdparanoia-lib that can cause problems on some !386.
- Remove the unneeded usage of what seems to be an extension of G++, i.e.
arguments to the constructor when allocating an array of objects with new,
fixes compilation with compilers stricter obeying the standards.
- Always symlink ${MACHINE_ARCH}-freebsd-cc.rul to the i386-version on !i386 in the RULES-directory of scglib to be consistent with sysutils/cdrtools, cdrdao
also should compile and work on any platform with the fixes above.
- hier(7) the location of the global cdrdao.etc to LOCALBASE/etc/cdrdao.conf.
- Make the gcdmaster gnome-frontend compile with GCC3, use HAVE_GOME-magic to
build it.
- Clean up some stuff.
NOTE: Gcdmaster has a very obvious bug, if one creates a new audio-CD by
"New Audio CD project" -> "Edit" -> "Append Track" (select audio-file)
it will get the length of the track wrong, display a garbage waveform
and play nothing when hitting the play-button, same for further added
tracks. This can be worked around by saving the project and re-opening
it, now appending further tracks also works and the burnt CD is fine.
This is _not_ a bug of this port but a bug in gcdmaster itself and
is totally reproducable on Linux, therefore please don't mail the
maintainer of this port about it expect you have a fix, thanks.
Submitted by: maintainer
v. 1.31
date: 2002/11/13 14:05:31; author: netchild; state: Exp; lines: +44 -22
- give maintainership from ports to submitter
From submitter:
- Remove the devel/pccts BUILD_DEPENDS, there's no need to depend on it as
cdrdao ships it's own version (but use the pccts-port if it happens to be
installed in order to speed up things).
- Add a knob to build toc2mp3 (a tool encode an audio cd-image to a set of
mp3 files, see Release-1.1.6), makes this port depend on audio/lame.
- Use the FreeBSD INSTALL-macros to install the 4 (5 when building toc2mp3)
files that are not yet installed by them, much faster than going through
the whole makfile-tree.
- Don't install extra documentation when NOPORTDOCS is defined (pkg-plist
was already correct).
- Remove pkg-message, POSIX scheduling is part of the GENERIC kernel since
FreeBSD 4.0-RELEASE and it's options are different for 3-stable, 4-stable
and 5.0-current. Therefore it's ugly to explain for what options to check
on what FreeBSD-version. Don't install README.FreeBSD for the same reason.
- Don't copy a getopt.h to ${WRKSRC}/utils, it's neither required nor gets
picked up.
- Respect PTHREAD_LIBS, respect CC/CFLAGS when compiling Joerg Schiling's
SCSI library (the later is recycled sysutils/cdrtools/files/patch-ad).
- Don't build librscg and rscsi (remote-scsi) of the SCSI library, they
aren't required by cdrdao and the later fails to link anyway because
_somewhere_ in the makefile-tree libcam no longer gets passed forward
in $SCSILIB.
- Fix compilation on 5.0-current.
- Add support for FreeBSD/sparc64.
Submitted by: marius@alchemy.franken.de
v. 1.30
date: 2002/11/10 16:45:02; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.29
date: 2002/11/06 22:43:47; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.28
date: 2002/10/12 15:48:16; author: ijliao; state: Exp; lines: +23 -13
upgrade to 1.1.7
PR: 43960
Submitted by: Ports Fury
v. 1.27
date: 2002/09/28 13:22:57; author: ijliao; state: Exp; lines: +1 -1
1. Mark IGNORE because of License issues
2. fix WWW
PR: 43419 (1)
Submitted by: Tilman Linneweh
v. 1.26
date: 2002/02/07 22:43:57; author: naddy; state: Exp; lines: +2 -2
MAINTAINER resigns.
Submitted by: David Lebel
v. 1.25
date: 2001/05/27 12:48:35; author: ijliao; state: Exp; lines: +5 -3
upgrade to 1.1.5
PR: 27228
Submitted by: maintainer
v. 1.24
date: 2001/01/16 17:30:04; author: sobomax; state: Exp; lines: +10 -10
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.23
date: 2000/11/22 17:16:11; author: roam; state: Exp; lines: +3 -2
Fix build with LOCALBASE != /usr/local - tell configure where to look
for the pccts binaries.
PR: ports/22777
Submitted by: maintainer
v. 1.22
date: 2000/11/11 06:17:33; author: kevlo; state: Exp; lines: +12 -10
Change MASTER_SITES to SourceForge.
PR: 22738
Submitted by: MAINTAINER
v. 1.21
date: 2000/11/07 06:56:03; author: dougb; state: Exp; lines: +2 -2
Current maintainer requests a new one be assigned
PR: ports/22657
Submitted by: Yasuhito FUTATSUKI, futatuki@debug.gr.jp
v. 1.20
date: 2000/11/07 02:40:17; author: jeh; state: Exp; lines: +2 -2
New MASTER_SITES
PR: 22607
Submitted by: David Lebel
v. 1.19
date: 2000/11/01 02:45:38; author: jeh; state: Exp; lines: +15 -15
Upgraded to version 1.1.4
PR: 22155
Submitted by: David Lebel
v. 1.18
date: 2000/06/30 15:43:37; author: motoyuki; state: Exp; lines: +3 -27
o Turn off the build of xcdrdao:
Xcdrdao cannot build with GTK-- 1.2.0 bacause of the incompatibility
of GTK--. If GTK-- is installed, cdrdao port always tries to build
xcdrdao, and fails.
o Support 5-current.
o Do not use posix-threads by default due to thread scheduling problem.
o Change the address of maintainer.
PR: ports/19504
Submitted by: Yasuhito FUTATSUKI (maintainer)
v. 1.17
date: 2000/05/28 03:20:42; author: steve; state: Exp; lines: +2 -2
Fixup LIB_DEPENDS after upgrade of gtk-- port.
v. 1.16
date: 2000/04/17 00:17:02; author: reg; state: Exp; lines: +7 -8
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.15
date: 2000/04/08 21:23:24; author: mharo; state: Exp; lines: +4 -4
update with the new PORTNAME/PORTVERSION variables
v. 1.14
date: 2000/01/29 20:01:21; author: mharo; state: Exp; lines: +2 -2
fix some pkg/MESSAGE stuff
v. 1.13
date: 2000/01/22 23:43:13; author: kris; state: Exp; lines: +4 -4
Correct grammar in comments
v. 1.12
date: 1999/11/01 02:04:24; author: steve; state: Exp; lines: +9 -10
Update to version 1.1.3.
PR: 14550
Submitted by: maintainer
v. 1.11
date: 1999/10/25 07:37:06; author: asami; state: Exp; lines: +2 -2
Change to follow gtkmm shlib version bump.
Found by: bento
v. 1.10
date: 1999/09/20 00:36:16; author: steve; state: Exp; lines: +7 -1
ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.
v. 1.9
date: 1999/08/29 06:25:05; author: cpiazza; state: Exp; lines: +6 -2
Move USE_NEWGCC and add -fpermissive to CFLAGS for the USE_NEWGCC case.
Submitted by: futatuki@debug.gr.jp
v. 1.8
date: 1999/08/29 04:45:19; author: cpiazza; state: Exp; lines: +3 -8
USE_NEWGCC=yes
PR: 13435
Submitted by: Yasuhito FUTATSUKI
v. 1.7
date: 1999/08/25 04:35:23; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.6
date: 1999/08/13 22:37:38; author: cpiazza; state: Exp; lines: +2 -2
Look for gtk--.h in ${X11BASE} not ${PREFIX}
Submitted by: Juergen Lock
v. 1.5
date: 1999/08/12 18:54:46; author: cpiazza; state: Exp; lines: +1 -2
Remove a stray PLIST= that wasn't supposed to be there
v. 1.4
date: 1999/08/12 18:49:27; author: cpiazza; state: Exp; lines: +40 -8
Update to version 1.1.2
PR: 12642
Submitted by: maintainer
Build xcdrdao if gtk-- is installed or XCDRDAO is set to yes.
PR: 12642
Submitted by: Juergen Lock
v. 1.3
date: 1999/07/10 19:36:38; author: sada; state: Exp; lines: +11 -6
Upgrade to 1.1.1 .
PR: ports/12588
Submitted by: maintainer
v. 1.2
date: 1999/05/12 10:38:07; author: asami; state: Exp; lines: +2 -2
Fix bogus CATEGORIES line.
Submitted by: jkh
v. 1.1
date: 1999/04/21 13:51:10; author: sada; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/04/21 13:51:10; author: sada; state: Exp; lines: +0 -0
CDRDAO writes audio CD-Rs in disc-at-once (DAO) mode.
Submitted by: Yasuhito FUTATSUKI
Reviewed by: Yoshiaki Uchikawa ,
FUJISHIMA Satsuki
=============================================================================
v. 1.52
date: 2007/10/24 23:36:34; author: marcus; state: Exp; lines: +7 -7
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.51
date: 2007/09/15 11:58:50; author: marius; state: Exp; lines: +3 -3
- Update to 1.2.2. Relevant parts from the release notes:
Cdrdao changes:
o Man page cleanup (Andrew Suffield)
GCDMaster changes:
o Fixed GCC 4.1 compilation issues
o Fixed hang when inserting WAV file
- Ensure that the libraries built by the port are linked in and not
already installed ones. For example in case of libcdda_paranoia
installed by audio/cdparanoia can't be used to build cddao. Such
problems only happen when using non-standard compiler and/or linker
flags are used but it doesn't hurt to add some anti-footshooting
measurements to the port. [1]
PR: 115616 [1]
Approved by: netchild
v. 1.50
date: 2007/07/28 12:27:30; author: miwi; state: Exp; lines: +2 -2
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
v. 1.49
date: 2006/10/14 08:53:21; author: marcus; state: Exp; lines: +8 -8
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.48
date: 2006/05/07 16:47:24; author: marius; state: Exp; lines: +6 -4
- Allow this port to be compiled with CC set to something containing a
path component.
- Remove obsolete USE_REINPLACE.
Approved by: netchild
v. 1.47
date: 2005/11/29 21:21:23; author: marius; state: Exp; lines: +3 -4
- Update to 1.2.1. Relevant parts from the release notes:
Cdrdao changes:
o Fixed bad bug with missing return statemements in recomputeLength
and format conversion.
o Fixed broken '-' STDIN input feature.
o Fixed various gcc4-related compile problems.
o Fixed copy problem with single device when read_device is specified.
o Minor fixes to driver table.
GCDMaster changes:
o The crash when creating a new "Create Audio CD" view seemed to be
related to gtkmm and libsigc++ and went away with newer releases of
those packages.
toc2cue changes:
o Fixed bug that was causing empty output files.
o Added conversion of COPY to DCP flags. (Julio Sanchez Fernandez)
- In gcdmaster.keys use the correct path to the installed gcdmaster-doc.png.
Approved by: netchild
v. 1.46
date: 2005/08/12 16:20:44; author: marius; state: Exp; lines: +46 -9
- Update to 1.2.0. [1]
Cdrdao changes:
o SECURITY FIX: cdrdao now gives up its root privileges after setting
up real-time scheduling, as well as before saving settings through
the --save option. This fixes a potential local root exploit when
cdrdao is installed with the +s chmod flag. Using --save now also
forces an early exit after the settings are saved.
o Added MP3 and Ogg Vorbis file support (through respectively the
libmad and libvorbis libraries). cdrdao will decode the MP3 and
Ogg files into temporary WAV files that will be deleted upon exit
(unless the new option --keep is used). The directory used to
store those temporary WAV files can be specified with the --tmpdir
option (default is /tmp).
o Improved native CUE file support: replaced old incomplete existing
parser with the one from Matthias Czapla's excellent
cue2toc. Added support for cutting binary files.
o Added --rspeed option to manually set the device reading speed. Be
warned not all devices support this.
o Packaged scsilib library upgraded from cdrtools 2.01 (previously
was from 2.01a31).
o Added --no-mode2-mixed option. Don't read a MODE2 disk as
MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu
Castet).
o Added help for little-known drive-info command.
GCDMaster changes:
o MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
.ogg files from Nautilus into the sample display window.
o Switched to gtkmm24 API. Improved file browsers.
o CUE files support.
o Sound output now uses libao library.
o Added 'Select All' item in menu.
o Added 'Eject' button to progress dialog.
o Bug fixes (sample selection weirdness, couldn't close window during
play, problems with gcdmaster command-line argument, crashes with
multiple project windows, drive status not reported correctly).
Note that the FreeBSD ports doesn't install cdrdao setuid root so you are
not vulnerable by default.
- Fix building on FreeBSD 7.
- Turn on the usage of mlockall(2) again as it no longer causes negative side
effects on FreeBSD >= 502113.
Requested by: will [1]
Approved by: portmgr (linimon)
Security: http://vuxml.freebsd.org/d51a7e6e-c546-11d9-9aed-000e0c2e438a.html
v. 1.45
date: 2004/06/13 15:01:26; author: netchild; state: Exp; lines: +13 -9
- Update to 1.1.9. Relevant parts from the release notes:
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)
- 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 :-(
v. 1.44
date: 2004/04/20 13:49:28; author: netchild; state: Exp; lines: +1 -1
Use the @FreeBSD.org address of the maintainer.
Approved by: marius
v. 1.43
date: 2004/03/05 16:37:32; author: netchild; state: Exp; lines: +1 -1
Change the progress meter back to not print newlines on update, this
annoying behaviour unintentionally got introduced shortly before 1.1.8
was released. This patch also went into the cdrdao repository.
Submitted by: maintainer
v. 1.42
date: 2004/02/20 15:22:22; author: netchild; state: Exp; lines: +1 -1
In case the distfile of cdrdao is not available locally, the slave port
gcdmaster was not able to fetch it.
Submitted by: maintainer
v. 1.41
date: 2004/02/18 14:56:10; author: netchild; state: Exp; lines: +60 -78
- Update to 1.1.8. Relevant parts from the release notes:
- Improved performance of the new L-EC code by up to a factor 2 depending
on the hardware.
- 'read-test' runs L-EC encoder over mode 1 or mode 2 form 1 sectors to
allow performance testing in conjunction with option --speed.
new:
- toc2cddb: translates a TOC file into a cddb file. (Giuseppe Corbelli)
new:
- cue2toc: convert CUE to TOC format for audio CDs. (Matthias Czapla)
Note: The 1.1.8 tarball was re-rolled twice because of missing files and
a show-stopper in gcdmaster and some SourceForge mirrors still might
need to catch up on it. If you have problems with differing checksums
please fetch from ftp://us.dl.sourceforge.net/pub/sourceforge/cdrdao,
which is known to carry the latest version.
- Use/respect DATADIR and DOCSDIR.
- Make PREFIX-clean by respecting PREFIX instead of LOCALBASE.
- First part of splitting gcdmaster into a slave port because the conditional
compilation via HAVE_GNOME caused problems when gnomelibs where installed
afterwards (PR 61840).
- Tidy the PORTDOCS a bit, e.g. no longer install the release notes for
previous releases, they are easily accessible on the homepage anyway.
- On deinstall, remind the user to delete the global config file if existent
and permanently removing this port.
- In pkg-descr, mention that cdrdao also handles the bin/cue format. Wording
taken from the Debian cdrdao package.
- Fix some references in the cdrdao manpage to fit FreeBSD.
- Remove the WITH_PTHREADS knob, it was never very usefull on FreeBSD.
- Remove the WITHOUT_SCGLIB knob, the "native" CAM interface of cdrdao has
issues with ATAPICAM and probably will be removed in future version.
- Remove "-DBSD_SCSI_SENSE_BUG" from CFLAGS, for an explanation see
sysutils/sformat/Makefile v. 1.5.
Submitted by: maintainer
v. 1.40
date: 2004/02/04 05:08:55; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.39
date: 2004/01/30 12:44:57; author: netchild; state: Exp; lines: +11 -11
Temporarily disable compilation of gcdmaster until problems with broken
dependencies when gnomelibs are installed after cdrdao can be resolved.
PR: 61840
Submitted by: maintainer
v. 1.38
date: 2003/06/04 18:43:16; author: netchild; state: Exp; lines: +4 -4
- Fix yet another bug that might be used for a root exploit. As with the last
bug you are only vulnerable if you locally set the cdrdao binary suid root.
- Respect CC already at the configure-stage of scsilib else we end up running
configure with GCC and compiling with whatever CC was set to.
Submitted by: maintainer
v. 1.37
date: 2003/05/21 15:19:38; author: netchild; state: Exp; lines: +1 -1
Fix potential root exploit.
THE FREEBSD PORT IS NOT VULNERABLE AS IT DOES NOT SET THE SUID BIT, YOU
ARE ONLY VULNERABLE, IF YOU SET IT ON YOUR OWN!
Submitted by: maintainer
v. 1.36
date: 2003/04/20 19:43:30; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.35
date: 2003/02/28 22:53:01; author: kris; state: Exp; lines: +1 -1
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
v. 1.34
date: 2003/02/21 13:28:36; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.33
date: 2003/01/30 03:59:46; author: marcus; state: Exp; lines: +1 -1
Chase the gnomemm shared lib version.
v. 1.32
date: 2003/01/02 15:53:38; author: netchild; state: Exp; lines: +57 -18
From the submitter:
- Don't default to '-O2' when compiling the cdparanoia-lib but respect CFLAGS,
this should work around the generation of broken code with GCC and an
optimazation-level greater than 1.
- Fix a bug in the cdparanoia-lib that can cause problems on some !386.
- Remove the unneeded usage of what seems to be an extension of G++, i.e.
arguments to the constructor when allocating an array of objects with new,
fixes compilation with compilers stricter obeying the standards.
- Always symlink ${MACHINE_ARCH}-freebsd-cc.rul to the i386-version on !i386 in the RULES-directory of scglib to be consistent with sysutils/cdrtools, cdrdao
also should compile and work on any platform with the fixes above.
- hier(7) the location of the global cdrdao.etc to LOCALBASE/etc/cdrdao.conf.
- Make the gcdmaster gnome-frontend compile with GCC3, use HAVE_GOME-magic to
build it.
- Clean up some stuff.
NOTE: Gcdmaster has a very obvious bug, if one creates a new audio-CD by
"New Audio CD project" -> "Edit" -> "Append Track" (select audio-file)
it will get the length of the track wrong, display a garbage waveform
and play nothing when hitting the play-button, same for further added
tracks. This can be worked around by saving the project and re-opening
it, now appending further tracks also works and the burnt CD is fine.
This is _not_ a bug of this port but a bug in gcdmaster itself and
is totally reproducable on Linux, therefore please don't mail the
maintainer of this port about it expect you have a fix, thanks.
Submitted by: maintainer
v. 1.31
date: 2002/11/13 14:05:31; author: netchild; state: Exp; lines: +44 -22
- give maintainership from ports to submitter
From submitter:
- Remove the devel/pccts BUILD_DEPENDS, there's no need to depend on it as
cdrdao ships it's own version (but use the pccts-port if it happens to be
installed in order to speed up things).
- Add a knob to build toc2mp3 (a tool encode an audio cd-image to a set of
mp3 files, see Release-1.1.6), makes this port depend on audio/lame.
- Use the FreeBSD INSTALL-macros to install the 4 (5 when building toc2mp3)
files that are not yet installed by them, much faster than going through
the whole makfile-tree.
- Don't install extra documentation when NOPORTDOCS is defined (pkg-plist
was already correct).
- Remove pkg-message, POSIX scheduling is part of the GENERIC kernel since
FreeBSD 4.0-RELEASE and it's options are different for 3-stable, 4-stable
and 5.0-current. Therefore it's ugly to explain for what options to check
on what FreeBSD-version. Don't install README.FreeBSD for the same reason.
- Don't copy a getopt.h to ${WRKSRC}/utils, it's neither required nor gets
picked up.
- Respect PTHREAD_LIBS, respect CC/CFLAGS when compiling Joerg Schiling's
SCSI library (the later is recycled sysutils/cdrtools/files/patch-ad).
- Don't build librscg and rscsi (remote-scsi) of the SCSI library, they
aren't required by cdrdao and the later fails to link anyway because
_somewhere_ in the makefile-tree libcam no longer gets passed forward
in $SCSILIB.
- Fix compilation on 5.0-current.
- Add support for FreeBSD/sparc64.
Submitted by: marius@alchemy.franken.de
v. 1.30
date: 2002/11/10 16:45:02; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.29
date: 2002/11/06 22:43:47; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.28
date: 2002/10/12 15:48:16; author: ijliao; state: Exp; lines: +23 -13
upgrade to 1.1.7
PR: 43960
Submitted by: Ports Fury
v. 1.27
date: 2002/09/28 13:22:57; author: ijliao; state: Exp; lines: +1 -1
1. Mark IGNORE because of License issues
2. fix WWW
PR: 43419 (1)
Submitted by: Tilman Linneweh
v. 1.26
date: 2002/02/07 22:43:57; author: naddy; state: Exp; lines: +2 -2
MAINTAINER resigns.
Submitted by: David Lebel
v. 1.25
date: 2001/05/27 12:48:35; author: ijliao; state: Exp; lines: +5 -3
upgrade to 1.1.5
PR: 27228
Submitted by: maintainer
v. 1.24
date: 2001/01/16 17:30:04; author: sobomax; state: Exp; lines: +10 -10
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.23
date: 2000/11/22 17:16:11; author: roam; state: Exp; lines: +3 -2
Fix build with LOCALBASE != /usr/local - tell configure where to look
for the pccts binaries.
PR: ports/22777
Submitted by: maintainer
v. 1.22
date: 2000/11/11 06:17:33; author: kevlo; state: Exp; lines: +12 -10
Change MASTER_SITES to SourceForge.
PR: 22738
Submitted by: MAINTAINER
v. 1.21
date: 2000/11/07 06:56:03; author: dougb; state: Exp; lines: +2 -2
Current maintainer requests a new one be assigned
PR: ports/22657
Submitted by: Yasuhito F |
| |

|