From owner-freebsd-ports@FreeBSD.ORG Tue Feb 6 22:39:44 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57A6516A410 for ; Tue, 6 Feb 2007 22:39:44 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id CF26D13C4BA for ; Tue, 6 Feb 2007 22:39:43 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so22376uge for ; Tue, 06 Feb 2007 14:39:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=a7s7KAGGPn+qoaC+2O4X0vmqwHYDS2Tlsw3mDoo1LFNjlkgUlpA98KFXBW54rAQ9/lgY8KjI0aRSUWpGVHc1I0xhZ41v9QxUiY3j1mpNHM1xjDEiGk4oGRa+Uf0Zuk63KBCzaKpf2EuBA/qRX+OeHtpt3RMIGzGon4pUj6kzhlc= Received: by 10.78.189.5 with SMTP id m5mr1985743huf.1170801581850; Tue, 06 Feb 2007 14:39:41 -0800 (PST) Received: by 10.78.164.20 with HTTP; Tue, 6 Feb 2007 14:39:41 -0800 (PST) Message-ID: Date: Wed, 7 Feb 2007 01:39:41 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Rene Ladan" In-Reply-To: <45C901DF.9070909@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45C901DF.9070909@gmail.com> X-Google-Sender-Auth: 0689d6a65dc62b1e Cc: ports@freebsd.org Subject: Re: QT4 fails to see LIB_DEPENDS? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 22:39:44 -0000 On 2/7/07, Rene Ladan wrote: > Hi, > > I just installed QT4 from ports (devel/qt4, misc/qt4-doc, > misc/qt4-qtdemo). The installation went fine, except for one thing: > > if port A has installed a library libFoo.so, and another port B depends > on port A, like LIB_DEPENDS=Foo:${PORTSDIR}/port/a, it always reinstalls > port A, nomatter if it is already installed. Setting > FORCE_PKG_REGISTER is one way to 'fix' this... > > Could this be caused by the fact that the Foo library starts its name > with an uppercase letter? Installed shlibs should be in lib*.so.[0-9] format, this could have been violated due to the objformat issues and possibly for other reasons.