Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8171663E496 for ; Tue, 30 Apr 2013 22:14:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 327FF14A318; Tue, 30 Apr 2013 22:14:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61A6414A316 for ; Tue, 30 Apr 2013 22:13:58 +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 38v2J65BNoRW for ; Tue, 30 Apr 2013 22:13:57 +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 DA67014A310 for ; Tue, 30 Apr 2013 22:13:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C98C0175DD; Tue, 30 Apr 2013 22:13:57 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 30 Apr 2013 22:13:57 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/cad/freehdl To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20130430221357.C98C0175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: joerg Date: Tue Apr 30 22:13:57 UTC 2013 Modified Files: pkgsrc/cad/freehdl: distinfo Added Files: pkgsrc/cad/freehdl/patches: patch-freehdl_kernel-db.hh patch-freehdl_kernel-util.hh patch-v2cc_v2cc-decl.cc patch-v2cc_v2cc-explore.cc patch-v2cc_v2cc-expr.cc patch-v2cc_v2cc-util.cc Log Message: Explicitly use the GNU namespace for finding hash, C++11 uses the same identifier in std. Reference the local to_string as it is now also support by std::string. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/cad/freehdl/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/cad/freehdl/patches/patch-freehdl_kernel-db.hh \ pkgsrc/cad/freehdl/patches/patch-freehdl_kernel-util.hh \ pkgsrc/cad/freehdl/patches/patch-v2cc_v2cc-decl.cc \ pkgsrc/cad/freehdl/patches/patch-v2cc_v2cc-explore.cc \ pkgsrc/cad/freehdl/patches/patch-v2cc_v2cc-expr.cc \ pkgsrc/cad/freehdl/patches/patch-v2cc_v2cc-util.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.