Subject: CVS commit: pkgsrc/mk/check
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 12/12/2006 21:10:41
Module Name:	pkgsrc
Committed By:	rillig
Date:		Tue Dec 12 21:10:41 UTC 2006

Modified Files:
	pkgsrc/mk/check: check-portability.sh

Log Message:
On Solaris 5.9, the ksh cannot handle null bytes in the input. It's
documented in a SunSolve document, but that document is not accessible
to the public.

There's no better way than to start a subshell executing sed(1) in this
case. This makes the test even slower on these machines, and is not even
guaranteed to work in all cases. That's life.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/check/check-portability.sh

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