Date: Wed, 29 Mar 2017 12:42:23 +0200 From: Matthias Apitz <guru@unixarea.de> To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: port of nss-passwords Message-ID: <20170329104223.GA3132@c720-r314251> In-Reply-To: <20170328103001.GA3310@c720-r314251> References: <20170328083242.GA26303@sh4-5.1blu.de> <6208b8c0-3660-b005-b7cb-16f8b86bbe3a@abinet.ru> <20170328103001.GA3310@c720-r314251>
next in thread | previous in thread | raw e-mail | index | archive | help
El día martes, marzo 28, 2017 a las 12:30:01p. m. +0200, Matthias Apitz escribió: > Yes, thank you. It is even in the head of our ports. > This brings it on step further: > > $ gmake > ocamlfind ocamlc -g -package fileutils.str,sqlite3 -c main.ml > ocamlfind: Package `fileutils.str' not found > gmake: *** [Makefile:20: main.cmo] Error 2+ > > (the 'sqlite3' can be installed with the port databases/ocaml-sqlite3). > > Something like ports/*/ocaml-file* we do not have. I manged to compile and install ocaml-fileutils directly from its source and could gmake the tool nss-passwords. It works nicely but only on the old signons.sqlite database, not on the logins.json file of Mozilla. Perhaps one could write a script to insert the records from logins.json into the old (now unused) signons.sqlite db. matthias -- Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170329104223.GA3132>