Please test this.

package update also seems to work, the major is bumped so it should
be trouble-free to go back in versions and continue life. 

There is the XPM security fix that will also need to go in, but 
I've left it out here for simplicity.

This should fix the 8bpp displays problems for good, and after 3.9
is done we can re-evaluate.  In the meantime, more people should
tell the gtk people that this is a real problem.

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gtk+2/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile    3 Jan 2006 07:33:36 -0000       1.30
+++ Makefile    6 Jan 2006 00:13:31 -0000
@@ -5,7 +5,7 @@ NOT_FOR_ARCHS=                  ${NO_SHARED_ARCHS}
 COMMENT=                       "multi-platform graphical toolkit"
 COMMENT-docs=                  "gtk+-2 documentation"
 
-VERSION=                       2.8.9
+VERSION=                       2.6.10
 DISTNAME=                      gtk+-${VERSION}
 PKGNAME=                       gtk+2-${VERSION}
 PKGNAME-docs=                  gtk+2-docs-${VERSION}
@@ -14,10 +14,10 @@ CATEGORIES=                 x11 devel
 HOMEPAGE=                      http://www.gtk.org
 MAINTAINER=                    Marc Matteo <[EMAIL PROTECTED]>
 
-SHARED_LIBS=                   gdk-x11-2.0             800.9 \
-                               gdk_pixbuf-2.0          800.9 \
-                               gdk_pixbuf_xlib-2.0     800.9 \
-                               gtk-x11-2.0             800.9
+SHARED_LIBS=                   gdk-x11-2.0             801.0 \
+                               gdk_pixbuf-2.0          801.0 \
+                               gdk_pixbuf_xlib-2.0     801.0 \
+                               gtk-x11-2.0             801.0
 
 # LGPL
 PERMIT_PACKAGE_CDROM=          Yes
@@ -33,12 +33,12 @@ MULTI_PACKAGES=             -docs
 SUBPACKAGE?=
 
 .if ${SUBPACKAGE} != "-docs"
-WANTLIB=                       X11 Xcursor Xext Xfixes Xinerama Xrender \
-                               Xrandr c cairo fontconfig freetype glitz m z
+WANTLIB=                       X11 Xcursor Xext Xfixes Xft Xinerama Xrender \
+                               c fontconfig freetype m z
 MODULES=                       devel/gettext
 
 LIB_DEPENDS=                   
glib-2.0.800.0,gmodule-2.0.800.0,gobject-2.0.800.0::devel/glib2 \
-                               
pango-1.0.1000.0,pangoft2-1.0.1000.0,pangocairo-1.0.1000.0::devel/pango \
+                               
pango-1.0.1000.0,pangoft2-1.0.1000.0,pangoxft-1.0.1001.0,pangox-1.0.1001.0::devel/pango
 \
                                atk-1.0.0.1::devel/atk \
                                tiff.35::graphics/tiff \
                                png.3::graphics/png \
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/gtk+2/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo    3 Jan 2006 07:33:36 -0000       1.20
+++ distinfo    5 Jan 2006 17:34:02 -0000
@@ -1,4 +1,4 @@
-MD5 (gtk+-2.8.9.tar.bz2) = e7a94132ae6353106c80cd4a1106a368
-RMD160 (gtk+-2.8.9.tar.bz2) = 3c458a11d22c7d658fcc65b969bf61d875a7559b
-SHA1 (gtk+-2.8.9.tar.bz2) = 8560c2ac2275bca7b9fd7d00c41555f95c638b82
-SIZE (gtk+-2.8.9.tar.bz2) = 11949090
+MD5 (gtk+-2.6.10.tar.bz2) = 520090ef291e35ba93397060e20f5025
+RMD160 (gtk+-2.6.10.tar.bz2) = 5bb2e4de406e0e6ccf5c66ec48f6ba3e5b0911ff
+SHA1 (gtk+-2.6.10.tar.bz2) = 9ba627683e0dc4bceb5fb900c1ee687638d95fcd
+SIZE (gtk+-2.6.10.tar.bz2) = 11521380
Index: patches/patch-contrib_gdk-pixbuf-xlib_Makefile_in
===================================================================
RCS file: 
/cvs/ports/x11/gtk+2/patches/patch-contrib_gdk-pixbuf-xlib_Makefile_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-contrib_gdk-pixbuf-xlib_Makefile_in
--- patches/patch-contrib_gdk-pixbuf-xlib_Makefile_in   3 Jan 2006 07:33:37 
-0000       1.6
+++ patches/patch-contrib_gdk-pixbuf-xlib_Makefile_in   6 Jan 2006 00:24:59 
-0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-contrib_gdk-pixbuf-xlib_Makefile_in,v 1.6 2006/01/03 07:33:37 
marcm Exp $
---- contrib/gdk-pixbuf-xlib/Makefile.in.orig   Fri Dec 30 22:59:46 2005
-+++ contrib/gdk-pixbuf-xlib/Makefile.in        Fri Dec 30 23:00:28 2005
-@@ -293,7 +293,7 @@ INCLUDES = \
+--- contrib/gdk-pixbuf-xlib/Makefile.in.orig   Thu Aug 18 08:12:35 2005
++++ contrib/gdk-pixbuf-xlib/Makefile.in        Thu Jan  5 17:24:45 2006
+@@ -298,7 +298,7 @@ INCLUDES = \
  
  libgdk_pixbuf_xlib_2_0_la_LDFLAGS = \
        -export-dynamic                                         \
