From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 4 16:02:20 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41A3D106566B; Fri, 4 Sep 2009 16:02:20 +0000 (UTC) (envelope-from dan@obluda.cz) Received: from smtp1.kolej.mff.cuni.cz (smtp1.kolej.mff.cuni.cz [IPv6:2001:718:1e03:a01::a]) by mx1.freebsd.org (Postfix) with ESMTP id C37FF8FC0C; Fri, 4 Sep 2009 16:02:19 +0000 (UTC) X-Envelope-From: dan@obluda.cz Received: from kgw.obluda.cz (openvpn.ms.mff.cuni.cz [195.113.20.87]) by smtp1.kolej.mff.cuni.cz (8.14.3/8.14.3) with ESMTP id n84G2Gti042756; Fri, 4 Sep 2009 18:02:17 +0200 (CEST) (envelope-from dan@obluda.cz) Message-ID: <4AA13A08.8080107@obluda.cz> Date: Fri, 04 Sep 2009 18:02:16 +0200 From: Dan Lukes User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.22) Gecko/20090807 SeaMonkey/1.1.17 MIME-Version: 1.0 To: ale@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <200909041348.n84DmSO9072068@freefall.freebsd.org> In-Reply-To: <200909041348.n84DmSO9072068@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: ports/138469: [ PATCH ] databases/mysql51-{server|client} bad dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 16:02:20 -0000 I missed there is /lib/libncursesw.so.7 also Unfortunately, I don't know how to affect preferences when both /lib/libncursesw.so.7 and /usr/local/lib/libncursesw.so.5.7 exists I can remove the detection from 'configure' replacing it with fixed values, but it help with libtinfow only, not with libncursesw ... Critical is linking time, not the configure time. I don't know how to force gcc with -lncursesw to link library from specific directory only. It's not possible to remove /usr/local/lib from -L path because we need other libraries from them. I'm sorry ... Dan