diff options
author | drochner <drochner> | 2001-03-10 10:50:37 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-03-10 10:50:37 +0000 |
commit | 5fec985298faf5295154b65b6b930ae02844fd70 (patch) | |
tree | f29f125e998fd54aecc82918576821f8ac9494f1 /x11/gtk/patches | |
parent | edd0a819aeb9aae7121485aa056ef1aceb85f2c6 (diff) | |
download | pkgsrc-5fec985298faf5295154b65b6b930ae02844fd70.tar.gz |
update to 1.2.9.
Overview of Changes in GTK+ 1.2.9:
* Move include files into a gtk-1-2/ subdir to support parallel
installation with GTK+-2.0. If you are installing from source
on top of a previous version, you should to remove $(includedir)/gdk/
and $(includedir)/gtk/ manually before installing the new version.
* Improved submenu navigation.
* Other small useability improvements for menus, scrollbars, etc.
* Patch enabling themes with better appearance by making some
geometry parameters settable.
* Changes so that using fonts (as well as fontsets) for
non-iso-8859-1 locales will work.
* New --with-native-locale configure option for faster string
handling on systems with non-broken locale support.
* Refuse to initialize GTK+ when setuid (http://www.gtk.org/setuid.html)
* Change to make GdkRGB use less SHM segments.
* Addition of .pc files
* Many bug fixes
Diffstat (limited to 'x11/gtk/patches')
-rw-r--r-- | x11/gtk/patches/patch-aa | 18 | ||||
-rw-r--r-- | x11/gtk/patches/patch-ab | 12 | ||||
-rw-r--r-- | x11/gtk/patches/patch-ac | 10 |
3 files changed, 20 insertions, 20 deletions
diff --git a/x11/gtk/patches/patch-aa b/x11/gtk/patches/patch-aa index 7b2ed45535c..600f8b8192c 100644 --- a/x11/gtk/patches/patch-aa +++ b/x11/gtk/patches/patch-aa @@ -1,19 +1,19 @@ -$NetBSD: patch-aa,v 1.20 2001/02/26 21:42:57 tron Exp $ +$NetBSD: patch-aa,v 1.21 2001/03/10 10:50:38 drochner Exp $ ---- configure.orig Thu May 25 02:31:48 2000 -+++ configure Thu May 25 18:53:46 2000 +--- configure.orig Fri Mar 2 20:34:37 2001 ++++ configure Wed Mar 7 22:16:35 2001 @@ -22,8 +22,8 @@ # GTK_MAJOR_VERSION=1 GTK_MINOR_VERSION=2 --GTK_MICRO_VERSION=8 --GTK_INTERFACE_AGE=3 -+GTK_MICRO_VERSION=20 -+GTK_INTERFACE_AGE=8 - GTK_BINARY_AGE=8 +-GTK_MICRO_VERSION=9 +-GTK_INTERFACE_AGE=0 ++GTK_MICRO_VERSION=21 ++GTK_INTERFACE_AGE=9 + GTK_BINARY_AGE=9 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION ac_help="$ac_help -@@ -4099,7 +4101,7 @@ +@@ -4106,7 +4106,7 @@ # AM_GTK_GNU_GETTEXT above substs $DATADIRNAME # this is the directory where the *.{mo,gmo} files are installed diff --git a/x11/gtk/patches/patch-ab b/x11/gtk/patches/patch-ab index 04078301a13..de96d58fedc 100644 --- a/x11/gtk/patches/patch-ab +++ b/x11/gtk/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.11 1999/08/28 09:36:33 rh Exp $ +$NetBSD: patch-ab,v 1.12 2001/03/10 10:50:38 drochner Exp $ ---- gdk/Makefile.in.orig Tue Aug 24 00:08:02 1999 -+++ gdk/Makefile.in Fri Aug 27 20:51:55 1999 -@@ -136,7 +136,7 @@ +--- gdk/Makefile.in.orig Fri Mar 2 20:49:25 2001 ++++ gdk/Makefile.in Wed Mar 7 21:54:58 2001 +@@ -135,7 +135,7 @@ # libtool stuff: set version and export symbols for resolving - libgdkincludedir = $(includedir)/gdk + libgdkincludedir = $(includedir)/gtk-1.2/gdk -libgdk_la_LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@ -+libgdk_la_LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@ ++libgdk_la_LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@ # diff --git a/x11/gtk/patches/patch-ac b/x11/gtk/patches/patch-ac index 1fbe03e66db..d5821ac3ee0 100644 --- a/x11/gtk/patches/patch-ac +++ b/x11/gtk/patches/patch-ac @@ -1,11 +1,11 @@ -$NetBSD: patch-ac,v 1.10 1999/08/28 09:36:33 rh Exp $ +$NetBSD: patch-ac,v 1.11 2001/03/10 10:50:38 drochner Exp $ ---- gtk/Makefile.in.orig Tue Aug 24 00:08:04 1999 -+++ gtk/Makefile.in Fri Aug 27 20:53:31 1999 -@@ -136,7 +136,7 @@ +--- gtk/Makefile.in.orig Fri Mar 2 20:49:26 2001 ++++ gtk/Makefile.in Wed Mar 7 21:58:19 2001 +@@ -135,7 +135,7 @@ # libtool stuff: set version and export symbols for resolving - libgtkincludedir = $(includedir)/gtk + libgtkincludedir = $(includedir)/gtk-1.2/gtk -libgtk_la_LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@ +libgtk_la_LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@ |