Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2017 12:30:01 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        abi <abi@abinet.ru>
Cc:        freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, michipili@gmail.com
Subject:   Re: port of nss-passwords
Message-ID:  <20170328103001.GA3310@c720-r314251>
In-Reply-To: <6208b8c0-3660-b005-b7cb-16f8b86bbe3a@abinet.ru>
References:  <20170328083242.GA26303@sh4-5.1blu.de> <6208b8c0-3660-b005-b7cb-16f8b86bbe3a@abinet.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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@gmail.com

	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?20170328103001.GA3310>