summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-10-29 17:19:45 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-30 08:59:57 +0200
commit7cddde1888f9454d14af212604ebd1fdd36f97c3 (patch)
treee528b042a8eed74a5da1ef2b5400826a6ddef770 /source
parent33c39826b0b2574d0d273d582c1c72cd16f5fa64 (diff)
downloadcurrent-7cddde1888f9454d14af212604ebd1fdd36f97c3.tar.gz
current-7cddde1888f9454d14af212604ebd1fdd36f97c3.tar.xz
Fri Oct 29 17:19:45 UTC 202120211029171945
a/gawk-5.1.1-x86_64-1.txz: Upgraded. l/python-packaging-21.2-x86_64-1.txz: Upgraded. n/pam-krb5-4.11-x86_64-1.txz: Upgraded. x/mesa-21.2.5-x86_64-1.txz: Upgraded. xap/blueman-2.2.3-x86_64-1.txz: Upgraded. xap/freerdp-2.4.1-x86_64-2.txz: Rebuilt. Rebuilt without -DWITH_SANITIZE_ADDRESS=ON. Thanks to ctrlaltca.
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/aaa_libraries/aaa_libraries.SlackBuild5
-rwxr-xr-xsource/a/gawk/gawk.SlackBuild2
-rwxr-xr-xsource/k/kernel-source.SlackBuild2
-rwxr-xr-xsource/l/python-packaging/python-packaging.SlackBuild2
-rwxr-xr-xsource/xap/blueman/blueman.SlackBuild10
-rwxr-xr-xsource/xap/freerdp/freerdp.SlackBuild3
6 files changed, 17 insertions, 7 deletions
diff --git a/source/a/aaa_libraries/aaa_libraries.SlackBuild b/source/a/aaa_libraries/aaa_libraries.SlackBuild
index 6e879a317..1ce486cba 100755
--- a/source/a/aaa_libraries/aaa_libraries.SlackBuild
+++ b/source/a/aaa_libraries/aaa_libraries.SlackBuild
@@ -67,6 +67,7 @@ cat $CWD/symlinks-to-tracked-libs \
( if [ ! -e $library ]; then
echo "WARNING: $library not found"
sleep 10
+ exit 0
fi
echo "Adding $library"
mkdir -p $(dirname $library | cut -b2- )
@@ -86,6 +87,7 @@ cat $CWD/tracked-files \
( if [ ! -e $library ]; then
echo "WARNING: $library not found"
sleep 10
+ exit 0
fi
echo "Adding $library"
mkdir -p $(dirname $library | cut -b2- )
@@ -103,6 +105,7 @@ cat $CWD/symlinks-to-tracked-libs-tmp.d/* \
( if [ ! -e $library ]; then
echo "WARNING: $library not found"
sleep 10
+ exit 0
fi
echo "Adding $library"
mkdir -p $(dirname $library | cut -b2- )
@@ -122,6 +125,7 @@ cat $CWD/tracked-files-tmp.d/* \
( if [ ! -e $library ]; then
echo "WARNING: $library not found"
sleep 10
+ exit 0
fi
echo "Adding $library"
mkdir -p $(dirname $library | cut -b2- )
@@ -143,4 +147,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $TMP/${PKGNAM}-$VERSION-$ARCH-$BUILD.txz
-
diff --git a/source/a/gawk/gawk.SlackBuild b/source/a/gawk/gawk.SlackBuild
index f1a8dd30e..63d668eb7 100755
--- a/source/a/gawk/gawk.SlackBuild
+++ b/source/a/gawk/gawk.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gawk
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/k/kernel-source.SlackBuild b/source/k/kernel-source.SlackBuild
index 68dfdcb52..3e5f7c9dd 100755
--- a/source/k/kernel-source.SlackBuild
+++ b/source/k/kernel-source.SlackBuild
@@ -29,7 +29,7 @@ TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM
# If CONFIG_PREEMPT=y and CONFIG_PREEMPT_DYNAMIC=y, then set a default preempt
# mode (none, voluntary, or full):
-CONFIG_PREEMPT_DEFAULT_MODE=${CONFIG_PREEMPT_DEFAULT_MODE:-none}
+CONFIG_PREEMPT_DEFAULT_MODE=${CONFIG_PREEMPT_DEFAULT_MODE:-voluntary}
# If a $VERSION is not passed to this script, use the newest linux-*.tar.xz
# found in this directory:
diff --git a/source/l/python-packaging/python-packaging.SlackBuild b/source/l/python-packaging/python-packaging.SlackBuild
index 26d8f4c21..8d3430d7a 100755
--- a/source/l/python-packaging/python-packaging.SlackBuild
+++ b/source/l/python-packaging/python-packaging.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=python-packaging
VERSION=${VERSION:-$(echo packaging-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
SRCNAM=packaging
diff --git a/source/xap/blueman/blueman.SlackBuild b/source/xap/blueman/blueman.SlackBuild
index a78fa4639..ca8c8c4fc 100755
--- a/source/xap/blueman/blueman.SlackBuild
+++ b/source/xap/blueman/blueman.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=blueman
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
@@ -93,6 +93,14 @@ zcat $CWD/dont-autostart-applet-in-kde.diff.gz | patch -p1 --verbose || exit 1
# Patch the blueman rules to allow members of the netdev group to make changes:
zcat $CWD/blueman.allow.access.to.netdev.group.diff.gz | patch -p1 --verbose || exit 1
+if [ ! -r configure ]; then
+ if [ -x ./autogen.sh ]; then
+ NOCONFIGURE=1 ./autogen.sh
+ else
+ autoreconf -vif
+ fi
+fi
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
PYTHON=/usr/bin/python3 \
diff --git a/source/xap/freerdp/freerdp.SlackBuild b/source/xap/freerdp/freerdp.SlackBuild
index 27825d88c..3be6d183c 100755
--- a/source/xap/freerdp/freerdp.SlackBuild
+++ b/source/xap/freerdp/freerdp.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=freerdp
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
@@ -108,7 +108,6 @@ cd cmake-build
-DWITH_SERVER=ON \
-DWITH_CAIRO=ON \
-DBUILD_TESTING=OFF \
- -DWITH_SANITIZE_ADDRESS=ON \
.. || exit 1
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1