Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 9B62063C07C for ; Thu, 24 Jan 2013 22:54:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7070014A14F; Thu, 24 Jan 2013 22:54:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 577B914A14C for ; Thu, 24 Jan 2013 22:54:50 +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 Xt2_RBTskMTQ for ; Thu, 24 Jan 2013 22:54:49 +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 D67D314A132 for ; Thu, 24 Jan 2013 22:54:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8A0D2175DD; Thu, 24 Jan 2013 22:54:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 24 Jan 2013 22:54:49 +0000 From: "Jeff Rizzo" Subject: CVS commit: pkgsrc/meta-pkgs/boost To: pkgsrc-changes@NetBSD.org Reply-To: riz@netbsd.org X-Mailer: log_accum Message-Id: <20130124225449.8A0D2175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: riz Date: Thu Jan 24 22:54:49 UTC 2013 Modified Files: pkgsrc/meta-pkgs/boost: Makefile.common distinfo Added Files: pkgsrc/meta-pkgs/boost/patches: patch-boost_detail_endian.hpp Log Message: Use on BSD systems to determine endianness. Fixes a problem on NetBSD/arm where boost could not determine the endianness. (patch has been submitted upstream) To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/meta-pkgs/boost/Makefile.common cvs rdiff -u -r1.54 -r1.55 pkgsrc/meta-pkgs/boost/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/meta-pkgs/boost/patches/patch-boost_detail_endian.hpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.