ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a75
- Add CONFLICTS with cdrkit and cjk-cdrtools. [1]
Submitted by: Alexander Best [1]
Approved by: netchild
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a63
- Hardcode a compiler specification file so CC can also be set to something
containing spaces.
Approved by: netchild
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a52
- Remove the fexecve() workaround which is no longer needed since
2.01.01a51.
Approved by: netchild
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- 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>
reflect the DVD recording support included since 2.01.01a09.
- Add btcflash, included since 2.01.01a05, to the list of cdrtools
package contents in pkg-descr.
- Correct a grammo in pkg-descr.
- Bump PORTREVISION, as these changes affect the contents of the
binary package.
Submitted by: Fabian Keil (modulo COMMENT part)
Approved by: netchild
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.