head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.26 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.24 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.22 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.20 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.18 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.16 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.14 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.12 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.10 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.8 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.6 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.4 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.2 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.1.1.1.0.4 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-2006Q4:1.1.1.1.0.2 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2007.06.14.19.45.04; author bouyer; state dead; branches; next 1.2; 1.2 date 2007.04.28.17.14.54; author bouyer; state Exp; branches; next 1.1; 1.1 date 2006.10.19.22.58.21; author bouyer; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.10.19.22.58.21; author bouyer; state Exp; branches; next ; desc @@ 1.3 log @Renamed xen*30 to xen*3 @ text @$NetBSD: patch-ay,v 1.2 2007/04/28 17:14:54 bouyer Exp $ --- ioemu/Makefile.orig 2007-04-26 21:45:35.000000000 +0200 +++ ioemu/Makefile 2007-04-26 21:49:09.000000000 +0200 @@@@ -72,7 +72,7 @@@@ endif install: all $(if $(BUILD_DOCS),install-doc) - mkdir -p "$(DESTDIR)$(bindir)" + $(BSD_INSTALL_PROGRAM_DIR) "$(bindir)" # $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)" # mkdir -p "$(DESTDIR)$(datadir)" # for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ @@@@ -80,9 +80,9 @@@@ # $(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \ # done ifndef CONFIG_WIN32 - mkdir -p "$(DESTDIR)$(datadir)/keymaps" + $(BSD_INSTALL_DATA_DIR) "$(datadir)/keymaps" for x in $(KEYMAPS); do \ - $(INSTALL) -m 644 $(SRC_PATH)/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \ + $(BSD_INSTALL_DATA) $(SRC_PATH)/keymaps/$$x "$(datadir)/keymaps"; \ done endif for d in $(TARGET_DIRS); do \ @ 1.2 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-ay,v 1.1.1.1 2006/10/19 22:58:21 bouyer Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 23 a25 26 --- ioemu/patches/xen-build.orig 2006-10-04 04:28:11.000000000 +0200 +++ ioemu/patches/xen-build 2006-10-18 17:57:53.000000000 +0200 @@@@ -139,7 +139,7 @@@@ ifeq ($(ARCH),alpha) # Mark as 32 bit binary, i. e. it will be mapped into the low 31 bit of # the address space (31 bit so sign extending doesn't matter) -@@@@ -528,10 +541,16 @@@@ +@@@@ -528,10 +541,14 @@@@ clean: rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o @@@@ -147,12 +147,10 @@@@ + rm -rf config.mak config.h + install: all -+ mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(configdir)" ++ $(BSD_INSTALL_PROGRAM_DIR) $(INSTALL_DIR) ifneq ($(PROGS),) - $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)" + $(BSD_INSTALL_PROGRAM) $(PROGS) $(INSTALL_DIR) endif -+ install -m 755 $(TARGET_PATH)/qemu-dm.debug "$(DESTDIR)$(bindir)" -+ install -m 755 $(TARGET_PATH)/qemu-ifup "$(DESTDIR)$(configdir)" ifneq ($(wildcard .depend),) include .depend @ 1.1.1.1 log @Import a xentools30-hvm package, version 3.0.3 The Xen virtual machine monitor allows running several virtual machines on a single physical machine. The xentools30-vmx package contains additionnal tools to xentools30 to run unmodified guests using the Intel VT or AMD VMX extentions. @ text @@