From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 7 10:20:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22985106568F for ; Mon, 7 Sep 2009 10:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 11DA38FC1B for ; Mon, 7 Sep 2009 10:20:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n87AK2eT059545 for ; Mon, 7 Sep 2009 10:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n87AK2YC059538; Mon, 7 Sep 2009 10:20:02 GMT (envelope-from gnats) Date: Mon, 7 Sep 2009 10:20:02 GMT Message-Id: <200909071020.n87AK2YC059538@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Dan Lukes 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 Reply-To: Dan Lukes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2009 10:20:03 -0000 The following reply was made to PR ports/138469; it has been noted by GNATS. From: Dan Lukes To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138469: [ PATCH ] databases/mysql51-{server|client} bad dependency Date: Mon, 07 Sep 2009 12:14:06 +0200 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