[arch-commits] Commit in subversion/trunk (PKGBUILD)

Dan McGee dan at nymeria.archlinux.org
Thu Jul 25 14:35:22 UTC 2013


    Date: Thursday, July 25, 2013 @ 16:35:22
  Author: dan
Revision: 191556

Disable neon as suggested on ML

Modified:
  subversion/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-25 13:50:41 UTC (rev 191555)
+++ PKGBUILD	2013-07-25 14:35:22 UTC (rev 191556)
@@ -10,7 +10,7 @@
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf' 'systemd')
+depends=('apr-util' 'sqlite' 'file' 'serf' 'systemd')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn bash completion' \
             'python2: for some hook scripts' 'java-environment') #'ruby: for some hook scripts')
 makedepends=('krb5' 'apache' 'python2' 'perl>=5.18' 'swig' 'java-runtime' 'java-environment'
@@ -42,7 +42,7 @@
    sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/hook-scripts/{,mailer/{,tests/}}*.py
 
    ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
-               --with-zlib=/usr --with-neon=/usr --with-serf=/usr --with-apxs \
+               --with-zlib=/usr --without-neon --with-serf=/usr --with-apxs \
                --with-sqlite=/usr --with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
                --enable-javahl --with-gnome-keyring --with-kwallet \
                --disable-static




More information about the arch-commits mailing list