Received: by mail.netbsd.org (Postfix, from userid 605) id DF2F484D77; Sat, 30 May 2020 20:43:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 670D984D3C for ; Sat, 30 May 2020 20:43:41 +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 XTSC1_1ZwHdc for ; Sat, 30 May 2020 20:43:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D744484D2A for ; Sat, 30 May 2020 20:43:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0713FB27; Sat, 30 May 2020 20:43:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159087142013060" MIME-Version: 1.0 Date: Sat, 30 May 2020 20:43:40 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/tcl-tclcl To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200530204340.D0713FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159087142013060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat May 30 20:43:40 UTC 2020 Modified Files: pkgsrc/devel/tcl-tclcl: Makefile distinfo pkgsrc/devel/tcl-tclcl/patches: patch-tclcl.h Log Message: Be nicer to C++11 code. Bump revision. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/tcl-tclcl/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/tcl-tclcl/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/tcl-tclcl/patches/patch-tclcl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159087142013060 Content-Disposition: inline Content-Length: 2626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/tcl-tclcl/Makefile diff -u pkgsrc/devel/tcl-tclcl/Makefile:1.34 pkgsrc/devel/tcl-tclcl/Makefile:1.35 --- pkgsrc/devel/tcl-tclcl/Makefile:1.34 Fri Mar 20 11:57:33 2020 +++ pkgsrc/devel/tcl-tclcl/Makefile Sat May 30 20:43:40 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2020/03/20 11:57:33 nia Exp $ +# $NetBSD: Makefile,v 1.35 2020/05/30 20:43:40 joerg Exp $ DISTNAME= tclcl-src-1.20 PKGNAME= tcl-${DISTNAME:S/-src//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=otcl-tclcl/} Index: pkgsrc/devel/tcl-tclcl/distinfo diff -u pkgsrc/devel/tcl-tclcl/distinfo:1.13 pkgsrc/devel/tcl-tclcl/distinfo:1.14 --- pkgsrc/devel/tcl-tclcl/distinfo:1.13 Tue Nov 3 03:29:34 2015 +++ pkgsrc/devel/tcl-tclcl/distinfo Sat May 30 20:43:40 2020 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2015/11/03 03:29:34 agc Exp $ +$NetBSD: distinfo,v 1.14 2020/05/30 20:43:40 joerg Exp $ SHA1 (tclcl-src-1.20.tar.gz) = 45d38a1dea2ed9bfd529776b16f5a78d584f7549 RMD160 (tclcl-src-1.20.tar.gz) = eea14ea193669d60c8e7fab23bf2096d9feaae8a @@ -11,4 +11,4 @@ SHA1 (patch-ab) = 8df79a3911c55aa21eaa9d SHA1 (patch-ac) = dbbd4529799e015ffaafff449fb6140aa8f9d663 SHA1 (patch-rate-variable.cc) = c07ee30701b82de146c49f8300644aee73e45b09 SHA1 (patch-rate-variable.h) = c316718a950a8ac6a8bcc304dc25b48e0baad537 -SHA1 (patch-tclcl.h) = ddb7884a0106ef1c2796743ffbef13f50e5dd992 +SHA1 (patch-tclcl.h) = bf0902bc62066fc8981e2bbfa6e09f8f144e4708 Index: pkgsrc/devel/tcl-tclcl/patches/patch-tclcl.h diff -u pkgsrc/devel/tcl-tclcl/patches/patch-tclcl.h:1.1 pkgsrc/devel/tcl-tclcl/patches/patch-tclcl.h:1.2 --- pkgsrc/devel/tcl-tclcl/patches/patch-tclcl.h:1.1 Sat Feb 1 08:00:06 2014 +++ pkgsrc/devel/tcl-tclcl/patches/patch-tclcl.h Sat May 30 20:43:40 2020 @@ -1,6 +1,7 @@ -$NetBSD: patch-tclcl.h,v 1.1 2014/02/01 08:00:06 markd Exp $ +$NetBSD: patch-tclcl.h,v 1.2 2020/05/30 20:43:40 joerg Exp $ Build with tcl8.6 +Allow using C++11 compilers. --- tclcl.h.orig 2005-09-07 04:53:51.000000000 +0000 +++ tclcl.h @@ -13,3 +14,12 @@ Build with tcl8.6 void resultf(const char* fmt, ...); inline void CreateCommand(const char* cmd, Tcl_CmdProc* cproc, ClientData cd = 0, +@@ -190,7 +190,7 @@ class TclObject { + /* give an error message and exit if the old variable + name is used either for read or write */ + #define _RENAMED(oldname, newname) \ +- bind_error(oldname, "variable "oldname" is renamed to "newname) ++ bind_error(oldname, "variable " oldname " is renamed to " newname) + + + virtual int init(int /*argc*/, const char*const* /*argv*/) { --_----------=_159087142013060--