"J.R. Oldroyd" <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
