diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-11 12:56:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-11 12:56:57 +0000 |
commit | 9f61cf55e5e68ee8240bee8c059c0091306f29ea (patch) | |
tree | 538d1ad757266e30ce3b75c3e84fa8801724320b /lang/perl5-devel/files | |
parent | Update textproc/py-python-augeas to version 1.0.3. (diff) |
Update to v5.27.3-84-g7bd9fb1.
Changes: https://github.com/Perl/perl5/compare/v5.27.3-35-g97fcda7...v5.27.3-84-g7bd9fb1
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=449631
Diffstat (limited to 'lang/perl5-devel/files')
-rw-r--r-- | lang/perl5-devel/files/patch-Configure | 8 | ||||
-rw-r--r-- | lang/perl5-devel/files/patch-perl.c | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/perl5-devel/files/patch-Configure b/lang/perl5-devel/files/patch-Configure index 1c2dc705617d..43f47e02e91a 100644 --- a/lang/perl5-devel/files/patch-Configure +++ b/lang/perl5-devel/files/patch-Configure @@ -1,6 +1,6 @@ ---- Configure.orig 2017-05-22 10:22:21 UTC +--- Configure.orig 2017-09-11 05:29:19 UTC +++ Configure -@@ -3879,7 +3879,10 @@ esac +@@ -3884,7 +3884,10 @@ esac . ./posthint.sh : who configured the system @@ -12,7 +12,7 @@ case "$cf_by" in "") cf_by=`(logname) 2>/dev/null` -@@ -5060,7 +5063,7 @@ esac +@@ -5065,7 +5068,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";; -@@ -9655,8 +9658,7 @@ prefixvar=siteman3dir +@@ -9660,8 +9663,7 @@ prefixvar=siteman3dir : determine where add-on public executable scripts go case "$sitescript" in diff --git a/lang/perl5-devel/files/patch-perl.c b/lang/perl5-devel/files/patch-perl.c index 047d1a096e38..0e16d47956b4 100644 --- a/lang/perl5-devel/files/patch-perl.c +++ b/lang/perl5-devel/files/patch-perl.c @@ -1,6 +1,6 @@ ---- perl.c.orig 2017-08-14 09:52:12 UTC +--- perl.c.orig 2017-09-11 05:29:19 UTC +++ perl.c -@@ -1907,23 +1907,7 @@ S_Internals_V(pTHX_ CV *cv) +@@ -1928,23 +1928,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, sizeof(non_bincompat_options) - 1, SVs_TEMP)); |