FreeBSD Bugzilla – Attachment 48039 Details for
Bug 73536
[PATCH] devel/portlint: bug fix for OPTIONS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portlint-2.6.8_1.patch
portlint-2.6.8_1.patch (text/plain), 720 bytes, created by
Yen-Ming Lee
on 2004-11-04 16:00:53 UTC
(
hide
)
Description:
portlint-2.6.8_1.patch
Filename:
MIME Type:
Creator:
Yen-Ming Lee
Created:
2004-11-04 16:00:53 UTC
Size:
720 bytes
patch
obsolete
>Index: src/portlint.pl >=================================================================== >RCS file: /home/pcvs/ports/devel/portlint/src/portlint.pl,v >retrieving revision 1.65 >diff -u -u -r1.65 portlint.pl >--- src/portlint.pl 12 Oct 2004 19:40:05 -0000 1.65 >+++ src/portlint.pl 4 Nov 2004 15:52:39 -0000 >@@ -2331,7 +2331,7 @@ > # check OPTIONS > print "OK: checking OPTIONS.\n" if ($verbose); > @oopt = ($makevar{OPTIONS} =~ /(\w+)\s+\".*?\"\s+\w+/sg); >- @mopt = ($tmp =~ /^\s*\.\s*(?:ifn?def\s+|if\s+\!?\s*defined\s*)\(?\s*WITH(?:OUT)?_(\w+)\s*\)?/mg); >+ @mopt = ($tmp =~ /\(?\s*WITH(?:OUT)?_(\w+)\s*\)?/mg); > foreach my $i (@oopt) { > if (!grep(/^$i$/, @mopt)) { > &perror("WARN: $file: $i is listed in OPTIONS, ".
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 73536
: 48039