summaryrefslogtreecommitdiff
path: root/sysutils/dbus-glib
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-02-24 15:41:29 +0000
committerwiz <wiz@pkgsrc.org>2009-02-24 15:41:29 +0000
commitff113297b42671e0fe735088e2fc2f9c43e255ae (patch)
tree40f864eb60bece6ab495290004ec648eeb8be9b6 /sysutils/dbus-glib
parenta58f2023cab096142ef37f22cfaec02edc8eed63 (diff)
downloadpkgsrc-ff113297b42671e0fe735088e2fc2f9c43e255ae.tar.gz
Update to 0.80:
commit b161082148a51f2a2d8a4ee85f5736791dedc276 Author: Colin Walters <walters@verbum.org> Date: Mon Feb 2 15:07:51 2009 -0500 Bug 19065 - handle nested nodes in dbus-binding-tool Patch modified from one provided by Stian Skelstad <stian@nixia.no>. Split the generate_glue function explicitly into a toplevel function and one for processing recursive nodes. dbus/dbus-binding-tool-glib.c | 108 ++++++++++++++++++++++----------------- m4/gtk-doc.m4 | 2 +- test/Makefile.am | 5 ++ test/core/Makefile.am | 6 +- test/data/nested-introspect.xml | 10 ++++ test/test-compile-nested.sh | 5 ++ 6 files changed, 85 insertions(+), 51 deletions(-) commit 64ec55f59a9ebe699e240c2a3b4d82e85f2db4a0 Author: Doug Goldstein <cardoe@gentoo.org> Date: Fri Jan 30 17:38:19 2009 -0500 Bug 19325 - parallel build fix Signed-off-by: Colin Walters <walters@verbum.org> dbus/Makefile.am | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 299460549e92665e5ea09d459d3985fc85d8d73c Author: Colin Walters <walters@verbum.org> Date: Fri Jan 30 16:03:11 2009 -0500 Bug 19259: Always use /etc/bash_completion.d This looks like what bash upstream has standardized on. dbus/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 78eb504bd9954918c363f357d0ab71ca85e3fc23 Author: Colin Walters <walters@verbum.org> Date: Tue Jan 27 18:59:01 2009 -0500 Bug 19647: Move test-types inside run-test to avoid dep on existing session bus All tests that use DBUS_BUS_SESSION should be in run-test.sh to avoid introducing a dependency on an existing session bus. test/core/Makefile.am | 2 +- test/core/run-test.sh | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit 3d25c1640d59e9770c33fafb1a12766feb6494e8 Merge: d92a441... 8868486... Author: Colin Walters <walters@verbum.org> Date: Tue Jan 27 18:43:50 2009 -0500 Merge branch 'master' of ssh://walters@git.freedesktop.org/git/dbus/dbus-glib commit d92a44109e3fdc766e34b53f7ec5329e98e13909 Author: Colin Walters <walters@verbum.org> Date: Tue Jan 27 17:00:37 2009 -0500 Bug 19441: Don't send replies for messages explicitly not requesting one In sending a reply when a message has the dbus_message_set_no_reply flag set, we can cause spurious denials logged on the system bus, aside from being inefficient. dbus/dbus-gobject.c | 67 +++++++++++++++++++++++++++++++++++--------------- 1 files changed, 47 insertions(+), 20 deletions(-) commit 88684866d06df99f89b30a07e4809369b4cb0453 Author: Colin Walters <walters@verbum.org> Date: Fri Dec 19 11:18:26 2008 -0500 Add new files missed from last commit test/core/my-object-subclass.c | 115 ++++++++++++++++++++++++++++++ test/core/my-object-subclass.h | 33 +++++++++ test/core/test-service-glib-subclass.xml | 8 ++ 3 files changed, 156 insertions(+), 0 deletions(-) commit d55ffa5bbccd027caf7f2e7376b555e397a7ac3c Author: Dan Williams <dcbw@redhat.com> Date: Thu Dec 18 13:09:33 2008 -0500 Bug 19145: test cases for GetAll Add test cases for GetAll. Signed-off-by: Colin Walters <walters@verbum.org> test/core/Makefile.am | 11 ++- test/core/test-dbus-glib.c | 187 +++++++++++++++++++++++++++++++++++++++ test/core/test-service-glib.c | 7 ++ test/core/test-service-glib.xml | 2 + 4 files changed, 205 insertions(+), 2 deletions(-) commit 94d68f00d9d244de3b1d66d3cf78bb5171552311 Author: Tambet Ingo <tambet@gmail.com> Date: Thu Dec 18 12:09:43 2008 +0200 Use the provided interface for org.freedesktop.DBus.Properties.GetAll call. dbus/dbus-gobject.c | 82 ++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 68 insertions(+), 14 deletions(-) commit 1b150c32aa574b421161b63bb01eeeb5ad23bf3a Author: Frederic Crozat <fcrozat@mandriva.com> Date: Fri Dec 5 11:16:46 2008 -0500 Fix linking order so -Wl,--as-needed works Signed-off-by: Colin Walters <walters@verbum.org> dbus/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Diffstat (limited to 'sysutils/dbus-glib')
-rw-r--r--sysutils/dbus-glib/Makefile18
-rw-r--r--sysutils/dbus-glib/distinfo10
-rw-r--r--sysutils/dbus-glib/patches/patch-aa14
3 files changed, 16 insertions, 26 deletions
diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile
index 30dff567249..65221e7685c 100644
--- a/sysutils/dbus-glib/Makefile
+++ b/sysutils/dbus-glib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2009/01/07 20:57:43 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2009/02/24 15:41:29 wiz Exp $
#
-DISTNAME= dbus-glib-0.78
+DISTNAME= dbus-glib-0.80
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/
@@ -28,21 +28,11 @@ CONFIGURE_ARGS+= --disable-xml-docs
CONFIGURE_ARGS+= --enable-checks
CONFIGURE_ARGS+= --with-xml=expat
-PKG_OPTIONS_VAR= PKG_OPTIONS.dbus-glib
-PKG_SUPPORTED_OPTIONS+= debug
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+= --enable-asserts
-CONFIGURE_ARGS+= --enable-tests
-CONFIGURE_ARGS+= --enable-verbose-mode
-.endif
-
-BUILDLINK_API_DEPENDS.dbus+= dbus>=1.1
+.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.dbus+= dbus>=1.1
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/dbus-glib/distinfo b/sysutils/dbus-glib/distinfo
index 30bd57534f6..849493a563d 100644
--- a/sysutils/dbus-glib/distinfo
+++ b/sysutils/dbus-glib/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2009/01/07 20:57:43 wiz Exp $
+$NetBSD: distinfo,v 1.7 2009/02/24 15:41:29 wiz Exp $
-SHA1 (dbus-glib-0.78.tar.gz) = c9d74023f00642dd1040c2e6cc7fdfe91a0c593e
-RMD160 (dbus-glib-0.78.tar.gz) = e63a4365b4ce4b2b4e00b63b616ea537412d1cfc
-Size (dbus-glib-0.78.tar.gz) = 683454 bytes
-SHA1 (patch-aa) = 8d3ebec327ed2e087ccc83236e0d426cc2c00781
+SHA1 (dbus-glib-0.80.tar.gz) = 927e43f2d429cff5472ab726882347ec06e53f6b
+RMD160 (dbus-glib-0.80.tar.gz) = 802dcdc4b7c7a8805b051b7bedf44022fece27d2
+Size (dbus-glib-0.80.tar.gz) = 688789 bytes
+SHA1 (patch-aa) = 4b77f6d86f636d1e0bcdb1f2e0ad9d3bc438b07c
diff --git a/sysutils/dbus-glib/patches/patch-aa b/sysutils/dbus-glib/patches/patch-aa
index d38f7ef9362..f06c51a5ae7 100644
--- a/sysutils/dbus-glib/patches/patch-aa
+++ b/sysutils/dbus-glib/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2009/01/07 20:57:43 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2009/02/24 15:41:29 wiz Exp $
---- dbus/Makefile.in.orig 2008-12-04 21:55:48.000000000 +0100
+--- dbus/Makefile.in.orig 2009-02-02 20:41:21.000000000 +0000
+++ dbus/Makefile.in
-@@ -382,7 +382,7 @@ dbus_binding_tool_SOURCES = \
+@@ -384,7 +384,7 @@ dbus_binding_tool_SOURCES = \
dbus-glib-tool.c
- dbus_binding_tool_LDADD = libdbus-gtool.la libdbus-glib-1.la $(DBUS_LIBS) $(DBUS_GLIB_LIBS) -lexpat
--profiledir = $(sysconfdir)/profile.d
-+profiledir = $(prefix)/share/examples/dbus-glib
- @DBUS_BASH_COMPLETION_TRUE@profile_SCRIPTS = dbus-bash-completion.sh
+ dbus_binding_tool_LDADD = $(builddir)/libdbus-gtool.la $(builddir)/libdbus-glib-1.la $(DBUS_LIBS) $(DBUS_GLIB_LIBS) -lexpat
+-completiondir = $(sysconfdir)/bash_completion.d
++completiondir = $(prefix)/share/examples/dbus-glib
+ @DBUS_BASH_COMPLETION_TRUE@completion_SCRIPTS = dbus-bash-completion.sh
dbus_bash_completion_helper_SOURCES = \
dbus-bash-completion-helper.c