update to 3.9.3
changes: -UI improvements -fixes -translation updates -Support for Maemo has been removed
This commit is contained in:
parent
fb2095204e
commit
92dfcd61ab
8 changed files with 57 additions and 37 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.62 2014/01/01 11:52:22 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.63 2014/01/15 17:19:30 drochner Exp $
|
||||
|
||||
INSTALLATION_DIRS+= ${EGDIR}
|
||||
INSTALLATION_DIRS+= share/claws-mail
|
||||
|
@ -6,7 +6,6 @@ INSTALLATION_DIRS+= share/claws-mail
|
|||
.include "Makefile.common"
|
||||
|
||||
PKGNAME= claws-mail-${CLAWS_VERSION}
|
||||
PKGREVISION= 4
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= X based e-mail and netnews client
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# $NetBSD: Makefile.vers,v 1.16 2013/07/24 15:26:11 drochner Exp $
|
||||
# $NetBSD: Makefile.vers,v 1.17 2014/01/15 17:19:30 drochner Exp $
|
||||
#
|
||||
CLAWS_VERSION= 3.9.2
|
||||
CLAWS_VERSION= 3.9.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.19 2013/07/24 15:26:11 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.20 2014/01/15 17:19:30 drochner Exp $
|
||||
bin/claws-mail
|
||||
bin/sylpheed-claws
|
||||
include/claws-mail/account.h
|
||||
|
@ -79,6 +79,7 @@ include/claws-mail/expldifdlg.h
|
|||
include/claws-mail/export.h
|
||||
include/claws-mail/exporthtml.h
|
||||
include/claws-mail/exportldif.h
|
||||
include/claws-mail/file_checker.h
|
||||
include/claws-mail/filtering.h
|
||||
include/claws-mail/folder.h
|
||||
include/claws-mail/folder_item_prefs.h
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
$NetBSD: distinfo,v 1.24 2013/07/24 20:11:40 richard Exp $
|
||||
$NetBSD: distinfo,v 1.25 2014/01/15 17:19:30 drochner Exp $
|
||||
|
||||
SHA1 (claws-mail-3.9.2.tar.bz2) = 73c91b3c742d1ababc734bfac39961831e55eb38
|
||||
RMD160 (claws-mail-3.9.2.tar.bz2) = 7a8d201913a078708761ae492e7e362848a36df1
|
||||
Size (claws-mail-3.9.2.tar.bz2) = 9413758 bytes
|
||||
SHA1 (patch-ab) = d908b8b47b525aa9d6ed677e5c1d5e5eddf74cc0
|
||||
SHA1 (claws-mail-3.9.3.tar.bz2) = 82026ac7dfc0123544def8ef338a4d0746671284
|
||||
RMD160 (claws-mail-3.9.3.tar.bz2) = e9258dd2323010596782e2090a40f3fe674344e2
|
||||
Size (claws-mail-3.9.3.tar.bz2) = 9463943 bytes
|
||||
SHA1 (patch-ab) = d1c89842cedad037c9ac3836da630244fe8ff9c9
|
||||
SHA1 (patch-ae) = f1991ef4e31bd6a7cbddf6655f489f72fb40308b
|
||||
SHA1 (patch-af) = 2655fac7e0e7bfb2d50291537eab9481dbc83691
|
||||
SHA1 (patch-ag) = c5c3d16343437aedb9c899bec151338aea9fbbfb
|
||||
SHA1 (patch-ah) = cdfd816669c0c1ae6dba0d97a6d1fe5a8c2e4626
|
||||
SHA1 (patch-ai) = 22b9ad0763ee3053f8b3082a639991b6574e6f65
|
||||
SHA1 (patch-bb) = 2d432d7c1c3869b76965adea77f05127796a27f5
|
||||
SHA1 (patch-src_main.c) = 6cb30f2813d3ccb8319654c7ef462efec2ece9de
|
||||
SHA1 (patch-ca) = 6243d9a22cf7e9b355e53ce301069f84278c6274
|
||||
SHA1 (patch-cb) = 41c8d3f48a22885854c5bef71558e38b60084e22
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
$NetBSD: patch-ab,v 1.1 2007/08/03 02:34:37 smb Exp $
|
||||
$NetBSD: patch-ab,v 1.2 2014/01/15 17:19:30 drochner Exp $
|
||||
|
||||
--- po/Makefile.in.in.orig 2006-08-28 02:07:05.000000000 -0500
|
||||
+++ po/Makefile.in.in 2006-10-11 09:52:32.000000000 -0500
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
--- po/Makefile.in.in.orig 2013-12-14 10:15:08.000000000 +0000
|
||||
+++ po/Makefile.in.in
|
||||
@@ -40,8 +40,8 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
|
||||
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
|
||||
# versions, $(mkinstalldirs) and $(install_sh) are unused.
|
||||
-mkinstalldirs = $(SHELL) @install_sh@ -d
|
||||
-install_sh = $(SHELL) @install_sh@
|
||||
+mkinstalldirs = @install_sh@ -d
|
||||
+install_sh = @install_sh@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
mkdir_p = @mkdir_p@
|
||||
|
||||
GMSGFMT_ = @GMSGFMT@
|
||||
|
|
22
mail/claws-mail/patches/patch-ca
Normal file
22
mail/claws-mail/patches/patch-ca
Normal file
|
@ -0,0 +1,22 @@
|
|||
$NetBSD: patch-ca,v 1.3 2014/01/15 17:19:30 drochner Exp $
|
||||
|
||||
--- src/plugins/vcalendar/vcal_folder.c.orig 2014-01-14 12:32:26.000000000 +0000
|
||||
+++ src/plugins/vcalendar/vcal_folder.c
|
||||
@@ -766,7 +766,7 @@ GSList *vcal_get_events_list(FolderItem
|
||||
struct icaltimetype dtstart;
|
||||
struct icaltimetype next;
|
||||
icalrecur_iterator* ritr;
|
||||
- time_t duration = (time_t) NULL;
|
||||
+ time_t duration = (time_t) 0;
|
||||
struct icaldurationtype ical_dur;
|
||||
int i = 0;
|
||||
|
||||
@@ -1158,7 +1158,7 @@ static void vcal_set_mtime(Folder *folde
|
||||
}
|
||||
|
||||
item->mtime = s.st_mtime;
|
||||
- debug_print("VCAL: forced mtime of %s to %ld\n", item->name?item->name:"(null)", item->mtime);
|
||||
+ debug_print("VCAL: forced mtime of %s to %lld\n", item->name?item->name:"(null)", (long long)item->mtime);
|
||||
g_free(path);
|
||||
}
|
||||
|
13
mail/claws-mail/patches/patch-cb
Normal file
13
mail/claws-mail/patches/patch-cb
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-cb,v 1.1 2014/01/15 17:19:30 drochner Exp $
|
||||
|
||||
--- src/plugins/vcalendar/vcal_meeting_gtk.c.orig 2014-01-14 12:35:57.000000000 +0000
|
||||
+++ src/plugins/vcalendar/vcal_meeting_gtk.c
|
||||
@@ -1982,7 +1982,7 @@ void multisync_export(void)
|
||||
list = vcal_folder_get_waiting_events();
|
||||
for (cur = list; cur; cur = cur->next) {
|
||||
VCalEvent *event = (VCalEvent *)cur->data;
|
||||
- file = g_strdup_printf("multisync%lu-%d", time(NULL), i);
|
||||
+ file = g_strdup_printf("multisync%llu-%d", (long long)time(NULL), i);
|
||||
|
||||
i++;
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
$NetBSD: patch-src_main.c,v 1.1 2013/07/24 20:11:40 richard Exp $
|
||||
|
||||
unhide variable declaration behind flock conditional.
|
||||
|
||||
--- src/main.c.orig 2013-03-20 11:13:35.000000000 +0000
|
||||
+++ src/main.c
|
||||
@@ -2367,10 +2367,10 @@ static gint prohibit_duplicate_launch(vo
|
||||
x_display = g_strdup(g_getenv("DISPLAY"));
|
||||
|
||||
if (uxsock < 0) {
|
||||
+ gint ret;
|
||||
#if HAVE_FLOCK
|
||||
gchar *socket_lock;
|
||||
gint lock_fd;
|
||||
- gint ret;
|
||||
/* If connect failed, no other process is running.
|
||||
* Unlink the potentially existing socket, then
|
||||
* open it. This has to be done locking a temporary
|
Loading…
Reference in a new issue