aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-05 03:11:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-05 03:11:39 +0000
commitc4851e78e4f63338fe9a4883e5b7a0370dce27f7 (patch)
tree3910aa2e83f782cec94f15b4547dadb741cd29ce /x11-toolkits/gtk30/files
parentf82c84522b047dd99c6f9d85ce3e07217ccce7df (diff)
Notes
Diffstat (limited to 'x11-toolkits/gtk30/files')
-rw-r--r--x11-toolkits/gtk30/files/patch-Makefile.in17
-rw-r--r--x11-toolkits/gtk30/files/patch-ae20
-rw-r--r--x11-toolkits/gtk30/files/patch-ag22
-rw-r--r--x11-toolkits/gtk30/files/patch-ah17
-rw-r--r--x11-toolkits/gtk30/files/patch-ai16
-rw-r--r--x11-toolkits/gtk30/files/patch-gdk-pixbuf_Makefile.in6
-rw-r--r--x11-toolkits/gtk30/files/patch-gtk_gtkicontheme.c26
-rw-r--r--x11-toolkits/gtk30/files/patch-ltmain.sh51
8 files changed, 113 insertions, 62 deletions
diff --git a/x11-toolkits/gtk30/files/patch-Makefile.in b/x11-toolkits/gtk30/files/patch-Makefile.in
index 85e372a01c60..c47baaab5ef5 100644
--- a/x11-toolkits/gtk30/files/patch-Makefile.in
+++ b/x11-toolkits/gtk30/files/patch-Makefile.in
@@ -1,14 +1,11 @@
-
-$FreeBSD$
-
---- 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@
+--- Makefile.in.orig Thu Jan 22 19:40:10 2004
++++ Makefile.in Thu Jan 22 19:40:52 2004
+@@ -286,7 +286,7 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
-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
++SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos contrib
+ SUBDIRS = po po-properties $(SRC_SUBDIRS) docs build m4macros
# require automake 1.4
diff --git a/x11-toolkits/gtk30/files/patch-ae b/x11-toolkits/gtk30/files/patch-ae
deleted file mode 100644
index b1750b724600..000000000000
--- a/x11-toolkits/gtk30/files/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Thu Sep 4 13:17:19 2003
-+++ configure Tue Mar 16 17:14:34 2004
-@@ -18367,6 +18367,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'
-@@ -24746,7 +24747,8 @@
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
-
--#include <freetype/freetype.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
- #include FT_ERRORS_H
-
- int
diff --git a/x11-toolkits/gtk30/files/patch-ag b/x11-toolkits/gtk30/files/patch-ag
index c4879a292522..b34d2b3f24b6 100644
--- a/x11-toolkits/gtk30/files/patch-ag
+++ b/x11-toolkits/gtk30/files/patch-ag
@@ -1,19 +1,19 @@
---- gtk/Makefile.in.orig Sat May 3 02:43:20 2003
-+++ gtk/Makefile.in Sat May 3 02:46:30 2003
-@@ -175,7 +175,7 @@
- -DG_LOG_DOMAIN=\"Gtk\" \
+--- gtk/Makefile.in.orig Fri Oct 24 21:45:12 2003
++++ gtk/Makefile.in Fri Oct 24 21:46:49 2003
+@@ -301,7 +301,7 @@
-DGTK_LIBDIR=\"$(libdir)\" \
+ -DGTK_DATADIR=\"$(datadir)\" \
-DGTK_DATA_PREFIX=\"$(prefix)\" \
- -DGTK_SYSCONFDIR=\"$(sysconfdir)\" \
-+ -DGTK_SYSCONFDIR=\"$(datadir)/themes/Default/gtk-2.0\" \
- -DGTK_VERSION=\"@GTK_VERSION@\" \
- -DGTK_BINARY_VERSION=\"@GTK_BINARY_VERSION@\" \
- -DGTK_HOST=\"@host@\" \
-@@ -651,6 +651,7 @@
++ -DGTK_SYSCONFDIR=\"$(datadir)/themes/Default/gtk-2.0\" \
+ -DGTK_VERSION=\"$(GTK_VERSION)\" \
+ -DGTK_BINARY_VERSION=\"$(GTK_BINARY_VERSION)\" \
+ -DGTK_HOST=\"$(host)\" \
+@@ -856,6 +856,7 @@
TEST_DEPS = $(DEPS) gtk.immodules
- LDADDS = @STRIP_BEGIN@ \
+ LDADDS = \
+ $(GLIB_LIBS) \
$(gtktargetlib) \
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
- $(top_builddir)/gdk/$(gdktargetlib) \
+ $(top_builddir)/gdk/$(gdktargetlib)
diff --git a/x11-toolkits/gtk30/files/patch-ah b/x11-toolkits/gtk30/files/patch-ah
index 32c2663f049f..88bfe209d8ae 100644
--- a/x11-toolkits/gtk30/files/patch-ah
+++ b/x11-toolkits/gtk30/files/patch-ah
@@ -1,14 +1,11 @@
-
-$FreeBSD$
-
---- 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@
+--- docs/Makefile.in.orig Fri Oct 24 21:47:52 2003
++++ docs/Makefile.in Fri Oct 24 23:35:09 2003
+@@ -179,7 +179,7 @@
MAINT = @MAINT@
+ MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+ MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@ --no-split
MKINSTALLDIRS = @MKINSTALLDIRS@
- OBJDUMP = @OBJDUMP@
- OBJEXT = @OBJEXT@
+ MSGFMT = @MSGFMT@
+ MS_LIB_AVAILABLE_FALSE = @MS_LIB_AVAILABLE_FALSE@
diff --git a/x11-toolkits/gtk30/files/patch-ai b/x11-toolkits/gtk30/files/patch-ai
index a128c58ffe80..a04d08ef58b3 100644
--- a/x11-toolkits/gtk30/files/patch-ai
+++ b/x11-toolkits/gtk30/files/patch-ai
@@ -1,11 +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@
+--- docs/reference/Makefile.in.orig Fri Oct 24 23:38:06 2003
++++ docs/reference/Makefile.in Fri Oct 24 23:48:00 2003
+@@ -286,7 +286,7 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
-SUBDIRS = gdk-pixbuf gdk gtk
-+SUBDIRS =
++SUBDIRS = #gdk-pixbuf gdk gtk
+ subdir = docs/reference
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../../config.h
- CONFIG_CLEAN_FILES =
+ CONFIG_HEADER = $(top_builddir)/config.h
diff --git a/x11-toolkits/gtk30/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk30/files/patch-gdk-pixbuf_Makefile.in
index fa3e1270f1b2..c2cb10b5478c 100644
--- a/x11-toolkits/gtk30/files/patch-gdk-pixbuf_Makefile.in
+++ b/x11-toolkits/gtk30/files/patch-gdk-pixbuf_Makefile.in
@@ -1,6 +1,6 @@
---- gdk-pixbuf/Makefile.in.orig Sat May 3 02:51:31 2003
-+++ gdk-pixbuf/Makefile.in Sat May 3 02:51:59 2003
-@@ -384,7 +384,9 @@
+--- gdk-pixbuf/Makefile.in.orig Thu Nov 20 15:39:55 2003
++++ gdk-pixbuf/Makefile.in Thu Nov 20 15:40:17 2003
+@@ -517,7 +517,9 @@
AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loaderdir)\"" "-DBUILT_MODULES_DIR=\"$(srcdir)/.libs\""
diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtkicontheme.c b/x11-toolkits/gtk30/files/patch-gtk_gtkicontheme.c
new file mode 100644
index 000000000000..07bb57a6d022
--- /dev/null
+++ b/x11-toolkits/gtk30/files/patch-gtk_gtkicontheme.c
@@ -0,0 +1,26 @@
+--- gtk/gtkicontheme.c.orig Thu Jan 29 16:53:42 2004
++++ gtk/gtkicontheme.c Thu Jan 29 16:54:56 2004
+@@ -526,7 +526,7 @@
+
+ priv->custom_theme = FALSE;
+ priv->current_theme = g_strdup (DEFAULT_THEME_NAME);
+- priv->search_path = g_new (char *, 5);
++ priv->search_path = g_new (char *, 7);
+
+
+ priv->search_path[0] = g_build_filename (g_get_home_dir (),
+@@ -534,9 +534,11 @@
+ NULL);
+ priv->search_path[1] = g_build_filename (GTK_DATADIR, "pixmaps", NULL);
+ priv->search_path[2] = g_build_filename (GTK_DATADIR, "icons", NULL);
+- priv->search_path[3] = g_strdup ("/usr/share/icons");
+- priv->search_path[4] = g_strdup ("/usr/share/pixmaps");
+- priv->search_path_len = 5;
++ priv->search_path[3] = g_build_filename (GTK_DATADIR, "gnome", "pixmaps", NULL);
++ priv->search_path[4] = g_build_filename (GTK_DATADIR, "gnome", "icons", NULL);
++ priv->search_path[5] = g_strdup ("/usr/share/icons");
++ priv->search_path[6] = g_strdup ("/usr/share/pixmaps");
++ priv->search_path_len = 7;
+
+ priv->themes_valid = FALSE;
+ priv->themes = NULL;
diff --git a/x11-toolkits/gtk30/files/patch-ltmain.sh b/x11-toolkits/gtk30/files/patch-ltmain.sh
new file mode 100644
index 000000000000..58384ee38d2e
--- /dev/null
+++ b/x11-toolkits/gtk30/files/patch-ltmain.sh
@@ -0,0 +1,51 @@
+--- ltmain.sh.orig Sat Dec 6 14:47:45 2003
++++ ltmain.sh Tue Dec 9 14:09:01 2003
+@@ -1280,7 +1280,7 @@
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd* | *-*-freebsd*)
++ *-*-openbsd* | *-*-freebsd4*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -1290,8 +1290,16 @@
+ continue
+ ;;
+
++ -pthread)
++ compile_command="$compile_command -pthread"
++ finalize_command="$finalize_command -pthread"
++ compiler_flags="$compiler_flags -pthread"
++ continue
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -3000,6 +3008,9 @@
+ # problems, so we reset it completely
+ verstring=
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ verstring="0.0"
+ ;;
+@@ -5428,10 +5439,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"