FreeBSD Bugzilla – Attachment 70546 Details for
Bug 102914
[patch] allow comments in ports.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 399 bytes, created by
Hans Lambermont
on 2006-09-05 20:10:23 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hans Lambermont
Created:
2006-09-05 20:10:23 UTC
Size:
399 bytes
patch
obsolete
>--- portconf.sh.in.1.1 Tue Sep 5 20:54:25 2006 >+++ portconf.sh.in Tue Sep 5 20:53:54 2006 >@@ -37,6 +37,10 @@ > if [ -z "${_line}" ]; then > continue > fi >+ echo ${_line} | grep -q ^# >+ if [ $? -eq 0 ]; then >+ continue >+ fi > _port=${_line%%:*} > if [ "${_pwd%%${_port}}" != "${_pwd}" ]; then > echo ${_line#*:} | sed -E 's/([A-Z0-9_]+)(=([^|]+))?/\1=\3/g;s/ *\| */|/g;s/ /%/g'
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 102914
: 70546