[arch-commits] Commit in bind/repos (testing-i686 testing-i686/PKGBUILD)

Kevin Piche kevin at archlinux.org
Wed Jul 16 04:23:04 UTC 2008


    Date: Wednesday, July 16, 2008 @ 00:23:04
  Author: kevin
Revision: 5460

Merged revisions 5262-5459 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/bind/trunk

........
  r5459 | kevin | 2008-07-16 00:22:50 -0400 (Wed, 16 Jul 2008) | 2 lines
  
  upgpkg: bind 9.5.0-3
      Added missing libcap dep.  Added --without-libxml2
........

Modified:
  bind/repos/testing-i686/	(properties)
  bind/repos/testing-i686/PKGBUILD

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


Property changes on: bind/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /bind/trunk:1-5261
   + /bind/trunk:1-5459

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-07-16 04:22:50 UTC (rev 5459)
+++ testing-i686/PKGBUILD	2008-07-16 04:23:04 UTC (rev 5460)
@@ -4,13 +4,13 @@
 pkgname=bind
 pkgver=9.5.0
 _pkgver=9.5.0-P1
-pkgrel=2
+pkgrel=3
 pkgdesc="Berkeley Internet Name Domain - named server"
 arch=(i686 x86_64)
 url="http://www.isc.org/index.pl?/sw/bind/"
 license=('custom:ISC')
 backup=(etc/named.conf etc/logrotate.d/named etc/conf.d/named etc/rndc.key)
-depends=('openssl' dnsutils=$pkgver)
+depends=('libcap' 'openssl' dnsutils=$pkgver)
 provides=('dns-server')
 options=('!libtool')
 install=bind.install
@@ -30,7 +30,7 @@
   patch -Np1 -i ${startdir}/src/notools.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --with-libtool --enable-shared \
-              --disable-threads --with-openssl=yes
+              --disable-threads --with-openssl=yes --without-libxml2
   make || return 1
   make DESTDIR=${startdir}/pkg install
   install -D -m755 ../named ${startdir}/pkg/etc/rc.d/named





More information about the arch-commits mailing list