Bugfix update to at-spi-1.28.1

* fix a crasher on startup
Remove useless patch while here.
This commit is contained in:
ajacoutot 2009-10-19 09:48:37 +00:00
parent 7ad6b3ef13
commit 0efe0d6e8a
6 changed files with 52 additions and 129 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.23 2009/10/12 18:10:37 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2009/10/19 09:48:37 ajacoutot Exp $
COMMENT= GNOME accessibility interface
GNOME_PROJECT= at-spi
GNOME_VERSION= 1.28.0
GNOME_VERSION= 1.28.1
SHARED_LIBS += spi 0.0 # .10.11
SHARED_LIBS += loginhelper 0.0 # .0.0
@ -25,24 +25,25 @@ WANTLIB += gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += xcb z
MODULES= devel/gettext \
lang/python \
x11/gnome \
devel/gconf2
MODULES= devel/gettext \
lang/python \
x11/gnome \
devel/gconf2
LIB_DEPENDS= bonobo-2.>=1,bonobo-activation.>=5::x11/gnome/libbonobo \
gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
LIB_DEPENDS= bonobo-2.>=1,bonobo-activation.>=5::x11/gnome/libbonobo \
gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
USE_X11= Yes
MODGCONF2_SCHEMAS_DIR= at-spi
MODGCONF2_LIBDEP= No
DESKTOP_FILES= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
# not enabled in X.org
CONFIGURE_ARGS+= --disable-xevie
CONFIGURE_ARGS+= --disable-xevie
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
REGRESS_IS_INTERACTIVE= x11

View File

@ -1,5 +1,5 @@
MD5 (gnome/at-spi-1.28.0.tar.bz2) = BvbaeHPf/IomsE4wQjbiIg==
RMD160 (gnome/at-spi-1.28.0.tar.bz2) = ZV9cex8uBfbMljjEQ80k8exxhlc=
SHA1 (gnome/at-spi-1.28.0.tar.bz2) = 4SuOMWzEMFwPqdvXtU8Cvz2tYfI=
SHA256 (gnome/at-spi-1.28.0.tar.bz2) = 6+IiIdxqmFLmz2xNHo14vRnQ/adqjrj8RmVenJsJZmc=
SIZE (gnome/at-spi-1.28.0.tar.bz2) = 871315
MD5 (gnome/at-spi-1.28.1.tar.bz2) = /ymVgznL/1oODzTkdh52Mw==
RMD160 (gnome/at-spi-1.28.1.tar.bz2) = 1IzswdTVbCGW/AjbQs77QtwMewk=
SHA1 (gnome/at-spi-1.28.1.tar.bz2) = pzDocmpdufCN1pgmLFJnchEqdXI=
SHA256 (gnome/at-spi-1.28.1.tar.bz2) = t3aoUpDc/UhfAwfI/McadKB4dOXtv3u6MdWZ5tqz0r4=
SIZE (gnome/at-spi-1.28.1.tar.bz2) = 843057

View File

