Date: Thursday, March 1, 2012 @ 16:55:02 Author: bisson Revision: 151737
upstream update Modified: bind/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-01 21:37:06 UTC (rev 151736) +++ PKGBUILD 2012-03-01 21:55:02 UTC (rev 151737) @@ -6,19 +6,18 @@ pkgname=bind # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.8.1.P1 -_pkgver=9.8.1-P1 +pkgver=9.9.0 +_pkgver=9.9.0 pkgrel=1 pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the DNS protocols' url='http://www.isc.org/software/bind/' license=('custom:ISC') arch=('i686' 'x86_64') +options=('!makeflags' '!libtool') depends=('openssl' 'krb5' 'libxml2') -options=('!makeflags' '!libtool') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" 'root.hint::http://www.internic.net/zones/named.root' - 'so_bsdcompat.patch' 'remove-tools.patch' 'named' 'named.conf' @@ -26,9 +25,8 @@ 'named.logrotate' 'localhost.zone' '127.0.0.zone') -sha1sums=('1cff6594aa185d84942edd2f3cc06dff9cebb04b' +sha1sums=('6be77c75c8649088b0ae7124d819b5f412bb0094' 'cbdecd1ea8e7b612b33b63d66bc57273795d1f54' - 'b433ba99f23e3db305f8ce293fe4ce6d1b8d4cfb' '18f477f510df31e6c6f547ee2d5fc46e973479bf' '46232e9db243c6c05e170a1781d7a7f413be5d03' '5ca7a5f2a132548a090a045a2df3acea6b35d9eb' @@ -48,7 +46,6 @@ cd "${srcdir}/bind-${_pkgver}" patch -p1 -i ../remove-tools.patch - patch -p1 -i ../so_bsdcompat.patch ./configure \ --prefix=/usr \ @@ -60,9 +57,6 @@ --with-libxml2 \ --with-libtool \ - # temporary fix for issue reported upstream - ln -s .libs/driver.o bin/tests/system/dlzexternal/ - make }
