Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 8DBEE63B93C for ; Mon, 20 Oct 2008 18:34:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 8628663B1A2; Mon, 20 Oct 2008 18:34:02 +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 1F34163B187 for ; Mon, 20 Oct 2008 18:33:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E76DD175D0; Mon, 20 Oct 2008 18:33:50 +0000 (UTC) From: Adam Hoka Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: ahoka@netbsd.org Message-Id: <20081020183350.E76DD175D0@cvs.netbsd.org> Date: Mon, 20 Oct 2008 18:33:50 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: ahoka Date: Mon Oct 20 18:33:50 UTC 2008 Modified Files: pkgsrc/mk: compiler.mk Log Message: Sanitise the error message of the fail-wrapper: - Use PGKSRC-WARNING to note it's coming from pkgsrc and not always fatal. - Describe more precisely what's happening when you get this warning. Hopefuly this will stop the misundersanding of the error message I could see quite often amongst users. To generate a diff of this commit: cvs rdiff -r1.66 -r1.67 pkgsrc/mk/compiler.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.