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

Pierre Schmitz pierre at archlinux.org
Sun Jun 22 09:29:25 UTC 2008


    Date: Sunday, June 22, 2008 @ 05:29:24
  Author: pierre
Revision: 3339

Merged revisions 3124-3338 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/apr-util/trunk

........
  r3338 | pierre | 2008-06-22 09:28:55 +0000 (So, 22 Jun 2008) | 2 lines
  
  upgpkg: apr-util 1.3.0-2
      added ldap support
........

Modified:
  apr-util/repos/testing-x86_64/	(properties)
  apr-util/repos/testing-x86_64/PKGBUILD

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


Property changes on: apr-util/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /apr-util/trunk:1-3123
   + /apr-util/trunk:1-3338

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-06-22 09:28:55 UTC (rev 3338)
+++ testing-x86_64/PKGBUILD	2008-06-22 09:29:24 UTC (rev 3339)
@@ -3,11 +3,11 @@
 
 pkgname=apr-util
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
-depends=('apr>=1.3.0' 'gdbm' 'expat>=2.0' 'db>=4.6')
+depends=('apr>=1.3.0' 'gdbm' 'expat>=2.0' 'db>=4.6' 'libldap')
 options=('!libtool')
 license=('APACHE')
 source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
@@ -18,7 +18,7 @@
 
 	./configure --prefix=/usr --with-apr=/usr \
 		--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
-		--with-berkeley-db=/usr --with-gdbm=/usr
+		--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
 	make || return 1
 	make DESTDIR=${startdir}/pkg install
-}
\ No newline at end of file
+}





More information about the arch-commits mailing list