Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 94BAD63EB84 for ; Sat, 19 Jan 2013 17:14:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4D18914A248; Sat, 19 Jan 2013 17:14:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70EBD14A246 for ; Sat, 19 Jan 2013 17:14:50 +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 wAIXsE9QjIyi for ; Sat, 19 Jan 2013 17:14:49 +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 8E46514A243 for ; Sat, 19 Jan 2013 17:14:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3ACDE175DD; Sat, 19 Jan 2013 17:14:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 19 Jan 2013 17:14:49 +0000 From: "Amitai Schlair" Subject: CVS commit: pkgsrc/x11/p5-Wx To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20130119171449.3ACDE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schmonz Date: Sat Jan 19 17:14:49 UTC 2013 Modified Files: pkgsrc/x11/p5-Wx: Makefile distinfo Added Files: pkgsrc/x11/p5-Wx/patches: patch-build_Wx_build_MakeMaker.pm Log Message: Update to 0.9916. From the changelog: - put correct version check around wxLogChain::DetachOldLog - fixed paper type tests in ext/print/09_paper.t - fix bug for wxMac and wxwidgets 2.9.4+ in cpp/app.h - add some missing aui events - Wx::StyledTextCtrl additions for 2.9.4 - wxLog functions for 2.9.x added - wrapped wxRearrangeCtrl - added start of Wx::PerlTest - to aid documentation and examples - Additions for Wx::XSP::* classes - wrapped wxEventFilter for 2.9.3 + - updated missing Wx::App methods for 2.9.4 + - added wxEvtHandler::ProcessEventLocally for 2.9.1+ - added some absent wxWindow methods - updated wxTopLevelWindow - added wxFrame::ProcessCommand - wrapped wxListCtrl::SetItemPtrData. - updated to use sv_magicext / mg_findext so external modules do not stomp on our magic. - updated wxListView so that LC_VIRTUAL style works. - set wxListCtrl full constructor to create evthandler. - updated Wx::Ribbon controls for 2.9.4 interface + tool/button 'Add' and 'Insert' methods now return objects as described in the docs instead of int id's. - added SetClientData to PGProperty and PropertyGridInterface - Wx::ToolBar->SetClientData now deletes any prior set Wx::Object - wxDataViewListCtrl and wxDataViewListStore - fix ClientData for >= 2.9.4 - /usr/local/lib needs removing from LD:DL:FLAGS on all *nix types - nostdinc now removed from any flags on MacOSX - Fixed handling of asserts and debug level > 0 on wxWidgets >= 2.9.3 - Added wxApp::OnAssertFailure pkgsrc changes: - Don't let extra Mac stuff not in the PLIST get built on Darwin. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/p5-Wx/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/p5-Wx/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/x11/p5-Wx/patches/patch-build_Wx_build_MakeMaker.pm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.