perl: update to 5.32.1.
This commit is contained in:
parent
5806e1a008
commit
a620ec67ed
2 changed files with 7 additions and 41 deletions
|
@ -1,34 +0,0 @@
|
|||
--- dist/Time-HiRes/Makefile.PL.orig
|
||||
+++ dist/Time-HiRes/Makefile.PL
|
||||
@@ -603,6 +603,7 @@
|
||||
my $has_clock_gettime_emulation;
|
||||
if (exists $Config{d_clock_gettime}) {
|
||||
$has_clock_gettime++ if $Config{d_clock_gettime}; # Unlikely...
|
||||
+ $DEFINE .= ' -DTIME_HIRES_CLOCK_GETTIME';
|
||||
} elsif (has_clock_xxx('gettime')) {
|
||||
$has_clock_gettime++;
|
||||
$DEFINE .= ' -DTIME_HIRES_CLOCK_GETTIME';
|
||||
@@ -632,6 +633,7 @@
|
||||
my $has_clock_getres_emulation;
|
||||
if (exists $Config{d_clock_getres}) {
|
||||
$has_clock_getres++ if $Config{d_clock_getres}; # Unlikely...
|
||||
+ $DEFINE .= ' -DTIME_HIRES_CLOCK_GETRES';
|
||||
} elsif (has_clock_xxx('getres')) {
|
||||
$has_clock_getres++;
|
||||
$DEFINE .= ' -DTIME_HIRES_CLOCK_GETRES';
|
||||
@@ -661,6 +663,7 @@
|
||||
my $has_clock_nanosleep_emulation;
|
||||
if (exists $Config{d_clock_nanosleep}) {
|
||||
$has_clock_nanosleep++ if $Config{d_clock_nanosleep}; # Unlikely...
|
||||
+ $DEFINE .= ' -DTIME_HIRES_CLOCK_NANOSLEEP';
|
||||
} elsif (has_clock_nanosleep()) {
|
||||
$has_clock_nanosleep++;
|
||||
$DEFINE .= ' -DTIME_HIRES_CLOCK_NANOSLEEP';
|
||||
@@ -684,6 +687,7 @@
|
||||
my $has_clock;
|
||||
if (exists $Config{d_clock}) {
|
||||
$has_clock++ if $Config{d_clock}; # Unlikely...
|
||||
+ $DEFINE .= ' -DTIME_HIRES_CLOCK';
|
||||
} elsif (has_clock()) {
|
||||
$has_clock++;
|
||||
$DEFINE .= ' -DTIME_HIRES_CLOCK';
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'perl'
|
||||
pkgname=perl
|
||||
version=5.32.0
|
||||
version=5.32.1
|
||||
revision=1
|
||||
_perl_cross_version=1.3.4
|
||||
_perl_cross_version=1.3.5
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="less"
|
||||
makedepends="zlib-devel bzip2-devel gdbm-devel db-devel"
|
||||
|
@ -14,8 +14,8 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|||
homepage="https://www.perl.org"
|
||||
distfiles="https://www.cpan.org/src/5.0/perl-${version}.tar.gz
|
||||
https://github.com/arsv/perl-cross/releases/download/${_perl_cross_version}/perl-cross-${_perl_cross_version}.tar.gz"
|
||||
checksum="efeb1ce1f10824190ad1cadbcccf6fdb8a5d37007d0100d2d9ae5f2b5900c0b4
|
||||
755aa0ca8141a942188a269564f86c3c82349f82c346ed5c992495d7f35138ba"
|
||||
checksum="03b693901cd8ae807231b1787798cf1f2e0b8a56218d07b7da44f784a7caeb2c
|
||||
91c66f6b2b99fccfd4fee14660b677380b0c98f9456359e91449798c2ad2ef25"
|
||||
|
||||
# Before updating this package to a new major version, run ${FILESDIR}/provides.pl
|
||||
# against ${wrksrc} to find the list of built in packages.
|
||||
|
@ -32,7 +32,7 @@ provides="perl-Archive-Tar-2.36_1
|
|||
perl-Compress-Raw-Zlib-2.093_1
|
||||
perl-Config-Perl-V-0.32_1
|
||||
perl-DB_File-1.853_1
|
||||
perl-Data-Dumper-2.174_1
|
||||
perl-Data-Dumper-2.174_01_1
|
||||
perl-Devel-PPPort-3.57_1
|
||||
perl-Devel-SelfStubber-1.06_1
|
||||
perl-Digest-1.17_01_1
|
||||
|
@ -73,7 +73,7 @@ provides="perl-Archive-Tar-2.36_1
|
|||
perl-Math-BigRat-0.2614_1
|
||||
perl-Math-Complex-1.5901_1
|
||||
perl-Memoize-1.03_01_1
|
||||
perl-Module-CoreList-5.20200620_1
|
||||
perl-Module-CoreList-5.20210123_1
|
||||
perl-Module-Load-0.34_1
|
||||
perl-Module-Load-Conditional-0.70_1
|
||||
perl-Module-Loaded-0.08_1
|
||||
|
@ -89,7 +89,7 @@ provides="perl-Archive-Tar-2.36_1
|
|||
perl-Pod-Perldoc-3.2801_1
|
||||
perl-Pod-Simple-3.40_1
|
||||
perl-Pod-Usage-1.69_1
|
||||
perl-Safe-2.41_1
|
||||
perl-Safe-2.41_01_1
|
||||
perl-Scalar-List-Utils-1.55_1
|
||||
perl-Search-Dict-1.07_1
|
||||
perl-SelfLoader-1.26_1
|
||||
|
|
Loading…
Reference in a new issue