Bug 92586

Summary: Don't warn about libtool archives for KDE ports.
Product: Ports & Packages Reporter: Michael Nottebrock <lofi>
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
portlint.pl.diff none

Description Michael Nottebrock freebsd_committer freebsd_triage 2006-01-31 07:40:03 UTC
	Portlint in maintainer mode currently warns about libtool archives in pkg-plist. KDE
	applications however need those for correct operation (and bsd.autotools.mk will in
	fact prevent ports with both USE_KDELIBS_VER and USE_AUTOTOOLS=libtool set from 
	building soon).

	The attached patch disables the warning if USE_KDELIBS_VER is set in a port's
	Makefile.
Comment 1 Michael Nottebrock freebsd_committer freebsd_triage 2006-01-31 07:48:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2006-02-11 23:09:49 UTC
State Changed
From-To: open->closed

Committed, thanks!