[arch-commits] CVS update of arch/build/daemons/bind (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Apr 30 23:13:55 UTC 2007


    Date: Monday, April 30, 2007 @ 19:13:55
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/daemons/bind

Modified: PKGBUILD (1.41 -> 1.42)

updatepkg 9.4.1; fixed smp issues


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


Index: arch/build/daemons/bind/PKGBUILD
diff -u arch/build/daemons/bind/PKGBUILD:1.41 arch/build/daemons/bind/PKGBUILD:1.42
--- arch/build/daemons/bind/PKGBUILD:1.41	Sat Mar 10 06:20:51 2007
+++ arch/build/daemons/bind/PKGBUILD	Mon Apr 30 19:13:55 2007
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD,v 1.41 2007/03/10 11:20:51 tpowa Exp $
+# $Id: PKGBUILD,v 1.42 2007/04/30 23:13:55 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 # Contributor: Mario Vazquez <mario_vazq at hotmail.com>
 pkgname=bind
-pkgver=9.4.0
+pkgver=9.4.1
 pkgrel=1
 pkgdesc="Berkeley Internet Name Domain - named server"
 arch=(i686 x86_64)
 backup=(etc/named.conf etc/logrotate.d/named etc/conf.d/named)
-depends=('openssl' 'dnsutils>=9.4.0')
+depends=('openssl' dnsutils=$pkgver)
 provides=('dns-server')
 options=('nolibtool')
 install=bind.install
@@ -21,13 +21,14 @@
 	root.hint
 	named.logrotate
 	named.conf.d)
-md5sums=('e85347f03f0d841b596422d5252a0869' '447d58721cfee0e1e377b46f7d50b327'\
+md5sums=('09b54d35036cb0423b2e618f21766285' '447d58721cfee0e1e377b46f7d50b327'\
          '2ab9db5112cabae23770cdd2f00c6923' 'f26d015142fa0a8226b42bbf9d490aa4'\
          'ab5beef0b41eb6376c7f1f4ee233172b' 'bdbdfe4990b0903984306dd14f98b951'\
          '750f283c7774ffe75cd215bce46b03cd' 'c7202ed4c5afa91b0a25f05e93b33ba6'\
          '91b3463a181561deb845acc122713a2a' '475fde63600d7d95980de991f02d6b6d')
 
 build() {
+  export MAKEFLAGS="-j1"
   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




More information about the arch-commits mailing list