Skip to content

Commit 103c904

Browse files
committed
Apply pre-built unicore patch - perl-5.40.1
ok sthen@ sooner rather than later deraadt@
1 parent e0a5400 commit 103c904

File tree

6 files changed

+556
-9
lines changed

6 files changed

+556
-9
lines changed

gnu/usr.bin/perl/MANIFEST

+551-2
Large diffs are not rendered by default.

gnu/usr.bin/perl/Makefile.SH

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ esac
628628

629629
$spitshell >>$Makefile <<'!NO!SUBS!'
630630
631-
perltoc_pod_prereqs = extra.pods pod/perl5401delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
631+
perltoc_pod_prereqs = extra.pods pod/perl5401delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod
632632
generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
633633
generated_headers = uudmap.h bitcount.h mg_data.h
634634

gnu/usr.bin/perl/lib/unicore/mktables.lst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# mktables.lst -- File list for lib/unicore/mktables.
33
#
4-
# Autogenerated starting on 1704393521 (Thu Jan 4 10:38:41 2024)
4+
# Autogenerated starting on 1730686518 (Sun Nov 3 18:15:18 2024)
55
# From options -C lib/unicore -P pod -maketest -makenormtest -makelist -p
66
#
77
# - First section is input files

gnu/usr.bin/perl/pod/perl.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For ease of access, the Perl manual has been split up into several sections.
3434

3535
# This section is parsed by Porting/pod_lib.pl for use by pod/buildtoc etc
3636

37-
flag =g perluniprops perlmodlib perlapi perlintern
37+
flag =g perlmodlib perlapi perlintern
3838
flag =go perltoc
3939
flag =ro perlcn perljp perlko perltw
4040
flag = perlvms

gnu/usr.bin/perl/win32/GNUmakefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1751,8 +1751,7 @@ distclean: realclean
17511751
perlmacosx.pod perlmodlib.pod perlopenbsd.pod perlos2.pod \
17521752
perlos390.pod perlos400.pod perlplan9.pod perlqnx.pod \
17531753
perlriscos.pod perlsolaris.pod perlsynology.pod perltoc.pod \
1754-
perltru64.pod perltw.pod perluniprops.pod perlvos.pod \
1755-
perlwin32.pod
1754+
perltru64.pod perltw.pod perlvos.pod perlwin32.pod
17561755
-cd ..\utils && del /f h2ph splain perlbug pl2pm h2xs \
17571756
perldoc perlivp libnetcfg enc2xs encguess piconv cpan *.bat \
17581757
xsubpp pod2html instmodsh json_pp prove ptar ptardiff ptargrep shasum corelist zipdetails

gnu/usr.bin/perl/win32/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1274,8 +1274,7 @@ distclean: realclean
12741274
perlmacosx.pod perlmodlib.pod perlopenbsd.pod perlos2.pod \
12751275
perlos390.pod perlos400.pod perlplan9.pod perlqnx.pod \
12761276
perlriscos.pod perlsolaris.pod perlsynology.pod perltoc.pod \
1277-
perltru64.pod perltw.pod perluniprops.pod perlvos.pod \
1278-
perlwin32.pod
1277+
perltru64.pod perltw.pod perlvos.pod perlwin32.pod
12791278
-cd ..\utils && del /f h2ph splain perlbug pl2pm h2xs \
12801279
perldoc perlivp libnetcfg enc2xs encguess piconv cpan streamzip *.bat \
12811280
xsubpp pod2html instmodsh json_pp prove ptar ptardiff ptargrep shasum corelist zipdetails

0 commit comments

Comments
 (0)