summaryrefslogtreecommitdiff
path: root/lang/perl5.36/files/patch-Configure
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-05-29 13:56:37 +0200
committerRene Ladan <rene@FreeBSD.org>2025-05-29 13:56:37 +0200
commitbcd3d7315a815486830c42b9a9e3f695f1b6ee87 (patch)
tree7f50f18e047f5c20e72e9f41368b238144a98404 /lang/perl5.36/files/patch-Configure
parentMk: unregister expired lang/perl5.36 (diff)
lang/perl5.36: Remove expired port
2025-05-28 lang/perl5.36: Support end three years after .0 release, please upgrade to a more recent version of Perl
Diffstat (limited to 'lang/perl5.36/files/patch-Configure')
-rw-r--r--lang/perl5.36/files/patch-Configure37
1 files changed, 0 insertions, 37 deletions
diff --git a/lang/perl5.36/files/patch-Configure b/lang/perl5.36/files/patch-Configure
deleted file mode 100644
index cd039c80b668..000000000000
--- a/lang/perl5.36/files/patch-Configure
+++ /dev/null
@@ -1,37 +0,0 @@
-- Allow setting cf_time (reproducible builds)
-- ?
-- ?
-
---- Configure.orig 2023-11-21 13:11:18 UTC
-+++ Configure
-@@ -3889,7 +3889,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`
-@@ -5017,7 +5020,7 @@ esac
- : Now check and see which directories actually exist, avoiding duplicates
- for xxx in $dlist
- do
-- if $test -d $xxx; then
-+ if $test -d $xxx || [ $xxx = $prefix/lib ]; then
- case " $libpth " in
- *" $xxx "*) ;;
- *) libpth="$libpth $xxx";;
-@@ -9591,8 +9594,7 @@ prefixvar=siteman3dir
-
- : determine where add-on public executable scripts go
- case "$sitescript" in
--'') dflt=$siteprefix/script
-- $test -d $dflt || dflt=$sitebin ;;
-+'') dflt=$sitebin ;;
- *) dflt="$sitescript" ;;
- esac
- fn=d~+