@ -1,78 +0,0 @@
$OpenBSD: patch-configure,v 1.3 2009/10/12 18:10:37 jasper Exp $
--- configure.orig Mon Oct 12 14:09:20 2009
+++ configure Mon Oct 12 14:11:43 2009
@@ -24781,13 +24781,11 @@ if test -n "$TESTS_CFLAGS"; then
libbonobo-2.0 >= 1.107.0
atk >= 1.17.0
gtk+-2.0 >= 2.10.0
- gail >= 1.9.0
\"") >&5
($PKG_CONFIG --exists --print-errors "
libbonobo-2.0 >= 1.107.0
atk >= 1.17.0
gtk+-2.0 >= 2.10.0
- gail >= 1.9.0
") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -24796,7 +24794,6 @@ if test -n "$TESTS_CFLAGS"; then
libbonobo-2.0 >= 1.107.0
atk >= 1.17.0
gtk+-2.0 >= 2.10.0
- gail >= 1.9.0
" 2>/dev/null`
else
pkg_failed=yes
@@ -24812,13 +24809,11 @@ if test -n "$TESTS_LIBS"; then
libbonobo-2.0 >= 1.107.0
atk >= 1.17.0
gtk+-2.0 >= 2.10.0
- gail >= 1.9.0
\"") >&5
($PKG_CONFIG --exists --print-errors "
libbonobo-2.0 >= 1.107.0
atk >= 1.17.0
gtk+-2.0 >= 2.10.0
- gail >= 1.9.0
") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -24827,7 +24822,6 @@ if test -n "$TESTS_LIBS"; then
libbonobo-2.0 >= 1.107.0
atk >= 1.17.0
gtk+-2.0 >= 2.10.0
- gail >= 1.9.0
" 2>/dev/null`
else
pkg_failed=yes
@@ -24850,14 +24844,12 @@ fi
libbonobo-2.0 >= 1.107.0
atk >= 1.17.0
gtk+-2.0 >= 2.10.0
- gail >= 1.9.0
" 2>&1`
else
TESTS_PKG_ERRORS=`$PKG_CONFIG --print-errors "
libbonobo-2.0 >= 1.107.0
atk >= 1.17.0
gtk+-2.0 >= 2.10.0
- gail >= 1.9.0
" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
@@ -24867,7 +24859,6 @@ fi
libbonobo-2.0 >= 1.107.0
atk >= 1.17.0
gtk+-2.0 >= 2.10.0
- gail >= 1.9.0
) were not met:
$TESTS_PKG_ERRORS
@@ -24883,7 +24874,6 @@ echo "$as_me: error: Package requirements (
libbonobo-2.0 >= 1.107.0
atk >= 1.17.0
gtk+-2.0 >= 2.10.0
- gail >= 1.9.0
) were not met:
$TESTS_PKG_ERRORS

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-docs_reference_idl_Makefile_in,v 1.2 2009/10/12 18:10:37 jasper Exp $
--- docs/reference/idl/Makefile.in.orig Tue Sep 22 08:52:22 2009
+++ docs/reference/idl/Makefile.in Mon Oct 12 14:13:40 2009
@@ -228,7 +228,7 @@ top_builddir = @top_builddir@
$OpenBSD: patch-docs_reference_idl_Makefile_in,v 1.3 2009/10/19 09:48:37 ajacoutot Exp $
--- docs/reference/idl/Makefile.in.orig Mon Oct 19 04:59:14 2009
+++ docs/reference/idl/Makefile.in Mon Oct 19 11:34:57 2009
@@ -237,7 +237,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
doxygen_configfile = Doxyfile
EXTRA_DIST = Doxyfile README html

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-registryd_Makefile_in,v 1.1 2009/10/12 18:10:37 jasper Exp $
--- registryd/Makefile.in.orig Mon Oct 12 14:24:48 2009
+++ registryd/Makefile.in Mon Oct 12 14:25:42 2009
@@ -288,7 +288,7 @@ at_spi_registryd_SOURCES = \
$OpenBSD: patch-registryd_Makefile_in,v 1.2 2009/10/19 09:48:37 ajacoutot Exp $
--- registryd/Makefile.in.orig Mon Oct 19 04:59:15 2009
+++ registryd/Makefile.in Mon Oct 19 11:34:58 2009
@@ -310,7 +310,7 @@ at_spi_registryd_SOURCES = \
LDADD = $(top_builddir)/libspi/libspi.la $(X_LIBS) $(SM_LIBS) $(XTST_LIBS) $(XEVIE_LIBS) $(REGISTRYD_LIBS)
serverinfodir = $(libdir)/bonobo/servers
serverinfo_DATA = Accessibility_Registry.server

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2009/10/12 18:10:37 jasper Exp $
@comment $OpenBSD: PLIST,v 1.7 2009/10/19 09:48:37 ajacoutot Exp $
include/at-spi-1.0/
include/at-spi-1.0/cspi/
include/at-spi-1.0/cspi/spi-impl.h
@ -89,57 +89,57 @@ share/at-spi/xdg/autostart/at-spi-registryd.desktop
share/doc/at-spi/
share/doc/at-spi/reference/
share/doc/at-spi/reference/html/
share/doc/at-spi/reference/html/Accessibility_8idl-source.html
share/doc/at-spi/reference/html/Accessibility_8idl.html
share/doc/at-spi/reference/html/Accessibility__Accessible_8idl-source.html
share/doc/at-spi/reference/html/Accessibility_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Accessible_8idl.html
share/doc/at-spi/reference/html/Accessibility__Action_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Accessible_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Action_8idl.html
share/doc/at-spi/reference/html/Accessibility__Application_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Action_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Application_8idl.html
share/doc/at-spi/reference/html/Accessibility__Collection_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Application_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Collection_8idl.html
share/doc/at-spi/reference/html/Accessibility__Component_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Collection_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Component_8idl.html
share/doc/at-spi/reference/html/Accessibility__Desktop_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Component_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Desktop_8idl.html
share/doc/at-spi/reference/html/Accessibility__Document_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Desktop_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Document_8idl.html
share/doc/at-spi/reference/html/Accessibility__EditableText_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Document_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__EditableText_8idl.html
share/doc/at-spi/reference/html/Accessibility__Event_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__EditableText_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Event_8idl.html
share/doc/at-spi/reference/html/Accessibility__Hyperlink_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Event_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Hyperlink_8idl.html
share/doc/at-spi/reference/html/Accessibility__Hypertext_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Hyperlink_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Hypertext_8idl.html
share/doc/at-spi/reference/html/Accessibility__Image_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Hypertext_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Image_8idl.html
share/doc/at-spi/reference/html/Accessibility__LoginHelper_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Image_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__LoginHelper_8idl.html
share/doc/at-spi/reference/html/Accessibility__Registry_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__LoginHelper_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Registry_8idl.html
share/doc/at-spi/reference/html/Accessibility__Relation_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Registry_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Relation_8idl.html
share/doc/at-spi/reference/html/Accessibility__Role_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Relation_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Role_8idl.html
share/doc/at-spi/reference/html/Accessibility__Selection_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Role_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Selection_8idl.html
share/doc/at-spi/reference/html/Accessibility__Selector_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Selection_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Selector_8idl.html
share/doc/at-spi/reference/html/Accessibility__State_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Selector_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__State_8idl.html
share/doc/at-spi/reference/html/Accessibility__StreamableContent_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__State_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__StreamableContent_8idl.html
share/doc/at-spi/reference/html/Accessibility__Table_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__StreamableContent_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Table_8idl.html
share/doc/at-spi/reference/html/Accessibility__Text_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Table_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Text_8idl.html
share/doc/at-spi/reference/html/Accessibility__Value_8idl-source.html
share/doc/at-spi/reference/html/Accessibility__Text_8idl_source.html
share/doc/at-spi/reference/html/Accessibility__Value_8idl.html
share/doc/at-spi/reference/html/Accessibility__Value_8idl_source.html
share/doc/at-spi/reference/html/annotated.html
share/doc/at-spi/reference/html/classes.html
share/doc/at-spi/reference/html/dir_a7fbb50c70f6b5de3e726d4621996acc.html
share/doc/at-spi/reference/html/dir_ee39139619505595933c7dd613b47914.html
share/doc/at-spi/reference/html/dirs.html
share/doc/at-spi/reference/html/doxygen.css
share/doc/at-spi/reference/html/doxygen.png