Bug 85490

Summary: [PATCH] If WANT_LINT is set, port building can break
Product: Ports & Packages Reporter: Mark Murray <markm>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Mark Murray freebsd_committer freebsd_triage 2005-08-30 17:30:15 UTC
	If WANT_LINT is set in /etc/make.conf, then ports that use
	the /usr/share/mk/bsd.lib.mk macros to make libraries will
	also try to lint the code, and will fail when no place is
	found to install the lint library. Linting ports is of no
	use to the FreeBSD Project, as it only generates output that
	would be of use to the code author. Linting needs to be turned
	off summarily for all port work, and the NO_LINT macro is
	intended for this purpose (also for src/contrib code).

How-To-Repeat: 	Build a port which uses the bsd.lib.mk, while WANT_LINT is
	turned on in /etc/make.conf. Example ports/graphics/png
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-08-30 22:25:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Over to maintainers.
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2005-10-19 20:28:57 UTC
State Changed
From-To: open->analyzed

Added to exp build. Thanks
Comment 3 Clement Laforet freebsd_committer freebsd_triage 2005-11-08 09:13:54 UTC
State Changed
From-To: analyzed->closed

Committed. Thanks!