summaryrefslogtreecommitdiffstats
path: root/source/n/postfix/postfix.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-01-23 20:34:38 +0000
committer Eric Hameleers <alien@slackware.com>2023-01-23 22:34:28 +0100
commited12cd82a8f5802dcb273194e939a43c7e7a89f4 (patch)
tree53c5b7f84bbdf79702b1cf53008f36cfda2a5650 /source/n/postfix/postfix.SlackBuild
parent0dc754d878c9d290de483fd5c516ec86b5da72b1 (diff)
downloadcurrent-ed12cd82a8f5802dcb273194e939a43c7e7a89f4.tar.gz
current-ed12cd82a8f5802dcb273194e939a43c7e7a89f4.tar.xz
Mon Jan 23 20:34:38 UTC 202320230123203438
ap/ddrescue-1.27-x86_64-1.txz: Upgraded. ap/lsof-4.98.0-x86_64-1.txz: Upgraded. d/parallel-20230122-noarch-1.txz: Upgraded. l/imagemagick-7.1.0_58-x86_64-1.txz: Upgraded. l/neon-0.32.5-x86_64-1.txz: Upgraded. l/quazip-1.4-x86_64-1.txz: Upgraded. n/getmail-6.18.12-x86_64-1.txz: Upgraded. n/postfix-3.7.4-x86_64-1.txz: Upgraded. x/libwacom-2.6.0-x86_64-1.txz: Upgraded. xfce/thunar-4.18.3-x86_64-1.txz: Upgraded. xfce/xfdesktop-4.18.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/postfix/postfix.SlackBuild')
-rwxr-xr-xsource/n/postfix/postfix.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/n/postfix/postfix.SlackBuild b/source/n/postfix/postfix.SlackBuild
index f6627393e..d01891e6b 100755
--- a/source/n/postfix/postfix.SlackBuild
+++ b/source/n/postfix/postfix.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=postfix
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -102,9 +102,6 @@ zcat $CWD/postfix.only.warn.regular.files.diff.gz | patch -p1 --verbose || exit
# Make the postfix startup message look more like the other boot notices:
zcat $CWD/postfix.script.starting.message.diff.gz | patch -p1 --verbose || exit 1
-# Support the Linux 6.x kernel:
-zcat $CWD/linux-6.patch.gz | patch -p1 --verbose || exit 1
-
# Postfix does not use a ./configure script (no GNU autoconf)
#
# The AUXLIBS variable is for dynamic library linking, which as of this