Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2015 20:43:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384875 - head/sysutils/xen-tools
Message-ID:  <201504272043.t3RKhUR5084403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr 27 20:43:30 2015
New Revision: 384875
URL: https://svnweb.freebsd.org/changeset/ports/384875

Log:
  Control what we do build from qemu-xen to avoid automagically detected
  dependencies
  Reduce the size of the package by 10M by not building the qemu tools
  Hack the build to always use the c++ compiler from base which avoids having
  qemu-system-i386 linked to gcc's libstdc++
  
  Based on reports by:	Michael Dexter

Modified:
  head/sysutils/xen-tools/Makefile
  head/sysutils/xen-tools/pkg-plist

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Mon Apr 27 20:34:14 2015	(r384874)
+++ head/sysutils/xen-tools/Makefile	Mon Apr 27 20:43:30 2015	(r384875)
@@ -3,7 +3,7 @@
 PORTNAME=	xen
 PKGNAMESUFFIX=	-tools
 PORTVERSION=	4.5.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils emulators
 MASTER_SITES=	http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \
 		http://code.coreboot.org/p/seabios/downloads/get/:seabios
@@ -21,8 +21,8 @@ LIB_DEPENDS=	libyajl.so:${PORTSDIR}/deve
 		libpixman-1.so:${PORTSDIR}/x11/pixman
 BUILD_DEPENDS=	dev86>0:${PORTSDIR}/devel/dev86
 
-ONLY_FOR_ARCHS=		amd64 i386
-ONLY_FOR_ARCHS_REASON=	"not yet ported to anything other than amd64, i386"
+ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS_REASON=	"not yet ported to anything other than amd64"
 
 SEABIOSVERSION=	1.8.1
 DISTFILES+=	${PORTNAME}-${PORTVERSION}.tar.gz \
@@ -37,6 +37,17 @@ CONFIGURE_ENV=	HOSTCC="${CC}" CC="${CC}"
 		ac_cv_path_BASH=${TRUE} \
 		ac_cv_path_XGETTEXT=${TRUE}
 MAKE_ARGS=	HOSTCC="${CC}" CC="${CC}" GCC="${GCC}" cc="${GCC}"
+QEMU_ARGS=	--disable-gtk \
+		--disable-smartcard-nss \
+		--disable-sdl \
+		--disable-vte \
+		--disable-vnc \
+		--disable-glx \
+		--disable-curses \
+		--disable-tools \
+		--disable-curl \
+		--cxx=c++
+CONFIGURE_ARGS+=	--with-extra-qemuu-configure-args="${QEMU_ARGS}"
 SHEBANG_FILES=	tools/misc/xencov_split \
 		tools/misc/xen-ringwatch
 USE_GCC=	yes
