| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating to the latest point version did not fix the problems. The
first is that now the built tool ocp-build requires TERM to be set in
the environment, otherwise it returns non-zero result with an error
message (hidden by /dev/null in first instance) and breaks the build.
Later the build failed the FS because it was saving preferences at $HOME.
Adding -no-user-prefs switch to the command seems to suppress that.
Finally, the GNU makefile is not jobs safe, so indicate that. The GNU
makefile does not participate much in the overall build.
Notes:
svn path=/head/; revision=349354
|
|
|
|
|
|
|
|
|
| |
Error logs are available in the pkg-fallout archives
Reported by: pkg-fallout since at least january 2014
Notes:
svn path=/head/; revision=346572
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also has benefit of fixing the problem where a .conf file was
created in ${HOME} which is illegal and the reason ocaml-opam never
made it into dports. The original complaint of the PR could not be
reproduced, however.
PR: ports/180753
Fixed by: maintainer (Joris G.)
Notes:
svn path=/head/; revision=340403
|
|
|
|
| |
Notes:
svn path=/head/; revision=335086
|
|
|
|
|
|
|
| |
devel part 3)
Notes:
svn path=/head/; revision=327724
|
|
OPAM is a source-based package manager for OCaml. It supports multiple
simultaneous compiler installations, flexible package constraints, and
a Git-friendly development workflow.
WWW: http://opam.ocamlpro.com/index.html
PR: ports/179462
Submitted by: Joris Giovannangeli <joris.gio@gmail.com>
Notes:
svn path=/head/; revision=322144
|