diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-03-31 15:33:41 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-03-31 15:34:49 +0000 |
| commit | ca15850a2b13f4fede0294d724e1d4a8edec8407 (patch) | |
| tree | 9a8f4e945d66f7d11cdeb15349aded371e612770 /lang/python38/files/patch-Misc__python-config.sh.in | |
| parent | b5cf4bab957679ecfaf534545243f60923ea9013 (diff) | |
lang/python38: remove and unregister, it reached end-of-life in October 2024
This has to be done in one commit to avoid breaking INDEX
Diffstat (limited to 'lang/python38/files/patch-Misc__python-config.sh.in')
| -rw-r--r-- | lang/python38/files/patch-Misc__python-config.sh.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python38/files/patch-Misc__python-config.sh.in b/lang/python38/files/patch-Misc__python-config.sh.in deleted file mode 100644 index ebb0c6a51f6d..000000000000 --- a/lang/python38/files/patch-Misc__python-config.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Misc/python-config.sh.in.orig 2018-07-13 21:07:16 UTC -+++ Misc/python-config.sh.in -@@ -15,7 +15,7 @@ fi - # Returns the actual prefix where this script was installed to. - installed_prefix () - { -- RESULT=$(dirname $(cd $(dirname "$1") && pwd -P)) -+ RESULT=$(dirname $(cd $(dirname $(realpath "$1")) && pwd -P)) - if which readlink >/dev/null 2>&1 ; then - if readlink -f "$RESULT" >/dev/null 2>&1; then - RESULT=$(readlink -f "$RESULT") |
