diff options
author | bouyer <bouyer@pkgsrc.org> | 2011-10-26 13:39:48 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2011-10-26 13:39:48 +0000 |
commit | 004bd0f5b47cb19a5e70868b4cc478321968a44d (patch) | |
tree | 672cdb353fe98f024589d27b5c92d45d3d1cfda8 | |
parent | bca3727fca9e63760ebf535cf5f984f8472b78e3 (diff) | |
download | pkgsrc-004bd0f5b47cb19a5e70868b4cc478321968a44d.tar.gz |
Re-add patch-dd and patch-de, without them it doesn't package properly.
Without these patches, config and sample files are installed in
${PREFIX}/etc/xen instead of ${PREFIX}/share/example/xen/
-rw-r--r-- | sysutils/xentools41/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xentools41/patches/patch-dd | 11 | ||||
-rw-r--r-- | sysutils/xentools41/patches/patch-de | 11 |
3 files changed, 25 insertions, 1 deletions
diff --git a/sysutils/xentools41/distinfo b/sysutils/xentools41/distinfo index 2ecf4b69715..718d7f59159 100644 --- a/sysutils/xentools41/distinfo +++ b/sysutils/xentools41/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2011/10/21 18:27:21 cegger Exp $ +$NetBSD: distinfo,v 1.11 2011/10/26 13:39:48 bouyer Exp $ SHA1 (ipxe-git-v1.0.0.tar.gz) = da052c8de5f3485fe0253c19cf52ed6d72528485 RMD160 (ipxe-git-v1.0.0.tar.gz) = dcd9b6eaafa1ce05c1ebf2a15f2f73ad7a8c5547 @@ -32,5 +32,7 @@ SHA1 (patch-ch) = 84e816c95167828314ef901e324772249a407c41 SHA1 (patch-da) = 1a7ecd9536340deac2945786b9faae55680525ca SHA1 (patch-db) = 4766f9925462023332793bcea4321072758e289d SHA1 (patch-dc) = d860fe3725978227278d58f09e7d5157001e463e +SHA1 (patch-dd) = e66d9cc0028ba922b050fc142862b4095cd018f3 +SHA1 (patch-de) = fae94b61a430a1a7dd98c9a6a04e4513824c6d8d SHA1 (patch-qemu-phy-devices) = fef90e50ef0a58db2f2b49b6c23218f371791de5 SHA1 (patch-xenstore_Makefile) = 4fa0ed7b76a96011c3cca9c5017be4b5151489f7 diff --git a/sysutils/xentools41/patches/patch-dd b/sysutils/xentools41/patches/patch-dd new file mode 100644 index 00000000000..b32e08c243f --- /dev/null +++ b/sysutils/xentools41/patches/patch-dd @@ -0,0 +1,11 @@ +$NetBSD: patch-dd,v 1.3 2011/10/26 13:39:49 bouyer Exp $ + +--- ../tools/examples/Makefile.orig 2011-10-20 19:05:41.000000000 +0200 ++++ ../tools/examples/Makefile 2011-10-26 13:55:46.000000000 +0200 +@@ -1,5 +1,6 @@ + XEN_ROOT = $(CURDIR)/../.. + include $(XEN_ROOT)/tools/Rules.mk ++XEN_CONFIG_DIR=${EGDIR} + + # Init scripts. + XEND_INITD = init.d/xend diff --git a/sysutils/xentools41/patches/patch-de b/sysutils/xentools41/patches/patch-de new file mode 100644 index 00000000000..8fe1dc8cd15 --- /dev/null +++ b/sysutils/xentools41/patches/patch-de @@ -0,0 +1,11 @@ +$NetBSD: patch-de,v 1.3 2011/10/26 13:39:49 bouyer Exp $ + +--- ../tools/hotplug/common/Makefile.orig 2011-10-20 19:05:42.000000000 +0200 ++++ ../tools/hotplug/common/Makefile 2011-10-26 13:57:09.000000000 +0200 +@@ -1,5 +1,6 @@ + XEN_ROOT = $(CURDIR)/../../.. + include $(XEN_ROOT)/tools/Rules.mk ++XEN_SCRIPT_DIR = ${EGDIR}/scripts + + HOTPLUGPATH="hotplugpath.sh" + |