Path to this page:
./
sysutils/xentools46,
Userland Tools for Xen 4.6.x
Branch: pkgsrc-2018Q2,
Version: 4.6.6nb5,
Package name: xentools46-4.6.6nb5,
Maintainer: pkgsrc-usersThe Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools46 package contains the
tools to create, destroy and control the virtual machines.
This package contains the tools for Xen 4.6.x
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2016/07/04 07:30:47 jnemeth Exp $
Please ensure that the Xen-specific devices needed by xend(8) exist:
cd /dev && sh MAKEDEV xen
There are example configuration files for setting up a guest domain in:
${EGDIR}/
Please also refer to the the "NetBSD/xen How-To" for more information on
creating a Xen setup:
http://www.NetBSD.org/ports/xen/howto.html
===========================================================================
Required to run:[
devel/argp] [
devel/py-curses] [
devel/glib2] [
devel/ocaml-findlib] [
devel/yajl] [
lang/ocaml] [
lang/python27] [
x11/pixman]
Required to build:[
devel/dev86] [
pkgtools/cwrappers] [
sysutils/pciutils]
Master sites:
SHA1: 82f39ef4bf754ffd679ab5d15709bc34a98fccb7
RMD160: 6412f75183647172d72597e8779235b60e1c00f3
Filesize: 19262.806 KB
Version history: (Expand)
- (2018-07-05) Updated to version: xentools46-4.6.6nb5
- (2018-07-03) Package added to pkgsrc.se, version xentools46-4.6.6nb4 (created)
CVS history: (Expand)
2018-07-05 10:45:27 by Benny Siegert | Files touched by this commit (6) | |
Log message:
Pullup ticket #5780 - requested by maya
sysutils/xentools46: NetBSD build fix
Revisions pulled up:
- sysutils/xentools46/Makefile 1.32
- sysutils/xentools46/distinfo 1.12
- sysutils/xentools46/patches/patch-firmware_hvmloader_Makefile 1.2
- sysutils/xentools46/patches/patch-qemu-xen_hw_i386_ssdt-misc.dsl 1.1
- sysutils/xentools46/patches/patch-qemu-xen_hw_i386_ssdt-pcihp.dsl 1.1
- sysutils/xentools46/patches/patch-xentrace_xenalyze.c 1.1
---
Module Name: pkgsrc
Committed By: maya
Date: Tue Jul 3 13:57:20 UTC 2018
Modified Files:
pkgsrc/sysutils/xentools46: Makefile distinfo
pkgsrc/sysutils/xentools46/patches: patch-firmware_hvmloader_Makefile
Added Files:
pkgsrc/sysutils/xentools46/patches:
patch-qemu-xen_hw_i386_ssdt-misc.dsl
patch-qemu-xen_hw_i386_ssdt-pcihp.dsl patch-xentrace_xenalyze.c
Log message:
xentools46: fixes to build on netbsd-current,
- fix with gcc6 (unused function, misleading indentation), from upstream
- Makefile fix for newer iasl, from upstream
- seabios table fix from me/debian/etc submitted here:
https://mail.coreboot.org/pipermail/seabios/2018-June/012348.html
bump pkgrevision for paranoia.
|