firefox-61.0 runtime dependency missing
Jan Beich
jbeich at FreeBSD.org
Sat Jun 23 00:05:15 UTC 2018
"J.R. Oldroyd" <fbsd at opal.com> writes:
> Hi,
>
> Firefox-61.0 has a runtime dependency of sqlite3 > 3.22.
>
> I see you have a build dependency listing the sqlite3 version of >= 3.23.1,
> however there is no runtime dependency. As a result, when I upgraded using
> "pkg install firefox", firefox was upgraded but my sqlite3 lib remained at
> version 3.22 and firefox did not run.
Partial upgrades (e.g., "pkg install firefox") are not supported. pkg(8)
already embeds versions of all dependencies in +MANIFEST.
$ pkg rquery %dn-%dv firefox | fgrep sqlite
sqlite3-3.24.0
More information about the freebsd-gecko
mailing list