Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 1D29163BC83 for ; Sun, 28 Sep 2008 03:56:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id C4FA663B2B0; Sun, 28 Sep 2008 03:56:27 +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 156A563B118 for ; Sun, 28 Sep 2008 03:56:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F12C7175D0; Sun, 28 Sep 2008 03:56:26 +0000 (UTC) From: Quentin Garnier Subject: CVS commit: [cube-native-xorg] pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: cube@netbsd.org Message-Id: <20080928035626.F12C7175D0@cvs.netbsd.org> Date: Sun, 28 Sep 2008 03:56:26 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: cube Date: Sun Sep 28 03:56:26 UTC 2008 Modified Files: pkgsrc/mk [cube-native-xorg]: x11.builtin.mk Log Message: Implement a work around for what seems to be a bug in make(1). 'CHECK_BUILTIN.${BUILTIN_PKG}?= no' would set the variable to no even if it had a value before. To generate a diff of this commit: cvs rdiff -r1.2.20.1 -r1.2.20.2 pkgsrc/mk/x11.builtin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.