summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
Diffstat (limited to 'source/l')
-rw-r--r--source/l/FTBFSlog8
-rwxr-xr-xsource/l/dbus-python/dbus-python.SlackBuild2
-rwxr-xr-xsource/l/libplist/libplist.SlackBuild3
-rwxr-xr-xsource/l/mozilla-nss/mozilla-nss.SlackBuild2
4 files changed, 13 insertions, 2 deletions
diff --git a/source/l/FTBFSlog b/source/l/FTBFSlog
index cd5c25483..ad0a7b630 100644
--- a/source/l/FTBFSlog
+++ b/source/l/FTBFSlog
@@ -1,3 +1,11 @@
+Tue Jan 14 18:38:45 UTC 2020
+ libplist: added export PYTHONWARNINGS=ignore:::pkg_resources.py2_warn
+ to avoid a fatal warning about Python 2.7 EOL. At least this new
+ setuptools warning is likely to light a fire under various upstreams to
+ expedite dropping Python 2.7... we simply can't "just do that" yet
+ without breaking many Python-using things.
+ Thanks to nobodino and ponce.
++--------------------------+
Mon Jan 13 00:10:54 UTC 2020
dconf: also fix duplicate symbols for meson-0.53.0.
+--------------------------+
diff --git a/source/l/dbus-python/dbus-python.SlackBuild b/source/l/dbus-python/dbus-python.SlackBuild
index 2b1341f05..f3eaafe31 100755
--- a/source/l/dbus-python/dbus-python.SlackBuild
+++ b/source/l/dbus-python/dbus-python.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dbus-python
VERSION=${VERSION:-$(echo $PKGNAM-*.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/l/libplist/libplist.SlackBuild b/source/l/libplist/libplist.SlackBuild
index 01c97d72d..f64263e97 100755
--- a/source/l/libplist/libplist.SlackBuild
+++ b/source/l/libplist/libplist.SlackBuild
@@ -90,6 +90,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# Ignore Python 2.7 EOL for now. We want to get rid of it ASAP, but not sooner:
+export PYTHONWARNINGS=ignore:::pkg_resources.py2_warn
+
if [ ! -r configure ]; then
NOCONFIGURE=1 ./autogen.sh
fi
diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild
index 3611c3cad..9e63fccee 100755
--- a/source/l/mozilla-nss/mozilla-nss.SlackBuild
+++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozilla-nss
SRCNAM=nss
-VERSION=${VERSION:-3.49}
+VERSION=${VERSION:-3.49.1}
NSPR=${NSPR:-4.24}
BUILD=${BUILD:-1}