pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/evolution-data-server



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Feb  9 00:19:15 UTC 2017

Modified Files:
        pkgsrc/mail/evolution-data-server: distinfo
Added Files:
        pkgsrc/mail/evolution-data-server/patches:
            patch-camel_providers_imapx_camel-imapx-tokens.txt

Log Message:
Fix conflict between implementation and prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/mail/evolution-data-server/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/mail/evolution-data-server/patches/patch-camel_providers_imapx_camel-imapx-tokens.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/evolution-data-server/distinfo
diff -u pkgsrc/mail/evolution-data-server/distinfo:1.85 pkgsrc/mail/evolution-data-server/distinfo:1.86
--- pkgsrc/mail/evolution-data-server/distinfo:1.85     Sun Jan 31 07:01:55 2016
+++ pkgsrc/mail/evolution-data-server/distinfo  Thu Feb  9 00:19:15 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.85 2016/01/31 07:01:55 richard Exp $
+$NetBSD: distinfo,v 1.86 2017/02/09 00:19:15 joerg Exp $
 
 SHA1 (evolution-data-server-2.32.3.tar.bz2) = cbf32c3438c4f1650b35b87007a337ebc1c56cec
 RMD160 (evolution-data-server-2.32.3.tar.bz2) = adc8b07aef41a89d16fc426541c12190a3688b8f
@@ -13,6 +13,7 @@ SHA1 (patch-calendar_backends_caldav_e-c
 SHA1 (patch-calendar_libecal_e-cal.c) = 0478b795b298bbab23db39f7a63bd3529691dd95
 SHA1 (patch-calendar_libedata-cal_e-cal-backend-intervaltree.c) = af78b5854666325a9dd1229702968c093805ec03
 SHA1 (patch-calendar_libegdbus_Makefile.in) = ac5aabae5160967c498f12c0f29be3e206e03622
+SHA1 (patch-camel_providers_imapx_camel-imapx-tokens.txt) = 8a62d2064d9bda5f9f79eb9473e71734560c3983
 SHA1 (patch-cc) = a59bbc664a96f467888cae89cb00eb9a9033a925
 SHA1 (patch-cd) = 6e366e65e68cd0c5a8eafa67c7f9152c6521de12
 SHA1 (patch-ce) = 1da2a3773ff89319bc79bbb7375e8259f0be89e4

Added files:

Index: pkgsrc/mail/evolution-data-server/patches/patch-camel_providers_imapx_camel-imapx-tokens.txt
diff -u /dev/null pkgsrc/mail/evolution-data-server/patches/patch-camel_providers_imapx_camel-imapx-tokens.txt:1.1
--- /dev/null   Thu Feb  9 00:19:15 2017
+++ pkgsrc/mail/evolution-data-server/patches/patch-camel_providers_imapx_camel-imapx-tokens.txt        Thu Feb  9 00:19:15 2017
@@ -0,0 +1,13 @@
+$NetBSD: patch-camel_providers_imapx_camel-imapx-tokens.txt,v 1.1 2017/02/09 00:19:15 joerg Exp $
+
+--- camel/providers/imapx/camel-imapx-tokens.txt.orig  2017-02-08 22:29:05.083115118 +0000
++++ camel/providers/imapx/camel-imapx-tokens.txt
+@@ -1,7 +1,7 @@
+ /* This contains all of the keywords we care about.  These
+    can be converted to an id very efficiently */
+ struct _imapx_keyword {const gchar *name; camel_imapx_id_t id; };
+-struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len);
++struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register size_t len);
+ %%
+ ALERT,          IMAPX_ALERT
+ APPENDUID,    IMAPX_APPENDUID



Home | Main Index | Thread Index | Old Index