[arch-commits] Commit in subversion/repos (testing-x86_64 testing-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jun 30 20:12:49 UTC 2008


    Date: Monday, June 30, 2008 @ 16:12:49
  Author: andyrtr
Revision: 3753

Merged revisions 3361-3752 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/subversion/trunk

........
  r3752 | andyrtr | 2008-06-30 20:12:15 +0000 (Mo, 30 Jun 2008) | 1 line
  
  upgpkg: subversion 1.4.6-3
........

Modified:
  subversion/repos/testing-x86_64/	(properties)
  subversion/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)


Property changes on: subversion/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /subversion/trunk:1-3360
   + /subversion/trunk:1-3752

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-06-30 20:12:15 UTC (rev 3752)
+++ testing-x86_64/PKGBUILD	2008-06-30 20:12:49 UTC (rev 3753)
@@ -3,13 +3,13 @@
 # Maintainer: Jason Chu <jason at archlinux.org>
 pkgname=subversion
 pkgver=1.4.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Replacement for CVS, another versioning system (svn)"
 arch=(i686 x86_64)
 license=('apache' 'bsd')
-depends=('neon>=0.27.2-1' 'apr-util>=1.2.12-1')
-makedepends=('heimdal>=1.0.1' 'db>=4.6' 'apache' 'python>=2.5'
-             'perl>=5.10.0' 'swig>=1.3.27' 'jdk' 'jre' 'ruby'
+depends=('neon>=0.28.2-2' 'apr-util>=1.3.2-2')
+makedepends=('heimdal>=1.2' 'db>=4.7' 'apache>=2.2.9-3' 'python>=2.5.2-4'
+             'perl>=5.10.0-3' 'swig>=1.3.31' 'jdk' 'jre' 'ruby'
              'autoconf')
 source=(http://svn.collab.net/tarballs/${pkgname}-${pkgver}.tar.gz
         svnserve svn svnserve.conf subversion-neon.patch)
@@ -32,11 +32,13 @@
    # patch from gentoo
    patch -Np1 -i $startdir/src/subversion-neon.patch
 
-   sed -e 's/\(NEON_ALLOWED_LIST=.* 0.26.4\)"/\1 0.27.2 0.28.0 0.28.1"/' -i configure.in
+   sed -e 's/\(NEON_ALLOWED_LIST=.* 0.26.4\)"/\1 0.27.2 0.28.0 0.28.1 0.28.2"/' -i configure.in
 
-   libtoolize --force --copy
-   aclocal -I build/ac-macros
-   autoconf
+#   libtoolize --force --copy
+#   aclocal -I build/ac-macros
+#   autoconf
+
+   autoreconf
    ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr --with-zlib --with-neon=/usr --with-apxs --enable-javahl --with-jdk=/opt/java
 
    (make external-all && make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all ) || return 1
@@ -76,7 +78,7 @@
    install -m 755 $startdir/src/subversion-$pkgver/contrib/client-side/svnmerge.py $startdir/pkg/usr/bin/svnmerge
    install -D -m 644 $startdir/src/subversion-$pkgver/COPYING $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 
-#libtoolslay not all because of kdesdk
+   #libtoolslay not all because of kdesdk
    find ${startdir}/pkg/usr/lib/httpd/modules -name '*.la' -exec rm {} \;
    find ${startdir}/pkg/usr/lib/ruby -name '*.la' -exec rm {} \;
    find ${startdir}/pkg/usr/lib/python2.5 -name '*.la' -exec rm {} \;





More information about the arch-commits mailing list