summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk20/files')
-rw-r--r--x11-toolkits/gtk20/files/patch-Makefile.in14
-rw-r--r--x11-toolkits/gtk20/files/patch-ad23
-rw-r--r--x11-toolkits/gtk20/files/patch-ae22
-rw-r--r--x11-toolkits/gtk20/files/patch-ag14
-rw-r--r--x11-toolkits/gtk20/files/patch-ah14
-rw-r--r--x11-toolkits/gtk20/files/patch-ai11
-rw-r--r--x11-toolkits/gtk20/files/patch-ak14
7 files changed, 112 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-Makefile.in b/x11-toolkits/gtk20/files/patch-Makefile.in
new file mode 100644
index 000000000..8ba23000f
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/x11-toolkits/gtk20/files/patch-Makefile.in,v 1.1 2002/02/12 14:17:06 sobomax Exp $
+
+--- Makefile.in 2002/02/12 13:29:11 1.1
++++ Makefile.in 2002/02/12 13:29:28
+@@ -168,7 +168,7 @@
+ ms_librarian = @ms_librarian@
+ xinput_progs = @xinput_progs@
+
+-SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests contrib
++SRC_SUBDIRS = gdk-pixbuf gdk gtk modules contrib
+ SUBDIRS = po $(SRC_SUBDIRS) docs build m4macros
+
+ # require automake 1.4
diff --git a/x11-toolkits/gtk20/files/patch-ad b/x11-toolkits/gtk20/files/patch-ad
new file mode 100644
index 000000000..2fea530c5
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ad
@@ -0,0 +1,23 @@
+
+$FreeBSD: ports/x11-toolkits/gtk20/files/patch-ad,v 1.11 2002/01/18 13:26:02 sobomax Exp $
+
+--- gtk/gtkrc.c.orig Thu Dec 13 21:51:18 2001
++++ gtk/gtkrc.c Fri Jan 18 11:14:14 2002
+@@ -336,7 +336,7 @@
+ if (im_module_file)
+ result = g_strdup (im_module_file);
+ else
+- result = g_build_filename (GTK_SYSCONFDIR, "gtk-2.0", "gtk.immodules", NULL);
++ result = g_build_filename (GTK_DATA_PREFIX, "etc", "gtk-2.0", "gtk.immodules", NULL);
+ }
+
+ return result;
+@@ -418,7 +418,7 @@
+ }
+ else
+ {
+- str = g_build_filename (GTK_SYSCONFDIR, "gtk-2.0", "gtkrc", NULL);
++ str = g_build_filename (GTK_SYSCONFDIR, "gtk", NULL);
+
+ gtk_rc_add_default_file (str);
+ g_free (str);
diff --git a/x11-toolkits/gtk20/files/patch-ae b/x11-toolkits/gtk20/files/patch-ae
new file mode 100644
index 000000000..63b7a8f0f
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ae
@@ -0,0 +1,22 @@
+
+$FreeBSD: ports/x11-toolkits/gtk20/files/patch-ae,v 1.11 2002/06/01 19:00:46 marcus Exp $
+
+--- configure.orig Thu May 23 17:20:40 2002
++++ configure Sat Jun 1 14:26:00 2002
+@@ -7192,6 +7192,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -10107,7 +10108,7 @@
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ CATOBJEXT=.mo
+- DATADIRNAME=lib
++ DATADIRNAME=share
+ fi
+ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+ INSTOBJEXT=.mo
diff --git a/x11-toolkits/gtk20/files/patch-ag b/x11-toolkits/gtk20/files/patch-ag
new file mode 100644
index 000000000..71a49c0e7
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ag
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/x11-toolkits/gtk20/files/patch-ag,v 1.9 2002/06/01 19:00:46 marcus Exp $
+
+--- gtk/Makefile.in.orig Sat Jun 1 14:27:02 2002
++++ gtk/Makefile.in Sat Jun 1 14:29:10 2002
+@@ -182,7 +182,7 @@
+ -DG_LOG_DOMAIN=\"Gtk\" \
+ -DGTK_LIBDIR=\"$(libdir)\" \
+ -DGTK_DATA_PREFIX=\"$(prefix)\" \
+- -DGTK_SYSCONFDIR=\"$(sysconfdir)\" \
++ -DGTK_SYSCONFDIR=\"$(datadir)/themes/Default/gtk-2.0\" \
+ -DGTK_LOCALEDIR=\"$(gtklocaledir)\" \
+ -DGTK_VERSION=\"@GTK_VERSION@\" \
+ -DGTK_BINARY_VERSION=\"@GTK_BINARY_VERSION@\" \
diff --git a/x11-toolkits/gtk20/files/patch-ah b/x11-toolkits/gtk20/files/patch-ah
new file mode 100644
index 000000000..0c66d96a7
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ah
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/x11-toolkits/gtk20/files/patch-ah,v 1.6 2001/10/24 08:23:29 sobomax Exp $
+
+--- docs/Makefile.in.orig Wed Oct 24 10:33:45 2001
++++ docs/Makefile.in Wed Oct 24 10:33:46 2001
+@@ -136,7 +136,7 @@
+ LT_RELEASE = @LT_RELEASE@
+ LT_REVISION = @LT_REVISION@
+ MAINT = @MAINT@
+-MAKEINFO = @MAKEINFO@
++MAKEINFO = @MAKEINFO@ --no-split
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ OBJDUMP = @OBJDUMP@
+ OBJEXT = @OBJEXT@
diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai
new file mode 100644
index 000000000..a128c58ff
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ai
@@ -0,0 +1,11 @@
+--- docs/reference/Makefile.in.orig Sat Nov 18 03:17:56 2000
++++ docs/reference/Makefile.in Mon Nov 20 15:33:25 2000
+@@ -160,7 +160,7 @@
+ x_libs = @x_libs@
+ xinput_progs = @xinput_progs@
+
+-SUBDIRS = gdk-pixbuf gdk gtk
++SUBDIRS =
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../../config.h
+ CONFIG_CLEAN_FILES =
diff --git a/x11-toolkits/gtk20/files/patch-ak b/x11-toolkits/gtk20/files/patch-ak
new file mode 100644
index 000000000..0ef660c89
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ak
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/x11-toolkits/gtk20/files/patch-ak,v 1.3 2002/02/14 13:02:37 sobomax Exp $
+
+--- gdk/Makefile.in.orig Thu Feb 14 12:38:26 2002
++++ gdk/Makefile.in Thu Feb 14 12:45:37 2002
+@@ -315,7 +315,7 @@
+ #
+ # Rule to install gdkconfig.h header file
+ #
+-configexecincludedir = $(libdir)/gtk-2.0/include
++configexecincludedir = $(prefix)/include/gtk-2.0
+
+ #note: not gdkconfig.h
+ BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h