Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 2100B63B85F for ; Sat, 28 Jul 2012 13:32:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E897314A263; Sat, 28 Jul 2012 13:32:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8DBF614A22F for ; Sat, 28 Jul 2012 13:32:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vrp0NwXz3XyO for ; Sat, 28 Jul 2012 13:32:39 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 07DB714A226 for ; Sat, 28 Jul 2012 13:32:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E63BF175DD; Sat, 28 Jul 2012 13:32:38 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 28 Jul 2012 13:32:38 +0000 From: "Matthias Scheler" Subject: CVS commit: [pkgsrc-2012Q2] pkgsrc/mk/tools To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20120728133238.E63BF175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Sat Jul 28 13:32:38 UTC 2012 Modified Files: pkgsrc/mk/tools [pkgsrc-2012Q2]: tools.MirBSD.mk Log Message: Pullup ticket #3880 - requested by bsiegert mk/tools: fix build problems under MirBSD Revisions pulled up: - mk/tools/tools.MirBSD.mk 1.3 --- Module Name: pkgsrc Committed By: bsiegert Date: Fri Jul 27 12:53:26 UTC 2012 Modified Files: pkgsrc/mk/tools: tools.MirBSD.mk Log Message: Use /usr/bin/true instead of : for true. The latter is incompatible with the use of a colon as a separator, such as in sed "s:@FOO@:${FOO}" This unbreaks a variety of packages in MirBSD. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.8.1 pkgsrc/mk/tools/tools.MirBSD.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.