summaryrefslogtreecommitdiff
path: root/x11/wxGTK-contrib
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-03-30 15:28:12 +0000
committerjoerg <joerg@pkgsrc.org>2006-03-30 15:28:12 +0000
commita4124dbb22a1c351daaf5db2c8b451248840e524 (patch)
treec4ba8ee9ad925ae3d6de6f9d61a1d0fec59db82a /x11/wxGTK-contrib
parent851fdf5b9393c850e1d713d353c976d5063425d8 (diff)
downloadpkgsrc-a4124dbb22a1c351daaf5db2c8b451248840e524.tar.gz
Update wxGTK to 2.6.3. Feel responsible for now.
Important changes: - Fixed crash when loading message catalogs in Unicode build. - Spurious error message from wxLaunchDefaultBrowser fixed. - Compilation fixes for (more strict) g++ 4.1 - Speed improvements to wxRegEx when matching is done in a loop such as during a search and replace. - Fix regerror and regfree name conficts when built-in regex and system regex are both used in the same program. - wxCondition::WaitTimeout() now returns correct value when timeout occurs. - Bug in wxLogStream::DoLogString in Unicode builds fixed. - Fixed Unicode builds using SunPro compiler by defining__WCHAR_TYPE__. - wxFileName now also looks for TMPDIR on Unix. - Fixed occasional wxThread cleanup crash. - Fixed build error in list.h with VC++ 2005. - wxImage::Copy() forgot the alpha channel. - Fixed wxSocketBase::InterruptWait on wxBase. - Fixed abort() on loading invalid PNG image - Added space after list item number in wxHTML. - wxCalendarCtrl drawing, positioning and hit-testing fixes. - More checking of image validity before loading into wxImage. - Added double-buffering to wxVListBox and fixed a scrolling issue. - More than one filter allowed in in wxDocTemplate filter. - Fixed infinite loop in tab traversal code with wxUSE_STL==1 - Fixed problem with choice editor in wxGrid whereby the editor lost focus when the combobox menu was shown. - Fixed problem trying to print from a preview, whereby wrong printer class was used. - Worked around pango crashes in strncmp on Solaris 10. - Polygon and line drawing speeded up if there is no scaling. - Fixed problems with CJK input method (reverted) - Fixed wxNotebook::HitTest when the leftmost visible tab is not the actual first tab (has arrows for scrolling and is scrolled). - Send wxSetCursorEvent - Fix RequestMore for idle events. - Implement user dashes for PS and GNOME printing. - Correct update region code. Don't always invalidate the whole window upon resize. Reenable support for the wxNO_FULL_REPAINT_ON_RESIZE flag. Also disable refreshing custom controls when focusing in and out. - Change wxMimeTypesManager code to ignore /etc/mailcap and to just read the MIME-types. Modifiying the MIME-types is not allowed under GNOME anyways, so make it a no-op. - Speed up reading MIME database. - wxClipboard fixes (thanks to Timothée Lecomte). Additionally the build system has been libtoolified to simplify maintainance of the shared libraries in the PLIST. Patches against the bakefile ruleset are included for reference. The Unicode build is not enabled, since the interface changes to drastical.
Diffstat (limited to 'x11/wxGTK-contrib')
-rw-r--r--x11/wxGTK-contrib/Makefile3
-rw-r--r--x11/wxGTK-contrib/PLIST18
2 files changed, 10 insertions, 11 deletions
diff --git a/x11/wxGTK-contrib/Makefile b/x11/wxGTK-contrib/Makefile
index b323e2b23aa..d01882e911b 100644
--- a/x11/wxGTK-contrib/Makefile
+++ b/x11/wxGTK-contrib/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:31:12 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/03/30 15:28:12 joerg Exp $
#
.include "../../x11/wxGTK/Makefile.common"
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK-contrib/}
-PKGREVISION= 2
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GTK-based implementation of the wxWidgets GUI library (contrib libraries)
diff --git a/x11/wxGTK-contrib/PLIST b/x11/wxGTK-contrib/PLIST
index 882252b1a22..40f2339de1e 100644
--- a/x11/wxGTK-contrib/PLIST
+++ b/x11/wxGTK-contrib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2005/08/07 11:26:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/03/30 15:28:12 joerg Exp $
include/wx-2.6/wx/deprecated/expr.h
include/wx-2.6/wx/deprecated/prop.h
include/wx-2.6/wx/deprecated/propform.h
@@ -60,14 +60,14 @@ include/wx-2.6/wx/plot/plot_zot.bmp
include/wx-2.6/wx/plot/wxplot.rc
include/wx-2.6/wx/stc/stc.h
include/wx-2.6/wx/svg/dcsvg.h
-lib/libwx_gtk2_deprecated-2.6.so
-lib/libwx_gtk2_fl-2.6.so
-lib/libwx_gtk2_gizmos-2.6.so
-lib/libwx_gtk2_gizmos_xrc-2.6.so
-lib/libwx_gtk2_ogl-2.6.so
-lib/libwx_gtk2_plot-2.6.so
-lib/libwx_gtk2_stc-2.6.so
-lib/libwx_gtk2_svg-2.6.so
+lib/libwx_gtk2_deprecated-2.6.la
+lib/libwx_gtk2_fl-2.6.la
+lib/libwx_gtk2_gizmos-2.6.la
+lib/libwx_gtk2_gizmos_xrc-2.6.la
+lib/libwx_gtk2_ogl-2.6.la
+lib/libwx_gtk2_plot-2.6.la
+lib/libwx_gtk2_stc-2.6.la
+lib/libwx_gtk2_svg-2.6.la
@dirrm include/wx-2.6/wx/svg
@dirrm include/wx-2.6/wx/stc
@dirrm include/wx-2.6/wx/plot