summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/d/perl/perl.SlackBuild14
-rw-r--r--source/kde/kde/patch/kapidox.patch1
-rw-r--r--source/kde/kde/patch/kapidox/kapidox.CMakeLists.txt.diff39
-rwxr-xr-xsource/n/gpgme/gpgme.SlackBuild6
4 files changed, 50 insertions, 10 deletions
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild
index 01df02a19..95b31fa7b 100755
--- a/source/d/perl/perl.SlackBuild
+++ b/source/d/perl/perl.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=perl
-VERSION=5.34.0
+VERSION=5.34.1
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -68,7 +68,7 @@ GETTEXT=1.07
# https://metacpan.org/release/TermReadKey
TERMREADKEY=2.38
# https://metacpan.org/release/URI
-URI=5.09
+URI=5.10
# https://metacpan.org/release/XML-Parser
XMLPARSER=2.46
# https://metacpan.org/release/XML-Simple
@@ -78,17 +78,17 @@ AUTHENSASL=2.16
# https://metacpan.org/release/MIME-Base64
MIMEBASE64=3.16
# https://metacpan.org/release/IO-Socket-SSL
-IOSOCKETSSL=2.070
+IOSOCKETSSL=2.074
# https://metacpan.org/release/Net-SSLeay
-NETSSLEAY=1.90
+NETSSLEAY=1.92
# https://metacpan.org/release/libnet
LIBNET=3.13
# https://metacpan.org/release/Parse-Yapp
PARSEYAPP=1.21
# https://metacpan.org/release/Path-Tiny (freecell-solver)
-PATHTINY=0.118
+PATHTINY=0.122
# https://metacpan.org/release/Template-Toolkit (freecell-solver)
-TEMPLATETOOLKIT=3.009
+TEMPLATETOOLKIT=3.010
# https://metacpan.org/release/Moo (freecell-solver)
MOO=2.005004
# https://metacpan.org/pod/Module::Runtime (freecell-solver)
diff --git a/source/kde/kde/patch/kapidox.patch b/source/kde/kde/patch/kapidox.patch
new file mode 100644
index 000000000..e5f30ade7
--- /dev/null
+++ b/source/kde/kde/patch/kapidox.patch
@@ -0,0 +1 @@
+cat $CWD/patch/kapidox/kapidox.CMakeLists.txt.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/kapidox/kapidox.CMakeLists.txt.diff b/source/kde/kde/patch/kapidox/kapidox.CMakeLists.txt.diff
new file mode 100644
index 000000000..592df2eb4
--- /dev/null
+++ b/source/kde/kde/patch/kapidox/kapidox.CMakeLists.txt.diff
@@ -0,0 +1,39 @@
+--- ./CMakeLists.txt.orig 2022-03-13 13:25:35.004123460 -0500
++++ ./CMakeLists.txt 2022-03-13 13:25:28.609123316 -0500
+@@ -0,0 +1,36 @@
++cmake_minimum_required(VERSION 3.16)
++project(KApiDox NONE)
++
++find_package(Python3 COMPONENTS Interpreter)
++
++if(WIN32)
++ # Needs native path and extra escaping of spaces
++ file(TO_NATIVE_PATH "${CMAKE_BINARY_DIR}" BINARY_DIR)
++else()
++ set(BINARY_DIR ${CMAKE_BINARY_DIR})
++endif()
++
++add_custom_target(build ALL
++ COMMAND ${Python3_EXECUTABLE} setup.py build --build-base ${BINARY_DIR}
++ WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
++ )
++
++# DESTDIR may be set at install time (eg: `make DESTDIR=/tmp/package install`)
++# so we need to check for it when the install code is run and pass the appropriate
++# argument to distutils.
++#
++# Note that if(\$ENV{DESTDIR}) always fails, regardless of the value of the DESTDIR
++# environment variable, hence the STREQUAL test.
++# See https://public.kitware.com/Bug/view.php?id=14737
++install(CODE
++ "set(_root_arg)
++ if (NOT \$ENV{DESTDIR} STREQUAL \"\")
++ file(TO_NATIVE_PATH \$ENV{DESTDIR} DESTDIR)
++ set(_root_arg --root \"\${DESTDIR}\")
++ endif()
++ file(TO_NATIVE_PATH ${CMAKE_INSTALL_PREFIX} INSTALL_PREFIX)
++ execute_process(
++ COMMAND ${Python3_EXECUTABLE} setup.py install --prefix \"\${INSTALL_PREFIX}\" \${_root_arg}
++ WORKING_DIRECTORY \"${CMAKE_SOURCE_DIR}\"
++ )"
++ )
diff --git a/source/n/gpgme/gpgme.SlackBuild b/source/n/gpgme/gpgme.SlackBuild
index c336c7c7f..265737b7e 100755
--- a/source/n/gpgme/gpgme.SlackBuild
+++ b/source/n/gpgme/gpgme.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gpgme
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
@@ -77,8 +77,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-CFLAGS="$SLKCFLAGS -D_FILE_OFFSET_BITS=64" \
-CXXFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
+CXXFLAGS="$SLKCFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \