[CalendarServer-changes] [13147] CalendarServer/trunk/bin/_build.sh

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 3 15:54:02 PDT 2014


Revision: 13147
          http://trac.calendarserver.org//changeset/13147
Author:   wsanchez at apple.com
Date:     2014-04-03 15:54:02 -0700 (Thu, 03 Apr 2014)
Log Message:
-----------
Whoops we need memcached.

Modified Paths:
--------------
    CalendarServer/trunk/bin/_build.sh

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2014-04-03 22:39:30 UTC (rev 13146)
+++ CalendarServer/trunk/bin/_build.sh	2014-04-03 22:54:02 UTC (rev 13147)
@@ -541,6 +541,27 @@
   fi;
 
   ruler;
+  if type -P memcached > /dev/null; then
+    using_system "memcached";
+  else
+    local v="2.0.21-stable";
+    local n="libevent";
+    local p="${n}-${v}";
+
+    c_dependency -m "b2405cc9ebf264aa47ff615d9de527a2" \
+      "libevent" "${p}" \
+      "http://github.com/downloads/libevent/libevent/${p}.tar.gz";
+
+    local v="1.4.16";
+    local n="memcached";
+    local p="${n}-${v}";
+
+    c_dependency -m "1c5781fecb52d70b615c6d0c9c140c9c" \
+      "memcached" "${p}" \
+      "http://www.memcached.org/files/${p}.tar.gz";
+  fi;
+
+  ruler;
   if type -P postgres > /dev/null; then
     using_system "Postgres";
   else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140403/7a15e70f/attachment.html>


More information about the calendarserver-changes mailing list