Received: by mail.netbsd.org (Postfix, from userid 605) id 33B0F84D54; Sat, 1 Dec 2018 17:10:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30A0E84D3A for ; Sat, 1 Dec 2018 17:10:56 +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 1kT1po-3kqeI for ; Sat, 1 Dec 2018 17:10:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1C4E084C82 for ; Sat, 1 Dec 2018 17:10:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0CACCFB1F; Sat, 1 Dec 2018 17:10:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543684255255540" MIME-Version: 1.0 Date: Sat, 1 Dec 2018 17:10:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libsigc++ To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20181201171055.0CACCFB1F@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. --_----------=_1543684255255540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 1 17:10:54 UTC 2018 Modified Files: pkgsrc/devel/libsigc++: Makefile PLIST distinfo Log Message: libsigc++: update to 2.10.1. 2.10.1: (stable) * signal_impl::clear(): Don't clear the slot list during signal emission, to prevent a segfault. And add a test for this. (Kjell Ahlstedt) Bug #784550 (Andrejs Hanins) * slot_base::set_parent(): Create a dummy slot_rep if necessary (Kjell Ahlstedt) Bug #167714 (Gerald Britton) * Avoid compiler warnings from function pointer conversions (Kjell Ahlstedt) Issue #1 (sharkcz) (Kjell Ahlstedt) Issue #8 (db0451) Build: * Make --disable-benchmark work. (Christophe Lermytte) Bug #774732 * Replace the Visual Studio project files with MSVC NMake project files Add MSVC_NMake/README.txt for Visual Studio builds (Chun-wei Fan) Pull request #11 Documentation: * signal_base: Warn against deletion during emission (Kjell Ahlstedt) Bug #167714 (Gerald Britton) * Update links in README, configure.ac, libsigcplusplus.doap (Kjell Ahlstedt) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/libsigc++/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/libsigc++/PLIST cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/libsigc++/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1543684255255540 Content-Disposition: inline Content-Length: 5015 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libsigc++/Makefile diff -u pkgsrc/devel/libsigc++/Makefile:1.53 pkgsrc/devel/libsigc++/Makefile:1.54 --- pkgsrc/devel/libsigc++/Makefile:1.53 Wed Aug 22 09:43:32 2018 +++ pkgsrc/devel/libsigc++/Makefile Sat Dec 1 17:10:54 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2018/08/22 09:43:32 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2018/12/01 17:10:54 wiz Exp $ -DISTNAME= libsigc++-2.10.0 -PKGREVISION= 1 +DISTNAME= libsigc++-2.10.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/devel/libsigc++/PLIST diff -u pkgsrc/devel/libsigc++/PLIST:1.20 pkgsrc/devel/libsigc++/PLIST:1.21 --- pkgsrc/devel/libsigc++/PLIST:1.20 Fri Nov 25 15:39:51 2016 +++ pkgsrc/devel/libsigc++/PLIST Sat Dec 1 17:10:54 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2016/11/25 15:39:51 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.21 2018/12/01 17:10:54 wiz Exp $ include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h include/sigc++-2.0/sigc++/adaptors/adaptors.h include/sigc++-2.0/sigc++/adaptors/bind.h @@ -40,8 +40,6 @@ share/doc/libsigc++-2.0/images/libsigc_l share/doc/libsigc++-2.0/images/top.gif share/doc/libsigc++-2.0/index.html share/doc/libsigc++-2.0/reference/html/annotated.html -share/doc/libsigc++-2.0/reference/html/arrowdown.png -share/doc/libsigc++-2.0/reference/html/arrowright.png share/doc/libsigc++-2.0/reference/html/bc_s.png share/doc/libsigc++-2.0/reference/html/bdwn.png share/doc/libsigc++-2.0/reference/html/classes.html @@ -409,12 +407,14 @@ share/doc/libsigc++-2.0/reference/html/d share/doc/libsigc++-2.0/reference/html/folderclosed.png share/doc/libsigc++-2.0/reference/html/folderopen.png share/doc/libsigc++-2.0/reference/html/functions.html +share/doc/libsigc++-2.0/reference/html/functions_0x7e.html share/doc/libsigc++-2.0/reference/html/functions_b.html share/doc/libsigc++-2.0/reference/html/functions_c.html share/doc/libsigc++-2.0/reference/html/functions_d.html share/doc/libsigc++-2.0/reference/html/functions_e.html share/doc/libsigc++-2.0/reference/html/functions_f.html share/doc/libsigc++-2.0/reference/html/functions_func.html +share/doc/libsigc++-2.0/reference/html/functions_func_0x7e.html share/doc/libsigc++-2.0/reference/html/functions_func_b.html share/doc/libsigc++-2.0/reference/html/functions_func_c.html share/doc/libsigc++-2.0/reference/html/functions_func_d.html @@ -432,7 +432,6 @@ share/doc/libsigc++-2.0/reference/html/f share/doc/libsigc++-2.0/reference/html/functions_func_t.html share/doc/libsigc++-2.0/reference/html/functions_func_u.html share/doc/libsigc++-2.0/reference/html/functions_func_v.html -share/doc/libsigc++-2.0/reference/html/functions_func_~.html share/doc/libsigc++-2.0/reference/html/functions_g.html share/doc/libsigc++-2.0/reference/html/functions_h.html share/doc/libsigc++-2.0/reference/html/functions_i.html @@ -459,7 +458,6 @@ share/doc/libsigc++-2.0/reference/html/f share/doc/libsigc++-2.0/reference/html/functions_u.html share/doc/libsigc++-2.0/reference/html/functions_v.html share/doc/libsigc++-2.0/reference/html/functions_vars.html -share/doc/libsigc++-2.0/reference/html/functions_~.html share/doc/libsigc++-2.0/reference/html/graph_legend.html share/doc/libsigc++-2.0/reference/html/graph_legend.png share/doc/libsigc++-2.0/reference/html/group__adaptors.html @@ -528,6 +526,8 @@ share/doc/libsigc++-2.0/reference/html/i share/doc/libsigc++-2.0/reference/html/inherit_graph_9.png share/doc/libsigc++-2.0/reference/html/inherits.html share/doc/libsigc++-2.0/reference/html/jquery.js +share/doc/libsigc++-2.0/reference/html/menu.js +share/doc/libsigc++-2.0/reference/html/menudata.js share/doc/libsigc++-2.0/reference/html/modules.html share/doc/libsigc++-2.0/reference/html/namespacemembers.html share/doc/libsigc++-2.0/reference/html/namespacemembers_c.html Index: pkgsrc/devel/libsigc++/distinfo diff -u pkgsrc/devel/libsigc++/distinfo:1.28 pkgsrc/devel/libsigc++/distinfo:1.29 --- pkgsrc/devel/libsigc++/distinfo:1.28 Fri Nov 25 15:39:51 2016 +++ pkgsrc/devel/libsigc++/distinfo Sat Dec 1 17:10:54 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2016/11/25 15:39:51 prlw1 Exp $ +$NetBSD: distinfo,v 1.29 2018/12/01 17:10:54 wiz Exp $ -SHA1 (libsigc++-2.10.0.tar.xz) = 7807a12a1e90a98bd8c9440e5b312d3cb1121bf7 -RMD160 (libsigc++-2.10.0.tar.xz) = d062261610749e7640197b97393f46f9ca7c5ffe -SHA512 (libsigc++-2.10.0.tar.xz) = 5b96df21d6bd6ba41520c7219e77695a86aabc60b7259262c7a9f4b8475ce0e2fd8dc37bcf7c17e24e818ff28c262d682b964c83e215b51bdbe000f3f58794ae -Size (libsigc++-2.10.0.tar.xz) = 3794612 bytes +SHA1 (libsigc++-2.10.1.tar.xz) = e60cd4e2cc05c62cfc685a7aa7479e95c6dfdb5a +RMD160 (libsigc++-2.10.1.tar.xz) = 9903ecfde96c851b3893fdf676878a70b1f3a76f +SHA512 (libsigc++-2.10.1.tar.xz) = e2bd7b1a97019be010dee1594271bbf7cae92b28e31dcb3c6d7d60643a0996233f0a75a9337b4afcb5b7dc453bfc3159d82f6daacfbcd8993a39ccecaf811bb2 +Size (libsigc++-2.10.1.tar.xz) = 4062388 bytes --_----------=_1543684255255540--