[CalendarServer-changes] [4869] CalendarServer/branches/users/cdaboo/partition-4464/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Wed Dec 16 09:53:47 PST 2009


Revision: 4869
          http://trac.macosforge.org/projects/calendarserver/changeset/4869
Author:   cdaboo at apple.com
Date:     2009-12-16 09:53:44 -0800 (Wed, 16 Dec 2009)
Log Message:
-----------
Add postgres dependencies.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/partition-4464/support/build.sh

Modified: CalendarServer/branches/users/cdaboo/partition-4464/support/build.sh
===================================================================
--- CalendarServer/branches/users/cdaboo/partition-4464/support/build.sh	2009-12-16 17:40:09 UTC (rev 4868)
+++ CalendarServer/branches/users/cdaboo/partition-4464/support/build.sh	2009-12-16 17:53:44 UTC (rev 4869)
@@ -454,6 +454,14 @@
       true false false false 0;
   fi;
 
+  if ! type psql >& /dev/null; then
+    c_dependency "postgresql" "postgresql-8.4.1" \
+      "http://wwwmaster.postgresql.org/redir/198/h/source/v8.4.1/postgresql-8.4.1.tar.bz2";
+  fi;
+  py_dependency "PyGreSQL" "pgdb" "PyGreSQL-4.0" \
+    "www" "ftp://ftp.pygresql.org/pub/distrib/PyGreSQL.tgz" \
+    false false false false 0;
+
   case "${USER}" in
     wsanchez)
       proto="svn+ssh";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091216/62df4c1c/attachment.html>


More information about the calendarserver-changes mailing list