[CalendarServer-changes] [15240] CalendarServer/trunk/support/Apple.make

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 27 10:40:22 PDT 2015


Revision: 15240
          http://trac.calendarserver.org//changeset/15240
Author:   cdaboo at apple.com
Date:     2015-10-27 10:40:22 -0700 (Tue, 27 Oct 2015)
Log Message:
-----------
Make sure patch is applied.

Modified Paths:
--------------
    CalendarServer/trunk/support/Apple.make

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2015-10-27 15:56:29 UTC (rev 15239)
+++ CalendarServer/trunk/support/Apple.make	2015-10-27 17:40:22 UTC (rev 15240)
@@ -45,6 +45,7 @@
 
 PYTHON = $(USRBINDIR)/python2.7
 CS_VIRTUALENV = $(SIPP)$(NSLOCALDIR)$(NSLIBRARYSUBDIR)/CalendarServer
+CS_SITEPACKAGES = $(CS_VIRTUALENV)/lib/python2.7/site-packages
 
 CS_USER  = _calendar
 CS_GROUP = _calendar
@@ -142,6 +143,11 @@
 	              --log=$(OBJROOT)/pip.log                                \
 	              --ignore-installed                                      \
 	              Twisted;
+	@echo "Patching Twisted..."
+	$(_v) $(Environment)                                                  \
+	          /usr/bin/patch -p0 --forward                                \
+	              -d "$(DSTROOT)$(CS_SITEPACKAGES)"                       \
+	              -i "$(Sources)/lib-patches/Twisted/securetransport.patch";
 
 	@echo "Installing CalendarServer and remaining dependencies...";
 	$(_v) $(Environment)                                                  \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151027/a85be39c/attachment.html>


More information about the calendarserver-changes mailing list