FreeBSD Bugzilla – Attachment 143581 Details for
Bug 190847
[PATCH] Mk/bsd.python.mk: PYTHON_PY3K_PLIST_HACK: Take @dirrmtry entries into account as well.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
D191.diff (text/plain), 644 bytes, created by
Raphael Kubo da Costa
on 2014-06-09 21:15:52 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2014-06-09 21:15:52 UTC
Size:
644 bytes
patch
obsolete
>Index: Mk/bsd.python.mk >=================================================================== >--- Mk/bsd.python.mk >+++ Mk/bsd.python.mk >@@ -629,6 +629,7 @@ > @${AWK} '\ > /\.py[co]$$/ && !($$0 ~ "/" pc "/") {id = match($$0, /\/[^\/]+\.py[co]$$/); if (id != 0) {d = substr($$0, 1, RSTART - 1); dirs[d] = 1}; sub(/\.py[co]$$/, "." mt "&"); sub(/[^\/]+\.py[co]$$/, pc "/&"); print; next} \ > /^@dirrm / {d = substr($$0, 8); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \ >+ /^@dirrmtry / {d = substr($$0, 11); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \ > {print} \ > END {if (sp in dirs) {print "@dirrm " sp "/" pc}} \ > ' \
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 190847
:
143581
|
143752