From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 29 15:20:10 2011 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 83853106564A for ; Sun, 29 May 2011 15:20:10 +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 73BC88FC15 for ; Sun, 29 May 2011 15:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4TFKAaT028892 for ; Sun, 29 May 2011 15:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4TFKALv028888; Sun, 29 May 2011 15:20:10 GMT (envelope-from gnats) Date: Sun, 29 May 2011 15:20:10 GMT Message-Id: <201105291520.p4TFKALv028888@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pavel Volkov Cc: Subject: Re: ports/157330: [MAINTAINER] databases/sqlite3: modified dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pavel Volkov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 15:20:10 -0000 The following reply was made to PR ports/157330; it has been noted by GNATS. From: Pavel Volkov To: Baptiste Daroussin Cc: bug-followup@freebsd.org, mi+thun@aldan.algebra.com Subject: Re: ports/157330: [MAINTAINER] databases/sqlite3: modified dependency Date: Sun, 29 May 2011 19:10:51 +0400 Hello. Yes, but it was not always so. I checked, during installation port, or creating a package, dependence from the name and version of the library ICU is stored. Despite the fact, that the port itself does not specified of the version. This allows the user to take into account the existing dependencies. On Fri, May 27, 2011 at 22:29, Baptiste Daroussin wrote: > 2011/5/27 Pavel Volkov : >> Hello. >> Maybe you're right. But, sqlite works equally well when the user has alr= eady >> installed ICU.3 or ICU.4. Depending sqlite in this case does not require= the >> user to update ICU library at the same time upgrading sqlite. >> > =C2=A0There is no more ICU 3 now only icu 4 and the link library is > (currently :) ) libicu.so.46 so if upgrade occurs and sqlite is not > bumped sqlite will just fail. > > Bapt >