port of nss-passwords
Matthias Apitz
guru at unixarea.de
Tue Mar 28 10:30:18 UTC 2017
El día martes, marzo 28, 2017 a las 12:31:04p. m. +0300, abi escribió:
> > ML_CFLAGS = $(foreach u,$(shell pkg-config --cflags nss),-ccopt $(u))
> > ML_LFLAGS = $(foreach u,$(shell pkg-config --libs nss),-cclib $(u))
> > ...
> > %.cmo: %.ml
> > $(OCAMLC) -c $<
> > ...
> >
> Probably, this one http://www.freshports.org/devel/ocaml-findlib/
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.
+Cc: michipili at gmail.com
matthias
--
Matthias Apitz, ✉ guru at unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045
More information about the freebsd-questions
mailing list