Subject: CVS commit: pkgsrc/x11/xpmicons
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 11/10/2006 16:49:58
Module Name:	pkgsrc
Committed By:	tv
Date:		Fri Nov 10 16:49:58 UTC 2006

Modified Files:
	pkgsrc/x11/xpmicons: Makefile

Log Message:
For some reason, Interix "find ... -exec" leaks a little bit of memory,
which on large trees involving thousands of -exec's, makes find turn
into a humongous process.  It's faster on most systems to use other
methods anyway, so use xargs where practical, or pipe to a
"while read f; do ..." loop and let the shell do what it was meant
to do -- run programs.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/x11/xpmicons/Makefile

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