Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 4D30063BC38 for ; Wed, 25 Aug 2010 22:50:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id D154E63B100; Wed, 25 Aug 2010 22:50:19 +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 C18C863B101 for ; Wed, 25 Aug 2010 22:50:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 64008175DD; Wed, 25 Aug 2010 22:50:13 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Wed, 25 Aug 2010 22:50:13 +0000 From: Tim Zingelman Subject: CVS commit: pkgsrc/meta-pkgs/boost To: pkgsrc-changes@NetBSD.org Reply-To: tez@netbsd.org X-Mailer: log_accum Message-Id: <20100825225013.64008175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tez Date: Wed Aug 25 22:50:13 UTC 2010 Modified Files: pkgsrc/meta-pkgs/boost: distinfo Added Files: pkgsrc/meta-pkgs/boost/patches: patch-ar Log Message: Cater to compilers too stupid to interpret a bitwise OR in a template argument as a constant. From https://svn.boost.org/trac/boost/ticket/4146 This fixes building boost-libs with lang/gcc34. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/meta-pkgs/boost/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/meta-pkgs/boost/patches/patch-ar Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.