FreeBSD Bugzilla – Attachment 143752 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]
Patch v2
patchv2.diff (text/plain), 689 bytes, created by
Raphael Kubo da Costa
on 2014-06-13 20:04:40 UTC
(
hide
)
Description:
Patch v2
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2014-06-13 20:04:40 UTC
Size:
689 bytes
patch
obsolete
>Index: Mk/bsd.python.mk >=================================================================== >--- Mk/bsd.python.mk (revision 357719) >+++ Mk/bsd.python.mk (working copy) >@@ -628,7 +628,7 @@ > add-plist-post: > @${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} \ >+ /^@dirrm/ {d = substr($$0, 7); 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