FreeBSD Bugzilla – Attachment 128498 Details for
Bug 172355
[PATCH] ports-mgmt/portconf: allow dash and plus symbols in variable names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 627 bytes, created by
Manuel
on 2012-10-05 14:30:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Manuel
Created:
2012-10-05 14:30:14 UTC
Size:
627 bytes
patch
obsolete
>--- /usr/local/libexec/portconf.orig 2012-10-05 14:47:42.000000000 +0200 >+++ /usr/local/libexec/portconf 2012-10-05 15:14:08.000000000 +0200 >@@ -36,7 +36,7 @@ > sed '/^#/d;/^[[:space:]]*$/d' "${_conf}" | while read _line; do > for _port in ${_line%%:*}; do > if [ "${_pwd%%${_port}}" != "${_pwd}" ]; then >- echo ${_line#*:} | sed -E 's/([A-Za-z0-9_]+)(=([^|]+))?/\1=\3/g;s/!([A-Za-z0-9_]+)=([^|]+)?/.undef \1/g;s/ *\| */|/g;s/ /%/g' >+ echo ${_line#*:} | sed -E 's/([A-Za-z0-9_\-]+\+?)(=([^|]+))?/\1=\3/g;s/!([A-Za-z0-9_]+)=([^|]+)?/.undef \1/g;s/ *\| */|/g;s/ /%/g' > fi > done > done
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 172355
: 128498