summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-02-24 19:50:05 +0000
committer Eric Hameleers <alien@slackware.com>2024-02-24 21:30:18 +0100
commit0eb4f651daa1f0b4bde7a2497444a30db1f80e2e (patch)
treeffcaf9d73ae639939bcb4e7e05b9fe672f8cd02d /source
parent590c390ae31c02c2ccff1570f61cd838a999481f (diff)
downloadcurrent-0eb4f651daa1f0b4bde7a2497444a30db1f80e2e.tar.gz
current-0eb4f651daa1f0b4bde7a2497444a30db1f80e2e.tar.xz
Sat Feb 24 19:50:05 UTC 202420240224195005
a/pkgtools-15.1-noarch-10.txz: Rebuilt. setup.services: typo/syntax error fix. Thanks to gramaxo and pghvlaans. a/xz-5.6.0-x86_64-1.txz: Upgraded. ap/man-pages-6.06-noarch-2.txz: Rebuilt. Restored the previously included posix pages, and added the posix "sh" page since it's more correct than getting the ksh page for "sh". Thanks to pghvlaans. d/git-2.44.0-x86_64-1.txz: Upgraded. kde/kdnssd-5.115.0-x86_64-2.txz: Rebuilt. Recompiled to add Zeroconf support. (This one fooled me because it doesn't actually link to any avahi libraries.) Thanks to audriusk. kde/kid3-3.9.5-x86_64-1.txz: Upgraded. l/libpng-1.6.43-x86_64-1.txz: Upgraded. l/libunistring-1.2-x86_64-1.txz: Upgraded. n/libksba-1.6.6-x86_64-1.txz: Upgraded. n/npth-1.7-x86_64-1.txz: Upgraded. t/texlive-2023.230322-x86_64-7.txz: Rebuilt. Use the bundled zlib to make the bundled lua happy. Thanks to sombragris.
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/pkgtools/pkgtools.SlackBuild2
-rw-r--r--source/a/pkgtools/scripts/setup.services2
-rw-r--r--source/a/xz/slack-desc2
-rwxr-xr-xsource/ap/man-pages/man-pages.SlackBuild18
-rw-r--r--source/kde/kde/build/kdnssd2
-rwxr-xr-xsource/n/npth/npth.SlackBuild2
-rwxr-xr-xsource/t/texlive/dump.unused.internal.libraries.from.sources.sh2
-rwxr-xr-xsource/t/texlive/texlive.SlackBuild3
8 files changed, 17 insertions, 16 deletions
diff --git a/source/a/pkgtools/pkgtools.SlackBuild b/source/a/pkgtools/pkgtools.SlackBuild
index 2f5142d00..2c664868f 100755
--- a/source/a/pkgtools/pkgtools.SlackBuild
+++ b/source/a/pkgtools/pkgtools.SlackBuild
@@ -30,7 +30,7 @@ PKGNAM=pkgtools
# *** UPDATE THESE WITH EACH BUILD:
VERSION=15.1
ARCH=${ARCH:-noarch}
-BUILD=${BUILD:-9}
+BUILD=${BUILD:-10}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
diff --git a/source/a/pkgtools/scripts/setup.services b/source/a/pkgtools/scripts/setup.services
index a2bf6281c..dbc80aee5 100644
--- a/source/a/pkgtools/scripts/setup.services
+++ b/source/a/pkgtools/scripts/setup.services
@@ -49,7 +49,7 @@ if [ -r etc/rc.d/rc.avahidaemon ]; then
RC_AVAHIDAEMON=off
fi
cat << EOF >> $TMP/tmpscript
- "rc.avahidaemon" "Zeroconf implementation" $AVAHIDAEMON "Avahi is a system which facilitates service discovery on a local network." \\
+ "rc.avahidaemon" "Zeroconf implementation" $RC_AVAHIDAEMON "Avahi is a system which facilitates service discovery on a local network." \\
EOF
fi
diff --git a/source/a/xz/slack-desc b/source/a/xz/slack-desc
index 30a6bb342..87680c1e5 100644
--- a/source/a/xz/slack-desc
+++ b/source/a/xz/slack-desc
@@ -15,5 +15,5 @@ xz: LZMA compression easy to use on free (as in freedom) operating
xz: systems.
xz:
xz: The people most responsible for xz are Igor Pavlov, Ville Koskinen,
-xz: and Lasse Collin. Homepage: http://tukaani.org/xz/
+xz: and Lasse Collin. Homepage: https://tukaani.org/xz/
xz:
diff --git a/source/ap/man-pages/man-pages.SlackBuild b/source/ap/man-pages/man-pages.SlackBuild
index c967ac3c1..87303f8ab 100755
--- a/source/ap/man-pages/man-pages.SlackBuild
+++ b/source/ap/man-pages/man-pages.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=man-pages
VERSION=${VERSION:-$(/bin/ls man-pages-*.tar.?z | head -n 1 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
ARCH=noarch
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
@@ -44,16 +44,16 @@ mkdir -p $TMP $PKG
cd $TMP
rm -rf man-pages-$VERSION
tar xvf $CWD/man-pages-$VERSION.tar.?z
-tar xvf $CWD/man-pages-posix-2017-a.tar.?z
+tar xvf $CWD/man-pages-posix-*.tar.?z
echo "Fixing permissions..."
-chown -R root:root man-pages-$VERSION man-pages-posix-2013-a
-chmod -R a-s,u+rw,go+r-w man-pages-$VERSION man-pages-posix-2013-a
+chown -R root:root man-pages-$VERSION man-pages-posix-*
+chmod -R a-s,u+rw,go+r-w man-pages-$VERSION man-pages-posix-*
find man-pages-$VERSION \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-find man-pages-posix-2013-a \
+find man-pages-posix-* \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
@@ -69,8 +69,10 @@ cp -a man-pages-$VERSION/man* $PKG/usr/man
# isn't likely to help most people and may lead to confusion.
# The pthread manpages are the only POSIX ones that anyone
# has requested saving. If I missed anything important, let me know.
-cp -a man-pages-posix-2013-a/man0p/pthread.h.0p $PKG/usr/man/man3/pthread.h.3p
-cp -a man-pages-posix-2013-a/man3p/pthread_* $PKG/usr/man/man3
+cp -a man-pages-posix-*/man0p/pthread.h.0p $PKG/usr/man/man3/pthread.h.3p
+cp -a man-pages-posix-*/man3p/pthread_* $PKG/usr/man/man3
+# Adding this one to avoid getting ksh for sh:
+cp -a man-pages-posix-*/man1p/sh.1p $PKG/usr/man/man1
# Compress the pages:
echo "Compressing manpages..."
@@ -99,7 +101,7 @@ rm -r $TEMPDIR
mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
cp -a \
man-pages-$VERSION/{CONTRIBUTING,Changes,README,man-pages-${VERSION}.Announce,man-pages-${VERSION}.lsm} \
- man-pages-posix-2013-a/POSIX-COPYRIGHT \
+ man-pages-posix-*/POSIX-COPYRIGHT \
$PKG/usr/doc/${PKGNAM}-$VERSION
mkdir -p $PKG/install
diff --git a/source/kde/kde/build/kdnssd b/source/kde/kde/build/kdnssd
index d00491fd7..0cfbf0888 100644
--- a/source/kde/kde/build/kdnssd
+++ b/source/kde/kde/build/kdnssd
@@ -1 +1 @@
-1
+2
diff --git a/source/n/npth/npth.SlackBuild b/source/n/npth/npth.SlackBuild
index 2fda3f8ee..d5e9ff658 100755
--- a/source/n/npth/npth.SlackBuild
+++ b/source/n/npth/npth.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=npth
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/t/texlive/dump.unused.internal.libraries.from.sources.sh b/source/t/texlive/dump.unused.internal.libraries.from.sources.sh
index 79027a199..3e2c531ff 100755
--- a/source/t/texlive/dump.unused.internal.libraries.from.sources.sh
+++ b/source/t/texlive/dump.unused.internal.libraries.from.sources.sh
@@ -5,7 +5,7 @@ VERSION=${VERSION:-$(echo texlive-*source.tar.?z* | rev | cut -f 2 -d - | cut -f
tar xf texlive-${VERSION}-source.tar.xz || exit 1
mv texlive-${VERSION}-source.tar.xz texlive-${VERSION}-source.tar.xz.orig
-( cd texlive-${VERSION}-source/libs && rm -rf cairo freetype2 gd gmp graphite2 harfbuzz mpfr icu libpng pixman zlib )
+( cd texlive-${VERSION}-source/libs && rm -rf cairo freetype2 gd gmp graphite2 harfbuzz mpfr icu libpng pixman )
( cd texlive-${VERSION}-source/utils && rm -rf asymptote )
( cd texlive-${VERSION}-source/utils && rm -rf texdoctk )
( cd texlive-${VERSION}-source/utils && rm -rf m-tx )
diff --git a/source/t/texlive/texlive.SlackBuild b/source/t/texlive/texlive.SlackBuild
index cab509432..04763863e 100755
--- a/source/t/texlive/texlive.SlackBuild
+++ b/source/t/texlive/texlive.SlackBuild
@@ -34,7 +34,7 @@ PKGNAM=texlive
SOURCEVERSION=${SOURCEVERSION:-20230311}
TEXMFVERSION=${TEXMFVERSION:-230322}
VERSION=${VERSION:-2023.$TEXMFVERSION}
-BUILD=${BUILD:-6}
+BUILD=${BUILD:-7}
TMP=${TMP:-/tmp}
PKG=$TMP/package-texlive
@@ -106,7 +106,6 @@ cd build
--disable-xindy-rules \
--with-clisp-runtime=system \
--enable-gc=system \
- --with-system-zlib \
--with-system-libpng \
--with-system-t1lib \
--with-system-gd \