Subject: CVS commit: pkgsrc/x11/wxGTK
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 01/10/2004 14:23:52
Module Name:	pkgsrc
Committed By:	recht
Date:		Sat Jan 10 14:23:52 UTC 2004

Modified Files:
	pkgsrc/x11/wxGTK: Makefile PLIST buildlink2.mk distinfo
	pkgsrc/x11/wxGTK/patches: patch-aa patch-ab patch-ac patch-ad

Log Message:
update to wxGTK 2.4.2

Changes:
Enable building of OpenGL support and bump buildlink dependecy because of
that.

2.4.2
-----
All:
- always NUL-terminate the log messages
- wxRegEx::Compile() now calculates the number of groups correctly
- wxHTTP::GetHeader() didn't find headers which were not all in upper case
- wxHTTP input stream didn't detect EOF correctly
- wxString::find_last_of() ignored "start" parameter (Robert Vazan)
- a bug in wxArrayString::Shrink() fixed (Gunnar Roth)
- added wxIPV4address::IPAddress()

All (GUI):
- rare crash in wxFontMapper fixed (Robert Vazan)
- added wxMenu::FindItemByPosition.
- copy wxImage options when copying the images

Generic:
- wxListCtrl: respect wxLC_NO_HEADER style when inserting first column

Unix:
- fixed build problems with OpenGL when libGL(U) were in different directories
- added --basename and --release flags to wx-config (Robert O'Connor)
- added support for GNU/Hurd in configure
- fixed wx-config --rezflags output on platforms different from Mac
- changed wxNativeFontInfo::FromXFontName to treat names with all
  components being empty or '*' as default font (since default font is
  converted to such a string by GetXFontName).
- wxLocale::Init now tries to set .utf8 locale in Unicode mode (Andreas Pflug)

wxGTK
- fixed compilation with --disable-compat-22
- set the event object correctly for wxMenu events (Bob Balfour)
- fixed memory leak in wxFileDialog (Christian Sturmlechner)

wxXRC:
- added wxNO_FULL_REPAINT_ON_RESIZE to "unknown" class handler (John Anderson)


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/x11/wxGTK/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/wxGTK/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/x11/wxGTK/buildlink2.mk
cvs rdiff -r1.11 -r1.12 pkgsrc/x11/wxGTK/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/wxGTK/patches/patch-aa
cvs rdiff -r1.9 -r1.10 pkgsrc/x11/wxGTK/patches/patch-ab
cvs rdiff -r1.5 -r1.6 pkgsrc/x11/wxGTK/patches/patch-ac
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/wxGTK/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.