Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id EE71463B293 for ; Wed, 13 Feb 2008 15:02:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 12E2A63B111; Wed, 13 Feb 2008 15:02:27 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9AAFA63B1B4 for ; Wed, 13 Feb 2008 15:02:20 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8793C175BD; Wed, 13 Feb 2008 15:02:20 +0000 (UTC) From: Roland Illig Subject: CVS commit: pkgsrc/mk/check To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org Message-Id: <20080213150220.8793C175BD@cvs.netbsd.org> Date: Wed, 13 Feb 2008 15:02:20 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: rillig Date: Wed Feb 13 15:02:20 UTC 2008 Modified Files: pkgsrc/mk/check: bsd.check.mk Added Files: pkgsrc/mk/check: check-stripped.mk Log Message: Added a new check for binaries, so that they are installed according to the INSTALL_UNSTRIPPED variable. By default, this check is disabled, so that it does not cause any breakage. NB: The file(1) command needs the explicit locale to prevent translated messages. This file is copied from check-interpreter.mk. To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pkgsrc/mk/check/bsd.check.mk cvs rdiff -r0 -r1.1 pkgsrc/mk/check/check-stripped.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.