Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/07/2002 09:10:36
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Aug  7 06:10:36 UTC 2002

Modified Files:
	pkgsrc/archivers/bzip2: buildlink.mk
	pkgsrc/audio/gmp3info: Makefile
	pkgsrc/converters/libiconv: buildlink.mk
	pkgsrc/devel/gettext-lib: buildlink.mk
	pkgsrc/devel/ncurses: buildlink.mk
	pkgsrc/devel/readline: buildlink.mk
	pkgsrc/devel/zlib: buildlink.mk
	pkgsrc/games/frotz: Makefile
	pkgsrc/misc/dialog: Makefile
	pkgsrc/misc/reed: Makefile
	pkgsrc/net/nap: Makefile

Log Message:
Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of
shell wildcards intended to match against ${MACHINE_PLATFORM}.  These
variables are used to note those platforms that have the named packages in
the base system but are incompatible in some way from the pkgsrc version
of the same package.  Change INCOMPAT_CURSES to have the same sematics as
above.  These variables allow much greater precision in specifying which
platforms have broken (for the purposes of pkgsrc) versions of software in
the base system that must be ignored.

The buildlink.mk files for these packages define private _INCOMPAT_*
versions of these variables, and they contain the default lists of
platforms that are known to have incompatible software bits.

This addresses pkg/17775 submitted by Julien T. Letessier
<julien.letessier at sun dot com>.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/archivers/bzip2/buildlink.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/audio/gmp3info/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/converters/libiconv/buildlink.mk
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/gettext-lib/buildlink.mk
cvs rdiff -r1.18 -r1.19 pkgsrc/devel/ncurses/buildlink.mk
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/readline/buildlink.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/zlib/buildlink.mk
cvs rdiff -r1.9 -r1.10 pkgsrc/games/frotz/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/misc/dialog/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/misc/reed/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/net/nap/Makefile

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