diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-09 12:21:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-09 12:21:29 +0000 |
commit | bfee655ccfd4b4ce770d4aca8a31f44df7d52229 (patch) | |
tree | 13588e47865d92c5a884f61a462b25fb3c56bb9f /lang/perl5.16/files/patch-Configure | |
parent | update to 0.2.6.7 (diff) |
Make Perl build more reproducibly.
Differential Revision: https://reviews.freebsd.org/D2016
Some bits from: Jérémy Bobbio <lunar@debian.org>
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=383641
Diffstat (limited to 'lang/perl5.16/files/patch-Configure')
-rw-r--r-- | lang/perl5.16/files/patch-Configure | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/lang/perl5.16/files/patch-Configure b/lang/perl5.16/files/patch-Configure index 21ccd2c8c62e..68315708b7d6 100644 --- a/lang/perl5.16/files/patch-Configure +++ b/lang/perl5.16/files/patch-Configure @@ -1,6 +1,18 @@ ---- Configure.orig 2010-07-14 15:28:45.000000000 +0000 -+++ Configure 2010-07-14 15:29:23.000000000 +0000 -@@ -4798,7 +4798,7 @@ +--- Configure.orig 2013-03-04 15:16:21 UTC ++++ Configure +@@ -3625,7 +3625,10 @@ esac + . ./posthint.sh + + : who configured the system +-cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` ++case "$cf_time" in ++"") ++ cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` ;; ++esac + case "$cf_by" in + "") + cf_by=`(logname) 2>/dev/null` +@@ -4721,7 +4724,7 @@ esac libpth='' for xxx in $dlist do @@ -9,7 +21,7 @@ case " $libpth " in *" $xxx "*) ;; *) libpth="$libpth $xxx";; -@@ -9125,8 +9125,7 @@ +@@ -9089,8 +9092,7 @@ prefixvar=siteman3dir : determine where add-on public executable scripts go case "$sitescript" in |