summaryrefslogtreecommitdiffstats
path: root/source/n/s-nail
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-02-20 21:04:15 +0000
committer Eric Hameleers <alien@slackware.com>2021-02-21 08:59:51 +0100
commit7e53cd0c36c84b63f44d0d701cab0fd2c00075dd (patch)
treef2cf0a6873078f304c5344162a7023a27191cd0a /source/n/s-nail
parent782ab7566ebf43eb6feeedace1c58e6632f37e10 (diff)
downloadcurrent-7e53cd0c36c84b63f44d0d701cab0fd2c00075dd.tar.gz
current-7e53cd0c36c84b63f44d0d701cab0fd2c00075dd.tar.xz
Sat Feb 20 21:04:15 UTC 202120210220210415
a/sysvinit-scripts-2.1-noarch-40.txz: Rebuilt. Drop old /sbin/rescan-scsi-bus as the most recent version is already present in the sg3_utils package as /usr/bin/rescan-scsi-bus.sh. d/meson-0.57.1-x86_64-1.txz: Upgraded. l/mozilla-nss-3.62-x86_64-1.txz: Upgraded. l/sg3_utils-1.45-x86_64-4.txz: Rebuilt. Make a symlink /sbin/rescan-scsi-bus -> /usr/bin/rescan-scsi-bus.sh in case anyone depends on the old path / name from the sysvinit-scripts package. n/ipset-7.11-x86_64-1.txz: Upgraded. n/krb5-1.19.1-x86_64-1.txz: Upgraded. n/s-nail-14.9.21-x86_64-4.txz: Rebuilt. If there's no mail, exit. Thanks to ardya. testing/packages/linux-5.11/kernel-generic-5.11.0-x86_64-1.txz: Added. testing/packages/linux-5.11/kernel-headers-5.11.0-x86-1.txz: Added. testing/packages/linux-5.11/kernel-huge-5.11.0-x86_64-1.txz: Added. testing/packages/linux-5.11/kernel-modules-5.11.0-x86_64-1.txz: Added. testing/packages/linux-5.11/kernel-source-5.11.0-noarch-1.txz: Added.
Diffstat (limited to 'source/n/s-nail')
-rwxr-xr-xsource/n/s-nail/s-nail.SlackBuild5
-rw-r--r--source/n/s-nail/s-nail.no.emptystart.diff11
2 files changed, 15 insertions, 1 deletions
diff --git a/source/n/s-nail/s-nail.SlackBuild b/source/n/s-nail/s-nail.SlackBuild
index 07f673ccd..567acd577 100755
--- a/source/n/s-nail/s-nail.SlackBuild
+++ b/source/n/s-nail/s-nail.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=s-nail
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -77,6 +77,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
+# If there's no mail, exit:
+zcat $CWD/s-nail.no.emptystart.diff.gz | patch -p1 --verbose || exit 1
+
CFLAGS="$SLKCFLAGS" \
make $NUMJOBS \
VAL_PREFIX=/usr \
diff --git a/source/n/s-nail/s-nail.no.emptystart.diff b/source/n/s-nail/s-nail.no.emptystart.diff
new file mode 100644
index 000000000..3a83cb14b
--- /dev/null
+++ b/source/n/s-nail/s-nail.no.emptystart.diff
@@ -0,0 +1,11 @@
+--- ./nail.rc.orig 2021-01-21 16:31:08.000000000 -0600
++++ ./nail.rc 2021-02-19 20:10:01.859425406 -0600
+@@ -75,7 +75,7 @@
+ set editheaders
+
+ # Startup into interactive mode even if the (given) mailbox is empty.
+-set emptystart
++#set emptystart
+
+ # When `reply'ing etc. name parts and comments are stripped from receiver
+ # addresses unless this variable is set.