pkgsrc/x11/p5-Wx/Makefile

31 lines
885 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.41 2015/07/12 18:56:37 wiz Exp $
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.
2013-01-19 18:14:48 +01:00
DISTNAME= Wx-0.9916
PKGNAME= p5-${DISTNAME}
PKGREVISION= 12
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Wx/
COMMENT= Perl5 interface to the wxWidgets cross-platform GUI toolkit
LICENSE= ${PERL5_LICENSE}
2010-01-24 14:00:44 +01:00
MAKE_JOBS_SAFE= no
BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets
#BUILD_DEPENDS+= {perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
2012-01-22 20:05:34 +01:00
BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.16.02:../../devel/p5-ExtUtils-XSpp
#USE_TOOLS+= gmake pkg-config wx-config
USE_TOOLS+= perl
USE_LANGUAGES+= c c++
PERL5_PACKLIST= auto/Wx/.packlist
MAKE_PARAMS+= --wx-toolkit=gtk2
.include "../../lang/perl5/module.mk"
.include "../../x11/wxGTK28-contrib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"