summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-11-04 19:29:28 +0000
committer Eric Hameleers <alien@slackware.com>2022-11-05 07:00:18 +0100
commit6c808eb40ca106cd60dba04ff9eda008b3a3e878 (patch)
treed34433539b675e0c0b701d96fe95ea4a8fd8d48f /source
parent33118744873e9668767cbba03d959603703ca690 (diff)
downloadcurrent-6c808eb40ca106cd60dba04ff9eda008b3a3e878.tar.gz
current-6c808eb40ca106cd60dba04ff9eda008b3a3e878.tar.xz
Fri Nov 4 19:29:28 UTC 202220221104192928
a/exfatprogs-1.2.0-x86_64-1.txz: Upgraded. a/openssl-solibs-1.1.1s-x86_64-1.txz: Upgraded. n/openssl-1.1.1s-x86_64-1.txz: Upgraded. xap/fvwm-2.7.0-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.4.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.4.2/releasenotes/
Diffstat (limited to 'source')
-rw-r--r--source/kde/kde/patch/dolphin.patch2
-rwxr-xr-xsource/n/s-nail/s-nail.SlackBuild2
-rwxr-xr-xsource/xap/fvwm/fvwm.SlackBuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/kde/kde/patch/dolphin.patch b/source/kde/kde/patch/dolphin.patch
index 02a7950c8..2e29b7fe5 100644
--- a/source/kde/kde/patch/dolphin.patch
+++ b/source/kde/kde/patch/dolphin.patch
@@ -1,2 +1,2 @@
-# Let the user decide whether she wants to run Dolphin as root:
+# Let the user decide whether it wants to run Dolphin as root:
cat $CWD/patch/dolphin/dolphin_revert_noroot.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/n/s-nail/s-nail.SlackBuild b/source/n/s-nail/s-nail.SlackBuild
index dfd396d0e..de726a34c 100755
--- a/source/n/s-nail/s-nail.SlackBuild
+++ b/source/n/s-nail/s-nail.SlackBuild
@@ -82,7 +82,7 @@ find -L . \
zcat $CWD/s-nail.no.emptystart.diff.gz | patch -p1 --verbose || exit 1
CFLAGS="$SLKCFLAGS" \
-make "${confopts[@]}" \
+make \
VAL_PREFIX=/usr \
VAL_SYSCONFDIR=/etc \
VAL_MANDIR=/usr/man \
diff --git a/source/xap/fvwm/fvwm.SlackBuild b/source/xap/fvwm/fvwm.SlackBuild
index e1c08d181..5a41c9c3a 100755
--- a/source/xap/fvwm/fvwm.SlackBuild
+++ b/source/xap/fvwm/fvwm.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=fvwm
VERSION=${VERSION:-$(echo $PKGNAM-*.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