https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220402

Jan Beich <jbe...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Works As Intended

--- Comment #1 from Jan Beich <jbe...@freebsd.org> ---
Partial upgrades i.e., mixing dependencies from different svn checkouts, dates
of "pkg install" or locking dependencies, are not supported. firefox will
refuse to build unless you upgrade sqlite3. Some version requirement are
specified in the port's Makefile

  $ fgrep sqlite www/firefox/Makefile
                  sqlite3>=3.17.0:databases/sqlite3 \
                  ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \

"pkg upgrade" may help you resolve this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to