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

source_changes at macosforge.org source_changes at macosforge.org
Thu May 28 14:55:23 PDT 2015


Revision: 14849
          http://trac.calendarserver.org//changeset/14849
Author:   wsanchez at apple.com
Date:     2015-05-28 14:55:23 -0700 (Thu, 28 May 2015)
Log Message:
-----------
Revert r14848.

Revision Links:
--------------
    http://trac.calendarserver.org//changeset/14848

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

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2015-05-28 21:54:43 UTC (rev 14848)
+++ CalendarServer/trunk/bin/_build.sh	2015-05-28 21:55:23 UTC (rev 14849)
@@ -543,6 +543,27 @@
       "http://www.memcached.org/files/${p}.tar.gz";
   fi;
 
+
+  ruler;
+  if command -v postgres > /dev/null; then
+    using_system "Postgres";
+  else
+    local v="9.3.1";
+    local n="postgresql";
+    local p="${n}-${v}";
+
+    if command -v dtrace > /dev/null; then
+      local enable_dtrace="--enable-dtrace";
+    else
+      local enable_dtrace="";
+    fi;
+
+    c_dependency -m "c003d871f712d4d3895956b028a96e74" \
+      "PostgreSQL" "${p}" \
+      "http://ftp.postgresql.org/pub/source/v${v}/${p}.tar.bz2" \
+      --with-python ${enable_dtrace};
+  fi;
+
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150528/cb912137/attachment.html>


More information about the calendarserver-changes mailing list