summaryrefslogtreecommitdiff
path: root/sysutils/xentools41
diff options
context:
space:
mode:
authortnn <tnn>2011-05-07 16:55:58 +0000
committertnn <tnn>2011-05-07 16:55:58 +0000
commitd0bc4886438422bc70e01f9f347d62b57b37b94c (patch)
treea624ce1e4445f30819893085c94eceac9c781486 /sysutils/xentools41
parentb6f88bf97592297f6d599972e9f02338e4238524 (diff)
downloadpkgsrc-d0bc4886438422bc70e01f9f347d62b57b37b94c.tar.gz
Override texi2html & pod2man detection so that manpages belonging to
emulators/qemu don't get spuriously overwritten during install.
Diffstat (limited to 'sysutils/xentools41')
-rw-r--r--sysutils/xentools41/distinfo4
-rw-r--r--sysutils/xentools41/patches/patch-da19
2 files changed, 16 insertions, 7 deletions
diff --git a/sysutils/xentools41/distinfo b/sysutils/xentools41/distinfo
index 1c5c50b21b6..12be4de7fa6 100644
--- a/sysutils/xentools41/distinfo
+++ b/sysutils/xentools41/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2011/05/02 20:32:27 abs Exp $
+$NetBSD: distinfo,v 1.4 2011/05/07 16:55:58 tnn Exp $
SHA1 (ipxe-git-v1.0.0.tar.gz) = da052c8de5f3485fe0253c19cf52ed6d72528485
RMD160 (ipxe-git-v1.0.0.tar.gz) = dcd9b6eaafa1ce05c1ebf2a15f2f73ad7a8c5547
@@ -29,7 +29,7 @@ SHA1 (patch-ce) = 613f4c4605af860e5f88b68c49a0e7870ba6ecde
SHA1 (patch-cf) = c8740b1c9cfac686f2e4e32c7613b5f02206459d
SHA1 (patch-cg) = 119029fda1d4ecee90d0a108151596cb3ef0ec74
SHA1 (patch-ch) = 84e816c95167828314ef901e324772249a407c41
-SHA1 (patch-da) = 80a609a9ae050122a6b5b65b9798f5e29bec13a4
+SHA1 (patch-da) = 1a7ecd9536340deac2945786b9faae55680525ca
SHA1 (patch-db) = 4766f9925462023332793bcea4321072758e289d
SHA1 (patch-dc) = d860fe3725978227278d58f09e7d5157001e463e
SHA1 (patch-xm-test_ramdisk_make-release.sh) = 0844f1e022182d91dc04df552828820f4c946b5f
diff --git a/sysutils/xentools41/patches/patch-da b/sysutils/xentools41/patches/patch-da
index 161d1793033..9542ede52e7 100644
--- a/sysutils/xentools41/patches/patch-da
+++ b/sysutils/xentools41/patches/patch-da
@@ -1,8 +1,17 @@
-$NetBSD: patch-da,v 1.1.1.1 2011/04/06 09:10:27 cegger Exp $
+$NetBSD: patch-da,v 1.2 2011/05/07 16:55:58 tnn Exp $
---- ioemu-qemu-xen/configure.orig 2011-02-11 18:54:51.000000000 +0100
-+++ ioemu-qemu-xen/configure 2011-03-31 16:50:40.000000000 +0200
-@@ -1124,7 +1124,7 @@
+--- ioemu-qemu-xen/configure.orig 2011-02-11 17:54:51.000000000 +0000
++++ ioemu-qemu-xen/configure
+@@ -1089,7 +1089,7 @@ fi
+ # Check if tools are available to build documentation.
+ if [ -x "`which texi2html 2>/dev/null`" ] && \
+ [ -x "`which pod2man 2>/dev/null`" ]; then
+- build_docs="yes"
++# build_docs="yes"
+ fi
+
+ ##########################################
+@@ -1124,7 +1124,7 @@ else
if test -z "$prefix" ; then
prefix="/usr/local"
fi
@@ -11,7 +20,7 @@ $NetBSD: patch-da,v 1.1.1.1 2011/04/06 09:10:27 cegger Exp $
datasuffix="/share/qemu"
docsuffix="/share/doc/qemu"
binsuffix="/bin"
-@@ -1215,6 +1215,9 @@
+@@ -1215,6 +1215,9 @@ echo "docdir=\${prefix}$docsuffix" >> $c
echo "#define CONFIG_QEMU_SHAREDIR \"$prefix$datasuffix\"" >> $config_h
echo "MAKE=$make" >> $config_mak
echo "INSTALL=$install" >> $config_mak