Bug 85490 - [PATCH] If WANT_LINT is set, port building can break
Summary: [PATCH] If WANT_LINT is set, port building can break
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 17:30 UTC by Mark Murray
Modified: 2005-11-08 09:13 UTC (History)
0 users

See Also:


Attachments
file.diff (627 bytes, patch)
2005-08-30 17:30 UTC, Mark Murray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!