pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/xentools41



Module Name:    pkgsrc
Committed By:   is
Date:           Fri Mar 15 16:10:58 UTC 2013

Modified Files:
        pkgsrc/sysutils/xentools41: Makefile distinfo
Added Files:
        pkgsrc/sysutils/xentools41/patches: patch-ocaml_Makefile.rules
            patch-ocaml_common.make patch-ocaml_xenstored_define.ml
            patch-ocaml_xenstored_utils.ml

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)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/xentools41/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/xentools41/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/xentools41/patches/patch-ocaml_Makefile.rules \
    pkgsrc/sysutils/xentools41/patches/patch-ocaml_common.make \
    pkgsrc/sysutils/xentools41/patches/patch-ocaml_xenstored_define.ml \
    pkgsrc/sysutils/xentools41/patches/patch-ocaml_xenstored_utils.ml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index