1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/sysutils/cdrtools-devel
Marius Strobl 4ba25cb640 Fix mkisofs -input-charset:
- 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
2008-02-18 21:48:57 +00:00
..
files Fix mkisofs -input-charset: 2008-02-18 21:48:57 +00:00
distinfo Update to 2.01.01a37. For the changes since 2.01.01a36 see: 2008-01-05 16:37:17 +00:00
Makefile Fix mkisofs -input-charset: 2008-02-18 21:48:57 +00:00
pkg-descr - Update COMMENT and the description of cdrecord in pkg-descr to 2006-05-16 19:45:39 +00:00
pkg-install.rscsi
pkg-plist Fix mkisofs -input-charset: 2008-02-18 21:48:57 +00:00