summaryrefslogtreecommitdiff
path: root/x11/gtk--/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-04-24 17:27:57 +0000
committerrh <rh@pkgsrc.org>2001-04-24 17:27:57 +0000
commitbf18fa9cba2a6fe2d0ac1d6f0bfe8db9ae17f242 (patch)
tree5a2746442c7cfbafa4878d9aac0e0e211cd218b5 /x11/gtk--/Makefile
parentc8a1f86f2833306117761d8bc782dedba5c32229 (diff)
downloadpkgsrc-bf18fa9cba2a6fe2d0ac1d6f0bfe8db9ae17f242.tar.gz
Update gtk-- to 1.2.5. Changes include:
Release: Gtk-- 1.2.5 * Fixes for code generator. * Fixes for RedHat 7.0 configure bug. * Numerous patches to clean up code and improve appearance. * Added SpinButton::update() (Augustin Ferrin Pozuelo) * Menushell namespace fixes (jaycox) * Fixes for gtk--.m4 (srittau) * Major CTree fixes * CTree::selection() fixed. (Murray Cumming) * Added CTree::{Row,Column}::moveto() * Fix for CTree::RowList::end() (Daniel Elstner) * Documentation fixes (Falk Hueffner) * TreeItem patch (Joe Yandle) Release: Gtk-- 1.2.4 * Fixes for code generator * Rotated Bin::add_pixlabel. * gcc 2.96 fixes. * Distribution fixes. * Tutorial updates. * Dialog demos. * Dialog demo from Paul Serice. * Warning clean up. * Fix for accelerator labels from Toralf Lund. Release: Gtk-- 1.2.3 * Fixes for container * Bugs in code generator * Minor internal fixes. * Major changes for libstdc++-v3 from Felix Natter * Patches to try to improve gcc 2.96 compilation (still problem with yacc) * Menu improvements to support dynamic menu items. * CTree iterator fixes. Release: Gtk-- 1.2.2 * CTree updates from Juergen Mangler, a9506264@unet.univie.ac.at * Tearoff menu support (Juergen). * New examples for ctree and menu (Juergen). * Changed internals to get around serious gcc bug. Earlier versions should be discarded. Use of old version with multiple inheritence will cause segfaults!
Diffstat (limited to 'x11/gtk--/Makefile')
-rw-r--r--x11/gtk--/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile
index 91cd162c58d..2859811e2c9 100644
--- a/x11/gtk--/Makefile
+++ b/x11/gtk--/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2001/03/27 03:20:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.17 2001/04/24 17:27:57 rh Exp $
# FreeBSD Id: Makefile,v 1.6 1999/01/12 16:50:43 vanilla Exp
#
-DISTNAME= gtkmm-1.2.1
-PKGNAME= gtk---1.2.1
+DISTNAME= gtkmm-1.2.5
+PKGNAME= gtk---1.2.5
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmm/} \
${MASTER_SITE_GNOME:=stable/sources/gtkmm/}
@@ -16,12 +16,12 @@ BUILD_DEPENDS+= m4-1.4:../../devel/m4
DEPENDS+= gtk+>=1.2.7:../../x11/gtk
DEPENDS+= libsigc++>=1.0.1:../../devel/libsigc++
-USE_X11BASE= # defined
+USE_X11BASE= YES
-GNU_CONFIGURE= # defined
-USE_GMAKE= # defined
-USE_PERL5= # defined
-USE_LIBTOOL= # defined
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_PERL5= YES
+USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig
M4= ${LOCALBASE}/bin/gm4