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:25:39
Module Name:	pkgsrc
Committed By:	reed
Date:		Fri Jun  4 05:25:39 UTC 2004

Modified Files:
	pkgsrc/converters/libiconv: Makefile

Log Message:
Fail if this package is to be built under Linux.  This is normal
for Linux. Most (all?) Linux distros don't provide a libiconv
package, because GLIBC's iconv support is good enough.

At this time, using PKG_FAIL_REASON instead of PKG_SKIP_REASON
so we can catch examples of packages depending on this.

The builtin.mk was improved to help stop it from being used under
Linux.

This was okayed by Rene Hexel, the maintainer.

Todo: fix abiword build because it should not require this libiconv
package under Linux.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/converters/libiconv/Makefile

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