Subject: CVS commit: pkgsrc/x11/imake
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 07/03/2004 04:05:13
Module Name:	pkgsrc
Committed By:	grant
Date:		Sat Jul  3 04:05:13 UTC 2004

Modified Files:
	pkgsrc/x11/imake: distinfo
	pkgsrc/x11/imake/patches: patch-ab

Log Message:
we already patched SUBDIRS= # empty because this only builds imake, so
also comment out #define IHaveSubdirs.

imake builds different targets for "includes" based on whether
IHaveSubdirs is defined. however, this was only working by chance
because if IHaveSubdirs is defined, the shell code
used is:

	for blah in $(SUBDIRS); do

which doesn't work with Solaris sh(1) or ksh(1), where NetBSD sh(1),
bash(1), etc. just skip empty for loops.

fixes install on Solaris.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/imake/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/imake/patches/patch-ab

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