| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
annoying behaviour unintentionally got introduced shortly before 1.1.8
was released. This patch also went into the cdrdao repository.
Submitted by: maintainer
|
|
|
|
|
|
| |
gcdmaster was not able to fetch it.
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<snip>
- 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)
<snip>
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 revision 1.5.
Submitted by: maintainer
|
|
|
|
| |
(Part 1)
|
|
|
|
|
|
|
| |
dependencies when gnomelibs are installed after cdrdao can be resolved.
PR: 61840
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
targets in bsd.port.mk
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Pointy hat to: netchild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
PR: 43960
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
2. fix WWW
PR: 43419 (1)
Submitted by: Tilman Linneweh <tilman@arved.de>
|
|
|
|
| |
Submitted by: David Lebel <lebel@lebel.org>
|
|
|
|
|
| |
PR: 28579, 28582, 28583, 28585, 28586, 28587, 28590, 28591, 28595, 28599
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
| |
PR: 27228
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
| |
for the pccts binaries.
PR: ports/22777
Submitted by: maintainer
|
|
|
|
|
| |
PR: 22738
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: ports/22657
Submitted by: Yasuhito FUTATSUKI, futatuki@debug.gr.jp
|
|
|
|
|
| |
PR: 22607
Submitted by: David Lebel <lebel@lebel.org>
|
|
|
|
|
| |
PR: 22155
Submitted by: David Lebel <lebel@lebel.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <futatuki@debug.gr.jp> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 14550
Submitted by: maintainer
|
|
|
|
| |
Found by: bento
|
| |
|
| |
|
|
|
|
| |
Submitted by: futatuki@debug.gr.jp
|
|
|
|
|
| |
PR: 13435
Submitted by: Yasuhito FUTATSUKI <futatuki@debug.gr.jp>
|
| |
|
|
|
|
| |
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
PR: 12642
Submitted by: maintainer
Build xcdrdao if gtk-- is installed or XCDRDAO is set to yes.
PR: 12642
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
|
|
|
|
|
| |
PR: ports/12588
Submitted by: maintainer
|
|
|
|
| |
Submitted by: jkh
|
|
|
|
|
|
|
|
|
| |
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
[ie. Add WWW:, and periodic misc legibalizificatings]
|
|
Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
Reviewed by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>,
FUJISHIMA Satsuki <k5@respo.or.jp>
|