- The configure script adds dependencies on libiconv and libintl when
found so set USE_GETTEXT and USE_ICONV accordingly. If these libraries
are not yet installed, these dependencies can be turned off by defining
WITHOUT_NLS. There's no easy way to force these dependencies off as
the configure script doesn't offer such a knob and modifying its tests
is not allowed.
- When setting USE_GETTEXT and USE_ICONV, also add OSDEFS to the MAKE_ENV
as a hack to pass -I${LOCALBASE}/include as CPPFLAGS so the installed
iconv.h is found.
- Install the charset conversion tables.
- Set ${INS_BASE} to ${LOCALBASE} in DEFAULTS/Defaults.freebsd so the
path constructed by libsiconv and mkisofs points to the installed
conversion tables.
- Fix a bug that caused the 'iconv:' prefix not to be stripped from the
implied '-output-charset' when the conversion tables are not found or
'-input-charset' is used with the 'iconv:' prefix.
Submitted by: jkim
Approved by: netchild
- Comply with the CDDL and the CDDL HEADER used; given that the port
Makefile and patches contain Covered Code we need to accomplish
CDDL 3.3 by denoting the Contributor and include the CDDL HEADER
in these files. [1]
Discussed with: author [1]
Approved by: netchild
The announcement can be found at:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a10
PR: ports/98587
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de>
changed the licenses of the various cdrtools components from GPL to
CDDL and LGPL respectively. For the full announcement of 2.01.01a09
see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a09
- With 2.01.01a05 a new tool btcflash for flashing the firmware of
BTC DRW1008 DVD+/-RW drives was added.
- With 2.01.01a06 `readcd -scanbus` was finally fixed (the "fix" in
2.01.01a05 did not work). Thus the respective ports patch was
removed.
- With 2.01.01a07 my changes to make the direct ATAPI transport
(cooked_ioctl interface) of cdda2wav work again with FreeBSD
after ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed
were finally integrated, but unfortunately a modified, buggy
version. Thus the respective ports patches were removed and the
bug corrected.
For the complete list of changes since 2.01.01a04 see
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a0[5-7]
o Make the direct ATAPI transport of cdda2wav work again with FreeBSD
after device major numbers were abandoned.
some Plextor writers. This release doesn't start a new cdrtools alpha
series though.
- Once again remove the patch for the configure script to disable the use
of mlockall(2) as it no longer causes negative side effects on FreeBSD
=> 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2)
as such changes are not allowed according to a comment in xconfig.h.in.
A patch for aclocal.m4 was submitted upstream but didn't get integrated.
Approved by: netchild
and adds a workaround for a not further specified problem in FreeBSD
UID handling and suid cdda2wav.
2.01a37 only had Linux-specific changes over the 2.01a36 version of
this port.
Approved by: netchild
non page aligned transfers in libparanoia with a better one that adaptes
to the pagesize.
For other changes since 2.01a34 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a35
and
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a36
Approved by: netchild
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a30
- Add a workaround for the problem that cdda2wav doesn't use a page
aligned buffer for the SCSI transfers in paranoia mode. [1]
- Merge sysutils/mkisofs-devel into sysutils/cdrtools-devel as done
with the corresponding non-devel ports.
PR: 63775 [1]
Submitted by: marius
for a description of the problem). Appears to be a machine-dependant issue
as I only see it on one box.
- Replace the default path to the rscsi binary in the rscsi client library
with the correct location (why did this ever work?).
Submitted by: marius (maintainer)
Notes: - Since 2.01a26 cdrecord has a new option "-tao" (Track At Once)
for what was the default write mode in previous versions.
Currently, cdrecord still falls back to writing in TAO mode if
no writing mode has been specified but this might change in a
future version (infact, the release notes for 2.01a26 already
say that cdrecord won't burn a CD if no write mode has been
specified).
- Cdrecord 2.01a26 was broken in that it only wrote in TAO mode,
which was fixed in 2.01a27.
For changes since 2.01a25 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a26
and
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a27
- Add a workaround for what appears to be a problem with gmake and certain
locales on -current. [1]
- Correct a typo in pkg-descr.mkisofs inherited from the cdrtools ABOUT
file.
- Remove the workaround for the broken mlockall(2) on EOL'ed FreeBSD 5.1.
- No longer compile with -DSOURCE_MODIFIED, the cdrecord sources are no
longer altered by this port except for changing the location of the
configuration file, which is done in compliance with the terms in
cdrecord/defaults.c.
- Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav
(e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after
ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed.
Note: For qualitiy reasons (e.g. to be able to fix/work around broken
TOCs etc.) cdda2wav should be used with its generic_scsi interface
(e.g. via `cdda2wav -D 2,0,0` and using atapicam(4) if you have an
ATAPI device). However, there are some ATAPI devices around where
the latter simply doesn't work (look at e.g. PR 62507 or the audit-
trail of PR 60233 for examples).
- Properly initialise the verbosity level of cdda2wav when the cooked_ioctl
interface is used so it's disabled by default (the outcome of this bug is
actually compiler dependend, with GCC 2.95.4 verbosity is off by default,
with GCC 3.3.3 it's on).
Note: The patches for the last two items where sent to Heiko Eissfeldt, the
author of cdda2wav, and from his replies I was of the opinion that he
"accepted" them and they would be incorporated in cdrtools 2.01a26.
However, they still didn't show up in the cdrtools sources and I so
far didn't get any reply to my email asking if there would be anything
wrong with them.
Requested by: pav [1]
Submitted by: maintainer
allowing to record DVD-R[W]s. [1]
NOTE: Please don't blame Joerg Schilling or ask for support on the
cdrtools mailing lists if this doesn't work. Also have a look
at the output of `cdrecord -version`.
- Append '-rscsi' to PKGNAMESUFFIX when built with WITH_RSCSI (equivalent
is done when built with WITH_DVDHACK).
- Limit the workaround that disables using mlockall(2) to FreeBSD versions
where it triggers a panic.
Requested by: pav [1]
Tested by: Harold Gutch <logix@foobar.franken.de> [1]
- Remove one site that seems to have stopped carrying the latest alpha
versions from MASTER_SITES.
- Install some PORTDOCS for cdda2wav.
- Refine the patching of the manual pages.
- Add a workaround for the bug in -current that causes cdrecord to trigger
a panic.
Submitted by: maintainer
sysutils/mkisofs-devel (currently at version 2.01a17) after repo-copy
from sysutils/cdrtools respectively sysutils/mkisofs.
The cdrtools-devel and mkisofs-devel ports are for the alpha versions,
for further information on changes since cdrtools 2.00 see
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a01 up to AN-2.01a18.
Further changes to the cdrtools-devel and mkisofs-devel ports to
relative to the existing ports of cdrtools and mkisofs are:
Changes common to cdrtools-devel and mkisofs-devel:
- Delete targets for mkisofs and friends when building cdrtools and vice
versa to speed up the build of the respective port.
- Respect CC already at the configure-stage (Patch taken from the OpenBSD
port of cdrtools).
- Add patches to prefer seteuid(2) over setreuid(2), this s inconsistend
with the cdrtools package (Mostly based on patches from the NetBSD
port/pkgsrc of cdrtools).
- Manually replace included copies of config.guess and config.sub with
versions from ${PORTSDIR}/Templates. This is necessary as the cdrtools
package doesn't have a valid configure script in it's root directory
but several in sub-directories that are executed by the SING (Schily
Is Not Gnu) makefile system further down the road. Therefor the port
can't set GNU_CONFIGURE which would automatically copy the relevant
files.
- Install some relevant READMEs in DOCSDIR (unless NOPORTDOCS is set),
some manual pages also reference these.
Changes to cdrtools-devel:
- Fix COMMENT, this port doesn't install mkisofs. Honor that some tools
of the cdrtools package (namely cdda2wav and readcd) are for extracting
CDs/CD-R[W]s.
- Install scgcheck, a tool to check and validate the ABI of libscg.
- Patch cdrecord to use ${PREFIX}/etc as the location of the global
configuration file, rather than using /etc/default. The installed
documentaion also gets patched accordingly and a PKGMESSAGE reflecting
this change as required by the license of cdrtools is added (The idea
for this and some wording in the PKGMESSAGE are taken from the NetBSD
port/pkgsrc of cdrtools). See also PR ports/50835.
- Install a sample configuration file for cdrecord, also install a
configuration file if it doesn't already exist (the file doesn't cause
problems if one doesn't edit it to suit local needs).
- Patch manpages to better correspond to files and locations on FreeBSD.
- Add a knob to optionally build and install rcsi, a tool that allows using
SCSI-devices over the network. The required rscsi user gets added
automatically and templates for the configuration file also get installed.
PKGINSTALL points to for further information on how to configure remote
access to SCSI-devices.
Everything using lib(r)scg can act as a client to rscsi, e.g.
sysutils/sformat (requires a bit of patching, however doesn't make much
sense to use this over the network) and sysutils/cdrdao (requires a bit
of patching).
- Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg. It is a
workaround for a (probably alumnus) bug in a SCSI-driver of NetBSD and
the affected code doesn't get compiled on neither pre-CAM nor CAM
versions of FreeBSD.
Changes to mkisofs-devel:
- Add MLINKS for devdump.8, isodump.8, isovfy.8 to isoinfo.8.
- Install isodebug, a simple tool to display the creation date and the
commandline options used to create a certain ISO-image with mkisofs.
- Remove apple_driver.8, this tool doesn't get installed.
- Replace mkhybrid.8 (just includes mkisofs.8, broken without patching)
with a MLINKS to mkisofs.8.
- Quiet portlint (3 errors/1 warning -> 0 errors/1 warning).
None of these changes is bound to the alpha versions of the cdrtools
package and may be "back-ported" to sysutils/cdrtools (apart from a
security issue with rscsi of cdrtools 2.00.3).
PR: ports/52849
Submitted by (including this commit message): Marius Strobl <marius@alchemy.franken.de>
_POSIX_MEMLOCK, which was causing cdrecord to think that mlockall(2)
was available. Of course the real solution is to not define
_POSIX_MEMLOCK until this is true.