head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.26 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.24 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.22 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.18 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.8 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.2.0.4 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.1.1.1.0.2 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2007.06.14.19.44.49; author bouyer; state dead; branches; next 1.3; 1.3 date 2007.04.28.17.14.50; author bouyer; state Exp; branches; next 1.2; 1.2 date 2006.10.19.22.57.13; author bouyer; state Exp; branches; next 1.1; 1.1 date 2006.07.02.16.49.31; author bouyer; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.07.02.16.49.31; author bouyer; state Exp; branches; next ; desc @@ 1.4 log @Renamed xen*30 to xen*3 @ text @$NetBSD: patch-aa,v 1.3 2007/04/28 17:14:50 bouyer Exp $ --- Makefile.orig 2007-01-08 16:00:46.000000000 +0100 +++ Makefile 2007-04-25 18:22:10.000000000 +0200 @@@@ -5,27 +5,18 @@@@ SUBDIRS-y += libxc SUBDIRS-y += xenstore SUBDIRS-y += misc -SUBDIRS-y += examples -SUBDIRS-y += xentrace SUBDIRS-$(CONFIG_XCUTILS) += xcutils -SUBDIRS-$(CONFIG_X86) += firmware SUBDIRS-y += security SUBDIRS-y += console -SUBDIRS-y += xenmon -SUBDIRS-y += guest-headers SUBDIRS-$(VTPM_TOOLS) += vtpm_manager SUBDIRS-$(VTPM_TOOLS) += vtpm SUBDIRS-y += xenstat -SUBDIRS-y += libaio -SUBDIRS-y += blktap -SUBDIRS-y += libfsimage SUBDIRS-$(XENFB_TOOLS) += xenfb SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen # These don't cross-compile ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) SUBDIRS-y += python -SUBDIRS-y += pygrub endif .PHONY: all @@@@ -33,34 +24,27 @@@@ @@set -e; for subdir in $(SUBDIRS-y); do \ $(MAKE) -C $$subdir $@@; \ done - $(MAKE) ioemu .PHONY: install install: check @@set -e; for subdir in $(SUBDIRS-y); do \ $(MAKE) -C $$subdir $@@; \ done - $(MAKE) ioemuinstall - $(INSTALL_DIR) -p $(DESTDIR)/var/xen/dump - $(INSTALL_DIR) -p $(DESTDIR)/var/log/xen .PHONY: clean clean: check_clean @@set -e; for subdir in $(SUBDIRS-y); do \ $(MAKE) -C $$subdir $@@; \ done - $(MAKE) ioemuclean .PHONY: distclean distclean: clean .PHONY: check check: - $(MAKE) -C check .PHONY: check_clean check_clean: - $(MAKE) -C check clean .PHONY: ioemu ioemuinstall ioemuclean ifeq ($(CONFIG_IOEMU),y) @ 1.3 log @Update xen 3.0 packages to 3.0.4. pksgrc changes: install man pages for xm, xend-config.sxp and xmdomain.cfg. Should fix pkg/36190. Main changes: This is largely an opportunistic stabilising release for HVM guests, due to the large amount of work in that area of the code since 3.0.3. These enhancements have in particular improved support for SMP and ACPI Linux and Windows operating systems. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2006/10/19 22:57:13 bouyer Exp $ @ 1.2 log @Update to 3.0.3. I don't have a comprehensive list of changes, only "many new features". One looks promising: - a new easy-to-use CPU scheduler which includes weights, caps, and automatic SMP load-balancing; pkgsrc changes: - remove patches against unused files - add a netbsd-specific example with verbose comments - add a vif script for ip-routing based setups @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $ d3 3 a5 3 --- Makefile.orig 2006-10-04 04:27:58.000000000 +0200 +++ Makefile 2006-10-17 00:20:51.000000000 +0200 @@@@ -5,24 +5,16 @@@@ d22 3 d33 1 a33 1 @@@@ -30,34 +22,27 @@@@ d67 1 a67 1 ifdef CONFIG_IOEMU @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 20 a22 19 --- Makefile.orig 2006-01-31 17:09:20.000000000 +0100 +++ Makefile @@@@ -5,23 +5,18 @@@@ SUBDIRS := SUBDIRS += libxc SUBDIRS += xenstore SUBDIRS += misc -SUBDIRS += examples -SUBDIRS += xentrace SUBDIRS += xcutils SUBDIRS += firmware SUBDIRS += security SUBDIRS += console -SUBDIRS += xenmon -SUBDIRS += guest-headers ifeq ($(VTPM_TOOLS),y) SUBDIRS += vtpm_manager SUBDIRS += vtpm endif SUBDIRS += xenstat d25 2 a26 2 SUBDIRS += python -SUBDIRS += pygrub d29 25 a53 3 .PHONY: all install clean check check_clean ioemu eioemuinstall ioemuclean @@@@ -45,15 +39,13 @@@@ clean: check_clean $(MAKE) ioemuclean d55 1 d59 1 d63 2 a64 8 ifndef XEN_NO_IOEMU ioemu ioemuinstall ioemuclean: [ -f ioemu/config-host.h ] || \ - (cd ioemu; ./configure --prefix=usr) + (cd ioemu; ./configure --prefix=$(PREFIX)) $(MAKE) -C ioemu $(patsubst ioemu%,%,$@@) else ioemu ioemuinstall ioemuclean: @ 1.1.1.1 log @Initial import of a packages for Xen 3.0 domain0 tools. @ text @@