[CalendarServer-changes] [14877] CalendarServer/trunk/support/_cache_deps

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 4 13:29:45 PDT 2015


Revision: 14877
          http://trac.calendarserver.org//changeset/14877
Author:   wsanchez at apple.com
Date:     2015-06-04 13:29:45 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
Update versions.  Try to make ffi.h work.

Modified Paths:
--------------
    CalendarServer/trunk/support/_cache_deps

Modified: CalendarServer/trunk/support/_cache_deps
===================================================================
--- CalendarServer/trunk/support/_cache_deps	2015-06-04 18:52:34 UTC (rev 14876)
+++ CalendarServer/trunk/support/_cache_deps	2015-06-04 20:29:45 UTC (rev 14877)
@@ -39,9 +39,9 @@
 mkdir -p "${wd}/.develop/tools";
 
 for pkg in             \
-    pip-6.0.6          \
-    virtualenv-1.11.4  \
-    setuptools-3.4.4   \
+    setuptools-17.0    \
+    pip-7.0.3          \
+    virtualenv-13.0.3  \
 ; do
        name="${pkg%-*}";
     version="${pkg#*-}";
@@ -55,6 +55,17 @@
 
 
 #
+# Build cffi because xattr needs it at setup time.
+#
+
+if ! find_header ffi/ffi.h; then
+  mkdir -p "${c_glue_include}";
+  echo "#include <ffi/ffi.h>" > "${c_glue_include}/ffi.h"
+  export C_INCLUDE_PATH="${c_glue_include}:${C_INCLUDE_PATH:-}";
+fi;
+
+
+#
 # Download dependencies
 #
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150604/fa5d7fc4/attachment.html>


More information about the calendarserver-changes mailing list