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

Kevin Piche kevin at archlinux.org
Mon Jul 21 19:41:11 UTC 2008


    Date: Monday, July 21, 2008 @ 15:41:10
  Author: kevin
Revision: 5891

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

........
  r5843 | kevin | 2008-07-21 14:17:26 -0400 (Mon, 21 Jul 2008) | 2 lines
  
  upgpkg: bind 9.5.0-4
      Removed libcap dep
........

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

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


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

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-07-21 19:30:59 UTC (rev 5890)
+++ testing-i686/PKGBUILD	2008-07-21 19:41:10 UTC (rev 5891)
@@ -4,13 +4,13 @@
 pkgname=bind
 pkgver=9.5.0
 _pkgver=9.5.0-P1
-pkgrel=3
+pkgrel=4
 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=('libcap' 'openssl' dnsutils=$pkgver)
+depends=('openssl' dnsutils=$pkgver)
 provides=('dns-server')
 options=('!libtool')
 install=bind.install
@@ -28,9 +28,9 @@
   cd ${startdir}/src/${pkgname}-${_pkgver}
   patch -Np0 -i ${startdir}/src/bind.so_bsdcompat.diff || return 1
   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 --without-libxml2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --with-libtool --enable-shared --disable-threads \
+              --with-openssl=yes --disable-linux-caps --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