Subject: CVS commit: pkgsrc/sysutils/xentools41
From: Ignatios Souvatzis
Date: 2013-03-15 17:10:58
Message id: 20130315161058.7CDEC175DD@cvs.netbsd.org

Log Message:
Make oxenstored (more) usable, as originally researched by
Aaron J. Grier, with implementation changes by myself:

- rules to add the run-time path correctly when building shared versions
  of libraries. Using -dllpath to ocamlmklib for this - ',' would need
  to be clumsily escaped from gmake.

  (This also needs a patched ocamlmklib - from ocaml 4.00.1nb2 -
  that has -elfmode which prevents -L paths being added to the
  run-time path).

- Path fixes, but not using fixed paths as originally proposed,
  but the SUBST framework.

- Trim whitespace off a numeric string read out of the kernel.
  Instead of open coding the function, use String.trim, as the
  String library is used, anyway. (available in ocaml >= 4.00.1)

Files:
RevisionActionfile
1.29modifypkgsrc/sysutils/xentools41/Makefile
1.26modifypkgsrc/sysutils/xentools41/distinfo
1.1addpkgsrc/sysutils/xentools41/patches/patch-ocaml_Makefile.rules
1.1addpkgsrc/sysutils/xentools41/patches/patch-ocaml_common.make
1.1addpkgsrc/sysutils/xentools41/patches/patch-ocaml_xenstored_define.ml
1.1addpkgsrc/sysutils/xentools41/patches/patch-ocaml_xenstored_utils.ml