[arch-commits] CVS update of extra/devel/subversion (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Sun Aug 26 09:57:06 UTC 2007


    Date: Sunday, August 26, 2007 @ 05:57:06
  Author: thomas
    Path: /home/cvs-extra/extra/devel/subversion

Modified: PKGBUILD (1.78 -> 1.79)

upgpkg: subversion 1.4.4-3


----------+
 PKGBUILD |   24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)


Index: extra/devel/subversion/PKGBUILD
diff -u extra/devel/subversion/PKGBUILD:1.78 extra/devel/subversion/PKGBUILD:1.79
--- extra/devel/subversion/PKGBUILD:1.78	Sat Aug 25 06:04:35 2007
+++ extra/devel/subversion/PKGBUILD	Sun Aug 26 05:57:06 2007
@@ -1,19 +1,22 @@
-# $Id: PKGBUILD,v 1.78 2007/08/25 10:04:35 daniel Exp $
+# $Id: PKGBUILD,v 1.79 2007/08/26 09:57:06 thomas Exp $
 # Contributer: Jason Chu <jason at archlinux.org>
 # Maintainer: Jason Chu <jason at archlinux.org>
 pkgname=subversion
 pkgver=1.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Replacement for CVS, another versioning system (svn)"
 arch=(i686 x86_64)
 depends=('neon>=0.27.0-1' 'apr-util>=1.2.7-2')
-makedepends=('heimdal>=0.8.1' 'db>=4.5' 'apache' 'python>=2.5' 'perl>=5.8.8-1' 'swig>=1.3.27' 'jdk' 'jre' 'ruby')
-source=(http://svn.collab.net/tarballs/${pkgname}-${pkgver}.tar.gz svnserve svn svnserve.conf)
-md5sums=('702655defa418bab8f683f6268b4fd30' '22d452e0de5168d56c438d99c7ad72fa' 'a0db6dd43af33952739b6ec089852630' 'c0001ceb13418a065915e27dfdf592c0')
-sha1sums=('38818624cf3cb6c36dfaf8388cbe7ebb4fa6d319'
-          'ea72beb624d2cc321091bc71460be347c35a4d85'
-          '73b36c046c09cec2093354911c89e3ba8056af6c'
-          '4fab4ec7764dc8e9a9afd642e5e0f46c18bb8ad0')
+makedepends=('heimdal>=0.8.1' 'db>=4.5' 'apache' 'python>=2.5'
+             'perl>=5.8.8-1' 'swig>=1.3.27' 'jdk' 'jre' 'ruby'
+             'autoconf')
+source=(http://svn.collab.net/tarballs/${pkgname}-${pkgver}.tar.gz
+        svnserve svn svnserve.conf subversion-neon.patch)
+md5sums=('702655defa418bab8f683f6268b4fd30'
+         '22d452e0de5168d56c438d99c7ad72fa'
+         'a0db6dd43af33952739b6ec089852630'
+         'c0001ceb13418a065915e27dfdf592c0'
+         'e9579f8b1f88ce91d9f5f5df542339bc')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url="http://subversion.tigris.org/"
 
@@ -38,6 +41,9 @@
 #        -L$startdir/src/${pkgname}-${pkgver}/${pkgname}/libsvn_diff/.libs \
 #        -L$startdir/src/${pkgname}-${pkgver}/${pkgname}/libsvn_wc/.libs"
 
+   patch -Np1 -i $startdir/src/subversion-neon.patch
+   aclocal -I build/ac-macros
+   autoconf
    ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr --with-zlib --with-neon=/usr --with-apxs --enable-javahl --with-jdk=/opt/java
    #sed -i 's|-ldb-4.2|-ldb-4.4|' Makefile
    #make DESTDIR=$startdir/pkg || return 1




More information about the arch-commits mailing list