Download raw body.
update (and unbreak) www/ap2-mod_perl
On 5/30/24 7:56 PM, Matthias Kilian wrote:
> Hi,
>
> ap2-mod_perl-2.0.11 fails to load with perl-5.38:
>
> httpd2:/usr/local/lib/apache2/mod_perl.so: undefined symbol 'do_open9'
>
> This update to 2.0.13 fixes it.
>
> ok?
ok giovanni@
Thanks
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/ap2-mod_perl/Makefile,v
> diff -u -p -r1.49 Makefile
> --- Makefile 27 Sep 2023 19:13:00 -0000 1.49
> +++ Makefile 30 May 2024 12:49:24 -0000
> @@ -1,6 +1,6 @@
> COMMENT= module that embeds a Perl interpreter into Apache2
>
> -DISTNAME= mod_perl-2.0.11
> +DISTNAME= mod_perl-2.0.13
> PKGNAME= ap2-${DISTNAME:S/-rc/rc/}
> CATEGORIES= www net
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/ap2-mod_perl/distinfo,v
> diff -u -p -r1.9 distinfo
> --- distinfo 22 Feb 2021 21:41:46 -0000 1.9
> +++ distinfo 30 May 2024 12:49:31 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (mod_perl-2.0.11.tar.gz) = yiqeGM35D5xgI+eGNp1bp16NrCkuv+qZAMKb9C3Bb3Q=
> -SIZE (mod_perl-2.0.11.tar.gz) = 3848147
> +SHA256 (mod_perl-2.0.13.tar.gz) = reO+McRHuESIaf7N/KziWNbVh7jGx3PF8ic19w2C1to=
> +SIZE (mod_perl-2.0.13.tar.gz) = 3848487
> Index: patches/patch-Apache-Test_lib_Apache_TestConfig_pm
> ===================================================================
> RCS file: /cvs/ports/www/ap2-mod_perl/patches/patch-Apache-Test_lib_Apache_TestConfig_pm,v
> diff -u -p -r1.3 patch-Apache-Test_lib_Apache_TestConfig_pm
> --- patches/patch-Apache-Test_lib_Apache_TestConfig_pm 11 Mar 2022 20:09:37 -0000 1.3
> +++ patches/patch-Apache-Test_lib_Apache_TestConfig_pm 30 May 2024 12:49:44 -0000
> @@ -1,7 +1,7 @@
> Index: Apache-Test/lib/Apache/TestConfig.pm
> --- Apache-Test/lib/Apache/TestConfig.pm.orig
> +++ Apache-Test/lib/Apache/TestConfig.pm
> -@@ -474,7 +474,7 @@ sub configure_apxs {
> +@@ -478,7 +478,7 @@ sub configure_apxs {
> $vars->{conf_dir} ||= $self->apxs('SYSCONFDIR');
>
> if ($vars->{conf_dir}) {
>
update (and unbreak) www/ap2-mod_perl