[CalendarServer-changes] [14848] CalendarServer/trunk/bin/_build.sh
source_changes at macosforge.org
source_changes at macosforge.org
Thu May 28 14:54:43 PDT 2015
Revision: 14848
http://trac.calendarserver.org//changeset/14848
Author: wsanchez at apple.com
Date: 2015-05-28 14:54:43 -0700 (Thu, 28 May 2015)
Log Message:
-----------
We no longer need the Postgres libraries to build, since we don't build pgdb any more.
You do need Postgres to *use* it...
Modified Paths:
--------------
CalendarServer/trunk/bin/_build.sh
Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh 2015-05-28 21:49:02 UTC (rev 14847)
+++ CalendarServer/trunk/bin/_build.sh 2015-05-28 21:54:43 UTC (rev 14848)
@@ -543,27 +543,6 @@
"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/16bd17de/attachment.html>
More information about the calendarserver-changes
mailing list