FreeBSD Bugzilla – Attachment 195240 Details for
Bug 229749
lang/python36: python3.6-config breaks when symlinked e.g. by using BINARY_ALIAS in ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
python36.diff
python36.diff (text/plain), 1.05 KB, created by
Tobias Kortkamp
on 2018-07-18 12:43:54 UTC
(
hide
)
Description:
python36.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2018-07-18 12:43:54 UTC
Size:
1.05 KB
patch
obsolete
>Index: files/patch-Misc__python-config.sh.in >=================================================================== >--- files/patch-Misc__python-config.sh.in (nonexistent) >+++ files/patch-Misc__python-config.sh.in (working copy) >@@ -0,0 +1,11 @@ >+--- 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") > >Property changes on: files/patch-Misc__python-config.sh.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tobik
:
maintainer-approval?
(
python
)
Actions:
View
|
Diff
Attachments on
bug 229749
: 195240