Re: UPDATE www/sope www/sogo to 2.1.1b

2013-12-29 Thread Giovanni Bechis
On 12/15/13 13:11, Sebastian Reitenbach wrote:
 Hi,
 
 attached update of SOPE and SOGo from 2.0.7 to 2.1.1.b, jumping over a few 
 releases.
 
 For SOGo, I had to re-add the patch to the 
 patch-UI_MailPartViewers_GNUmakefile.
 in order to prevent the unknown symbols problem on startup :(
 
 Further, the default changed where the SOGo daemon listens on: now on 
 127.0.0.1:2
 If needed, to get back the old behaviour listening on *:2 follow 
 instructions in the
 pkg README.
 
 OK?
 
Finally I found some time to test this, works like a charm, ok giovanni@
 Cheers  Thanks
  Giovanni



Re: UPDATE www/sope www/sogo to 2.1.1b

2013-12-25 Thread Sebastian Reitenbach
ping 
On Sunday, December 15, 2013 13:11 CET, Sebastian Reitenbach 
sebas...@l00-bugdead-prods.de wrote: 
 
 Hi,
 
 attached update of SOPE and SOGo from 2.0.7 to 2.1.1.b, jumping over a few 
 releases.
 
 For SOGo, I had to re-add the patch to the 
 patch-UI_MailPartViewers_GNUmakefile.
 in order to prevent the unknown symbols problem on startup :(
 
 Further, the default changed where the SOGo daemon listens on: now on 
 127.0.0.1:2
 If needed, to get back the old behaviour listening on *:2 follow 
 instructions in the
 pkg README.
 
 OK?
 
 
 
 
 
 
 
 



UPDATE www/sope www/sogo to 2.1.1b

2013-12-15 Thread Sebastian Reitenbach
Hi,

attached update of SOPE and SOGo from 2.0.7 to 2.1.1.b, jumping over a few 
releases.

For SOGo, I had to re-add the patch to the patch-UI_MailPartViewers_GNUmakefile.
in order to prevent the unknown symbols problem on startup :(

Further, the default changed where the SOGo daemon listens on: now on 
127.0.0.1:2
If needed, to get back the old behaviour listening on *:2 follow 
instructions in the
pkg README.

OK?




Index: Makefile
===
RCS file: /cvs/ports/www/sogo/Makefile,v
retrieving revision 1.34
diff -u -p -u -r1.34 Makefile
--- Makefile	19 Oct 2013 13:26:21 -	1.34
+++ Makefile	15 Dec 2013 12:04:31 -
@@ -2,15 +2,14 @@
 
 COMMENT = 	web based groupware server
 
-VERSION =	2.0.7
-REVISION =	1
-DISTNAME =	SOGo-${VERSION}
-PKGNAME =	sogo-${VERSION}
+VERSION =	2.1.1
+DISTNAME =	SOGo-${VERSION}b
+PKGNAME =	sogo-${VERSION}.1
 
 SHARED_LIBS +=	GDLContentStore 2.0
 SHARED_LIBS +=	NGCards		2.0
 SHARED_LIBS +=	OGoContentStore	2.0
-SHARED_LIBS +=	SOGo		2.0
+SHARED_LIBS +=	SOGo		2.1
 SHARED_LIBS +=	SOGoUI		2.0
 
 CATEGORIES =	www
Index: distinfo
===
RCS file: /cvs/ports/www/sogo/distinfo,v
retrieving revision 1.18
diff -u -p -u -r1.18 distinfo
--- distinfo	24 Aug 2013 11:16:04 -	1.18
+++ distinfo	15 Dec 2013 12:04:31 -
@@ -1,2 +1,2 @@
-SHA256 (SOGo-2.0.7.tar.gz) = EZe72hblp+lMcO/iFCizShgwvgC/YF2mM6jugq30vl8=
-SIZE (SOGo-2.0.7.tar.gz) = 5694507
+SHA256 (SOGo-2.1.1b.tar.gz) = 7JCs4kogu8K6BJ/fsiT6ntSeRhVZuHA1YJMFqUUbs94=
+SIZE (SOGo-2.1.1b.tar.gz) = 5846822
Index: patches/patch-SOPE_GDLContentStore_EOQualifier+GCS_m
===
RCS file: patches/patch-SOPE_GDLContentStore_EOQualifier+GCS_m
diff -N patches/patch-SOPE_GDLContentStore_EOQualifier+GCS_m
--- patches/patch-SOPE_GDLContentStore_EOQualifier+GCS_m	19 Oct 2013 09:49:16 -	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-SOPE_GDLContentStore_EOQualifier+GCS_m,v 1.1 2013/10/19 09:49:16 sebastia Exp $
 SOPE/GDLContentStore/EOQualifier+GCS.m.orig	Sun Oct 13 18:35:24 2013
-+++ SOPE/GDLContentStore/EOQualifier+GCS.m	Sun Oct 13 18:35:46 2013
-@@ -27,7 +27,7 @@
- 
- #import EOQualifier+GCS.h
- 
--#if __GNU_LIBOBJC__ = 20100911
-+#if (defined(__GNU_LIBOBJC__)  (__GNU_LIBOBJC__ = 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__)
- #  define sel_eq(__A__,__B__) sel_isEqual(__A__,__B__)
- #endif
- 
Index: patches/patch-SOPE_GDLContentStore_GCSFolder_m
===
RCS file: patches/patch-SOPE_GDLContentStore_GCSFolder_m
diff -N patches/patch-SOPE_GDLContentStore_GCSFolder_m
--- patches/patch-SOPE_GDLContentStore_GCSFolder_m	19 Oct 2013 09:49:16 -	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-SOPE_GDLContentStore_GCSFolder_m,v 1.1 2013/10/19 09:49:16 sebastia Exp $
 SOPE/GDLContentStore/GCSFolder.m.orig	Sun Oct 13 18:35:05 2013
-+++ SOPE/GDLContentStore/GCSFolder.m	Sun Oct 13 18:35:16 2013
-@@ -44,7 +44,7 @@
- #import EOQualifier+GCS.h
- #import GCSStringFormatter.h
- 
--#if __GNU_LIBOBJC__ = 20100911
-+#if (defined(__GNU_LIBOBJC__)  (__GNU_LIBOBJC__ = 20100911)) || defined(APPLE_RUNTIME) || defined(__GNUSTEP_RUNTIME__)
- #  define sel_eq(__A__,__B__) sel_isEqual(__A__,__B__)
- #endif
- 
Index: patches/patch-UI_MailPartViewers_GNUmakefile
===
RCS file: patches/patch-UI_MailPartViewers_GNUmakefile
diff -N patches/patch-UI_MailPartViewers_GNUmakefile
--- /dev/null	1 Jan 1970 00:00:00 -
+++ patches/patch-UI_MailPartViewers_GNUmakefile	15 Dec 2013 12:04:31 -
@@ -0,0 +1,33 @@
+$OpenBSD$
+
+prevent unknown symbols on startup errors
+
+--- UI/MailPartViewers/GNUmakefile.orig	Wed Dec  4 17:53:43 2013
 UI/MailPartViewers/GNUmakefile	Sun Dec 15 12:47:14 2013
+@@ -25,7 +25,25 @@ MailPartViewers_OBJC_FILES += \
+ 	UIxMailPartMessageViewer.m	\
+ 	UIxMailPartICalViewer.m		\
+ 	\
+-	UIxMailPartICalActions.m
++	UIxMailPartICalActions.m	\
++	../../SoObjects/Mailer/SOGoMailBodyPart.m \
++	../../SoObjects/Mailer/SOGoHTMLMailBodyPart.m \
++	../../SoObjects/Mailer/SOGoCalendarMailBodyPart.m \
++	../../SoObjects/Mailer/SOGoMailAccounts.m \
++	../../SoObjects/Mailer/SOGoMailBaseObject.m \
++	../../SoObjects/Mailer/SOGoMailAccount.m \
++	../../SoObjects/Mailer/SOGoMailNamespace.m \
++	../../SoObjects/Mailer/SOGoDraftsFolder.m \
++	../../SoObjects/Mailer/SOGoSentFolder.m \
++	../../SoObjects/Mailer/SOGoTrashFolder.m \
++	../../SoObjects/Mailer/SOGoMailFolder.m \
++	../../SoObjects/Mailer/SOGoDraftObject.m \
++	../../SoObjects/Mailer/SOGoMailObject.m \
++	../../SoObjects/Appointments/SOGoEMailAlarmsManager.m \
++	../../SoObjects/Appointments/SOGoAppointmentObject.m \
++	../../SoObjects/Appointments/SOGoComponentOccurence.m \
++