From 97a24c03c221f9da261a733691167dd1c701e823 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 26 Oct 2020 20:24:28 +0000 Subject: Mon Oct 26 20:24:28 UTC 2020 l/libbluray-1.2.1-x86_64-1.txz: Upgraded. n/libassuan-2.5.4-x86_64-1.txz: Upgraded. n/nfs-utils-2.5.2-x86_64-2.txz: Rebuilt. Comment out debugging lines from exportfs.c, probably left in by mistake. Thanks to upnort. x/libva-2.9.1-x86_64-1.txz: Upgraded. --- source/a/kmod/kmod.SlackBuild | 2 +- source/l/alsa-lib/alsa-lib.SlackBuild | 2 +- source/n/fetchmail/fetchmail.SlackBuild | 2 +- source/n/nfs-utils/nfs-utils.SlackBuild | 4 +++- ...-utils.exportfs.comment.out.debugging.spew.diff | 24 ++++++++++++++++++++++ 5 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 source/n/nfs-utils/nfs-utils.exportfs.comment.out.debugging.spew.diff (limited to 'source') diff --git a/source/a/kmod/kmod.SlackBuild b/source/a/kmod/kmod.SlackBuild index 3b21ce86f..90eb3432c 100755 --- a/source/a/kmod/kmod.SlackBuild +++ b/source/a/kmod/kmod.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=kmod VERSION=${VERSION:-27} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/l/alsa-lib/alsa-lib.SlackBuild b/source/l/alsa-lib/alsa-lib.SlackBuild index 752ce6096..45cc4c0a1 100755 --- a/source/l/alsa-lib/alsa-lib.SlackBuild +++ b/source/l/alsa-lib/alsa-lib.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=alsa-lib VERSION=${VERSION:-$(echo alsa-lib-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/n/fetchmail/fetchmail.SlackBuild b/source/n/fetchmail/fetchmail.SlackBuild index 13530b769..2e74e15db 100755 --- a/source/n/fetchmail/fetchmail.SlackBuild +++ b/source/n/fetchmail/fetchmail.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=fetchmail VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/nfs-utils/nfs-utils.SlackBuild b/source/n/nfs-utils/nfs-utils.SlackBuild index f8de1a313..1a28d50fc 100755 --- a/source/n/nfs-utils/nfs-utils.SlackBuild +++ b/source/n/nfs-utils/nfs-utils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=nfs-utils VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -94,6 +94,8 @@ cd nfs-utils-$VERSION || exit 1 zcat $CWD/nfs-utils.lwrap.needs.lnsl.diff.gz | patch -p1 --verbose || exit 1 +zcat $CWD/nfs-utils.exportfs.comment.out.debugging.spew.diff.gz | patch -p1 --verbose || exit 1 + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/n/nfs-utils/nfs-utils.exportfs.comment.out.debugging.spew.diff b/source/n/nfs-utils/nfs-utils.exportfs.comment.out.debugging.spew.diff new file mode 100644 index 000000000..22b01851e --- /dev/null +++ b/source/n/nfs-utils/nfs-utils.exportfs.comment.out.debugging.spew.diff @@ -0,0 +1,24 @@ +--- ./utils/exportfs/exportfs.c.orig 2020-10-21 08:15:26.000000000 -0500 ++++ ./utils/exportfs/exportfs.c 2020-10-26 14:59:29.733988620 -0500 +@@ -176,10 +176,10 @@ + xlog(L_ERROR, "-r and -u are incompatible"); + return 1; + } +-printf("point 1\n"); ++/* printf("point 1\n"); */ + if (!setup_state_path_names(progname, ETAB, ETABTMP, ETABLCK, &etab)) + return 1; +-printf("point 2\n"); ++/* printf("point 2\n"); */ + if (optind == argc && ! f_all) { + if (force_flush) { + cache_flush(1); +@@ -193,7 +193,7 @@ + return 0; + } + } +-printf("point 3\n"); ++/* printf("point 3\n"); */ + + /* + * Serialize things as best we can -- cgit v1.2.3