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

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


    Date: Wednesday, July 16, 2008 @ 00:22:50
  Author: kevin
Revision: 5459

upgpkg: bind 9.5.0-3
    Added missing libcap dep.  Added --without-libxml2

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-16 04:12:14 UTC (rev 5458)
+++ PKGBUILD	2008-07-16 04:22:50 UTC (rev 5459)
@@ -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