summaryrefslogtreecommitdiffstats
path: root/source/l/libxslt/libxslt.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-06-19 18:21:46 +0000
committer Eric Hameleers <alien@slackware.com>2024-06-19 21:32:59 +0200
commit0425798cdda5dfd9cb90490875f0dbe5d10a29ba (patch)
tree9e6ad085cd025d626f5809328a05b40d818c41ce /source/l/libxslt/libxslt.SlackBuild
parentd84c09c49c01e8ecbb6cf36832cbf9ff58b0757c (diff)
downloadcurrent-0425798cdda5dfd9cb90490875f0dbe5d10a29ba.tar.gz
current-0425798cdda5dfd9cb90490875f0dbe5d10a29ba.tar.xz
Wed Jun 19 18:21:46 UTC 202420240619182146
ap/inxi-3.3.35_1-noarch-1.txz: Upgraded. d/python-setuptools-70.1.0-x86_64-1.txz: Upgraded. l/cfitsio-4.4.1-x86_64-1.txz: Upgraded. l/libproxy-0.5.7-x86_64-1.txz: Upgraded. l/libxml2-2.13.1-x86_64-1.txz: Upgraded. l/libxslt-1.1.41-x86_64-1.txz: Upgraded. l/python-psutil-6.0.0-x86_64-1.txz: Upgraded. n/libgcrypt-1.11.0-x86_64-1.txz: Upgraded. n/libgpg-error-1.50-x86_64-1.txz: Upgraded. n/samba-4.20.2-x86_64-1.txz: Upgraded. x/mesa-24.1.2-x86_64-1.txz: Upgraded. xap/mozilla-firefox-127.0.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/127.0.1/releasenotes/
Diffstat (limited to 'source/l/libxslt/libxslt.SlackBuild')
-rwxr-xr-xsource/l/libxslt/libxslt.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/l/libxslt/libxslt.SlackBuild b/source/l/libxslt/libxslt.SlackBuild
index e9463fbe8..3ee74f2d5 100755
--- a/source/l/libxslt/libxslt.SlackBuild
+++ b/source/l/libxslt/libxslt.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libxslt
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
@@ -73,10 +73,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Upstream patches:
-cat $CWD/0001-runtest-Print-output-causing-failure.patch | patch -p1 --verbose || exit 1
-cat $CWD/0002-tests-Fix-tests-for-libxml2-fix.patch | patch -p1 --verbose || exit 1
-
# Be a bit more generous with xsltMaxDepth to avoid false positive
# on infinite recursion:
zcat $CWD/libxslt.xsltMaxDepth.diff.gz | patch -p1 --verbose || exit 1