./sysutils/xentools41, Userland Tools for Xen 4.1.x

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q1, Version: 4.1.6.1nb3, Package name: xentools41-4.1.6.1nb3, Maintainer: cegger

The Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools41 package contains the
tools to create, destroy and control the virtual machines.

This package contains the tools for Xen 4.1.x

MESSAGE.NetBSD [+/-]

Required to run:
[textproc/py-xml] [devel/ocaml-findlib] [devel/py-curses] [lang/python27] [lang/ocaml]

Required to build:
[sysutils/pciutils] [devel/dev86]

Master sites:

SHA1: e5f15feb0821578817a65ede16110c6eac01abd0
RMD160: bff11421fc44a26f2cc3156713267abcb36d7a19
Filesize: 10184.067 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-21 06:06:03 by Eric Schnoebelen | Files touched by this commit (3)
Log message:
Pullup ticket #4412 - requested by bouer
sysutils/xentools41: Fix build on NetBSD 6.x and NetBSD 5.x

Revisions pulled up:
- sysutils/xentools41/distinfo                                  1.36
- sysutils/xentools41/patches/patch-xenstat_libxenstat_Makefile 1.2
- sysutils/xentools41/patches/patch-xenstat_xentop_Makefile     1.1

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Wed May 14 20:22:41 UTC 2014

   Modified Files:
   	pkgsrc/sysutils/xentools41: distinfo
   	pkgsrc/sysutils/xentools41/patches: patch-xenstat_libxenstat_Makefile
   Added Files:
   	pkgsrc/sysutils/xentools41/patches: patch-xenstat_xentop_Makefile

   Log message:
   Make it build on netbsd-6 (and maybe netbsd-5):
   Don't include other libraries in an archive, our ar seems to not
   support it. Instead, list all libraries at link time.