summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-07-25 18:11:22 +0000
committer Eric Hameleers <alien@slackware.com>2020-07-26 08:59:54 +0200
commit3d9100e4bdd452f4c63a4b614f194293f3fbc0cb (patch)
tree503099240ba3dbab002681b08e613c674640ad6c /source
parentdae94cb773bd28a3ab07cd34de360fa86d2de064 (diff)
downloadcurrent-3d9100e4bdd452f4c63a4b614f194293f3fbc0cb.tar.gz
current-3d9100e4bdd452f4c63a4b614f194293f3fbc0cb.tar.xz
Sat Jul 25 18:11:22 UTC 202020200725181122
a/minicom-2.7.2-x86_64-1.txz: Upgraded. a/xfsprogs-5.7.0-x86_64-1.txz: Upgraded. l/harfbuzz-2.7.0-x86_64-1.txz: Upgraded. l/mozilla-nss-3.55-x86_64-1.txz: Upgraded. Fixed empty nspr-config. Thanks to saxa. n/postfix-3.5.5-x86_64-1.txz: Upgraded. extra/bash-completion/bash-completion-2.11-noarch-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/minicom/minicom.SlackBuild8
-rw-r--r--source/a/minicom/slack-desc2
-rwxr-xr-xsource/a/xfsprogs/xfsprogs.SlackBuild2
-rwxr-xr-xsource/l/harfbuzz/harfbuzz.SlackBuild8
-rwxr-xr-xsource/l/mozilla-nss/mozilla-nss.SlackBuild8
5 files changed, 17 insertions, 11 deletions
diff --git a/source/a/minicom/minicom.SlackBuild b/source/a/minicom/minicom.SlackBuild
index 4a92b10b1..925bc56bd 100755
--- a/source/a/minicom/minicom.SlackBuild
+++ b/source/a/minicom/minicom.SlackBuild
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=minicom
-VERSION=2.7.1
-BUILD=${BUILD:-2}
+VERSION=2.7.2
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -65,7 +65,7 @@ mkdir -p $TMP $PKG
# minicom
cd $TMP
rm -rf minicom-$VERSION
-tar xvf $CWD/minicom-$VERSION.tar.xz || exit 1
+tar xvf $CWD/minicom-$VERSION.tar.?z || exit 1
cd minicom-$VERSION
# The following command renames the internal implementation of getline
@@ -76,6 +76,8 @@ chown -R root:root .
find . -perm 777 -exec chmod 755 {} \+
find . -perm 664 -exec chmod 644 {} \+
+autoreconf -vif
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
diff --git a/source/a/minicom/slack-desc b/source/a/minicom/slack-desc
index 38c225a4c..d26b31b05 100644
--- a/source/a/minicom/slack-desc
+++ b/source/a/minicom/slack-desc
@@ -12,7 +12,7 @@ minicom: Minicom - a full featured menu-driven communications package similar
minicom: to the DOS program 'Telix'. Also includes sz/rz - utilities used to
minicom: upload and download files using the Zmodem protocol.
minicom:
-minicom: Homepage: http://alioth.debian.org/projects/minicom
+minicom: Homepage: https://salsa.debian.org/minicom-team/minicom
minicom:
minicom:
minicom:
diff --git a/source/a/xfsprogs/xfsprogs.SlackBuild b/source/a/xfsprogs/xfsprogs.SlackBuild
index 1fbf978d3..fe5d5e8f9 100755
--- a/source/a/xfsprogs/xfsprogs.SlackBuild
+++ b/source/a/xfsprogs/xfsprogs.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xfsprogs
VERSION=${VERSION:-$(echo xfsprogs-*.tar.xz | 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/harfbuzz/harfbuzz.SlackBuild b/source/l/harfbuzz/harfbuzz.SlackBuild
index 07d9ddaff..4ba20e714 100755
--- a/source/l/harfbuzz/harfbuzz.SlackBuild
+++ b/source/l/harfbuzz/harfbuzz.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2013, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2013, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -77,6 +77,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+if [ ! -r configure ]; then
+ NOCONFIGURE=1 ./autogen.sh
+fi
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -103,7 +107,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a \
- AUTHORS COPYING INSTALL NEWS README THANKS TODO \
+ AUTHORS* COPYING* INSTALL* NEWS* README* THANKS* TODO* \
$PKG/usr/doc/$PKGNAM-$VERSION
# If there's a ChangeLog, installing at least part of the recent history
diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild
index a96306100..7aa6e6529 100755
--- a/source/l/mozilla-nss/mozilla-nss.SlackBuild
+++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild
@@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozilla-nss
SRCNAM=nss
-VERSION=${VERSION:-3.54}
-NSPR=${NSPR:-4.26}
+VERSION=${VERSION:-3.55}
+NSPR=${NSPR:-4.27}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -68,7 +68,7 @@ fi
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM
-NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
+NUMJOBS=${NUMJOBS:-" -j $(expr $(nproc) + 1) "}
rm -rf $PKG
mkdir -p $TMP $PKG
@@ -119,7 +119,7 @@ cd nss/cmd/smimetools
cd -
# Install nspr-config:
-cat nspr/$(uname -s)*/config/nspr-config | sed -e "s,prefix=/usr/local,prefix=/usr,g" | sed -e "s,libdir=\${exec_prefix}/lib,libdir=\${exec_prefix}/lib${LIBDIRSUFFIX},g" > $PKG/usr/bin/nspr-config
+cat nspr/Release/config/nspr-config | sed -e "s,^prefix=.*$,prefix=/usr,g" | sed -e "s,libdir=\${exec_prefix}/lib,libdir=\${exec_prefix}/lib${LIBDIRSUFFIX},g" > $PKG/usr/bin/nspr-config
chmod 755 $PKG/usr/bin/nspr-config
# Install nss-config: