FreeBSD Bugzilla – Attachment 38259 Details for
Bug 60608
patch for devel/portlint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portlint.diff
portlint.diff (text/plain), 814 bytes, created by
Yen-Ming Lee
on 2003-12-27 09:10:09 UTC
(
hide
)
Description:
portlint.diff
Filename:
MIME Type:
Creator:
Yen-Ming Lee
Created:
2003-12-27 09:10:09 UTC
Size:
814 bytes
patch
obsolete
>Index: src/portlint.pl >=================================================================== >RCS file: /home/pcvs/ports/devel/portlint/src/portlint.pl,v >retrieving revision 1.50 >diff -u -r1.50 portlint.pl >--- src/portlint.pl 27 Dec 2003 00:45:20 -0000 1.50 >+++ src/portlint.pl 27 Dec 2003 08:56:34 -0000 >@@ -2122,6 +2122,12 @@ > my($s, $i, %cmdnames); > my($pre); > >+ # trim all trailing backslash and newline >+ $str =~ s/\\\n\s*/ /g; >+ >+ # ignore parameter string to reinplace command >+ $str =~ s/([ \t][\@-]?(?:sed|\$[\{\(]SED[\}\)]|\$[\{\(]REINPLACE_CMD[\}\)]))((?:\s+\-\w+)*\s+(?:"(?:\\"|[^"\n])*"|'(?:\\'|[^'\n])*'))+(.*)/$1$3/g; #' >+ > # ignore parameter string to echo command > $str =~ s/[ \t][\@-]?(echo|\$[\{\(]ECHO[\}\)]|\$[\{\(]ECHO_MSG[\}\)])[ \t]+("(\\'|\\"|[^"])*"|'(\\'|\\"|[^"])*')[ \t]*[;\n]//; #'
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 60608
: 38259