FreeBSD Bugzilla – Attachment 36541 Details for
Bug 58525
[PATCH] port devel/portlint: USE_* should be no user-settable option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portlint-USE.patch
portlint-USE.patch (text/plain), 541 bytes, created by
Oliver Eikemeier
on 2003-10-25 15:50:19 UTC
(
hide
)
Description:
portlint-USE.patch
Filename:
MIME Type:
Creator:
Oliver Eikemeier
Created:
2003-10-25 15:50:19 UTC
Size:
541 bytes
patch
obsolete
>--- src/portlint.pl 16 Aug 2003 20:42:44 -0000 1.40 >+++ src/portlint.pl 25 Oct 2003 14:12:32 -0000 >@@ -844,6 +847,16 @@ > } > > # >+ # whole file: USE_* as a user-settable option >+ # >+ print "OK: checking for USE_* as a user-settable option.\n" if ($verbose); >+ while ($whole =~ /\n\s*\.\s*(?:el)?if[^\n]*?\b(\w*USE_)(\w+)(?\![^\n]*\n#?\.error)/g) { >+ &perror("WARN: is $1$2 a user-settable option? ". >+ "Consider using WITH_$2 instead.") >+ if ($1.$2 ne 'USE_GCC'); >+ } >+ >+ # > # whole file: NO_CHECKSUM > # > $whole =~ s/\n#[^\n]*/\n/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 58525
: 36541