On Aug 24, 2007, at 05:18, Anders F Björklund wrote:
I ran "port lint all", and color-coded up the results in a page: http://svn.macports.org/repository/macports/users/afb/lint.html.gz
Results: 4191 total, 1089 "green", 2549 "yellow" ("?"), 553 "red" ("!")
The green ones have no warnings or errors reported, the yellow have lint warnings only, and the red ones report fatal errors...
If you want a special port, you can jump to the anchor directly: lint.html#MacPorts Then there is a link from that, to any errors/warnings reported: lint.html#MacPorts_details
--anders
PS. Most of the warnings are missing newlines / trailing whitespace. Warning: Line 4 should be a newline (after PortSystem) The errors mostly comes from the omission of required variables. Error: Missing required variable: platforms
I fixed the three portfiles exhibiting UTF-8 encoding errors.
---> Verifying Portfile for sleepwatcher Warning: Line 40 has trailing whitespace before newline Warning: Line 46 has trailing whitespace before newline ---> 0 errors and 2 warnings found.
I wish to have that whitespace there and do not want port lint to complain about it.