Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 589FC7107E for ; Thu, 8 Aug 2013 00:45:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C1FEE14A238; Thu, 8 Aug 2013 00:45:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D71D14A230 for ; Thu, 8 Aug 2013 00:45:11 +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 y-OfQ2CU-HBn for ; Thu, 8 Aug 2013 00:45:10 +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 A1EB514A226 for ; Thu, 8 Aug 2013 00:45:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9F7F796; Thu, 8 Aug 2013 00:45:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 8 Aug 2013 00:45:10 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/comms/asterisk To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20130808004510.9F7F796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jnemeth Date: Thu Aug 8 00:45:10 UTC 2013 Modified Files: pkgsrc/comms/asterisk: Makefile distinfo pkgsrc/comms/asterisk/patches: patch-main_manager.c Added Files: pkgsrc/comms/asterisk/patches: patch-apps_app__confbridge.c patch-apps_app__skel.c patch-apps_confbridge_conf__config__parser.c patch-channels_chan__motif.c patch-include_asterisk_utils.h patch-main_config__options.c patch-main_named__acl.c patch-main_udptl.c patch-res_res__xmpp.c patch-tests_test__abstract__jb.c patch-tests_test__config.c Log Message: Add patches to convert RAII_VAR to a method that doesn't use nested functions, thus making Asterisk portable to all C compilers. The patches from joerg@ (with one missing file added by myself). To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 pkgsrc/comms/asterisk/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/comms/asterisk/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/comms/asterisk/patches/patch-apps_app__confbridge.c \ pkgsrc/comms/asterisk/patches/patch-apps_app__skel.c \ pkgsrc/comms/asterisk/patches/patch-apps_confbridge_conf__config__parser.c \ pkgsrc/comms/asterisk/patches/patch-channels_chan__motif.c \ pkgsrc/comms/asterisk/patches/patch-include_asterisk_utils.h \ pkgsrc/comms/asterisk/patches/patch-main_config__options.c \ pkgsrc/comms/asterisk/patches/patch-main_named__acl.c \ pkgsrc/comms/asterisk/patches/patch-main_udptl.c \ pkgsrc/comms/asterisk/patches/patch-res_res__xmpp.c \ pkgsrc/comms/asterisk/patches/patch-tests_test__abstract__jb.c \ pkgsrc/comms/asterisk/patches/patch-tests_test__config.c cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/asterisk/patches/patch-main_manager.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.