summaryrefslogtreecommitdiff
path: root/x11/gtk--/patches
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-11 21:53:46 +0000
committerwiz <wiz>2002-09-11 21:53:46 +0000
commit2339dd72baa3ebae87dffe081b5e579f21554405 (patch)
tree76f0d1af66f4686d064f22feb1f18b3750e632a4 /x11/gtk--/patches
parent2aa75df531958ebdfea3bbc7fb74f306a0e8625a (diff)
downloadpkgsrc-2339dd72baa3ebae87dffe081b5e579f21554405.tar.gz
Update to 1.2.10, provided by Adam Ciarcinski.
Changes: 1.2.10: * Gtk::Editable: removed default arg values from implementation, as suggested by Otmar Struwe. This allows it to build with gcc 3.1 1.2.9: * Gtk::SArray_Helpers::Traits<T>: Added specializations for 'const T*', 'T *const', 'const T *const' and 'const T[N]', so that the inofficial RedHat GCC 2.96 chooses the correct one. Release: Gtk-- 1.2.8 * CList_Helpers::Row::Row() implemented, not just declared. (Murray Cumming) * FontSelection::get_font_name(): Prevent crash when GTK+ returns 0. (Joe Yandle) * Fixed memory leak in Gtk::Editable::get_chars() (Gergo) * Gtk::Widget::get_toplevel is more cautious if the return value is not a Gtk::Window* (Gergo) Release: Gtk-- 1.2.7 * Minor gtkmmproc install fix. (Grumegargler) * Lots of reference documentation text added, based on the GTK+ reference documentation. (Jason M'Sadoques) * gtkmm-config does not give -I/usr/include, which should be implicit if necessary, and which overrides the implicit gcc replacement system headers if used. Apparently this is useful for gcc 3.0, and is what gtk+ does.(Daniel Elstner) Release: Gtk-- 1.2.6 Skipped. 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) Converted to buildlink2 by me.
Diffstat (limited to 'x11/gtk--/patches')
-rw-r--r--x11/gtk--/patches/patch-aa12
-rw-r--r--x11/gtk--/patches/patch-ag14
-rw-r--r--x11/gtk--/patches/patch-ah8
3 files changed, 17 insertions, 17 deletions
diff --git a/x11/gtk--/patches/patch-aa b/x11/gtk--/patches/patch-aa
index 007b88697aa..110c39d144c 100644
--- a/x11/gtk--/patches/patch-aa
+++ b/x11/gtk--/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2002/02/14 13:58:25 drochner Exp $
+$NetBSD: patch-aa,v 1.4 2002/09/11 21:53:49 wiz Exp $
---- Makefile.in.orig Sat Feb 2 17:42:03 2002
-+++ Makefile.in Sat Feb 2 17:42:40 2002
-@@ -104,7 +104,7 @@
+--- Makefile.in.orig Tue Apr 9 14:34:13 2002
++++ Makefile.in Tue May 28 13:59:42 2002
+@@ -108,7 +108,7 @@
DIST_SUBDIRS = gdk-- src examples docs docgen scripts
#gnome--
-bin_SCRIPTS = gtkmm-config gtkmmconvert
+bin_SCRIPTS = gtkmm-config # gtkmmconvert
- EXTRA_DIST = gtk--.m4 gtk--.spec.in Makefile.am Makefile.in gtkmmconvert win32/README win32/gdkmm_static.dsp win32/gtkmm_static.dsp win32/gtkmm.dsw win32/makevc.sh
-
+ EXTRA_DIST = \
+ gtk--.m4 \
diff --git a/x11/gtk--/patches/patch-ag b/x11/gtk--/patches/patch-ag
index 682b651cf97..7d32660147c 100644
--- a/x11/gtk--/patches/patch-ag
+++ b/x11/gtk--/patches/patch-ag
@@ -1,13 +1,13 @@
-$NetBSD: patch-ag,v 1.2 2000/07/15 09:48:13 jlam Exp $
+$NetBSD: patch-ag,v 1.3 2002/09/11 21:53:50 wiz Exp $
---- gdk--/gdk--/Makefile.in.orig Sat May 20 14:51:19 2000
-+++ gdk--/gdk--/Makefile.in Sat Jul 15 04:28:08 2000
-@@ -100,7 +100,7 @@
-
- libgdkmm_la_SOURCES = bitmap.cc colormap.cc font.cc main.cc window.cc color.cc drawable.cc gc.cc pixmap.cc visual.cc image.cc types.cc cursor.cc
+--- gdk--/gdk--/Makefile.in.orig Tue Apr 9 14:34:14 2002
++++ gdk--/gdk--/Makefile.in Tue May 28 13:59:53 2002
+@@ -110,7 +110,7 @@
+ color.cc drawable.cc gc.cc pixmap.cc visual.cc \
+ image.cc types.cc cursor.cc
-libgdkmm_la_LDFLAGS = -version-info $(LIBGDKMM_SO_VERSION) -release $(GTKMM_RELEASE)
+libgdkmm_la_LDFLAGS = -version-info $(LIBGDKMM_SO_VERSION)
libgdkmmincludedir = $(includedir)/gdk--
- libgdkmminclude_HEADERS = bitmap.h colormap.h gc.h main.h color.h drawable.h pixmap.h font.h types.h window.h visual.h image.h list.h cursor.h
+ libgdkmminclude_HEADERS = \
diff --git a/x11/gtk--/patches/patch-ah b/x11/gtk--/patches/patch-ah
index 049492fdfd3..696377bc58c 100644
--- a/x11/gtk--/patches/patch-ah
+++ b/x11/gtk--/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.2 2000/07/15 09:48:13 jlam Exp $
+$NetBSD: patch-ah,v 1.3 2002/09/11 21:53:50 wiz Exp $
---- src/gtk--/Makefile.in.orig Sat May 20 14:51:35 2000
-+++ src/gtk--/Makefile.in Sat Jul 15 04:28:44 2000
-@@ -133,7 +133,7 @@
+--- src/gtk--/Makefile.in.orig Tue Apr 9 14:34:18 2002
++++ src/gtk--/Makefile.in Tue May 28 14:00:01 2002
+@@ -142,7 +142,7 @@
# This builds the library
libgtkmm_la_SOURCES = $(gtkmmc) gtk--.cc proxy.cc base.cc marshal.cc