pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/perl5
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 20:55:52 UTC 2025
Modified Files:
pkgsrc/lang/perl5: distinfo
pkgsrc/lang/perl5/patches: patch-Configure
Log Message:
perl5: remove NetBSD 6 support
To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 pkgsrc/lang/perl5/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/perl5/patches/patch-Configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/perl5/distinfo
diff -u pkgsrc/lang/perl5/distinfo:1.190 pkgsrc/lang/perl5/distinfo:1.191
--- pkgsrc/lang/perl5/distinfo:1.190 Mon Apr 21 20:55:34 2025
+++ pkgsrc/lang/perl5/distinfo Mon Apr 21 20:55:52 2025
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.190 2025/04/21 20:55:34 wiz Exp $
+$NetBSD: distinfo,v 1.191 2025/04/21 20:55:52 wiz Exp $
BLAKE2s (perl-5.40.2.tar.xz) = 0d924b3c48afb28b02dee7e250ee79f6c1993333e34d4cee5de16476f81fd224
SHA512 (perl-5.40.2.tar.xz) = 1324b119e4370bbeb47a343d152f46c637addb0373ff07f0e214aa9d5912c03cd2bd23987a6e86d43453166412d3a03a52e780201941f679ef4186df16590e41
Size (perl-5.40.2.tar.xz) = 13923524 bytes
-SHA1 (patch-Configure) = f3bd324a90254405b3ce8e29846b4ddc9ebf7d73
+SHA1 (patch-Configure) = a62af03f737562a04726cd2c65be64700e541014
SHA1 (patch-Makefile.SH) = 56203aea57c429a94760f039a978463b8859b0a9
SHA1 (patch-builtin.c) = 7ac5821ab3f4c9ae29d2cbe9db0407560aee2328
SHA1 (patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__BeOS.pm) = 79e5aeccfa272ca5ec08bffc616d8053ae90ac51
Index: pkgsrc/lang/perl5/patches/patch-Configure
diff -u pkgsrc/lang/perl5/patches/patch-Configure:1.14 pkgsrc/lang/perl5/patches/patch-Configure:1.15
--- pkgsrc/lang/perl5/patches/patch-Configure:1.14 Thu Jul 6 09:22:14 2023
+++ pkgsrc/lang/perl5/patches/patch-Configure Mon Apr 21 20:55:52 2025
@@ -1,8 +1,7 @@
-$NetBSD: patch-Configure,v 1.14 2023/07/06 09:22:14 wiz Exp $
+$NetBSD: patch-Configure,v 1.15 2025/04/21 20:55:52 wiz Exp $
* Use "uname -r" to get OS version for *BSD.
* Move $loclibpth to the end of $dlist, instead of the beginning.
-* Detect systems which have <fenv.h> but where using it fails.
* Honor more ldflags in shared objects.
* Add Minix
* Several other changes.
@@ -202,22 +201,3 @@ $NetBSD: patch-Configure,v 1.14 2023/07/
echo "Oh! Smells like ANSI's been here." >&4
echo "We can catify or stringify, separately or together!"
cpp_stuff=42
-@@ -23519,6 +23555,18 @@ eval $inhdr
- set fenv.h i_fenv
- eval $inhdr
-
-+: And really validate that it is OK to include it
-+: On NetBSD 6.x non-amd64 non-i386 and non-sparc this fails
-+cat > try.c <<EOCP
-+#include <fenv.h>
-+int main() { return 0; }
-+EOCP
-+set try
-+if ! eval $compile_ok; then
-+ echo "<fenv.h> found to be unusable, disabling" >&4
-+ i_fenv=$undef
-+fi
-+
- : see if this is a fp.h system
- set fp.h i_fp
- eval $inhdr
Home |
Main Index |
Thread Index |
Old Index