net-dns/mydns: Fix compilation (bug #526964)
authorSebastian Pipping <sping@gentoo.org>
Thu, 13 Aug 2015 21:25:26 +0000 (23:25 +0200)
committerSebastian Pipping <sping@gentoo.org>
Thu, 13 Aug 2015 21:26:08 +0000 (23:26 +0200)
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
net-dns/mydns/files/mydns-1.2.8.31-texinfo.patch [new file with mode: 0644]
net-dns/mydns/mydns-1.2.8.31.ebuild

diff --git a/net-dns/mydns/files/mydns-1.2.8.31-texinfo.patch b/net-dns/mydns/files/mydns-1.2.8.31-texinfo.patch
new file mode 100644 (file)
index 0000000..7b6b3d1
--- /dev/null
@@ -0,0 +1,30 @@
+From d341ad19c32777757d2ade6dc8c096a8d14dfb77 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping <sebastian@pipping.org>
+Date: Thu, 13 Aug 2015 23:10:29 +0200
+Subject: [PATCH] Fix texinfo compilation
+
+Error was:
+./fdl.texi:371: raising the section level of @appendixsubsec which is too low
+
+Applying idea from
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708589
+---
+ doc/fdl.texi | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/fdl.texi b/doc/fdl.texi
+index a497bba..fc801a8 100644
+--- a/doc/fdl.texi
++++ b/doc/fdl.texi
+@@ -368,7 +368,7 @@ as a draft) by the Free Software Foundation.
+ @end enumerate
+ @page
+-@appendixsubsec ADDENDUM: How to use this License for your documents
++@appendixsec ADDENDUM: How to use this License for your documents
+ To use this License in a document you have written, include a copy of
+ the License in the document and put the following copyright and
+-- 
+2.5.0
+
index f415cff53f8e141e070f9070abdfa01c02f48c8b..52e131e31f1d9cf4cd1ba26fedce456bd6c0920e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,6 +29,7 @@ REQUIRED_USE="^^ ( mysql postgres )"
 src_prepare() {
        epatch "${FILESDIR}/${PN}-1.2.8.27-m4.patch"
        eautoreconf
+       epatch "${FILESDIR}/${P}-texinfo.patch"
 }
 
 src_configure() {