Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 9E67B63B88A for ; Wed, 8 Oct 2008 16:43:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4C15F63B1E6; Wed, 8 Oct 2008 16:43:35 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 93E6163B144 for ; Wed, 8 Oct 2008 16:43:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 80C79175D0; Wed, 8 Oct 2008 16:43:34 +0000 (UTC) From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/pkgtools/pbulk To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org Message-Id: <20081008164334.80C79175D0@cvs.netbsd.org> Date: Wed, 8 Oct 2008 16:43:34 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Wed Oct 8 16:43:34 UTC 2008 Modified Files: pkgsrc/pkgtools/pbulk: Makefile pkgsrc/pkgtools/pbulk/files/pbulk/scripts: bulkbuild-restart Log Message: pbulk-0.36: Avoid grep -q and use awk instead. This has the side effect of parsing presolve only once for each file. grep -q doesn't exist on Solaris. To generate a diff of this commit: cvs rdiff -r1.47 -r1.48 pkgsrc/pkgtools/pbulk/Makefile cvs rdiff -r1.2 -r1.3 \ pkgsrc/pkgtools/pbulk/files/pbulk/scripts/bulkbuild-restart Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.