Bug 89952 - devel/portlint - INFO features
Summary: devel/portlint - INFO features
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-05 00:20 UTC by edwin
Modified: 2005-12-17 16:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2005-12-05 00:20:03 UTC
After going through all ports which have install-info in their
pkg-plist or Makefile, I have the following wishlist for portlint:

- When install-info is in the Makefile, and INFO is defined, it
  should generate a fatal "install-info is automatically run when
  INFO is defined'.

- When install-info is defined in pkg-plist, it should throw a
  warning "Consider using the INFO macro"

- When info/XXX.info is defined in pkg-plist, it should throw a
  fatal "Use the INFO macro for XXX.info"

- When install-info is the Makefile, and INFO is not defined, it
  should throw a warning "Consider using the INFO macro"

Hope you can do something with this wishlist.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-05 00:21:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2005-12-17 16:36:43 UTC
State Changed
From-To: open->closed

Most of these were already implemented, but I added two additional checks.