summaryrefslogtreecommitdiff
path: root/x11/gtk/patches
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtk/patches')
-rw-r--r--x11/gtk/patches/patch-aa24
-rw-r--r--x11/gtk/patches/patch-ab13
-rw-r--r--x11/gtk/patches/patch-ac13
-rw-r--r--x11/gtk/patches/patch-ad15
-rw-r--r--x11/gtk/patches/patch-ae19
-rw-r--r--x11/gtk/patches/patch-af16
-rw-r--r--x11/gtk/patches/patch-ag13
-rw-r--r--x11/gtk/patches/patch-ah13
8 files changed, 0 insertions, 126 deletions
diff --git a/x11/gtk/patches/patch-aa b/x11/gtk/patches/patch-aa
deleted file mode 100644
index 505ea5b1fd8..00000000000
--- a/x11/gtk/patches/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.22 2001/04/26 17:42:55 rh Exp $
-
---- configure.orig Wed Mar 28 23:11:45 2001
-+++ configure
-@@ -22,8 +22,8 @@
- #
- GTK_MAJOR_VERSION=1
- GTK_MINOR_VERSION=2
--GTK_MICRO_VERSION=10
--GTK_INTERFACE_AGE=1
-+GTK_MICRO_VERSION=22
-+GTK_INTERFACE_AGE=10
- GTK_BINARY_AGE=10
- GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
- ac_help="$ac_help
-@@ -4106,7 +4106,7 @@
-
- # AM_GTK_GNU_GETTEXT above substs $DATADIRNAME
- # this is the directory where the *.{mo,gmo} files are installed
--gtklocaledir='${prefix}/${DATADIRNAME}/locale'
-+gtklocaledir='${prefix}/${PKGLOCALEDIR}/locale'
-
-
- echo $ac_n "checking for extra flags to get ANSI library prototypes""... $ac_c" 1>&6
diff --git a/x11/gtk/patches/patch-ab b/x11/gtk/patches/patch-ab
deleted file mode 100644
index de96d58fedc..00000000000
--- a/x11/gtk/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.12 2001/03/10 10:50:38 drochner Exp $
-
---- 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)/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@
-
-
- #
diff --git a/x11/gtk/patches/patch-ac b/x11/gtk/patches/patch-ac
deleted file mode 100644
index d5821ac3ee0..00000000000
--- a/x11/gtk/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.11 2001/03/10 10:50:38 drochner Exp $
-
---- 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-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@
-
- # $(top_builddir)/gdk/libgdk.la
-
diff --git a/x11/gtk/patches/patch-ad b/x11/gtk/patches/patch-ad
deleted file mode 100644
index b7de74cb3dc..00000000000
--- a/x11/gtk/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.7 2002/09/01 14:52:30 tron Exp $
-
---- po/Makefile.in.in.orig Wed Mar 28 23:11:42 2001
-+++ po/Makefile.in.in Sun Sep 1 16:32:12 2002
-@@ -19,8 +19,8 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- datadir = $(prefix)/@DATADIRNAME@
--localedir = $(datadir)/locale
--gnulocaledir = $(prefix)/share/locale
-+localedir = $(prefix)/${PKGLOCALEDIR}/locale
-+gnulocaledir = $(prefix)/${PKGLOCALEDIR}/locale
- gettextsrcdir = $(prefix)/share/gettext/po
- subdir = po
-
diff --git a/x11/gtk/patches/patch-ae b/x11/gtk/patches/patch-ae
deleted file mode 100644
index 769e0666abd..00000000000
--- a/x11/gtk/patches/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ae,v 1.4 2001/04/26 17:42:55 rh Exp $
-
---- gtk/gtkwindow.c.orig Sat Mar 10 00:39:16 2001
-+++ gtk/gtkwindow.c
-@@ -985,7 +985,13 @@
- break;
- case EnterNotify:
- case LeaveNotify:
-- if (xev->xcrossing.detail != NotifyInferior &&
-+ /* We only track the actual destination of keyboard events for real
-+ * toplevels, not for embedded toplevels such as GtkPlug. The reason for
-+ * this is that GtkPlug redirects events so the widget may effectively not
-+ * have the focus even if it actually has the focus.
-+ */
-+ if (gdk_window_get_parent (GTK_WIDGET (window)->window) == GDK_ROOT_PARENT () &&
-+ xev->xcrossing.detail != NotifyInferior &&
- xev->xcrossing.focus && !window->window_has_focus)
- {
- window->window_has_pointer_focus = (xev->xany.type == EnterNotify) ? TRUE : FALSE;
diff --git a/x11/gtk/patches/patch-af b/x11/gtk/patches/patch-af
deleted file mode 100644
index 600f53ae5f7..00000000000
--- a/x11/gtk/patches/patch-af
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-af,v 1.3 2003/10/04 18:03:26 danw Exp $
-
---- gtk-config.in.orig Tue Feb 2 00:17:38 1999
-+++ gtk-config.in Thu Apr 29 12:13:36 1999
-@@ -104,9 +104,9 @@
-
- if test "$echo_libs" = "yes"; then
- my_glib_libs=
-- libdirs=-L@libdir@
-+ libdirs="-L@libdir@ -Wl,-R@libdir@"
- for i in $glib_libs ; do
-- if test $i != -L@libdir@ ; then
-+ if test $i != -L@libdir@ -a x$i != x-Wl,-R@libdir@ ; then
- if test -z "$my_glib_libs" ; then
- my_glib_libs="$i"
- else
diff --git a/x11/gtk/patches/patch-ag b/x11/gtk/patches/patch-ag
deleted file mode 100644
index c66ccf59a85..00000000000
--- a/x11/gtk/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.4 2003/10/04 18:03:26 danw Exp $
-
---- gdk/gdkimage.c.orig Tue Sep 16 05:41:17 2003
-+++ gdk/gdkimage.c Tue Sep 16 05:41:23 2003
-@@ -30,7 +30,7 @@
- #include <stdlib.h>
- #include <sys/types.h>
-
--#if defined (HAVE_IPC_H) && defined (HAVE_SHM_H) && defined (HAVE_XSHM_H)
-+#if defined (HAVE_IPC_H) && defined (HAVE_SHM_H) && defined (HAVE_XSHM_H) && !defined (__APPLE__)
- #define USE_SHM
- #endif
-
diff --git a/x11/gtk/patches/patch-ah b/x11/gtk/patches/patch-ah
deleted file mode 100644
index 33df39ad580..00000000000
--- a/x11/gtk/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.4 2005/04/27 09:03:59 wiz Exp $
-
---- gtk.m4.orig 1999-02-18 17:43:35.000000000 +0100
-+++ gtk.m4
-@@ -4,7 +4,7 @@
- dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
- dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
- dnl
--AC_DEFUN(AM_PATH_GTK,
-+AC_DEFUN([AM_PATH_GTK],
- [dnl
- dnl Get the cflags and libraries from the gtk-config script
- dnl