From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 27 19:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 75A4729C for ; Wed, 27 Mar 2013 19:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 67544B29 for ; Wed, 27 Mar 2013 19:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2RJo1n4062236 for ; Wed, 27 Mar 2013 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2RJo1kG062235; Wed, 27 Mar 2013 19:50:01 GMT (envelope-from gnats) Date: Wed, 27 Mar 2013 19:50:01 GMT Message-Id: <201303271950.r2RJo1kG062235@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: olli hauer Subject: Re: ports/176382: ports dependencies not being recorded X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: olli hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 19:50:01 -0000 The following reply was made to PR ports/176382; it has been noted by GNATS. From: olli hauer To: bug-followup@FreeBSD.org, peter@rulingia.com Cc: Subject: Re: ports/176382: ports dependencies not being recorded Date: Wed, 27 Mar 2013 20:48:21 +0100 The two ports graphics/jpeg and graphics/libjpeg-turbo install both the same lib (libjpeg.so.11), but port graphics/jpgtn has a dependency on graphics/jpeg. So if you first install libjpeg-turbo the LIB_DEPENDENCY will find the lib and assumes jpeg is installed. I suspect you will find the line in the jpeg folder. The only working solution would be a file in Mk that allows switching between jpeg/libjpeg-turbo and adjusting ~5800+ ports.