From 9e2e1c45f763349b9e37c5786147a9edf97f9e2d Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 19 Mar 2020 01:45:30 +0000 Subject: Thu Mar 19 01:45:30 UTC 2020 Don't bother with 5.4.26 folks, just wait for the next one. Trust me. a/tcsh-6.22.02-x86_64-2.txz: Rebuilt. Fixed merging history from multiple shells. Thanks to jmccue. a/xz-5.2.5-x86_64-1.txz: Upgraded. d/git-2.25.2-x86_64-1.txz: Upgraded. l/glibmm-2.64.1-x86_64-1.txz: Upgraded. n/bind-9.16.1-x86_64-1.txz: Upgraded. n/dovecot-2.3.10-x86_64-2.txz: Rebuilt. x/libinput-1.15.4-x86_64-1.txz: Upgraded. x/mesa-20.0.2-x86_64-1.txz: Upgraded. testing/packages/PAM/dovecot-2.3.10-x86_64-2_pam.txz: Rebuilt. Recompiled using --with-pam. Thanks to HQuest. --- source/n/bind/bind.SlackBuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'source/n/bind/bind.SlackBuild') diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild index ee5a58d77..1b7af8957 100755 --- a/source/n/bind/bind.SlackBuild +++ b/source/n/bind/bind.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bind VERSION=${VERSION:-$(echo ${PKGNAM}-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -82,8 +82,6 @@ else GSSAPI=" " fi -zcat $CWD/bind-v9.16.0-tcp_quota_fix.patch.gz | patch -p1 --verbose || exit 1 - # Configure: CFLAGS="$SLKCFLAGS" \ ./configure \ @@ -123,9 +121,6 @@ mkdir -p $PKG/etc/rc.d cp -a $CWD/rc.bind $PKG/etc/rc.d/rc.bind.new chmod 644 $PKG/etc/rc.d/rc.bind.new -# Add /var/run/named directory: -mkdir -p $PKG/var/run/named - # Fix library perms: chmod 755 $PKG/usr/lib${LIBDIRSUFFIX}/* -- cgit v1.2.3