1

我想在我的 freebsd 盒子中将 ocsigen 升级到 2.1。

$pkg_info | grep -i ocsigen
ocsigen-1.1.0_1     Web programming framework for OCaml

$cat /usr/ports/www/ocsigen/Makefile | grep -i version
POPORTVERSION=    2.1

$sudo pormaster ocsigen
...
===>  Building for ocaml-tyxml-2.1
gmagmake: *** no rule to create “files/META.in” needed by “files/META”。 Stop
StoStop in /usr/ports/textproc/ocaml-tyxml.
...
===>>> You can restart from the point of failure with this command line
porportmaster <flags> www/ocsigen textproc/ocaml-tyxml

也许这是一个简单的错误,但我无法自己修复它。

真挚地!

4

1 回答 1

2

您现在应该使用 OPAM,这是用于管理 OCaml 包的源代码分发的“标准”工具。OPAM 可在此处获得:

http://opam.ocamlpro.com/

于 2013-01-09T08:44:35.290 回答