From 89485c58f37dd983e8feae21cbe9e0c0ea172c20 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 4 May 2012 09:16:04 +0000 Subject: [PATCH] Properly load the evolution plugin. --- x11/gnome/tracker/Makefile | 4 +++- ...rc_plugins_evolution_tracker-evolution-plugin_c | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 x11/gnome/tracker/patches/patch-src_plugins_evolution_tracker-evolution-plugin_c diff --git a/x11/gnome/tracker/Makefile b/x11/gnome/tracker/Makefile index e57a8dd114a..00c5f3c073a 100644 --- a/x11/gnome/tracker/Makefile +++ b/x11/gnome/tracker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.103 2012/05/03 18:52:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.104 2012/05/04 09:16:04 ajacoutot Exp $ # XXX Binary files patch-src_tracker-control_tracker-control-general_c # and patch-src_tracker-control_tracker-control-general_c.new differ @@ -21,6 +21,8 @@ PKGNAME-main= meta-tracker-${VERSION} PKGNAME-evolution= evolution-meta-tracker-${VERSION} PKGNAME-nautilus= nautilus-meta-tracker-${VERSION} +REVISION-evolution= 0 + # Only get the first x.y which is needed in the PLIST. # NOTE: when MAJ_V changes, increment TRACKER_VERSION accordingly and bump: # net/telepathy/folks diff --git a/x11/gnome/tracker/patches/patch-src_plugins_evolution_tracker-evolution-plugin_c b/x11/gnome/tracker/patches/patch-src_plugins_evolution_tracker-evolution-plugin_c new file mode 100644 index 00000000000..245ba7066d8 --- /dev/null +++ b/x11/gnome/tracker/patches/patch-src_plugins_evolution_tracker-evolution-plugin_c @@ -0,0 +1,14 @@ +$OpenBSD: patch-src_plugins_evolution_tracker-evolution-plugin_c,v 1.6 2012/05/04 09:16:04 ajacoutot Exp $ + +https://bugzilla.gnome.org/show_bug.cgi?id=675437 + +--- src/plugins/evolution/tracker-evolution-plugin.c.orig Fri May 4 10:57:05 2012 ++++ src/plugins/evolution/tracker-evolution-plugin.c Fri May 4 10:56:52 2012 +@@ -70,6 +70,7 @@ + #endif + + /* Remaining includes which are in ALL versions: */ ++#include + #include + + #include