summaryrefslogtreecommitdiffstats
path: root/collab/subversion/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/subversion/DEPENDS')
-rwxr-xr-xcollab/subversion/DEPENDS15
1 files changed, 3 insertions, 12 deletions
diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index f3d82c68c3..362db5b297 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -1,11 +1,12 @@
depends sqlite &&
-depends APR "--with-apr=${INSTALL_ROOT}/usr" &&
-depends APU "--with-apr-util=${INSTALL_ROOT}/usr" &&
+depends apr "--with-apr=${INSTALL_ROOT}/usr" &&
+depends apr-util "--with-apr-util=${INSTALL_ROOT}/usr" &&
depends autoconf &&
depends bison &&
depends e2fsprogs &&
depends libtool &&
depends zlib &&
+depends serf "--with-serf" &&
if [[ "$SVN_HEAD" == y ]]; then
depends python
@@ -27,16 +28,6 @@ fi &&
optional_depends gettext '--enable-nls' '--disable-nls' 'for language translations' &&
optional_depends LIBSASL '--with-sasl' '--without-sasl' 'for Cyrus SASL authentication' &&
-message ""WARNING, disabling neon is not recommended and may break downloading some svn spells."" &&
-
-if [[ "x${SVN_SSL}" == "xy" ]]; then
- depends -sub 'DAV SSL' neon "--with-neon=${INSTALL_ROOT}/usr --with-ssl"
-else
- optional_depends -sub DAV neon "--with-neon=${INSTALL_ROOT}/usr" \
- "--without-neon" \
- "for Subversion client to support DAV"
-fi &&
-
optional_depends db '--with-berkeley-db' '--without-berkeley-db' 'for Berkeley DB backend' &&
optional_depends APACHE2 '--with-apxs' '--without-apxs' 'to create Apache 2 modules' &&
local indian=$(get_spell_provider $SPELL APACHE2) &&