Index: patches/patch-demos_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/gtk+2/patches/patch-demos_Makefile_in,v
retrieving revision 1.8
diff -u -p -r1.8 patch-demos_Makefile_in
--- patches/patch-demos_Makefile_in     13 Nov 2005 06:23:58 -0000      1.8
+++ patches/patch-demos_Makefile_in     6 Jan 2006 00:21:29 -0000
@@ -1,7 +1,7 @@
-$OpenBSD: patch-demos_Makefile_in,v 1.8 2005/11/13 06:23:58 marcm Exp $
---- demos/Makefile.in.orig     Sat Aug 13 06:21:40 2005
-+++ demos/Makefile.in  Tue Aug 23 22:16:42 2005
-@@ -786,6 +786,7 @@ uninstall-info: uninstall-info-recursive
+$OpenBSD: patch-demos_Makefile_in,v 1.7 2005/08/05 17:15:09 kurt Exp $
+--- demos/Makefile.in.orig     Mon Aug  1 10:38:51 2005
++++ demos/Makefile.in  Sun Jul 31 22:56:09 2005
+@@ -791,6 +791,7 @@ uninstall-info: uninstall-info-recursive
  
  
  test-inline-pixbufs.h: $(pixbuf_csource_deps) apple-red.png gnome-foot.png
Index: patches/patch-gdk-pixbuf_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/gtk+2/patches/patch-gdk-pixbuf_Makefile_in,v
retrieving revision 1.9
diff -u -p -r1.9 patch-gdk-pixbuf_Makefile_in
--- patches/patch-gdk-pixbuf_Makefile_in        3 Jan 2006 07:33:37 -0000       
1.9
+++ patches/patch-gdk-pixbuf_Makefile_in        6 Jan 2006 01:02:58 -0000
@@ -1,16 +1,16 @@
-$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.9 2006/01/03 07:33:37 marcm Exp $
---- gdk-pixbuf/Makefile.in.orig        Fri Dec  9 10:28:12 2005
-+++ gdk-pixbuf/Makefile.in     Fri Dec 30 22:57:56 2005
-@@ -550,7 +550,7 @@ libgdk_pixbuf_2_0_la_SOURCES = \
+$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.7 2005/08/05 17:15:09 kurt Exp $
+--- gdk-pixbuf/Makefile.in.orig        Thu Aug 18 08:12:37 2005
++++ gdk-pixbuf/Makefile.in     Thu Jan  5 18:02:50 2006
+@@ -552,7 +552,7 @@ libgdk_pixbuf_2_0_la_SOURCES = \
+ 
  
  libgdk_pixbuf_2_0_la_LDFLAGS = \
