Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 2223C63EC30 for ; Sat, 12 Jan 2013 20:52:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AF94E14A268; Sat, 12 Jan 2013 20:52:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 50C8F14A266 for ; Sat, 12 Jan 2013 20:52:28 +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 F_FrDpWy0nW9 for ; Sat, 12 Jan 2013 20:52:27 +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 D00D314A265 for ; Sat, 12 Jan 2013 20:52:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 87EB8175DD; Sat, 12 Jan 2013 20:52:27 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 12 Jan 2013 20:52:27 +0000 From: "Jeff Rizzo" Subject: CVS commit: pkgsrc/security/botan To: pkgsrc-changes@NetBSD.org Reply-To: riz@netbsd.org X-Mailer: log_accum Message-Id: <20130112205227.87EB8175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: riz Date: Sat Jan 12 20:52:27 UTC 2013 Modified Files: pkgsrc/security/botan: Makefile Log Message: Detect arm MACHINE_ARCH, and set --cpu accordingly, so it can build on NetBSD ARM platforms. Tested on my Sheevaplug. XXX will probably need similar treatment for mips and sh3. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/botan/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.