mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Fix build after claws-mail 2.10.0 update
Submitted by: pointyhat via pav Approved by: maintainer implicit
This commit is contained in:
parent
dc1c45fab3
commit
857471e7c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195606
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= maildir
|
||||
PORTVERSION= 0.24.4
|
||||
PORTREVISION?= 6
|
||||
PORTREVISION?= 7
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
@ -15,8 +15,8 @@ PKGNAMEPREFIX= claws-mail-
|
||||
MAINTAINER= c0rn@o2.pl
|
||||
COMMENT= Maildir++ plugin for claws-mail
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=2.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=2.10:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XLIB= yes
|
||||
|
17
mail/claws-mail-maildir/files/patch-plugin.c
Normal file
17
mail/claws-mail-maildir/files/patch-plugin.c
Normal file
@ -0,0 +1,17 @@
|
||||
--- src/plugin.c.orig 2007-07-14 19:40:48.000000000 +0000
|
||||
+++ src/plugin.c 2007-07-14 19:43:00.000000000 +0000
|
||||
@@ -44,12 +44,13 @@
|
||||
return 0;
|
||||
}
|
||||
|
||||
-void plugin_done(void)
|
||||
+gboolean plugin_done(void)
|
||||
{
|
||||
maildir_gtk_done();
|
||||
if (!claws_is_exiting())
|
||||
folder_unregister_class(maildir_get_class());
|
||||
uiddb_done();
|
||||
+ retuern TRUE;
|
||||
}
|
||||
|
||||
const gchar *plugin_name(void)
|
Loading…
Reference in New Issue
Block a user