From f05232fd80e404c8067b73d66c4419c599aa198f Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 9 Sep 2026 11:58:36 -0700 Subject: [PATCH 1/9] perl/perl-event: Version bump to 1.28 --- perl/perl-event/perl-event.SlackBuild | 8 +++----- perl/perl-event/perl-event.info | 6 +++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/perl/perl-event/perl-event.SlackBuild b/perl/perl-event/perl-event.SlackBuild index 25c8fbfd606..34c8e8eab0d 100644 --- a/perl/perl-event/perl-event.SlackBuild +++ b/perl/perl-event/perl-event.SlackBuild @@ -3,11 +3,12 @@ # Slackware build script for perl-event # Written by Luis Henrique +# Copyright 2026 Jeremy Hansen cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-event -VERSION=${VERSION:-1.21} +VERSION=${VERSION:-1.28} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -20,9 +21,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -76,7 +74,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ANNOUNCE ChangeLog INSTALL MANIFEST MANIFEST.SKIP README TODO \ +cp -a ANNOUNCE Changes INSTALL MANIFEST MANIFEST.SKIP README TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/perl/perl-event/perl-event.info b/perl/perl-event/perl-event.info index 53ce8bda202..ca7f11d606e 100644 --- a/perl/perl-event/perl-event.info +++ b/perl/perl-event/perl-event.info @@ -1,8 +1,8 @@ PRGNAM="perl-event" -VERSION="1.21" +VERSION="1.28" HOMEPAGE="https://metacpan.org/pod/Event" -DOWNLOAD="https://cpan.metacpan.org/authors/id/J/JP/JPRIT/Event-1.21.tar.gz" -MD5SUM="f8f1c34614abcc0f70738c2f019cdcb5" +DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETJ/Event-1.28.tar.gz" +MD5SUM="c40b79af3fec249ae1023dfc4213b375" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" From 6b754d518e1b3bd8f56e3081ebbc6856f55e9d42 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 9 Sep 2026 12:02:07 -0700 Subject: [PATCH 2/9] perl/perl-gnome2-wnck: Version bump to 0.18 --- perl/perl-gnome2-wnck/perl-gnome2-wnck.SlackBuild | 13 +++---------- perl/perl-gnome2-wnck/perl-gnome2-wnck.info | 6 +++--- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/perl/perl-gnome2-wnck/perl-gnome2-wnck.SlackBuild b/perl/perl-gnome2-wnck/perl-gnome2-wnck.SlackBuild index fc7de3aecb3..5d0c8a134b0 100644 --- a/perl/perl-gnome2-wnck/perl-gnome2-wnck.SlackBuild +++ b/perl/perl-gnome2-wnck/perl-gnome2-wnck.SlackBuild @@ -6,7 +6,7 @@ # Copyright 2014-2017 Glenn Becker # Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2020 Donald Cooley, South Haven, Indiana, USA -# +# Copyright 2026 Jeremy Hansen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-gnome2-wnck -VERSION=${VERSION:-0.16} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.18} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -56,16 +53,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi SRCNAM="Gnome2-Wnck" diff --git a/perl/perl-gnome2-wnck/perl-gnome2-wnck.info b/perl/perl-gnome2-wnck/perl-gnome2-wnck.info index 131fcef8784..6f54bac32ae 100644 --- a/perl/perl-gnome2-wnck/perl-gnome2-wnck.info +++ b/perl/perl-gnome2-wnck/perl-gnome2-wnck.info @@ -1,8 +1,8 @@ PRGNAM="perl-gnome2-wnck" -VERSION="0.16" +VERSION="0.18" HOMEPAGE="https://metacpan.org/pod/Gnome2::Wnck" -DOWNLOAD="https://cpan.metacpan.org/authors/id/T/TS/TSCH/Gnome2-Wnck-0.16.tar.gz" -MD5SUM="439f4569ffd7af96ef1d3feaab23760e" +DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-Wnck-0.18.tar.gz" +MD5SUM="86697a618abb13bc9fc97146dc55edfe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-gtk2" From fa9ac333293e7c4e8f658eae88dc06d9726e7e2d Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 9 Sep 2026 12:03:27 -0700 Subject: [PATCH 3/9] perl/perl-gnome2-vfs: Version bump to 1.084 --- perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild | 4 ++-- perl/perl-gnome2-vfs/perl-gnome2-vfs.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild b/perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild index 8e726952a5d..13dacc566bf 100644 --- a/perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild +++ b/perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild @@ -6,7 +6,7 @@ # Copyright 2014-2017 Glenn Becker # Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2020 Donald Cooley, South Haven, Indiana, USA -# +# Copyright 2026 Jeremy Hansen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-gnome2-vfs -VERSION=${VERSION:-1.083} +VERSION=${VERSION:-1.084} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/perl/perl-gnome2-vfs/perl-gnome2-vfs.info b/perl/perl-gnome2-vfs/perl-gnome2-vfs.info index 324b5019557..c5b9df700a1 100644 --- a/perl/perl-gnome2-vfs/perl-gnome2-vfs.info +++ b/perl/perl-gnome2-vfs/perl-gnome2-vfs.info @@ -1,8 +1,8 @@ PRGNAM="perl-gnome2-vfs" -VERSION="1.083" +VERSION="1.084" HOMEPAGE="https://metacpan.org/pod/Gnome2::VFS" -DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-VFS-1.083.tar.gz" -MD5SUM="e4acd7409751215ef6d5972a049d5f84" +DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-VFS-1.084.tar.gz" +MD5SUM="1dada72fb56a97e3397c9cb4304f81ab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gnome-vfs perl-glib" From d92b63e41a4b65f404ce0d664e4f8cdaea4a5f12 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 9 Sep 2026 12:05:08 -0700 Subject: [PATCH 4/9] perl/perl-gnome2-canvas: Version bump to 1.006 --- .../perl-gnome2-canvas.SlackBuild | 13 +++---------- perl/perl-gnome2-canvas/perl-gnome2-canvas.info | 6 +++--- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/perl/perl-gnome2-canvas/perl-gnome2-canvas.SlackBuild b/perl/perl-gnome2-canvas/perl-gnome2-canvas.SlackBuild index 3b9f5504174..1d13b5d121a 100644 --- a/perl/perl-gnome2-canvas/perl-gnome2-canvas.SlackBuild +++ b/perl/perl-gnome2-canvas/perl-gnome2-canvas.SlackBuild @@ -6,7 +6,7 @@ # Copyright 2014-2017 Glenn Becker # Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2020 Donald Cooley, South Haven, Indiana, USA -# +# Copyright 2026 Jeremy Hansen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-gnome2-canvas -VERSION=${VERSION:-1.002} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.006} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -56,16 +53,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi SRCNAM="Gnome2-Canvas" diff --git a/perl/perl-gnome2-canvas/perl-gnome2-canvas.info b/perl/perl-gnome2-canvas/perl-gnome2-canvas.info index 5d50778b177..508bceca217 100644 --- a/perl/perl-gnome2-canvas/perl-gnome2-canvas.info +++ b/perl/perl-gnome2-canvas/perl-gnome2-canvas.info @@ -1,8 +1,8 @@ PRGNAM="perl-gnome2-canvas" -VERSION="1.002" +VERSION="1.006" HOMEPAGE="https://metacpan.org/release/Gnome2-Canvas" -DOWNLOAD="https://cpan.metacpan.org/authors/id/T/TS/TSCH/Gnome2-Canvas-1.002.tar.gz" -MD5SUM="93405a987ba4bbd03c2f91592b88f5cb" +DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-Canvas-1.006.tar.gz" +MD5SUM="61176cad7e995ec40b273766ffed3592" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libgnomecanvas perl-gtk2" From b55179d4d6093fdcd55fd2a7bd7ea901ea882f6b Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 9 Sep 2026 12:06:13 -0700 Subject: [PATCH 5/9] perl/perl-gnome2: Version bump to 1.048 --- perl/perl-gnome2/perl-gnome2.SlackBuild | 11 ++--------- perl/perl-gnome2/perl-gnome2.info | 6 +++--- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/perl/perl-gnome2/perl-gnome2.SlackBuild b/perl/perl-gnome2/perl-gnome2.SlackBuild index 4e31dbcffc4..9322cd54a32 100644 --- a/perl/perl-gnome2/perl-gnome2.SlackBuild +++ b/perl/perl-gnome2/perl-gnome2.SlackBuild @@ -6,7 +6,7 @@ # Copyright 2015-2017 Glenn Becker # Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2020 Donald Cooley, South Haven, Indiana, USA -# +# Copyright 2026 Jeremy Hansen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-gnome2 -VERSION=${VERSION:-1.047} +VERSION=${VERSION:-1.048} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -56,16 +53,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi SRCNAM="Gnome2" diff --git a/perl/perl-gnome2/perl-gnome2.info b/perl/perl-gnome2/perl-gnome2.info index 0933548e152..852457a56c5 100644 --- a/perl/perl-gnome2/perl-gnome2.info +++ b/perl/perl-gnome2/perl-gnome2.info @@ -1,8 +1,8 @@ PRGNAM="perl-gnome2" -VERSION="1.047" +VERSION="1.048" HOMEPAGE="https://metacpan.org/pod/Gnome2" -DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-1.047.tar.gz" -MD5SUM="7d52bcc96e5dcd3b2c9b7aa90937c157" +DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-1.048.tar.gz" +MD5SUM="38408e8195e86b1dda0704a0054ae5a8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libgnomeui perl-gnome2-canvas perl-gnome2-vfs" From de23b04eb889a5af633ee3167ab19da705d33fea Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 9 Sep 2026 12:08:30 -0700 Subject: [PATCH 6/9] perl/perl-Gtk2-Unique: Version bump to 0.07 --- .../perl-Gtk2-Unique.SlackBuild | 22 +++---------------- perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info | 6 ++--- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.SlackBuild b/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.SlackBuild index 5b640f787fa..140f0487188 100644 --- a/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.SlackBuild +++ b/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.SlackBuild @@ -2,8 +2,9 @@ # Slackware build script for perl-Gtk2-Unique -# Copyright 2018 Donald Cooley, South Haven, Indiana USA # Copyright 2013 Donald Cooley, La Porte, IN USA +# Copyright 2018 Donald Cooley, South Haven, Indiana USA +# Copyright 2026 Jeremy Hansen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-Gtk2-Unique -VERSION=${VERSION:-0.05} +VERSION=${VERSION:-0.07} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -41,9 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -53,20 +51,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info b/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info index d452c6a1738..da91b43aa4b 100644 --- a/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info +++ b/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info @@ -1,8 +1,8 @@ PRGNAM="perl-Gtk2-Unique" -VERSION="0.05" +VERSION="0.07" HOMEPAGE="https://metacpan.org/pod/Gtk2::Unique" -DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PO/POTYL/Gtk2-Unique-0.05.tar.gz" -MD5SUM="0beb552933b765a017588563a71af123" +DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gtk2-Unique-0.07.tar.gz" +MD5SUM="7e540d51944f70538e2ff32907297fa5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libunique perl-gtk2" From 320363640dd07eff573a36ef3cfa482104d2e727 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 9 Sep 2026 12:10:26 -0700 Subject: [PATCH 7/9] perl/perl-html-form: Version bump to 6.13 --- perl/perl-html-form/perl-html-form.SlackBuild | 17 +++-------------- perl/perl-html-form/perl-html-form.info | 6 +++--- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/perl/perl-html-form/perl-html-form.SlackBuild b/perl/perl-html-form/perl-html-form.SlackBuild index 891792b484d..1f7ba844dec 100644 --- a/perl/perl-html-form/perl-html-form.SlackBuild +++ b/perl/perl-html-form/perl-html-form.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2020 Donald Cooley, South Haven, Indiana, USA # Copyright 2012 Binh Nguyen +# Copyright 2026 Jeremy Hansen # All rights reserved. # # Adopted 2014 Glenn Becker @@ -28,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-html-form -VERSION=${VERSION:-6.11} +VERSION=${VERSION:-6.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -52,19 +53,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi +ARCH=noarch set -eu diff --git a/perl/perl-html-form/perl-html-form.info b/perl/perl-html-form/perl-html-form.info index a200a413a6f..3a9a6053e04 100644 --- a/perl/perl-html-form/perl-html-form.info +++ b/perl/perl-html-form/perl-html-form.info @@ -1,8 +1,8 @@ PRGNAM="perl-html-form" -VERSION="6.11" +VERSION="6.13" HOMEPAGE="https://metacpan.org/pod/HTML::Form" -DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SIMBABQUE/HTML-Form-6.11.tar.gz" -MD5SUM="5348fbdee5ec572e21c1579d4eb183d3" +DOWNLOAD="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Form-6.13.tar.gz" +MD5SUM="681a7b59289a4f45c6dbf27b778bd2d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-html-parser perl-Test-Warnings" From 217c043e0034c7e1bc1682892b6a7f655677b49e Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Wed, 9 Sep 2026 16:37:39 -0700 Subject: [PATCH 8/9] perl/perl-Regexp-Common: Version bump to 2024080801 --- .../perl-Regexp-Common.SlackBuild | 18 ++++++------------ .../perl-Regexp-Common/perl-Regexp-Common.info | 6 +++--- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild b/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild index e9f05f2815c..910f9d062db 100644 --- a/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild +++ b/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for Regexp-Common # Copyright 2012 Mikko Värri, Finland +# Copyright 2026 Jeremy Hansen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,24 +26,15 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-Regexp-Common -VERSION=${VERSION:-2017060201} +VERSION=${VERSION:-2024080801} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} SRCNAM=$( echo $PRGNAM | cut -d- -f2- ) -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi +ARCH=noarch -# 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 -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -70,7 +62,9 @@ find -L . \ perl Makefile.PL \ PREFIX=/usr \ INSTALLDIRS=vendor \ - INSTALLVENDORMAN3DIR=/usr/man/man3 + INSTALLVENDORMAN3DIR=/usr/man/man3 \ + NO_PACKLIST=1 \ + NO_PERLLOCAL=1 make make test make install DESTDIR=$PKG diff --git a/perl/perl-Regexp-Common/perl-Regexp-Common.info b/perl/perl-Regexp-Common/perl-Regexp-Common.info index 86b491cff13..8b4c74f6a2b 100644 --- a/perl/perl-Regexp-Common/perl-Regexp-Common.info +++ b/perl/perl-Regexp-Common/perl-Regexp-Common.info @@ -1,8 +1,8 @@ PRGNAM="perl-Regexp-Common" -VERSION="2017060201" +VERSION="2024080801" HOMEPAGE="https://metacpan.org/pod/Regexp::Common" -DOWNLOAD="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-2017060201.tar.gz" -MD5SUM="b1bb40759b84154990f36a160160fb94" +DOWNLOAD="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-2024080801.tar.gz" +MD5SUM="73d4b4b2a0690f9ab573d54a69c22aee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" From ce65dc5b05b0a496bf0a89da419949d80acb556c Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Thu, 10 Sep 2026 00:33:08 -0700 Subject: [PATCH 9/9] perl/perl-html-form: Fix compilation --- perl/perl-html-form/perl-html-form.SlackBuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/perl/perl-html-form/perl-html-form.SlackBuild b/perl/perl-html-form/perl-html-form.SlackBuild index 1f7ba844dec..12086de38d3 100644 --- a/perl/perl-html-form/perl-html-form.SlackBuild +++ b/perl/perl-html-form/perl-html-form.SlackBuild @@ -55,6 +55,16 @@ OUTPUT=${OUTPUT:-/tmp} ARCH=noarch +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" +else + SLKCFLAGS="-O2" +fi + set -eu rm -rf $PKG