@@ -62,5 +73,7 @@ post-patch:
 		${WRKSRC}/tools/qemu-xen-traditional/i386-dm/helper2.c \
 		${WRKSRC}/docs/man/*
 
+post-install:
+	${MKDIR} ${STAGEDIR}/var/run/xen
+
 .include <bsd.port.mk>
-RUN_DEPENDS:=	${RUN_DEPENDS:N*gcc*}

Modified: head/sysutils/xen-tools/pkg-plist
==============================================================================
--- head/sysutils/xen-tools/pkg-plist	Mon Apr 27 20:34:14 2015	(r384874)
+++ head/sysutils/xen-tools/pkg-plist	Mon Apr 27 20:43:30 2015	(r384875)
@@ -1,224 +1,3 @@
-%%PORTDOCS%%share/doc/xen/README.xenmon
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/.deps
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,arch-arm,hvm,save.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,arch-arm.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,callback.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,dom0_ops.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,domctl.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,elfnote.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,event_channel.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,features.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,gcov.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,grant_table.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,e820.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,hvm_info_table.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,hvm_op.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,hvm_xs_strings.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,ioreq.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,params.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,pvdrivers.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,hvm,save.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,blkif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,console.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,fbif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,fsif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,kbdif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,libxenvchan.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,netif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,pciif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,protocols.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,ring.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,tpmif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,usbif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,vscsiif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,xenbus.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,io,xs_wire.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,kexec.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,mem_event.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,memory.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,nmi.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,physdev.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,platform.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,sched.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,sysctl.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,tmem.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,trace.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,vcpu.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,version.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,xen-compat.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,xen.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,xencomm.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,xenoprof.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,public,xsm,flask_op.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/include,xen,errno.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/arm/index.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/index.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/.deps
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86,cpuid.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86,hvm,save.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86,xen-mca.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86,xen-x86_32.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86,xen.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,arch-x86_32.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,callback.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,dom0_ops.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,domctl.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,elfnote.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,event_channel.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,features.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,gcov.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,grant_table.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,e820.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,hvm_info_table.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,hvm_op.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,hvm_xs_strings.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,ioreq.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,params.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,pvdrivers.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,hvm,save.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,blkif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,console.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,fbif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,fsif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,kbdif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,libxenvchan.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,netif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,pciif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,protocols.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,ring.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,tpmif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,usbif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,vscsiif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,xenbus.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,io,xs_wire.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,kexec.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,mem_event.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,memory.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,nmi.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,physdev.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,platform.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,sched.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,sysctl.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,tmem.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,trace.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,vcpu.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,version.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,xen-compat.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,xen.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,xencomm.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,xenoprof.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,public,xsm,flask_op.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/include,xen,errno.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_32/index.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/.deps
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86,cpuid.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86,hvm,save.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86,xen-mca.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86,xen-x86_64.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86,xen.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,arch-x86_64.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,callback.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,dom0_ops.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,domctl.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,elfnote.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,event_channel.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,features.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,gcov.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,grant_table.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,e820.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,hvm_info_table.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,hvm_op.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,hvm_xs_strings.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,ioreq.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,params.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,pvdrivers.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,hvm,save.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,blkif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,console.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,fbif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,fsif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,kbdif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,libxenvchan.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,netif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,pciif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,protocols.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,ring.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,tpmif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,usbif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,vscsiif.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,xenbus.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,io,xs_wire.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,kexec.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,mem_event.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,memory.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,nmi.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,physdev.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,platform.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,sched.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,sysctl.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,tmem.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,trace.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,vcpu.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,version.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,xen-compat.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,xen.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,xencomm.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,xenoprof.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,public,xsm,flask_op.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/include,xen,errno.h.html
-%%PORTDOCS%%share/doc/xen/html/hypercall/x86_64/index.html
-%%PORTDOCS%%share/doc/xen/html/index.html
-%%PORTDOCS%%share/doc/xen/html/man/index.html
-%%PORTDOCS%%share/doc/xen/html/man/xenstore-chmod.1.html
-%%PORTDOCS%%share/doc/xen/html/man/xenstore-ls.1.html
-%%PORTDOCS%%share/doc/xen/html/man/xenstore.1.html
-%%PORTDOCS%%share/doc/xen/html/man/xl.1.html
-%%PORTDOCS%%share/doc/xen/html/man/xl.cfg.5.html
-%%PORTDOCS%%share/doc/xen/html/man/xl.conf.5.html
-%%PORTDOCS%%share/doc/xen/html/man/xlcpupool.cfg.5.html
-%%PORTDOCS%%share/doc/xen/html/misc/amd-ucode-container.txt
-%%PORTDOCS%%share/doc/xen/html/misc/channel.txt
-%%PORTDOCS%%share/doc/xen/html/misc/console.txt
-%%PORTDOCS%%share/doc/xen/html/misc/crashdb.txt
-%%PORTDOCS%%share/doc/xen/html/misc/distro_mapping.txt
-%%PORTDOCS%%share/doc/xen/html/misc/dump-core-format.txt
-%%PORTDOCS%%share/doc/xen/html/misc/grant-tables.txt
-%%PORTDOCS%%share/doc/xen/html/misc/index.html
-%%PORTDOCS%%share/doc/xen/html/misc/kexec_and_kdump.txt
-%%PORTDOCS%%share/doc/xen/html/misc/libxl_memory.txt
-%%PORTDOCS%%share/doc/xen/html/misc/pci-device-reservations.txt
-%%PORTDOCS%%share/doc/xen/html/misc/printk-formats.txt
-%%PORTDOCS%%share/doc/xen/html/misc/pvh-readme.txt
-%%PORTDOCS%%share/doc/xen/html/misc/sedf_scheduler_mini-HOWTO.txt
-%%PORTDOCS%%share/doc/xen/html/misc/tscmode.txt
-%%PORTDOCS%%share/doc/xen/html/misc/vbd-interface.txt
-%%PORTDOCS%%share/doc/xen/html/misc/vtd.txt
-%%PORTDOCS%%share/doc/xen/html/misc/vtpm-platforms.txt
-%%PORTDOCS%%share/doc/xen/html/misc/vtpm.txt
-%%PORTDOCS%%share/doc/xen/html/misc/vtpmmgr.txt
-%%PORTDOCS%%share/doc/xen/html/misc/xen-error-handling.txt
-%%PORTDOCS%%share/doc/xen/html/misc/xenpaging.txt
-%%PORTDOCS%%share/doc/xen/html/misc/xenstore-ring.txt
-%%PORTDOCS%%share/doc/xen/html/misc/xenstore.txt
-%%PORTDOCS%%share/doc/xen/html/misc/xl-disk-configuration.txt
-%%PORTDOCS%%share/doc/xen/html/misc/xsm-flask.txt
-%%PYTHON_SITELIBDIR%%/fsimage.so
-%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.py
-%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.pyc
-%%PYTHON_SITELIBDIR%%/grub/GrubConf.py
-%%PYTHON_SITELIBDIR%%/grub/GrubConf.pyc
-%%PYTHON_SITELIBDIR%%/grub/LiloConf.py
-%%PYTHON_SITELIBDIR%%/grub/LiloConf.pyc
-%%PYTHON_SITELIBDIR%%/grub/__init__.py
-%%PYTHON_SITELIBDIR%%/grub/__init__.pyc
-%%PYTHON_SITELIBDIR%%/pygrub-0.3-py%%PYTHON_VER%%.egg-info
-%%PYTHON_SITELIBDIR%%/xen-3.0-py%%PYTHON_VER%%.egg-info
-%%PYTHON_SITELIBDIR%%/xen/__init__.py
-%%PYTHON_SITELIBDIR%%/xen/__init__.pyc
-%%PYTHON_SITELIBDIR%%/xen/lowlevel/__init__.py
-%%PYTHON_SITELIBDIR%%/xen/lowlevel/__init__.pyc
-%%PYTHON_SITELIBDIR%%/xen/lowlevel/xc.so
-%%PYTHON_SITELIBDIR%%/xen/lowlevel/xs.so
 bin/pygrub
 bin/xen-detect
 bin/xencons
@@ -238,14 +17,14 @@ bin/xentrace_format
 bin/xentrace_setsize
 etc/bash_completion.d/xl.sh
 etc/rc.d/xencommons
-etc/xen/README
-etc/xen/README.incompatibilities
-etc/xen/cpupool
-etc/xen/scripts/hotplugpath.sh
-etc/xen/scripts/vif-bridge
-etc/xen/xl.conf
-etc/xen/xlexample.hvm
-etc/xen/xlexample.pvlinux
+%%ETCDIR%%/README
+%%ETCDIR%%/README.incompatibilities
+%%ETCDIR%%/cpupool
+%%ETCDIR%%/scripts/hotplugpath.sh
+%%ETCDIR%%/scripts/vif-bridge
+%%ETCDIR%%/xl.conf
+%%ETCDIR%%/xlexample.hvm
+%%ETCDIR%%/xlexample.pvlinux
 include/_libxl_list.h
 include/_libxl_types.h
 include/_libxl_types_json.h
@@ -367,12 +146,26 @@ lib/libxlutil.a
 lib/libxlutil.so
 lib/libxlutil.so.4.3
 lib/libxlutil.so.4.3.0
+%%PYTHON_SITELIBDIR%%/fsimage.so
+%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.py
+%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.pyc
+%%PYTHON_SITELIBDIR%%/grub/GrubConf.py
+%%PYTHON_SITELIBDIR%%/grub/GrubConf.pyc
+%%PYTHON_SITELIBDIR%%/grub/LiloConf.py
+%%PYTHON_SITELIBDIR%%/grub/LiloConf.pyc
+%%PYTHON_SITELIBDIR%%/grub/__init__.py
+%%PYTHON_SITELIBDIR%%/grub/__init__.pyc
+%%PYTHON_SITELIBDIR%%/pygrub-0.3-py%%PYTHON_VER%%.egg-info
+%%PYTHON_SITELIBDIR%%/xen-3.0-py%%PYTHON_VER%%.egg-info
+%%PYTHON_SITELIBDIR%%/xen/__init__.py
+%%PYTHON_SITELIBDIR%%/xen/__init__.pyc
+%%PYTHON_SITELIBDIR%%/xen/lowlevel/__init__.py
+%%PYTHON_SITELIBDIR%%/xen/lowlevel/__init__.pyc
+%%PYTHON_SITELIBDIR%%/xen/lowlevel/xc.so
+%%PYTHON_SITELIBDIR%%/xen/lowlevel/xs.so
 lib/xen/bin/libxl-save-helper
 lib/xen/bin/lsevtchn
 lib/xen/bin/pygrub
-lib/xen/bin/qemu-img
-lib/xen/bin/qemu-io
-lib/xen/bin/qemu-nbd
 lib/xen/bin/qemu-system-i386
 lib/xen/bin/readnotes
 lib/xen/bin/xen-init-dom0
@@ -417,6 +210,210 @@ sbin/xentop
 sbin/xentrace_setmask
 sbin/xenwatchdogd
 sbin/xl
+%%PORTDOCS%%%%DOCSDIR%%/README.xenmon
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/.deps
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm,hvm,save.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,callback.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,dom0_ops.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,domctl.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,elfnote.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,event_channel.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,features.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,gcov.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,grant_table.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,e820.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,hvm_info_table.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,hvm_op.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,hvm_xs_strings.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,ioreq.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,params.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,pvdrivers.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,hvm,save.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,blkif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,console.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,fbif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,fsif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,kbdif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,libxenvchan.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,netif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,pciif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,protocols.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,ring.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,tpmif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,usbif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,vscsiif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,xenbus.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,io,xs_wire.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,kexec.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,mem_event.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,memory.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,nmi.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,physdev.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,platform.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,sched.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,sysctl.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,tmem.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,trace.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,vcpu.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,version.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,xen-compat.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,xen.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,xencomm.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,xenoprof.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,xsm,flask_op.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,xen,errno.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/.deps
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,cpuid.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,hvm,save.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,xen-mca.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,xen-x86_32.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,xen.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86_32.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,callback.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,dom0_ops.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,domctl.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,elfnote.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,event_channel.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,features.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,gcov.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,grant_table.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,e820.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,hvm_info_table.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,hvm_op.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,hvm_xs_strings.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,ioreq.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,params.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,pvdrivers.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,hvm,save.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,blkif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,console.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,fbif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,fsif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,kbdif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,libxenvchan.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,netif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,pciif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,protocols.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,ring.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,tpmif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,usbif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,vscsiif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,xenbus.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,io,xs_wire.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,kexec.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,mem_event.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,memory.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,nmi.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,physdev.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,platform.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,sched.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,sysctl.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,tmem.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,trace.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,vcpu.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,version.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,xen-compat.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,xen.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,xencomm.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,xenoprof.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,xsm,flask_op.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,xen,errno.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/.deps
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,cpuid.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,hvm,save.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,xen-mca.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,xen-x86_64.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,xen.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86_64.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,callback.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,dom0_ops.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,domctl.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,elfnote.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,event_channel.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,features.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,gcov.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,grant_table.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,e820.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,hvm_info_table.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,hvm_op.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,hvm_xs_strings.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,ioreq.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,params.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,pvdrivers.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,hvm,save.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,blkif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,console.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,fbif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,fsif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,kbdif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,libxenvchan.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,netif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,pciif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,protocols.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,ring.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,tpmif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,usbif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,vscsiif.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,xenbus.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,io,xs_wire.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,kexec.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,mem_event.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,memory.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,nmi.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,physdev.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,platform.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,sched.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,sysctl.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,tmem.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,trace.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,vcpu.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,version.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,xen-compat.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,xen.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,xencomm.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,xenoprof.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,xsm,flask_op.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,xen,errno.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/man/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore-chmod.1.html
+%%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore-ls.1.html
+%%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore.1.html
+%%PORTDOCS%%%%DOCSDIR%%/html/man/xl.1.html
+%%PORTDOCS%%%%DOCSDIR%%/html/man/xl.cfg.5.html
+%%PORTDOCS%%%%DOCSDIR%%/html/man/xl.conf.5.html
+%%PORTDOCS%%%%DOCSDIR%%/html/man/xlcpupool.cfg.5.html
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/amd-ucode-container.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/channel.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/console.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/crashdb.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/distro_mapping.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/dump-core-format.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/grant-tables.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/kexec_and_kdump.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/libxl_memory.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/pci-device-reservations.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/printk-formats.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/pvh-readme.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/sedf_scheduler_mini-HOWTO.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/tscmode.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/vbd-interface.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtd.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtpm-platforms.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtpm.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtpmmgr.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/xen-error-handling.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/xenpaging.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/xenstore-ring.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/xenstore.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/xl-disk-configuration.txt
+%%PORTDOCS%%%%DOCSDIR%%/html/misc/xsm-flask.txt
 share/qemu-xen/qemu/QEMU,cgthree.bin
 share/qemu-xen/qemu/QEMU,tcx.bin
 share/qemu-xen/qemu/acpi-dsdt.aml
@@ -495,10 +492,11 @@ share/qemu-xen/qemu/vgabios-qxl.bin
 share/qemu-xen/qemu/vgabios-stdvga.bin
 share/qemu-xen/qemu/vgabios-vmware.bin
 share/qemu-xen/qemu/vgabios.bin
-@dir etc/xen/auto
+@dir %%ETCDIR%%/auto
 @dir /var/db/xen/xenpaging
 @dir /var/db/xen
 @dir /var/db/xenstored
 @dir /var/log/xen
 @dir /var/xen/dump
 @dir /var/xen
+@dir /var/run/xen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504272043.t3RKhUR5084403>