pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/evolution-data-server Fix a line-continuation tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66e66740a13a
branches:  trunk
changeset: 481959:66e66740a13a
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Oct 15 16:27:56 2004 +0000

description:
Fix a line-continuation that gcc 2.95 didn't understand.

diffstat:

 mail/evolution-data-server/distinfo         |   3 ++-
 mail/evolution-data-server/patches/patch-aa |  25 +++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r 68b165cd698e -r 66e66740a13a mail/evolution-data-server/distinfo
--- a/mail/evolution-data-server/distinfo       Fri Oct 15 16:24:32 2004 +0000
+++ b/mail/evolution-data-server/distinfo       Fri Oct 15 16:27:56 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.5 2004/10/04 09:46:50 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2004/10/15 16:27:56 kristerw Exp $
 
 SHA1 (evolution-data-server-1.0.1.tar.bz2) = ab7e868393f87356da2fdceb48a1ce56aa1a47ec
 Size (evolution-data-server-1.0.1.tar.bz2) = 4931974 bytes
+SHA1 (patch-aa) = 29dbd7446e9f319628f1217cd9dd96a2cb28d2c1
diff -r 68b165cd698e -r 66e66740a13a mail/evolution-data-server/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/evolution-data-server/patches/patch-aa       Fri Oct 15 16:27:56 2004 +0000
@@ -0,0 +1,25 @@
+$NetBSD: patch-aa,v 1.3 2004/10/15 16:27:57 kristerw Exp $
+
+--- calendar/backends/groupwise/e-cal-backend-groupwise.c.orig Fri Oct 15 17:19:56 2004
++++ calendar/backends/groupwise/e-cal-backend-groupwise.c      Fri Oct 15 17:20:37 2004
+@@ -512,13 +512,13 @@
+ static ECalBackendSyncStatus
+ e_cal_backend_groupwise_get_static_capabilities (ECalBackendSync *backend, EDataCal *cal, char **capabilities)
+ {
+-      *capabilities = g_strdup (CAL_STATIC_CAPABILITY_NO_EMAIL_ALARMS "," \
+-                                CAL_STATIC_CAPABILITY_ONE_ALARM_ONLY "," \
+-                                CAL_STATIC_CAPABILITY_REMOVE_ALARMS ","   \
+-                                CAL_STATIC_CAPABILITY_NO_THISANDPRIOR "," \
+-                                CAL_STATIC_CAPABILITY_NO_THISANDFUTURE "," \
+-                                CAL_STATIC_CAPABILITY_NO_CONV_TO_ASSIGN_TASK "," \
+-                                CAL_STATIC_CAPABILITY_NO_CONV_TO_RECUR "," \ 
++      *capabilities = g_strdup (CAL_STATIC_CAPABILITY_NO_EMAIL_ALARMS ","
++                                CAL_STATIC_CAPABILITY_ONE_ALARM_ONLY ","
++                                CAL_STATIC_CAPABILITY_REMOVE_ALARMS ","
++                                CAL_STATIC_CAPABILITY_NO_THISANDPRIOR ","
++                                CAL_STATIC_CAPABILITY_NO_THISANDFUTURE ","
++                                CAL_STATIC_CAPABILITY_NO_CONV_TO_ASSIGN_TASK ","
++                                CAL_STATIC_CAPABILITY_NO_CONV_TO_RECUR ","
+                                 CAL_STATIC_CAPABILITY_SAVE_SCHEDULES);
+ 
+       return GNOME_Evolution_Calendar_Success;



Home | Main Index | Thread Index | Old Index