Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id E758863B89A for ; Mon, 5 Jan 2009 02:37:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 93EB063B11A; Mon, 5 Jan 2009 02:37:06 +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 99C4B63B111 for ; Mon, 5 Jan 2009 02:37:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 28E77175D0; Mon, 5 Jan 2009 02:37:05 +0000 (UTC) From: "Darrin B. Jewell" Subject: CVS commit: pkgsrc/mk/scripts To: pkgsrc-changes@NetBSD.org Reply-To: dbj@netbsd.org Message-Id: <20090105023705.28E77175D0@cvs.netbsd.org> Date: Mon, 5 Jan 2009 02:37:05 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: dbj Date: Mon Jan 5 02:37:05 UTC 2009 Modified Files: pkgsrc/mk/scripts: depends-depth-first.awk Log Message: this script was not visiting packages in the proper order when subpackages had common dependencies. This change hopefully fixes that. To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pkgsrc/mk/scripts/depends-depth-first.awk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.