FreeBSD Bugzilla – Attachment 183052 Details for
Bug 219641
devel/py-qt5-core: Fails to package/install, incorrect pk-plist entries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch of /usr/ports/Mk/Uses/python.mk which seems to fix the problem
python.mk.diff (text/plain), 981 bytes, created by
gdinolt
on 2017-05-30 04:22:05 UTC
(
hide
)
Description:
Patch of /usr/ports/Mk/Uses/python.mk which seems to fix the problem
Filename:
MIME Type:
Creator:
gdinolt
Created:
2017-05-30 04:22:05 UTC
Size:
981 bytes
patch
obsolete
>Index: python.mk >=================================================================== >--- python.mk (revision 442050) >+++ python.mk (working copy) >@@ -545,7 +545,9 @@ > _USES_stage+= 935:add-plist-python > add-plist-python: > @${AWK} '\ >- /\.py[co]$$/ && !($$0 ~ "/" pc "/") {id = match($$0, /\/[^\/]+\.py[co]$$/); if (id != 0) {d = substr($$0, 1, RSTART - 1); dirs[d] = 1}; sub(/\.pyc$$/, "." mt "&"); sub(/\.pyo$$/, "." mt "." pyo); sub(/[^\/]+\.py[co]$$/, pc "/&"); print; next} \ >+ /\.py[co]$$/ && !($$0 ~ "/" pc "/") {id = match($$0, /\/[^\/]+\.py[co]$$/); if (id != 0) {d = substr($$0, 1, RSTART - 1); dirs[d] = 1}; od = match($$0, /opt-1/);\ >+ if ( od != 0 ) sub(/\.opt-1\./, "." mt "&"); else \ >+ sub(/\.pyc$$/, "." 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} \
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 219641
:
183051
|
183052
|
183244
|
183245
|
183246
|
187619
|
187626