diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-24 20:34:36 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-24 20:34:36 +0000 |
commit | a8658b04a9b69022d7bc250d3d04657fb73f5a97 (patch) | |
tree | ef74fcac55e1aa3429c418fb4c3d3fe82d6beeea /x11/gtk2/patches | |
parent | 309c25d3a2cf3599f6f401ddd505366f4136079c (diff) | |
download | pkgsrc-a8658b04a9b69022d7bc250d3d04657fb73f5a97.tar.gz |
import gtk2-2.0.0
The Gimp Tool Kit.
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is
suitable for projects ranging from small one-off projects to
complete application suites.
Diffstat (limited to 'x11/gtk2/patches')
-rw-r--r-- | x11/gtk2/patches/patch-aa | 13 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ab | 11 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ac | 12 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ad | 11 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ae | 13 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-af | 22 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ag | 13 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ah | 12 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ai | 12 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-aj | 12 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ak | 12 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-al | 13 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-am | 13 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-an | 12 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ao | 12 |
15 files changed, 193 insertions, 0 deletions
diff --git a/x11/gtk2/patches/patch-aa b/x11/gtk2/patches/patch-aa new file mode 100644 index 00000000000..ba1abbeb4cc --- /dev/null +++ b/x11/gtk2/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- configure.orig Fri Mar 8 12:22:14 2002 ++++ configure +@@ -9999,7 +9999,7 @@ + + # AM_GLIB_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 "$as_me:10004: checking for extra flags to get ANSI library prototypes" >&5 + echo $ECHO_N "checking for extra flags to get ANSI library prototypes... $ECHO_C" >&6 diff --git a/x11/gtk2/patches/patch-ab b/x11/gtk2/patches/patch-ab new file mode 100644 index 00000000000..a1ed75aa578 --- /dev/null +++ b/x11/gtk2/patches/patch-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- gdk-2.0.pc.in.orig Tue Mar 5 16:03:49 2002 ++++ gdk-2.0.pc.in +@@ -8,5 +8,5 @@ + Description: GIMP Drawing Kit (${target} target) + Version: @VERSION@ + Requires: gdk-pixbuf-2.0 @GDK_PACKAGES@ +-Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@ ++Libs: -L${libdir} -R${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@ + Cflags: -I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include @GDK_EXTRA_CFLAGS@ diff --git a/x11/gtk2/patches/patch-ac b/x11/gtk2/patches/patch-ac new file mode 100644 index 00000000000..924b212670a --- /dev/null +++ b/x11/gtk2/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- gdk-pixbuf-2.0.pc.in.orig Tue Mar 5 16:03:49 2002 ++++ gdk-pixbuf-2.0.pc.in +@@ -7,6 +7,6 @@ + Description: Image loading and scaling + Version: @VERSION@ + Requires: gobject-2.0,gmodule-2.0 +-Libs: -L${libdir} -lgdk_pixbuf-@GTK_API_VERSION@ @GDK_PIXBUF_EXTRA_LIBS@ ++Libs: -L${libdir} -R${libdir} -lgdk_pixbuf-@GTK_API_VERSION@ @GDK_PIXBUF_EXTRA_LIBS@ + Cflags: -I${includedir}/gtk-2.0 @GDK_PIXBUF_EXTRA_CFLAGS@ + diff --git a/x11/gtk2/patches/patch-ad b/x11/gtk2/patches/patch-ad new file mode 100644 index 00000000000..fe64fb3141a --- /dev/null +++ b/x11/gtk2/patches/patch-ad @@ -0,0 +1,11 @@ +$NetBSD: patch-ad,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- gtk+-2.0.pc.in.orig Tue Mar 5 16:03:49 2002 ++++ gtk+-2.0.pc.in +@@ -11,5 +11,5 @@ + Description: GIMP Tool Kit (${target} target) + Version: @VERSION@ + Requires: gdk-${target}-2.0 @GTK_PACKAGES@ +-Libs: -L${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@ ++Libs: -L${libdir} -R${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@ + Cflags: -I${includedir}/gtk-2.0 @GTK_EXTRA_CFLAGS@ diff --git a/x11/gtk2/patches/patch-ae b/x11/gtk2/patches/patch-ae new file mode 100644 index 00000000000..f4aebb5f065 --- /dev/null +++ b/x11/gtk2/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- po/Makefile.in.in.orig Wed Sep 26 16:32:41 2001 ++++ po/Makefile.in.in +@@ -23,7 +23,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/${PKGLOCALEDIR}/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po diff --git a/x11/gtk2/patches/patch-af b/x11/gtk2/patches/patch-af new file mode 100644 index 00000000000..b996c8f964d --- /dev/null +++ b/x11/gtk2/patches/patch-af @@ -0,0 +1,22 @@ +$NetBSD: patch-af,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- demos/gtk-demo/main.c.orig Sat Mar 2 23:16:18 2002 ++++ demos/gtk-demo/main.c +@@ -87,7 +87,7 @@ + int n_read = 0; + + #ifndef G_OS_WIN32 +- flockfile (stream); ++ /* flockfile (stream); */ + #endif + + g_string_truncate (str, 0); +@@ -133,7 +133,7 @@ + done: + + #ifndef G_OS_WIN32 +- funlockfile (stream); ++ /* funlockfile (stream); */ + #endif + + return n_read > 0; diff --git a/x11/gtk2/patches/patch-ag b/x11/gtk2/patches/patch-ag new file mode 100644 index 00000000000..36ad5db227f --- /dev/null +++ b/x11/gtk2/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- gtk/Makefile.in.orig Sun Mar 17 15:03:23 2002 ++++ gtk/Makefile.in +@@ -665,7 +665,7 @@ + bin_PROGRAMS = gtk-query-immodules-2.0 + + gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS) +-gtk_query_immodules_2_0_LDADD = $(LDADDS) ++gtk_query_immodules_2_0_LDADD = $(LDADDS) @LDFLAGS@ + + gtk_query_immodules_2_0_SOURCES = queryimmodules.c + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/x11/gtk2/patches/patch-ah b/x11/gtk2/patches/patch-ah new file mode 100644 index 00000000000..e1d961b9833 --- /dev/null +++ b/x11/gtk2/patches/patch-ah @@ -0,0 +1,12 @@ +$NetBSD: patch-ah,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- demos/Makefile.am.orig Tue Mar 5 16:03:50 2002 ++++ demos/Makefile.am +@@ -22,6 +22,7 @@ + $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ + $(top_builddir)/gdk/@gdktargetlib@ \ + $(top_builddir)/gtk/@gtktargetlib@ \ ++ @LDFLAGS@ \ + @STRIP_END@ + + noinst_PROGRAMS = \ diff --git a/x11/gtk2/patches/patch-ai b/x11/gtk2/patches/patch-ai new file mode 100644 index 00000000000..f838334bb50 --- /dev/null +++ b/x11/gtk2/patches/patch-ai @@ -0,0 +1,12 @@ +$NetBSD: patch-ai,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- demos/Makefile.in.orig Sun Mar 17 15:03:23 2002 ++++ demos/Makefile.in +@@ -194,6 +194,7 @@ + $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ + $(top_builddir)/gdk/@gdktargetlib@ \ + $(top_builddir)/gtk/@gtktargetlib@ \ ++ @LDFLAGS@ \ + @STRIP_END@ + + diff --git a/x11/gtk2/patches/patch-aj b/x11/gtk2/patches/patch-aj new file mode 100644 index 00000000000..88e6c1dd3c9 --- /dev/null +++ b/x11/gtk2/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- demos/gtk-demo/Makefile.am.orig Tue Mar 5 16:03:51 2002 ++++ demos/gtk-demo/Makefile.am +@@ -44,6 +44,7 @@ + $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ + $(top_builddir)/gdk/@gdktargetlib@ \ + $(top_builddir)/gtk/@gtktargetlib@ \ ++ @LDFLAGS@ \ + @STRIP_END@ + + bin_PROGRAMS = gtk-demo diff --git a/x11/gtk2/patches/patch-ak b/x11/gtk2/patches/patch-ak new file mode 100644 index 00000000000..4c68fa2e2d6 --- /dev/null +++ b/x11/gtk2/patches/patch-ak @@ -0,0 +1,12 @@ +$NetBSD: patch-ak,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- demos/gtk-demo/Makefile.in.orig Sun Mar 17 15:03:23 2002 ++++ demos/gtk-demo/Makefile.in +@@ -215,6 +215,7 @@ + $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ + $(top_builddir)/gdk/@gdktargetlib@ \ + $(top_builddir)/gtk/@gtktargetlib@ \ ++ @LDFLAGS@ \ + @STRIP_END@ + + diff --git a/x11/gtk2/patches/patch-al b/x11/gtk2/patches/patch-al new file mode 100644 index 00000000000..07c20e8bbcd --- /dev/null +++ b/x11/gtk2/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- gdk-pixbuf/Makefile.am.orig Tue Mar 5 16:04:01 2002 ++++ gdk-pixbuf/Makefile.am +@@ -227,7 +227,7 @@ + @STRIP_END@ + + AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loaderdir)\"" "-DBUILT_MODULES_DIR=\"$(srcdir)/.libs\"" +-LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la ++LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la @LDFLAGS@ + + noinst_PROGRAMS = test-gdk-pixbuf test-loaders + test_gdk_pixbuf_LDADD = $(LDADDS) diff --git a/x11/gtk2/patches/patch-am b/x11/gtk2/patches/patch-am new file mode 100644 index 00000000000..68ffaf6d342 --- /dev/null +++ b/x11/gtk2/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- gdk-pixbuf/Makefile.in.orig Mon Mar 18 08:32:17 2002 ++++ gdk-pixbuf/Makefile.in +@@ -358,7 +358,7 @@ + + + AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loaderdir)\"" "-DBUILT_MODULES_DIR=\"$(srcdir)/.libs\"" +-LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la ++LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la @LDFLAGS@ + + noinst_PROGRAMS = test-gdk-pixbuf test-loaders + test_gdk_pixbuf_LDADD = $(LDADDS) diff --git a/x11/gtk2/patches/patch-an b/x11/gtk2/patches/patch-an new file mode 100644 index 00000000000..a5265a909d7 --- /dev/null +++ b/x11/gtk2/patches/patch-an @@ -0,0 +1,12 @@ +$NetBSD: patch-an,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- gdk/Makefile.am.orig Thu Mar 7 18:27:00 2002 ++++ gdk/Makefile.am +@@ -76,6 +76,7 @@ + $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ + $(gdk_win32_symbols) \ + @GDK_DEP_LIBS@ \ ++ @LDFLAGS@ \ + @STRIP_END@ + + # diff --git a/x11/gtk2/patches/patch-ao b/x11/gtk2/patches/patch-ao new file mode 100644 index 00000000000..cbf9d21deaf --- /dev/null +++ b/x11/gtk2/patches/patch-ao @@ -0,0 +1,12 @@ +$NetBSD: patch-ao,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- gdk/Makefile.in.orig Mon Mar 18 18:54:44 2002 ++++ gdk/Makefile.in +@@ -218,6 +218,7 @@ + $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ + $(gdk_win32_symbols) \ + @GDK_DEP_LIBS@ \ ++ @LDFLAGS@ \ + @STRIP_END@ + + |