security/ocaml-cryptokit: Move back in ${LOCALBASE}/lib/ocaml/.

Jeremy Messenger mezz.freebsd at gmail.com
Fri Jan 27 23:32:11 UTC 2012


Can you move security/ocaml-cryptokit's files from lib/ocaml/site-lib/
back to lib/ocaml/? It's what default in the original Makefile.

/work/cryptokit-1.3/Makefile:
-------------------
[...]
# Where to install the library. By default: OCaml's standard library directory.
INSTALLDIR=`$(OCAMLC) -where`

[...]
OCAMLC=ocamlc -g

[...]
install:
        cp cryptokit.cmi cryptokit.cma cryptokit.mli $(INSTALLDIR)
        cp libcryptokit.a $(INSTALLDIR)
[...]
-------------------

# ocamlc -g -where
/usr/local/lib/ocaml

The reason why I am requesting you is that I had to hack a many files
and I have two binaries (can't access to its source codes). Any of
ports need to follow the original as much as possible or the rest of
other libraries/applications have to be created many patches because
of our port is lacking follow upstream. I can create a patch if you
want me to.

Thanks,
Mezz


-- 
mezz.freebsd at gmail.com - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org


More information about the freebsd-ports mailing list