Subject: CVS commit: pkgsrc/converters/libiconv
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 06/04/2004 05:21:14
Module Name:	pkgsrc
Committed By:	reed
Date:		Fri Jun  4 05:21:14 UTC 2004

Modified Files:
	pkgsrc/converters/libiconv: builtin.mk

Log Message:
By default, assume that the native iconv on Linux systems using
GLIBC supports GNU libiconv's API. So don't depend on pkgsrc's
libiconv for it. This is normal: most other Linux distros don't
provide a libiconv package.

This was discussed on tech-pkg list over past two months. It has
helped a few users under Linux where they had some problems with
conflicts with their working iconv() support provided with libc
and the libiconv package.

This was okayed by maintainer, Rene Hexel.

This still needs some improvement. Some packages still try to
force libiconv usage even though not needed.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/converters/libiconv/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.