-       $(gdk_pixbuf_win32_res_ldflag)          \
 -      -version-info $(LT_VERSION_INFO)        \
-+      $(LIBgdk_pixbuf-2.0_LTVERSION)          \
++      $(LIBgdk_pixbuf-2.0_LTVERSION)  \
        $(LIBTOOL_EXPORT_OPTIONS)               \
        $(no_undefined)                         \
        $(gdk_pixbuf_symbols)
-@@ -1604,13 +1604,6 @@ install-data-hook: install-ms-lib instal
+@@ -1609,13 +1609,6 @@ install-data-hook: install-ms-lib instal
        @if $(RUN_QUERY_LOADER_TEST) ; then \
          $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
          $(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders > 
$(DESTDIR)$(sysconfdir)/gtk-2.0/gdk-pixbuf.loaders ; \
@@ -23,8 +23,8 @@ $OpenBSD: patch-gdk-pixbuf_Makefile_in,v
 -        echo "***" ; \
        fi
  
- uninstall-local: uninstall-ms-lib uninstall-def-file
-@@ -1622,7 +1615,7 @@ uninstall-local: uninstall-ms-lib uninst
+ uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
+@@ -1627,7 +1620,7 @@ uninstall-local: uninstall-ms-lib uninst
  @BUILD_DYNAMIC_MODULES_TRUE@  LOADERS=`echo libpixbufloader-*.la` ; \
  @BUILD_DYNAMIC_MODULES_TRUE@  if test "x$$LOADERS" != 'xlibpixbufloader-*.la' 
; then \
  @BUILD_DYNAMIC_MODULES_TRUE@          echo "Writing a gdk-pixbuf.loader file 
to use when running examples before installing gdk-pixbuf."; \
Index: patches/patch-gdk-pixbuf_gdk-pixbuf-io_c
===================================================================
RCS file: /cvs/ports/x11/gtk+2/patches/patch-gdk-pixbuf_gdk-pixbuf-io_c,v
retrieving revision 1.4
diff -u -p -r1.4 patch-gdk-pixbuf_gdk-pixbuf-io_c
--- patches/patch-gdk-pixbuf_gdk-pixbuf-io_c    13 Nov 2005 06:23:58 -0000      
1.4
+++ patches/patch-gdk-pixbuf_gdk-pixbuf-io_c    6 Jan 2006 00:21:29 -0000
@@ -1,7 +1,7 @@
-$OpenBSD: patch-gdk-pixbuf_gdk-pixbuf-io_c,v 1.4 2005/11/13 06:23:58 marcm Exp 
$
---- gdk-pixbuf/gdk-pixbuf-io.c.orig    Fri Jul 22 08:34:32 2005
-+++ gdk-pixbuf/gdk-pixbuf-io.c Tue Aug 23 22:16:42 2005
-@@ -276,7 +276,7 @@ gdk_pixbuf_get_module_file (void)
+$OpenBSD: patch-gdk-pixbuf_gdk-pixbuf-io_c,v 1.3 2005/05/24 21:29:11 marcm Exp 
$
+--- gdk-pixbuf/gdk-pixbuf-io.c.orig    Sun Dec  5 04:43:47 2004
++++ gdk-pixbuf/gdk-pixbuf-io.c Wed Mar 30 21:27:26 2005
+@@ -258,7 +258,7 @@ gdk_pixbuf_get_module_file (void)
    gchar *result = g_strdup (g_getenv ("GDK_PIXBUF_MODULE_FILE"));
  
    if (!result)
Index: patches/patch-gdk_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/gtk+2/patches/patch-gdk_Makefile_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-gdk_Makefile_in
--- patches/patch-gdk_Makefile_in       3 Jan 2006 07:33:37 -0000       1.6
+++ patches/patch-gdk_Makefile_in       6 Jan 2006 00:25:00 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-gdk_Makefile_in,v 1.6 2006/01/03 07:33:37 marcm Exp $
---- gdk/Makefile.in.orig       Fri Dec 30 22:53:40 2005
-+++ gdk/Makefile.in    Fri Dec 30 22:54:33 2005
-@@ -322,7 +322,6 @@ gtarget = $(gdktarget)
+--- gdk/Makefile.in.orig       Thu Aug 18 08:12:38 2005
++++ gdk/Makefile.in    Thu Jan  5 17:24:45 2006
+@@ -323,7 +323,6 @@ gtarget = $(gdktarget)
  # since automake doesn't support conditionalized libsomething_la_LDFLAGS
  # we use the general approach here
  LDADD = \
@@ -9,7 +9,7 @@ $OpenBSD: patch-gdk_Makefile_in,v 1.6 20
        -export-dynamic                                                 \
        -rpath $(libdir)                                                \
        $(no_undefined)                                                 \
-@@ -425,7 +424,7 @@ libgdk_x11_2_0_la_SOURCES = $(common_sou
+@@ -424,7 +423,7 @@ libgdk_x11_2_0_la_SOURCES = $(common_sou
  libgdk_x11_2_0_la_LIBADD = x11/libgdk-x11.la $(GDK_DEP_LIBS) \
    $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la
  
Index: patches/patch-gtk_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/gtk+2/patches/patch-gtk_Makefile_in,v
retrieving revision 1.7
diff -u -p -r1.7 patch-gtk_Makefile_in
--- patches/patch-gtk_Makefile_in       3 Jan 2006 07:33:37 -0000       1.7
+++ patches/patch-gtk_Makefile_in       6 Jan 2006 00:24:59 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-gtk_Makefile_in,v 1.7 2006/01/03 07:33:37 marcm Exp $
---- gtk/Makefile.in.orig       Fri Dec 30 22:54:45 2005
-+++ gtk/Makefile.in    Fri Dec 30 22:55:33 2005
-@@ -347,7 +347,6 @@ $(am__append_2)
+--- gtk/Makefile.in.orig       Thu Aug 18 08:12:39 2005
++++ gtk/Makefile.in    Thu Jan  5 17:24:45 2006
+@@ -346,7 +346,6 @@ $(am__append_2)
  
  # common options for the various packages.
  libtool_opts = \
Index: patches/patch-gtk_gtksettings_c
===================================================================
RCS file: /cvs/ports/x11/gtk+2/patches/patch-gtk_gtksettings_c,v
retrieving revision 1.2
diff -u -p -r1.2 patch-gtk_gtksettings_c
--- patches/patch-gtk_gtksettings_c     13 Nov 2005 06:23:58 -0000      1.2
+++ patches/patch-gtk_gtksettings_c     6 Jan 2006 00:21:29 -0000
@@ -1,12 +1,12 @@
-$OpenBSD: patch-gtk_gtksettings_c,v 1.2 2005/11/13 06:23:58 marcm Exp $
---- gtk/gtksettings.c.orig     Sun Aug 28 21:47:20 2005
-+++ gtk/gtksettings.c  Sat Sep 10 21:45:33 2005
-@@ -256,7 +256,7 @@ gtk_settings_class_init (GtkSettingsClas
+$OpenBSD: patch-gtk_gtksettings_c,v 1.1 2005/09/07 20:51:14 kurt Exp $
+--- gtk/gtksettings.c.orig     Thu Aug 11 17:38:18 2005
++++ gtk/gtksettings.c  Thu Aug 11 17:38:25 2005
+@@ -326,7 +326,7 @@ gtk_settings_class_init (GtkSettingsClas
                                               g_param_spec_string 
("gtk-key-theme-name",
                                                                  P_("Key Theme 
Name"),
                                                                  P_("Name of 
key theme RC file to load"),
 -                                                                NULL,
 +                                                                "Emacs",
-                                                                 
GTK_PARAM_READWRITE),
+                                                                 
G_PARAM_READWRITE),
                                               NULL);
    g_assert (result == PROP_KEY_THEME_NAME);    
Index: patches/patch-gtk_stock-icons_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/gtk+2/patches/patch-gtk_stock-icons_Makefile_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-gtk_stock-icons_Makefile_in
--- patches/patch-gtk_stock-icons_Makefile_in   13 Nov 2005 06:23:58 -0000      
1.6
+++ patches/patch-gtk_stock-icons_Makefile_in   6 Jan 2006 00:21:29 -0000
@@ -1,7 +1,7 @@
-$OpenBSD: patch-gtk_stock-icons_Makefile_in,v 1.6 2005/11/13 06:23:58 marcm 
Exp $
---- gtk/stock-icons/Makefile.in.orig   Sat Aug 13 06:21:44 2005
-+++ gtk/stock-icons/Makefile.in        Tue Aug 23 22:16:42 2005
-@@ -662,7 +662,7 @@ noinst_DATA = gtkstockpixbufs.h
+$OpenBSD: patch-gtk_stock-icons_Makefile_in,v 1.5 2005/08/05 17:15:09 kurt Exp 
$
+--- gtk/stock-icons/Makefile.in.orig   Mon Aug  1 10:38:54 2005
++++ gtk/stock-icons/Makefile.in        Sun Jul 31 22:56:10 2005
+@@ -655,7 +655,7 @@ noinst_DATA = gtkstockpixbufs.h
  CLEANFILES = $(noinst_DATA)
  
  @[EMAIL PROTECTED] = $(GDK_PIXBUF_CSOURCE)
Index: patches/patch-modules_input_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/gtk+2/patches/patch-modules_input_Makefile_in,v
retrieving revision 1.10
diff -u -p -r1.10 patch-modules_input_Makefile_in
--- patches/patch-modules_input_Makefile_in     13 Nov 2005 06:23:58 -0000      
1.10
+++ patches/patch-modules_input_Makefile_in     6 Jan 2006 00:21:29 -0000
@@ -1,7 +1,7 @@
-$OpenBSD: patch-modules_input_Makefile_in,v 1.10 2005/11/13 06:23:58 marcm Exp 
$
---- modules/input/Makefile.in.orig     Sat Aug 13 06:21:45 2005
-+++ modules/input/Makefile.in  Tue Aug 23 22:16:42 2005
-@@ -802,19 +802,13 @@ install-data-hook:
+$OpenBSD: patch-modules_input_Makefile_in,v 1.9 2005/08/05 17:15:09 kurt Exp $
+--- modules/input/Makefile.in.orig     Mon Aug  1 10:38:56 2005
++++ modules/input/Makefile.in  Sun Jul 31 22:56:10 2005
+@@ -807,19 +807,13 @@ install-data-hook:
          $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
          echo "$(top_builddir)/gtk/gtk-query-immodules-2.0 > 
$(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules" ; \
          $(top_builddir)/gtk/gtk-query-immodules-2.0 > 
$(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules ; \
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/gtk+2/pkg/PLIST,v
retrieving revision 1.23
diff -u -p -r1.23 PLIST
--- pkg/PLIST   20 Nov 2005 07:20:23 -0000      1.23
+++ pkg/PLIST   6 Jan 2006 00:27:03 -0000
@@ -1,4 +1,4 @@
[EMAIL PROTECTED] $OpenBSD: PLIST,v 1.23 2005/11/20 07:20:23 marcm Exp $
[EMAIL PROTECTED] $OpenBSD: PLIST,v 1.21 2005/08/05 17:15:09 kurt Exp $
 bin/gdk-pixbuf-csource
 bin/gdk-pixbuf-query-loaders
 bin/gtk-demo
@@ -17,13 +17,11 @@ include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-fe
 include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h
 include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
 include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h
-include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
 include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
 include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h
 include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h
 include/gtk-2.0/gdk/gdk.h
 include/gtk-2.0/gdk/gdkalias.h
-include/gtk-2.0/gdk/gdkcairo.h
 include/gtk-2.0/gdk/gdkcolor.h
 include/gtk-2.0/gdk/gdkcursor.h
 include/gtk-2.0/gdk/gdkdisplay.h
@@ -337,7 +335,6 @@ share/gtk-2.0/demo/gnu-keys.png
 share/gtk-2.0/demo/gtk-logo-rgb.gif
 share/gtk-2.0/demo/hypertext.c
 share/gtk-2.0/demo/iconview.c
-share/gtk-2.0/demo/iconview_edit.c
 share/gtk-2.0/demo/images.c
 share/gtk-2.0/demo/list_store.c
 share/gtk-2.0/demo/menus.c
@@ -462,10 +459,6 @@ share/locale/ja/LC_MESSAGES/gtk20-proper
 share/locale/ja/LC_MESSAGES/gtk20.mo
 share/locale/ko/LC_MESSAGES/gtk20-properties.mo
 share/locale/ko/LC_MESSAGES/gtk20.mo
-share/locale/ku/
-share/locale/ku/LC_MESSAGES/
-share/locale/ku/LC_MESSAGES/gtk20-properties.mo
-share/locale/ku/LC_MESSAGES/gtk20.mo
 share/locale/li/
 share/locale/li/LC_MESSAGES/
 share/locale/li/LC_MESSAGES/gtk20-properties.mo
@@ -558,10 +551,6 @@ share/locale/ta/
 share/locale/ta/LC_MESSAGES/
 share/locale/ta/LC_MESSAGES/gtk20-properties.mo
 share/locale/ta/LC_MESSAGES/gtk20.mo
-share/locale/te/
-share/locale/te/LC_MESSAGES/
-share/locale/te/LC_MESSAGES/gtk20-properties.mo
-share/locale/te/LC_MESSAGES/gtk20.mo
 share/locale/th/
 share/locale/th/LC_MESSAGES/
 share/locale/th/LC_MESSAGES/gtk20-properties.mo
@@ -602,14 +591,13 @@ share/locale/zh_TW/LC_MESSAGES/gtk20-pro
 share/locale/zh_TW/LC_MESSAGES/gtk20.mo
 share/themes/
 share/themes/Default/
+share/themes/Default/gtk-2.0/
 share/themes/Default/gtk-2.0-key/
 share/themes/Default/gtk-2.0-key/gtkrc
+share/themes/Default/gtk-2.0/gtkrc
 share/themes/Emacs/
 share/themes/Emacs/gtk-2.0-key/
 share/themes/Emacs/gtk-2.0-key/gtkrc
-share/themes/Raleigh/
-share/themes/Raleigh/gtk-2.0/
-share/themes/Raleigh/gtk-2.0/gtkrc
 %%SHARED%%
 @exec mkdir -p /var/db/gtk-2.0
 @exec %D/bin/gdk-pixbuf-query-loaders > /var/db/gtk-2.0/gdk-pixbuf.loaders
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/x11/gtk+2/pkg/PLIST-docs,v
retrieving revision 1.15
diff -u -p -r1.15 PLIST-docs
--- pkg/PLIST-docs      3 Jan 2006 07:33:37 -0000       1.15
+++ pkg/PLIST-docs      6 Jan 2006 01:44:39 -0000
@@ -1,4 +1,4 @@
[EMAIL PROTECTED] $OpenBSD: PLIST-docs,v 1.15 2006/01/03 07:33:37 marcm Exp $
[EMAIL PROTECTED] $OpenBSD: PLIST-docs,v 1.13 2005/08/16 18:28:56 espie Exp $
 @conflict gtk+2-<2.4.9
 share/gtk-doc/
 share/gtk-doc/html/
@@ -29,7 +29,6 @@ share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf
 share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-scaling.html
 share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-util.html
 share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp
-share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2
 share/gtk-doc/html/gdk-pixbuf/home.png
 share/gtk-doc/html/gdk-pixbuf/index.html
 share/gtk-doc/html/gdk-pixbuf/index.sgml
@@ -38,7 +37,6 @@ share/gtk-doc/html/gdk-pixbuf/ix02.html
 share/gtk-doc/html/gdk-pixbuf/ix03.html
 share/gtk-doc/html/gdk-pixbuf/ix04.html
 share/gtk-doc/html/gdk-pixbuf/ix05.html
-share/gtk-doc/html/gdk-pixbuf/ix06.html
 share/gtk-doc/html/gdk-pixbuf/left.png
 share/gtk-doc/html/gdk-pixbuf/license.html
 share/gtk-doc/html/gdk-pixbuf/right.png
@@ -77,7 +75,6 @@ share/gtk-doc/html/gdk/draped_box.png
 share/gtk-doc/html/gdk/exchange.png
 share/gtk-doc/html/gdk/fleur.png
 share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html
-share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html
 share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html
 share/gtk-doc/html/gdk/gdk-Cursors.html
 share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html
@@ -102,7 +99,6 @@ share/gtk-doc/html/gdk/gdk-Visuals.html
 share/gtk-doc/html/gdk/gdk-Windows.html
 share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html
 share/gtk-doc/html/gdk/gdk.devhelp
-share/gtk-doc/html/gdk/gdk.devhelp2
 share/gtk-doc/html/gdk/gobbler.png
 share/gtk-doc/html/gdk/gumby.png
 share/gtk-doc/html/gdk/hand1.png
@@ -118,7 +114,6 @@ share/gtk-doc/html/gdk/ix02.html
 share/gtk-doc/html/gdk/ix03.html
 share/gtk-doc/html/gdk/ix04.html
 share/gtk-doc/html/gdk/ix05.html
-share/gtk-doc/html/gdk/ix06.html
 share/gtk-doc/html/gdk/left.png
 share/gtk-doc/html/gdk/left_ptr.png
 share/gtk-doc/html/gdk/left_side.png
@@ -346,7 +341,6 @@ share/gtk-doc/html/gtk/ch02.html
 share/gtk-doc/html/gtk/check-button.png
 share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html
 share/gtk-doc/html/gtk/checklist-modifiers.html
-share/gtk-doc/html/gtk/checklist-named-icons.html
 share/gtk-doc/html/gtk/color-button.png
 share/gtk-doc/html/gtk/colorsel.png
 share/gtk-doc/html/gtk/combo-box-entry.png
@@ -396,7 +390,6 @@ share/gtk-doc/html/gtk/gtk-update-icon-c
 share/gtk-doc/html/gtk/gtk-windows.html
 share/gtk-doc/html/gtk/gtk-x11.html
 share/gtk-doc/html/gtk/gtk.devhelp
-share/gtk-doc/html/gtk/gtk.devhelp2
 share/gtk-doc/html/gtk/gtk.html
 share/gtk-doc/html/gtk/gtkbase.html
 share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html
@@ -414,7 +407,6 @@ share/gtk-doc/html/gtk/ix02.html
 share/gtk-doc/html/gtk/ix03.html
 share/gtk-doc/html/gtk/ix04.html
 share/gtk-doc/html/gtk/ix05.html
-share/gtk-doc/html/gtk/ix06.html
 share/gtk-doc/html/gtk/label.png
 share/gtk-doc/html/gtk/left.png
 share/gtk-doc/html/gtk/list-and-tree.png
@@ -471,16 +463,13 @@ share/gtk-doc/html/gtk/stock_exit_24.png
 share/gtk-doc/html/gtk/stock_file_24.png
 share/gtk-doc/html/gtk/stock_first_24.png
 share/gtk-doc/html/gtk/stock_font_24.png
-share/gtk-doc/html/gtk/stock_fullscreen_24.png
 share/gtk-doc/html/gtk/stock_harddisk_24.png
 share/gtk-doc/html/gtk/stock_help_24.png
 share/gtk-doc/html/gtk/stock_home_24.png
 share/gtk-doc/html/gtk/stock_index_24.png
-share/gtk-doc/html/gtk/stock_info_24.png
 share/gtk-doc/html/gtk/stock_jump_to_24.png
 share/gtk-doc/html/gtk/stock_jump_to_rtl_24.png
 share/gtk-doc/html/gtk/stock_last_24.png
-share/gtk-doc/html/gtk/stock_leave_fullscreen_24.png
 share/gtk-doc/html/gtk/stock_left_arrow_24.png
 share/gtk-doc/html/gtk/stock_media_forward_24.png
 share/gtk-doc/html/gtk/stock_media_next_24.png

Reply via email to