summaryrefslogtreecommitdiff
path: root/x11/gtkmm/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-11-01 18:24:39 +0000
committerwiz <wiz>2003-11-01 18:24:39 +0000
commit49ea14b49f12b7091ffa944261bd66a78fe9cdae (patch)
tree8125ca2ada6f14ec1a9ffde767b1b6ad9fff3b72 /x11/gtkmm/Makefile
parent1b39789ee1f458ff586736ce73ecd5bf38360cdf (diff)
downloadpkgsrc-49ea14b49f12b7091ffa944261bd66a78fe9cdae.tar.gz
Update to 2.2.8, to fix compilation with gcc3.
Changes: 2.2.8: * Fixed "inacccessible base" build errors with gcc 3.3.2. (Bradley Bell) * win32: Re-enabled our wrappers for parts of the GTK+ API that are now properly exported on Windows by GTK+. See README.win32 for more details. (Cedric Gustin ) * Documentation: - book: -Updated DrawingArea chapter for gtkmm2 (the last chapter that needed to be updated) (Ainsley Pereira) - Mentioned Treeviews with popup menus, with example. (Murray Cumming) - The libglademm chapter has a clearer explanation of the memory management, and mentions the new get_widget_derived() method. (Murray Cumming) - Distribute doxygen tags for use by the documentation of related projects. (Bradley Bell) - Build and install a devhelp file for the reference docs. This doesn't work yet, but hopefully it's easy to fix. (roel@stack.be)
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r--x11/gtkmm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile
index ea240a93936..ffcc50ed2e4 100644
--- a/x11/gtkmm/Makefile
+++ b/x11/gtkmm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2003/08/27 16:06:12 adam Exp $
+# $NetBSD: Makefile,v 1.12 2003/11/01 18:24:39 wiz Exp $
#
-DISTNAME= gtkmm-2.2.7
+DISTNAME= gtkmm-2.2.8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmm/}