From owner-cvs-ports@FreeBSD.ORG Sun Feb 19 06:00:53 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 3D9481065670; Sun, 19 Feb 2012 06:00:53 +0000 (UTC) Date: Sun, 19 Feb 2012 06:00:53 +0000 From: Alexey Dokuchaev To: Eitan Adler Message-ID: <20120219060053.GA45762@FreeBSD.org> References: <201202182356.q1INuU7V061378@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201202182356.q1INuU7V061378@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/adime Makefile ports/x11-wm/icewm Makefile ports/graphics/scr2png Makefile ports/x11/xbindkeys Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 06:00:53 -0000 On Sat, Feb 18, 2012 at 11:56:30PM +0000, Eitan Adler wrote: > eadler 2012-02-18 23:56:30 UTC > > Modified files: > devel/adime Makefile > x11-wm/icewm Makefile > graphics/scr2png Makefile > x11/xbindkeys Makefile > Log: > Remove gratitutous version number from LIB_DEPENDS where not required. How can it be verified if it's required or not? Even if you can prove it's not now, what about the next releases? Instead of having to constantly keep track and check if shlib version is "required", I would suggest simply making it standard practice and always specify it. It also helps to find ports that were forgotten to get updateD after shlib bumps in dependency. ./danfe P.S. For dependency on x11-fonts/libXft you should have used USE_XORG=xft I guess.