$ obconf 

(obconf:21987): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-ze
ro page size is deprecated
Segmentation fault (core dumped)

Diff from freebsd. ok?

        Kevin
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/obconf/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    21 Dec 2009 20:46:02 -0000      1.19
+++ Makefile    30 Jun 2010 08:03:42 -0000
@@ -3,7 +3,7 @@
 COMMENT=       configuration utility for openbox
 
 DISTNAME=      obconf-2.0.3
-PKGNAME=       ${DISTNAME}p5
+PKGNAME=       ${DISTNAME}p6
 CATEGORIES=    x11
 
 HOMEPAGE=      http://icculus.org/openbox/index.php/Obconf
@@ -19,8 +19,10 @@ MASTER_SITES=        http://icculus.org/openbox
 WANTLIB=       ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
                Xfixes Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo \
                expat fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0 \
-               gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
-               pangoxft-1.0 pixman-1 png xml2 z pthread-stubs xcb
+               gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0 \
+               pangoft2-1.0 pangoxft-1.0 pixman-1 png pthread pthread-stubs \
+               xcb xcb-render xcb-render-util xml2 z
+
 
 MODULES=       devel/gettext
 LIB_DEPENDS=   gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
Index: patches/patch-src_preview_update_c
===================================================================
RCS file: patches/patch-src_preview_update_c
diff -N patches/patch-src_preview_update_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_preview_update_c  30 Jun 2010 08:03:42 -0000
@@ -0,0 +1,9 @@
+$OpenBSD$
+--- src/preview_update.c.orig  Wed Jun 30 13:56:28 2010
++++ src/preview_update.c       Wed Jun 30 13:56:45 2010
+@@ -1,4 +1,5 @@
+ #include "preview_update.h"
++#include "preview.h"
+ #include "main.h"
+ 
+ static gboolean restart_theme_preview_update = TRUE;

Reply via email to