patch to get experimental plugins compiling again

Iain Buchanan <[email protected]>
Newsgroups gmane.comp.gnome.evolution.patches
Message-ID <1149060056.21162.10.camel@orpheus>
Hi,

I noticed that I couldn't compile "prefer-plain" because configure
complained:

configure: error: the specified plugin prefer-plain does not exist

So I had a look at the configure scripts, and I can fix it with this
patch to configure.in (the plugin does in fact exist, it appears to just
not be in the list of plugin names that configure looks at)

I don't know if this patch is the "right" way to do it - I couldn't
quite figure out what the author was trying to do with all those


plugins_base_always =blah
plugins_base        ="$plugins_base_always $SA_JUNK_PLUGIN...
all_plugins_base    ="$plugins_base_always sa-junk-plugin...

plugins_standard_always ="blah...
plugins_standard        ="$plugins_standard_always"
all_plugins_standard    ="$plugins_standard"

plugins_experimental_always ="blah...
plugins_experimental        ="$plugins_experimental_always $IPOD_SYNC"
all_plugins_experimental    ="$plugins_experimental_always ipod-sync"


so my patch may be the wrong way of doing it, but it compiles :)  It
works against 2.6.2 and 2.6.1.

Comments welcome, thanks.
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

We really don't have any enemies.  It's just that some of our best
friends are trying to kill us.

_______________________________________________
Evolution-patches mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evolution-patches
configure-plugin.patch (text/x-patch, 559 B)
--- configure.in.orig	2006-05-31 16:15:22.000000000 +0930
+++ configure.in	2006-05-31 16:15:25.000000000 +0930
@@ -1439,7 +1439,7 @@ plugins_standard="$plugins_standard_alwa
 all_plugins_standard="$plugins_standard"
 
 plugins_experimental_always="backup-restore folder-unsubscribe mail-to-meeting mail-remote prefer-plain save-attachments"
-plugins_experimental="$plugins_experimental $IPOD_SYNC"
+plugins_experimental="$plugins_experimental_always $IPOD_SYNC"
 all_plugins_experimental="$plugins_experimental_always ipod-sync"
 
 case x"$enable_plugins" in
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.