New upstream version 2.3.4

This commit is contained in:
Jan Wagner 2023-10-18 07:29:37 +00:00
parent e7bdd1c6c6
commit de72f6f588
556 changed files with 90432 additions and 53391 deletions

View file

@ -140,7 +140,7 @@ my $libs = "$destdir/$prefix/lib:$destdir/$prefix/lib/$Config{archname}";
my $topdir = cwd();
# set an initial value if there isnt one already
# set an initial value if there isn't one already
# Need to use PERL5LIB to ensure we get pre-installed mods from earlier
# tags in the install_order file
$ENV{PERL5LIB} ||= q{};
@ -149,8 +149,8 @@ $ENV{PERL5LIB} ||= q{};
$ENV{PERL_AUTOINSTALL} = "--skipdeps";
# keep a record of how many times a module build is done. This is so they may
# be built a second time to include optional prereq's that couldnt
# previously be built due to circular dependancies
# be built a second time to include optional prereq's that couldn't
# previously be built due to circular dependencies
my %built_modules;
foreach my $tarball (@tarballs) {
( my $dir = $tarball ) =~ s/\.(?:tgz|tar.gz)$//;

View file

@ -138,7 +138,7 @@ sub BuildIt {
# interprets that as the end of the mail, and truncates the log before
# it gets to Tinderbox. (terry weismann, chris yeh)
#
# This was replaced by a perl 'port' of the above, writen by
# This was replaced by a perl 'port' of the above, written by
# preed@netscape.com; good things: no need for system() call, and now it's
# all in perl, so we don't have to do OS checking like before.