summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-12-13 13:37:49 +0000
committerwiz <wiz@pkgsrc.org>2010-12-13 13:37:49 +0000
commit872e75c8b2e7d0cb81d679f5556ceff3fe4433cf (patch)
tree1a3d7cfc129c1ec312b48c52e4c4ba9d7d4dcf67 /sysutils
parent9653fd3fdaf3ab1d100ffd8de340cd23c40f2e75 (diff)
downloadpkgsrc-872e75c8b2e7d0cb81d679f5556ceff3fe4433cf.tar.gz
Fix compatibility with texi2html-5.0.
Problem reported by Sad Clouds on pkgsrc-users.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xentools33/distinfo5
-rw-r--r--sysutils/xentools33/patches/patch-al15
-rw-r--r--sysutils/xentools33/patches/patch-fd15
3 files changed, 31 insertions, 4 deletions
diff --git a/sysutils/xentools33/distinfo b/sysutils/xentools33/distinfo
index 908cb6969d0..bd3e264bb44 100644
--- a/sysutils/xentools33/distinfo
+++ b/sysutils/xentools33/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2010/10/30 20:06:52 tnn Exp $
+$NetBSD: distinfo,v 1.22 2010/12/13 13:37:49 wiz Exp $
SHA1 (xen-3.3.2.tar.gz) = 7f438e73ac81b25cf5e1570709e87001066bafe4
RMD160 (xen-3.3.2.tar.gz) = 28faa56286f2a418e35dcba6079570ea871d6c7b
@@ -14,6 +14,7 @@ SHA1 (patch-ah) = cc8d95c73d7f4a08f311e8417d26f53ffd010549
SHA1 (patch-ai) = 0906a5ec3a7450fc987b01289e2560e60966d00d
SHA1 (patch-aj) = 64c87cd4d1d22af745043bc66b4fbab884920278
SHA1 (patch-ak) = 17deee0790c25513efe15656389905658a9adaa5
+SHA1 (patch-al) = fc25048cf5bdf7d293f0f634890620576d8f4b11
SHA1 (patch-ba) = e1ac8768dd1676262309b422799adde7f151b3e2
SHA1 (patch-bb) = dacb9f95908c07c066d5a7c3ceff8a3c10537d27
SHA1 (patch-bc) = ea31de81114f52dd9d06f2510c1555d641570784
@@ -48,7 +49,7 @@ SHA1 (patch-eg) = 84e816c95167828314ef901e324772249a407c41
SHA1 (patch-fa) = b4a4b7334357ebcd1646886c18c9772e8b9ae765
SHA1 (patch-fb) = 22a07628566b43aa786c410927d29a283e8cf141
SHA1 (patch-fc) = d5afc1a1e16f26203a5615142efda8fade48b371
-SHA1 (patch-fd) = cb4741bf33050d72cfbcd2eff4a8632d976de643
+SHA1 (patch-fd) = 619b865b2f17814e6e62ebab21de9183474dd075
SHA1 (patch-fe) = 85d42672766fe8ce2dc7f745938722710c6ee5a3
SHA1 (patch-ff) = 6ff97fa4f34f29c276e4aaab4b4db9ccf7b09957
SHA1 (patch-fg) = 913295d341c1dd5bf4d1ef78f27520920f138d4c
diff --git a/sysutils/xentools33/patches/patch-al b/sysutils/xentools33/patches/patch-al
new file mode 100644
index 00000000000..1c300d6a1b2
--- /dev/null
+++ b/sysutils/xentools33/patches/patch-al
@@ -0,0 +1,15 @@
+$NetBSD: patch-al,v 1.1 2010/12/13 13:37:49 wiz Exp $
+
+Compatibility fix for texi2html-5.0.
+
+--- ioemu-qemu-xen/Makefile.orig 2009-08-04 14:53:20.000000000 +0000
++++ ioemu-qemu-xen/Makefile
+@@ -237,7 +237,7 @@ cscope:
+
+ # documentation
+ %.html: %.texi
+- texi2html -monolithic -number $<
++ texi2html -monolithic -number-sections $<
+
+ %.info: %.texi
+ makeinfo $< -o $@
diff --git a/sysutils/xentools33/patches/patch-fd b/sysutils/xentools33/patches/patch-fd
index 5b72a02ae96..41f5efe0112 100644
--- a/sysutils/xentools33/patches/patch-fd
+++ b/sysutils/xentools33/patches/patch-fd
@@ -1,6 +1,8 @@
-$NetBSD: patch-fd,v 1.2 2008/09/30 15:08:34 joerg Exp $
+$NetBSD: patch-fd,v 1.3 2010/12/13 13:37:49 wiz Exp $
---- ioemu/Makefile.orig 2008-08-22 11:49:08.000000000 +0200
+Last chunk: Compatibility fix for texi2html-5.0.
+
+--- ioemu/Makefile.orig 2009-08-06 12:56:33.000000000 +0000
+++ ioemu/Makefile
@@ -44,10 +44,11 @@ subdir-%:
@@ -53,3 +55,12 @@ $NetBSD: patch-fd,v 1.2 2008/09/30 15:08:34 joerg Exp $
done
endif
for d in $(TARGET_DIRS); do \
+@@ -118,7 +119,7 @@ cscope:
+
+ # documentation
+ %.html: %.texi
+- texi2html -monolithic -number $<
++ texi2html -monolithic -number-sections $<
+
+ %.info: %.texi
+ makeinfo $< -o $@