FreeBSD Bugzilla – Attachment 136214 Details for
Bug 181359
ports-mgmt/portlint: add support for USES=gmake, warn about USE_GMAKE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portlint-gmake.diff
portlint-gmake.diff (text/plain; charset=UTF-8), 759 bytes, created by
Alan Hicks
on 2013-09-05 11:32:53 UTC
(
hide
)
Description:
portlint-gmake.diff
Filename:
MIME Type:
Creator:
Alan Hicks
Created:
2013-09-05 11:32:53 UTC
Size:
759 bytes
patch
obsolete
>--- /usr/local/bin/portlint 2013-07-15 15:21:37.000000000 +0100 >+++ /home/alan/projects/portlint 2013-09-05 11:24:45.000000000 +0100 >@@ -1157,11 +1157,11 @@ > "USES[+]=gettext."); > } > >- # check USE_GMAKE >+ # check USES=gmake > if ($m{'dep'} =~ /^(gmake|\${GMAKE})$/) { > &perror("WARN", $file, -1, "dependency to $1 ". > "listed in $j. consider using ". >- "USE_GMAKE."); >+ "USES=gmake."); > } > > # check USE_QT >@@ -1867,6 +1867,7 @@ > && $curline !~ /^NO_CDROM(.)?=[^\n]+$i/m > && $curline !~ /^MAINTAINER(.)?=[^\n]+$i/m > && $curline !~ /^CATEGORIES(.)?=[^\n]+$i/m >+ && $curline !~ /^USES(.)?=[^\n]+$i/m > && $curline !~ /^WX_COMPS(.)?=[^\n]+$i/m > && $curline !~ /^\s*#.+$/m > && $curline !~ /\-\-$i/m
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 181359
: 136214