FreeBSD Bugzilla – Attachment 224696 Details for
Bug 205056
Mk/Uses/python.mk: USE_PYTHON=autoplist fails to generate the correct plist when some tag is empty in setup.cfg
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add special handling for directoried with USE_PYTHON=autoplist
Mk_Uses_python_mk.diff (text/plain), 662 bytes, created by
Oleg Sidorkin
on 2021-05-05 16:30:11 UTC
(
hide
)
Description:
patch to add special handling for directoried with USE_PYTHON=autoplist
Filename:
MIME Type:
Creator:
Oleg Sidorkin
Created:
2021-05-05 16:30:11 UTC
Size:
662 bytes
patch
obsolete
>diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk >index 70ff43985dcc..0aa029c9c995 100644 >--- a/Mk/Uses/python.mk >+++ b/Mk/Uses/python.mk >@@ -604,7 +604,9 @@ add-plist-pymod: > -e 's|^\(man/.*man[0-9]\)/\(.*\.[0-9]\)$$|\1/\2.gz|' \ > -e 's|^\(share/man/.*man[0-9]\)/\(.*\.[0-9]\)$$|\1/\2.gz|' \ > -e 's|[[:alnum:]|[:space:]]*/\.\./*||g; s|/\./|/|g' \ >- ${_PYTHONPKGLIST} | ${SORT} >> ${TMPPLIST} >+ ${_PYTHONPKGLIST} | \ >+ { while read ll; do if [ -d "${STAGEDIR}${PREFIX}/$${ll}" ]; then ${ECHO_CMD} "@dir" $${ll}; else ${ECHO_CMD} $${ll}; fi; done } | \ >+ ${SORT} >> ${TMPPLIST} > > .else > .if ${PYTHON_REL} >= 3200 && defined(_PYTHON_FEATURE_PY3KPLIST)
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
Actions:
View
|
Diff
Attachments on
bug 205056
: 224696