pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/p5-Wx Updated x11/p5-Wx to 0.9903
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ff6988fafc3
branches: trunk
changeset: 598306:7ff6988fafc3
user: abs <abs%pkgsrc.org@localhost>
date: Sun Jan 22 19:03:31 2012 +0000
description:
Updated x11/p5-Wx to 0.9903
0.9903 Wed Nov 09 08:00:00 BST 2011
- Remove force of static binding for mingw libgcc & libstdc++
0.9902 Thu Oct 13 08:00:00 BST 2011
- 2.9.2 will now build with recent mingw compilers (>= gcc 4.5.2)
- Fixed MSVC6 build (broken in 0.9702)
- wrapped wxLogChain::DetachOldLog
- added wxDF_UNICODETEXT
- added wxMediaCtrl constants for all events
0.9901 Mon June 06 12:00:00 BST 2011
- Bumped ExtUtils::XSpp dependency to 0.1602
- added Wx::Frame::SendSizeEvent
0.99 Thu May 05 08:00:00 BST 2011
- Release 0.98_01 as 0.99
0.98_01 Thu Apr 21 20:31:30 CEST 2010
- Added wxProgressDialog::Pulse (wxWidgets 2.8)
- Mac SetFrontProcess can be switched off for editors
and tests using env variable. Still switched on by default.
Added detail to Wx pod
- Added several wxLog functions & methods + Wx::PLlog::Flush
- Added wxDateTime::IsValid wxSplitterWindow::UpdateSize
- fix for Wx::Locale::FindLanguageInfo / GetLanguageInfo
- wxPli_create_evthandler added for VListBox and VScrolledWindow
- Added OnDrawSeparator and OnDrawBackground for VListBox
- added GradientFillConcentric & DrawLabel for wxDC
diffstat:
x11/p5-Wx/Makefile | 8 +++-----
x11/p5-Wx/buildlink3.mk | 20 ++++++++++----------
x11/p5-Wx/distinfo | 8 ++++----
3 files changed, 17 insertions(+), 19 deletions(-)
diffs (74 lines):
diff -r 7313def14177 -r 7ff6988fafc3 x11/p5-Wx/Makefile
--- a/x11/p5-Wx/Makefile Sun Jan 22 19:00:34 2012 +0000
+++ b/x11/p5-Wx/Makefile Sun Jan 22 19:03:31 2012 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2011/11/01 06:03:04 sbd Exp $
-#
+# $NetBSD: Makefile,v 1.17 2012/01/22 19:03:31 abs Exp $
-DISTNAME= Wx-0.98
+DISTNAME= Wx-0.9903
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/}
@@ -17,7 +15,7 @@
BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets
BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.22.03}:../../devel/p5-ExtUtils-ParseXS
-BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.15:../../devel/p5-ExtUtils-XSpp
+BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.1602:../../devel/p5-ExtUtils-XSpp
#USE_TOOLS+= gmake pkg-config wx-config
USE_TOOLS+= perl
diff -r 7313def14177 -r 7ff6988fafc3 x11/p5-Wx/buildlink3.mk
--- a/x11/p5-Wx/buildlink3.mk Sun Jan 22 19:00:34 2012 +0000
+++ b/x11/p5-Wx/buildlink3.mk Sun Jan 22 19:03:31 2012 +0000
@@ -1,23 +1,23 @@
-# $NetBSD: buildlink3.mk,v 1.7 2011/11/01 06:03:04 sbd Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2012/01/22 19:03:31 abs Exp $
-BUILDLINK_TREE+= p5-Wx
+BUILDLINK_TREE+= p5-Wx
.if !defined(P5_WX_BUILDLINK3_MK)
P5_WX_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.p5-Wx+= p5-Wx>=0.91
-BUILDLINK_ABI_DEPENDS.p5-Wx?= p5-Wx>=0.98nb6
-BUILDLINK_PKGSRCDIR.p5-Wx?= ../../x11/p5-Wx
-BUILDLINK_INCDIRS.p5-Wx?= ${PERL5_SUB_INSTALLVENDORARCH}/auto/Wx
+BUILDLINK_API_DEPENDS.p5-Wx+= p5-Wx>=0.91
+BUILDLINK_ABI_DEPENDS.p5-Wx?= p5-Wx>=0.98nb6
+BUILDLINK_PKGSRCDIR.p5-Wx?= ../../x11/p5-Wx
+BUILDLINK_INCDIRS.p5-Wx?= ${PERL5_SUB_INSTALLVENDORARCH}/auto/Wx
# We want all of the arch-dependent DBI files.
-BUILDLINK_CONTENTS_FILTER.p5-Wx?= ${GREP} '/auto/Wx/'
+BUILDLINK_CONTENTS_FILTER.p5-Wx?= ${GREP} '/auto/Wx/'
-BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets
-BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.05:../../devel/p5-ExtUtils-XSpp
+BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets
+BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.05:../../devel/p5-ExtUtils-XSpp
.include "../../lang/perl5/buildlink3.mk"
.include "../../x11/wxGTK28-contrib/buildlink3.mk"
.endif # P5_WX_BUILDLINK3_MK
-BUILDLINK_TREE+= -p5-Wx
+BUILDLINK_TREE+= -p5-Wx
diff -r 7313def14177 -r 7ff6988fafc3 x11/p5-Wx/distinfo
--- a/x11/p5-Wx/distinfo Sun Jan 22 19:00:34 2012 +0000
+++ b/x11/p5-Wx/distinfo Sun Jan 22 19:03:31 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2010/08/20 05:41:27 sno Exp $
+$NetBSD: distinfo,v 1.6 2012/01/22 19:03:31 abs Exp $
-SHA1 (Wx-0.98.tar.gz) = ef7c1d07268394db565e082e4f0760cec4f7e737
-RMD160 (Wx-0.98.tar.gz) = 4303ef2ad82a6c50eda215428f43e6d21c0e116f
-Size (Wx-0.98.tar.gz) = 389859 bytes
+SHA1 (Wx-0.9903.tar.gz) = 05dfedb55c6b8a65a4baf4a4af71c928085409de
+RMD160 (Wx-0.9903.tar.gz) = 0fb61c0ad4459c2190dd09222ebd6028e86622da
+Size (Wx-0.9903.tar.gz) = 413294 bytes
Home |
Main Index |
Thread Index |
Old Index