summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-06-15 16:32:11 +0000
committerdrochner <drochner@pkgsrc.org>2010-06-15 16:32:11 +0000
commit044c43a76dbba056f0baeb7e5f968b09bc6b7705 (patch)
treeca1f19b1a815a39db47f247c0f92d9f81cfe8305
parent32333bc270668c985a6a58d0bdd71a59bda28532 (diff)
downloadpkgsrc-044c43a76dbba056f0baeb7e5f968b09bc6b7705.tar.gz
fix build against gnome-keyring-2.30, should fix PR pkg/43479
by Greg Oster being here, disable avahi support which is mostly useless
-rw-r--r--security/seahorse/Makefile5
-rw-r--r--security/seahorse/distinfo3
-rw-r--r--security/seahorse/patches/patch-ac13
3 files changed, 18 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index c055cb15d8d..58d215729b7 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2010/06/13 22:45:20 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2010/06/15 16:32:11 drochner Exp $
DISTNAME= seahorse-2.28.1
PKGREVISION= 2
@@ -43,8 +43,9 @@ GCONF_SCHEMAS= seahorse.schemas
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/GConf/schemas.mk"
#.include "../../devel/libglade/buildlink3.mk"
-.include "../../net/avahi/buildlink3.mk"
+#.include "../../net/avahi/buildlink3.mk"
.include "../../net/libsoup24/buildlink3.mk"
+.include "../../security/libgnome-keyring/buildlink3.mk"
.include "../../security/gnome-keyring/buildlink3.mk"
BUILDLINK_API_DEPENDS.gpgme+= gpgme>=1.0.1nb2
.include "../../security/gpgme/buildlink3.mk"
diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo
index 71fbcfff44e..343a4b3ef47 100644
--- a/security/seahorse/distinfo
+++ b/security/seahorse/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.31 2009/10/24 12:53:55 drochner Exp $
+$NetBSD: distinfo,v 1.32 2010/06/15 16:32:11 drochner Exp $
SHA1 (seahorse-2.28.1.tar.bz2) = 8d849f9e95241be3eefb54f3b64a18017c7bb8fc
RMD160 (seahorse-2.28.1.tar.bz2) = 40e33550233f81a7adf152d8ba72a095c3a822bd
Size (seahorse-2.28.1.tar.bz2) = 2397687 bytes
SHA1 (patch-ab) = 2c785a8088dec9786f6c9d9ebbdf7cc2102f609c
+SHA1 (patch-ac) = ab2cae2de896c0b9508dad5e056c2f64f0ac1d59
diff --git a/security/seahorse/patches/patch-ac b/security/seahorse/patches/patch-ac
new file mode 100644
index 00000000000..6d63d37d7cc
--- /dev/null
+++ b/security/seahorse/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.5 2010/06/15 16:32:12 drochner Exp $
+
+--- pkcs11/seahorse-pkcs11-operations.c.orig 2009-04-18 03:22:13.000000000 +0000
++++ pkcs11/seahorse-pkcs11-operations.c
+@@ -181,7 +181,7 @@ seahorse_pkcs11_refresher_constructor (G
+
+ /* Step 1. Load the session */
+ slot = seahorse_pkcs11_source_get_slot (self->source);
+- gp11_slot_open_session_async (slot, CKF_RW_SESSION, self->cancellable,
++ gp11_slot_open_session_async (slot, CKF_RW_SESSION, NULL, NULL, self->cancellable,
+ (GAsyncReadyCallback)on_open_session, self);
+ seahorse_operation_mark_start (SEAHORSE_OPERATION (self));
+