Bug 89952

Summary: devel/portlint - INFO features
Product: Ports & Packages Reporter: edwin
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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.