From aa3e1e3ff893d0eb3c141026adca6b83b59e6de1 Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Fri, 2 Mar 2012 05:22:12 +0000 Subject: [PATCH] bind: update to 9.9.0 SVN-Revision: 30771 --- net/bind/Makefile | 9 +++++---- net/bind/patches/001-no-tests.patch | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 net/bind/patches/001-no-tests.patch diff --git a/net/bind/Makefile b/net/bind/Makefile index 5f9e6e35a..d6aaadc23 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.8.1-P1 -PKG_RELEASE:=2 +PKG_VERSION:=9.9.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ ftp://ftp.isc.org/isc/bind9/$(PKG_VERSION) \ http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) -PKG_MD5SUM:=afa41f8203d50bedad65071f9b6f96d7 +PKG_MD5SUM:=9281d0b04f711d28153ba1ab04a54026 PKG_FIXUP:=libtool @@ -89,7 +89,8 @@ CONFIGURE_ARGS += \ --with-libxml2=no \ --enable-epoll=yes \ --with-gost=no \ - --with-gssapi=no + --with-gssapi=no \ + --with-readline=no CONFIGURE_VARS += \ BUILD_CC="$(TARGET_CC)" \ diff --git a/net/bind/patches/001-no-tests.patch b/net/bind/patches/001-no-tests.patch new file mode 100644 index 000000000..c4dc5338d --- /dev/null +++ b/net/bind/patches/001-no-tests.patch @@ -0,0 +1,22 @@ +--- a/bin/Makefile.in ++++ b/bin/Makefile.in +@@ -19,7 +19,7 @@ srcdir = @srcdir@ + VPATH = @srcdir@ + top_srcdir = @top_srcdir@ + +-SUBDIRS = named rndc dig dnssec tests tools nsupdate \ ++SUBDIRS = named rndc dig dnssec tools nsupdate \ + check confgen @PKCS11_TOOLS@ + TARGETS = + +--- a/lib/Makefile.in ++++ b/lib/Makefile.in +@@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@ + # Attempt to disable parallel processing. + .NOTPARALLEL: + .NO_PARALLEL: +-SUBDIRS = isc isccc dns isccfg bind9 lwres tests ++SUBDIRS = isc isccc dns isccfg bind9 lwres + TARGETS = + + @BIND9_MAKE_RULES@ -- 2.30.2