1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Update to 5.24.3.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-09-25 13:01:22 +00:00
parent 73546b7257
commit 8f4260180f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450588
5 changed files with 21 additions and 17 deletions

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1500199044
SHA256 (perl/perl-5.24.2.tar.xz) = b25dd465ef32edf853078eb540b26243db0a3b5e1b1cc84393703d9564be67c0
SIZE (perl/perl-5.24.2.tar.xz) = 11570420
TIMESTAMP = 1506285242
SHA256 (perl/perl-5.24.3.tar.xz) = 03fe3e4ea39d2a4982703572599a80f3d5f368a1359ed89746ea1d8bec6cfbba
SIZE (perl/perl-5.24.3.tar.xz) = 11574740

View File

@ -1,4 +1,4 @@
--- Configure.orig 2016-04-23 17:51:26 UTC
--- Configure.orig 2017-08-23 20:07:24 UTC
+++ Configure
@@ -3862,7 +3862,10 @@ esac
. ./posthint.sh
@ -21,7 +21,7 @@
case " $libpth " in
*" $xxx "*) ;;
*) libpth="$libpth $xxx";;
@@ -9590,8 +9593,7 @@ prefixvar=siteman3dir
@@ -9604,8 +9607,7 @@ prefixvar=siteman3dir
: determine where add-on public executable scripts go
case "$sitescript" in

View File

@ -1,4 +1,4 @@
--- Configure.orig 2016-07-14 19:08:07 UTC
--- Configure.orig 2017-09-22 14:26:35 UTC
+++ Configure
@@ -940,6 +940,7 @@ lddlflags=''
usedl=''
@ -8,7 +8,7 @@
ebcdic=''
fflushNULL=''
fflushall=''
@@ -8140,10 +8141,19 @@ while $test 1 ; do
@@ -8154,10 +8155,19 @@ while $test 1 ; do
if $test -f $dtrace
then
@ -29,7 +29,7 @@
echo " "
echo "Good: your $dtrace knows about the -h flag."
else
@@ -8157,6 +8167,17 @@ while $test 1 ; do
@@ -8171,6 +8181,17 @@ while $test 1 ; do
EOM
exit 1
fi
@ -47,7 +47,7 @@
break;
fi
@@ -20756,7 +20777,11 @@ $define)
@@ -20770,7 +20791,11 @@ $define)
dtraceobject=$define
;;
' '|'')
@ -60,7 +60,7 @@
$cat >try.c <<EOM
#include "perldtrace.h"
int main(void) {
@@ -20766,14 +20791,14 @@ int main(void) {
@@ -20780,14 +20805,14 @@ int main(void) {
EOM
dtraceobject=$undef
if $cc -c -o try.o $optimize $ccflags try.c \
@ -77,7 +77,7 @@
esac
: Determine if this is an EBCDIC system
@@ -24722,6 +24747,7 @@ drand01='$drand01'
@@ -24736,6 +24761,7 @@ drand01='$drand01'
drand48_r_proto='$drand48_r_proto'
dtrace='$dtrace'
dtraceobject='$dtraceobject'
@ -85,7 +85,7 @@
dynamic_ext='$dynamic_ext'
eagain='$eagain'
ebcdic='$ebcdic'
--- Makefile.SH.orig 2016-07-16 10:52:42 UTC
--- Makefile.SH.orig 2017-07-15 18:00:51 UTC
+++ Makefile.SH
@@ -390,8 +390,13 @@ VG_TEST ?= ./perl -e 1 2>/dev/null
;;
@ -153,7 +153,7 @@
+
+$spitshell >>$Makefile <<'!NO!SUBS!'
+
perltoc_pod_prereqs = extra.pods pod/perl5242delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
perltoc_pod_prereqs = extra.pods pod/perl5243delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
generated_headers = uudmap.h bitcount.h mg_data.h
@@ -860,19 +908,32 @@ mydtrace.h: $(DTRACE_H)
@ -220,7 +220,7 @@
-@rm -f miniperl.xok
!NO!SUBS!
--- Porting/Glossary.orig 2016-07-14 19:06:55 UTC
--- Porting/Glossary.orig 2017-06-30 21:03:20 UTC
+++ Porting/Glossary
@@ -2949,6 +2949,11 @@ dtrace (usedtrace.U):
dtraceobject (dtraceobject.U):
@ -234,7 +234,7 @@
dynamic_ext (Extensions.U):
This variable holds a list of XS extension files we want to
link dynamically into the package. It is used by Makefile.
--- ext/XS-APItest/Makefile.PL.orig 2016-07-14 19:08:07 UTC
--- ext/XS-APItest/Makefile.PL.orig 2017-06-30 21:03:22 UTC
+++ ext/XS-APItest/Makefile.PL
@@ -58,7 +58,8 @@ sub MY::postamble
DTRACE_D = ../../perldtrace.d
@ -246,7 +246,7 @@
POSTAMBLE
return $post;
--- hints/freebsd.sh.orig 2016-07-14 19:07:39 UTC
--- hints/freebsd.sh.orig 2017-06-30 21:03:22 UTC
+++ hints/freebsd.sh
@@ -105,6 +105,15 @@ case "$osvers" in
;;

View File

@ -1450,9 +1450,11 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
%%PRIV_LIB%%/pod/perl5221delta.pod
%%PRIV_LIB%%/pod/perl5222delta.pod
%%PRIV_LIB%%/pod/perl5223delta.pod
%%PRIV_LIB%%/pod/perl5224delta.pod
%%PRIV_LIB%%/pod/perl5240delta.pod
%%PRIV_LIB%%/pod/perl5241delta.pod
%%PRIV_LIB%%/pod/perl5242delta.pod
%%PRIV_LIB%%/pod/perl5243delta.pod
%%PRIV_LIB%%/pod/perl561delta.pod
%%PRIV_LIB%%/pod/perl56delta.pod
%%PRIV_LIB%%/pod/perl581delta.pod
@ -2122,9 +2124,11 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
%%MAN1%%/perl5221delta.1.gz
%%MAN1%%/perl5222delta.1.gz
%%MAN1%%/perl5223delta.1.gz
%%MAN1%%/perl5224delta.1.gz
%%MAN1%%/perl5240delta.1.gz
%%MAN1%%/perl5241delta.1.gz
%%MAN1%%/perl5242delta.1.gz
%%MAN1%%/perl5243delta.1.gz
%%MAN1%%/perl561delta.1.gz
%%MAN1%%/perl56delta.1.gz
%%MAN1%%/perl581delta.1.gz

View File

@ -1,2 +1,2 @@
PERL_VERSION= 5.24.2
PERL_VERSION= 5.24.3
PERL5_DEPEND= perl5>=5.24<5.25