Subject: CVS commit: pkgsrc/x11/gtkmm
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/14/2006 11:01:52
Module Name: pkgsrc
Committed By: adam
Date: Fri Apr 14 11:01:52 UTC 2006
Modified Files:
pkgsrc/x11/gtkmm: Makefile PLIST distinfo
Log Message:
Changes 2.8.4:
* IconTheme: Avoid crash in get_search_path().
* Some code size reduction by using more static functions instead of
anonymous namespaces, and by avoiding some code duplication.
* Windows Build:
- MSVC++ build: Use the new /vd2 compiler option to get the new unbroken
dynamic_cast<> with MSVC++. There are now no known problems with
the MSVC++ build.
- mingw32 and cygwin builds: Correct some API export/import problems.
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/x11/gtkmm/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/x11/gtkmm/PLIST pkgsrc/x11/gtkmm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.