Update to v5.23.2-208-g7ce1b4c.
Regen a few patches, one module moved from dist to cpan, and some offset changed. Changes: https://github.com/Perl/perl5/compare/v5.23.2-66-gbdc4e4b...v5.23.2-208-g7ce1b4c Sponsored by: Absolight
This commit is contained in:
parent
4549ce41d3
commit
5ca09a9d3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396374
8 changed files with 17 additions and 15 deletions
|
@ -28,7 +28,7 @@ CONFLICTS_INSTALL= perl5.*-*
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Perl
|
||||
GH_PROJECT= perl5
|
||||
GH_TAGNAME= v5.23.2-66-gbdc4e4b
|
||||
GH_TAGNAME= v5.23.2-208-g7ce1b4c
|
||||
|
||||
OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \
|
||||
MULTIPLICITY SITECUSTOMIZE
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (perl/perl-5.23.2-66_GH0.tar.gz) = 311b96115dc3bb02d606e24d0f4528d0912c164209f596f526ef04d097dce6f7
|
||||
SIZE (perl/perl-5.23.2-66_GH0.tar.gz) = 17531207
|
||||
SHA256 (perl/perl-5.23.2-208_GH0.tar.gz) = 9a00a73ac4971e02307d2bb7f37cdc937ccf7385e481b79def1c805c8aa85753
|
||||
SIZE (perl/perl-5.23.2-208_GH0.tar.gz) = 17572766
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- Configure.orig 2015-07-20 07:22:18 UTC
|
||||
--- Configure.orig 2015-09-08 05:21:36 UTC
|
||||
+++ Configure
|
||||
@@ -3845,7 +3845,10 @@ esac
|
||||
@@ -3849,7 +3849,10 @@ esac
|
||||
. ./posthint.sh
|
||||
|
||||
: who configured the system
|
||||
|
@ -12,7 +12,7 @@
|
|||
case "$cf_by" in
|
||||
"")
|
||||
cf_by=`(logname) 2>/dev/null`
|
||||
@@ -5026,7 +5029,7 @@ esac
|
||||
@@ -5030,7 +5033,7 @@ esac
|
||||
: Now check and see which directories actually exist, avoiding duplicates
|
||||
for xxx in $dlist
|
||||
do
|
||||
|
@ -21,7 +21,7 @@
|
|||
case " $libpth " in
|
||||
*" $xxx "*) ;;
|
||||
*) libpth="$libpth $xxx";;
|
||||
@@ -9527,8 +9530,7 @@ prefixvar=siteman3dir
|
||||
@@ -9543,8 +9546,7 @@ prefixvar=siteman3dir
|
||||
|
||||
: determine where add-on public executable scripts go
|
||||
case "$sitescript" in
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.SH.orig 2015-04-15 07:47:18 UTC
|
||||
--- Makefile.SH.orig 2015-09-08 05:21:36 UTC
|
||||
+++ Makefile.SH
|
||||
@@ -31,7 +31,6 @@ esac
|
||||
@@ -40,7 +40,6 @@ esac
|
||||
pwd="`pwd`"
|
||||
linklibperl='$(LIBPERL)'
|
||||
linklibperl_nonshr=''
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- dist/Math-BigInt/lib/Math/BigInt.pm.orig 2015-04-15 07:47:18 UTC
|
||||
+++ dist/Math-BigInt/lib/Math/BigInt.pm
|
||||
--- cpan/Math-BigInt/lib/Math/BigInt.pm.orig 2015-09-08 05:21:36 UTC
|
||||
+++ cpan/Math-BigInt/lib/Math/BigInt.pm
|
||||
@@ -62,7 +62,7 @@ use overload
|
||||
'>>=' => sub { $_[0]->brsft($_[1]); },
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
--- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2015-04-27 14:10:52 UTC
|
||||
--- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2015-09-08 05:21:36 UTC
|
||||
+++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm
|
||||
@@ -1920,6 +1920,7 @@ sub page { # apply a pager to the outpu
|
||||
@@ -1927,6 +1927,7 @@ sub page { # apply a pager to the outpu
|
||||
# fix visible escape codes in ToTerm output
|
||||
# https://bugs.debian.org/758689
|
||||
local $ENV{LESS} = defined $ENV{LESS} ? "$ENV{LESS} -R" : "-R";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- perl.c.orig 2015-04-15 07:47:18 UTC
|
||||
--- perl.c.orig 2015-09-08 05:21:36 UTC
|
||||
+++ perl.c
|
||||
@@ -1795,18 +1795,7 @@ S_Internals_V(pTHX_ CV *cv)
|
||||
@@ -1803,18 +1803,7 @@ S_Internals_V(pTHX_ CV *cv)
|
||||
PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options,
|
||||
sizeof(non_bincompat_options) - 1, SVs_TEMP));
|
||||
|
||||
|
|
|
@ -763,6 +763,7 @@ etc/perl5_version
|
|||
%%ARCH_LIB%%/File/DosGlob.pm
|
||||
%%ARCH_LIB%%/File/Glob.pm
|
||||
%%ARCH_LIB%%/File/Spec.pm
|
||||
%%ARCH_LIB%%/File/Spec/AmigaOS.pm
|
||||
%%ARCH_LIB%%/File/Spec/Cygwin.pm
|
||||
%%ARCH_LIB%%/File/Spec/Epoc.pm
|
||||
%%ARCH_LIB%%/File/Spec/Functions.pm
|
||||
|
@ -1060,6 +1061,7 @@ etc/perl5_version
|
|||
%%MAN3%%/File::GlobMapper.3.gz
|
||||
%%MAN3%%/File::Path.3.gz
|
||||
%%MAN3%%/File::Spec.3.gz
|
||||
%%MAN3%%/File::Spec::AmigaOS.3.gz
|
||||
%%MAN3%%/File::Spec::Cygwin.3.gz
|
||||
%%MAN3%%/File::Spec::Epoc.3.gz
|
||||
%%MAN3%%/File::Spec::Functions.3.gz
|
||||
|
|
Loading…
Reference in a new issue