diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-03-15 18:55:58 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-03-15 20:32:17 +0100 |
commit | 4a56bfa5c61b68011688679d66ee94000c93274f (patch) | |
tree | 02f883552d761d5f81a78b9cc3cff0f3b0d7976c /source/l | |
parent | 497dcc1ee740160c0e3f3b7af0a0a3c312c42de7 (diff) | |
download | current-4a56bfa5c61b68011688679d66ee94000c93274f.tar.gz current-4a56bfa5c61b68011688679d66ee94000c93274f.tar.xz |
Fri Mar 15 18:55:58 UTC 202420240315185558
d/mercurial-6.7-x86_64-1.txz: Upgraded.
kde/digikam-8.3.0-x86_64-1.txz: Upgraded.
l/libxml2-2.12.6-x86_64-1.txz: Upgraded.
n/php-8.3.4-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.php.net/ChangeLog-8.php#8.3.4
n/proftpd-1.3.8b-x86_64-3.txz: Rebuilt.
Added mod_ldap. Thanks to Thom1b.
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/FTBFSlog | 3 | ||||
-rwxr-xr-x | source/l/avahi/avahi.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/quazip/quazip.SlackBuild | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/source/l/FTBFSlog b/source/l/FTBFSlog index 069ed0052..3842c6c08 100644 --- a/source/l/FTBFSlog +++ b/source/l/FTBFSlog @@ -1,3 +1,6 @@ +Thu Mar 14 19:58:14 UTC 2024 + quazip: -DQUAZIP_QT_MAJOR_VERSION=5 ++--------------------------+ Thu Mar 14 19:22:30 UTC 2024 libieee1284: drop unmaintained python support, following other distros libimobiledevice: build --without-cython diff --git a/source/l/avahi/avahi.SlackBuild b/source/l/avahi/avahi.SlackBuild index 341bf7272..c27585761 100755 --- a/source/l/avahi/avahi.SlackBuild +++ b/source/l/avahi/avahi.SlackBuild @@ -106,7 +106,7 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --docdir=/usr/doc/$PKPKGGNAM-$VERSION \ + --docdir=/usr/doc/$PKGNAM-$VERSION \ --with-systemdsystemunitdir=no \ --enable-tests \ --disable-static \ diff --git a/source/l/quazip/quazip.SlackBuild b/source/l/quazip/quazip.SlackBuild index 9d32c6aee..eb35a264b 100755 --- a/source/l/quazip/quazip.SlackBuild +++ b/source/l/quazip/quazip.SlackBuild @@ -98,6 +98,7 @@ cd cmake-build -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib${LIBDIRSUFFIX} \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ + -DQUAZIP_QT_MAJOR_VERSION=5 \ .. || exit 1 make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 |