Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2013 12:36:35 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Boris Samorodov <bsam@passap.ru>
Cc:        svn-ports-head@freebsd.org, Baptiste Daroussin <bapt@FreeBSD.org>, svn-ports-all@freebsd.org, bapt <bapt@etoilbsd.net>, bapt <baptiste.daroussin@gmail.com>, ports-committers@freebsd.org
Subject:   Re: RE : Re: svn commit: r320973 - head/audio/grip
Message-ID:  <20130615123635.GE89902@FreeBSD.org>
In-Reply-To: <51BC3F88.4060706@passap.ru>
References:  <kqcoep27lv3xn9u9fa53omnt.1371285299440@email.android.com> <51BC2E7E.8030605@passap.ru> <20130615092043.GA47945@FreeBSD.org> <51BC3F88.4060706@passap.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 15, 2013 at 02:18:48PM +0400, Boris Samorodov wrote:
> Is it because the dependency is more wide? If yes, than thanks, I need
> just this information: "It is not a significant change for the package."

Yeah; basically, for the package (binary), shlibs are always versioned.
Dropping version from LIB_DEPENDS does not produce different package, but
will make the port more robust, e.g. it would allow to build the port even
if one doesn't want to upgrade its dependent libraries.  Also, most of the
times software does not depend on specific ABI version, so including it in
LIB_DEPENDS is actually rather wrong than right.  In those rare cases when
we actually *require* specific version (e.g. for binary ports), we continue
to list it.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130615123635.GE89902>