diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
commit | a3b5135851621cb514e7708d11f9dc82f851ea5c (patch) | |
tree | b2b32cc424aeb8dc4d13263958511bf8ca92bc34 /x11-toolkits/gtk20/files | |
parent | 095098375dd5bb1d27d533ffc7dc27305e105c95 (diff) | |
download | marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2 marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/files')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-ah | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-ai | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-ak | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in | 14 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-jpeg.c | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_Makefile.in | 14 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_gtksignal.h | 13 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c | 11 |
9 files changed, 0 insertions, 107 deletions
diff --git a/x11-toolkits/gtk20/files/patch-Makefile.in b/x11-toolkits/gtk20/files/patch-Makefile.in deleted file mode 100644 index 307fd6fc2..000000000 --- a/x11-toolkits/gtk20/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Aug 3 18:09:32 2005 -+++ Makefile.in Wed Aug 3 18:10:01 2005 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - --SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib -+SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos perf contrib - SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros - - # require automake 1.4 diff --git a/x11-toolkits/gtk20/files/patch-ah b/x11-toolkits/gtk20/files/patch-ah deleted file mode 100644 index 416fbb3f0..000000000 --- a/x11-toolkits/gtk20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig 2009-09-05 11:12:17.000000000 +0200 -+++ docs/Makefile.in 2009-09-05 11:16:52.000000000 +0200 -@@ -228,7 +228,7 @@ LTLIBOBJS = @LTLIBOBJS@ - LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@ - LT_VERSION_INFO = @LT_VERSION_INFO@ - MAINT = @MAINT@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKDIR_P = @MKDIR_P@ - MKINSTALLDIRS = @MKINSTALLDIRS@ - MSGFMT = @MSGFMT@ diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai deleted file mode 100644 index 0a4e1022f..000000000 --- a/x11-toolkits/gtk20/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2009-09-05 11:17:44.000000000 +0200 -+++ docs/reference/Makefile.in 2009-09-05 11:18:15.000000000 +0200 -@@ -359,7 +359,7 @@ XVFB_START = \ - || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ - && DISPLAY=:$$XID && export DISPLAY - --SUBDIRS = gdk-pixbuf gdk gtk libgail-util -+SUBDIRS = #gdk-pixbuf gdk gtk libgail-util - GITIGNOREFILES = */*.1 - all: all-recursive - diff --git a/x11-toolkits/gtk20/files/patch-ak b/x11-toolkits/gtk20/files/patch-ak deleted file mode 100644 index 7f8e0eb0c..000000000 --- a/x11-toolkits/gtk20/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in deleted file mode 100644 index 04ce78984..000000000 --- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- gdk-pixbuf/Makefile.in.orig 2009-09-05 11:19:07.000000000 +0200 -+++ gdk-pixbuf/Makefile.in 2009-09-05 11:20:19.000000000 +0200 -@@ -1322,9 +1322,9 @@ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loade - LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la $(GDK_PIXBUF_DEP_LIBS) - test_gdk_pixbuf_LDADD = $(LDADDS) - gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c --gdk_pixbuf_csource_LDADD = $(LDADDS) -+gdk_pixbuf_csource_LDADD = $(LDADDS) $(GLIB_LIBS) - gdk_pixbuf_query_loaders_DEPENDENCIES = $(DEPS) --gdk_pixbuf_query_loaders_LDADD = $(LDADDS) -+gdk_pixbuf_query_loaders_LDADD = $(LDADDS) $(GLIB_LIBS) - gdk_pixbuf_query_loaders_SOURCES = queryloaders.c - - # diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-jpeg.c b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-jpeg.c deleted file mode 100644 index 1701b054b..000000000 --- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-jpeg.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk-pixbuf/io-jpeg.c.orig 2009-07-30 00:54:14.000000000 -0400 -+++ gdk-pixbuf/io-jpeg.c 2009-07-30 00:54:27.000000000 -0400 -@@ -922,7 +922,7 @@ gdk_pixbuf__jpeg_image_load_increment (g - } - } - -- for (cinfo->scale_denom = 2; cinfo->scale_denom <= 8; cinfo->scale_denom *= 2) { -+ for (cinfo->scale_denom = 2; cinfo->scale_denom <= 16; cinfo->scale_denom *= 2) { - jpeg_calc_output_dimensions (cinfo); - if (cinfo->output_width < width || cinfo->output_height < height) { - cinfo->scale_denom /= 2; diff --git a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in deleted file mode 100644 index 8037cf952..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- gtk/Makefile.in.orig 2009-09-05 11:21:40.000000000 +0200 -+++ gtk/Makefile.in 2009-09-05 11:22:57.000000000 +0200 -@@ -1310,9 +1310,9 @@ LDADDS = \ - - bin_SCRIPTS = gtk-builder-convert - gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS) --gtk_query_immodules_2_0_LDADD = $(LDADDS) -+gtk_query_immodules_2_0_LDADD = $(LDADDS) $(GLIB_LIBS) - gtk_query_immodules_2_0_SOURCES = queryimmodules.c --gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la -+gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(GLIB_LIBS) - gtk_update_icon_cache_SOURCES = \ - updateiconcache.c - diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h b/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h deleted file mode 100644 index c687dec40..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h +++ /dev/null @@ -1,13 +0,0 @@ ---- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400 -+++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400 -@@ -29,7 +29,9 @@ - #ifndef __GTK_SIGNAL_H__ - #define __GTK_SIGNAL_H__ - --#include <gtk/gtk.h> -+#include <gtk/gtkenums.h> -+#include <gtk/gtktypeutils.h> -+#include <gtk/gtkobject.h> - #include <gtk/gtkmarshal.h> - - G_BEGIN_DECLS diff --git a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c deleted file mode 100644 index 206257551..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/updateiconcache.c.orig 2009-05-11 18:05:35.000000000 +0200 -+++ gtk/updateiconcache.c 2009-05-30 12:03:39.000000000 +0200 -@@ -1505,7 +1505,7 @@ opentmp: - if (!validate_file (tmp_cache_path)) - { - g_printerr (_("The generated cache was invalid.\n")); -- /*g_unlink (tmp_cache_path);*/ -+ g_unlink (tmp_cache_path); - exit (1); - } - |