Date: Fri, 7 Feb 2014 03:50:01 GMT From: Maurice Castro <maurice@castro.aus.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/186502: www/davical fails with Mac OS X 10.9' s Contacts.app Message-ID: <201402070350.s173o1ch079973@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/186502; it has been noted by GNATS. From: Maurice Castro <maurice@castro.aus.net> To: "bug-followup@FreeBSD.ORG" <bug-followup@FreeBSD.org>, niels=freebsd@bakker.net Cc: Subject: Re: ports/186502: www/davical fails with Mac OS X 10.9's Contacts.app Date: Fri, 7 Feb 2014 14:40:10 +1100 --Apple-Mail=_976EB0C2-B0B3-442E-9146-898D9360E068 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Created minimal patch that should fix the Maverick problem until there = is a new release. Only preliminarily tested. Maurice Castro --Apple-Mail=_976EB0C2-B0B3-442E-9146-898D9360E068 Content-Disposition: attachment; filename=davical.patch Content-Type: application/octet-stream; name="davical.patch" Content-Transfer-Encoding: 7bit diff -uNr davical.orig/Makefile davical/Makefile --- davical.orig/Makefile 2014-02-07 13:59:59.000000000 +1100 +++ davical/Makefile 2014-02-07 14:18:14.000000000 +1100 @@ -8,6 +8,8 @@ MAINTAINER= maurice@castro.aus.net COMMENT= A simple CalDAV server using a postgres backend +EXTRA_PATCHES+= ${FILESDIR}/maverick-fix.patch + LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING diff -uNr davical.orig/files/maverick-fix.patch davical/files/maverick-fix.patch --- davical.orig/files/maverick-fix.patch 1970-01-01 10:00:00.000000000 +1000 +++ davical/files/maverick-fix.patch 2014-02-07 14:26:32.000000000 +1100 @@ -0,0 +1,11 @@ +--- htdocs/caldav.php.orig 2014-02-07 14:24:01.000000000 +1100 ++++ htdocs/caldav.php 2014-02-07 14:25:19.000000000 +1100 +@@ -114,6 +114,8 @@ + include('caldav-POST.php'); + break; + } ++ error_log('the value of add_member is : ', $add_member); ++ $add_member = true; + case 'PUT': + switch( $request->content_type ) { + case 'text/calendar': --Apple-Mail=_976EB0C2-B0B3-442E-9146-898D9360E068--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402070350.s173o1ch079973>