commit:     e70eb77fc20f81cc8f1ce7e84c7294eea4b1c532
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 21:25:26 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 21:26:08 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70eb77f

net-dns/mydns: Fix compilation (bug #526964)

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 net-dns/mydns/files/mydns-1.2.8.31-texinfo.patch | 30 ++++++++++++++++++++++++
 net-dns/mydns/mydns-1.2.8.31.ebuild              |  3 ++-
 2 files changed, 32 insertions(+), 1 deletion(-)

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
index 0000000..7b6b3d1
--- /dev/null
+++ b/net-dns/mydns/files/mydns-1.2.8.31-texinfo.patch
@@ -0,0 +1,30 @@
+From d341ad19c32777757d2ade6dc8c096a8d14dfb77 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping <sebast...@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
+

diff --git a/net-dns/mydns/mydns-1.2.8.31.ebuild 
b/net-dns/mydns/mydns-1.2.8.31.ebuild
index f415cff..52e131e 100644
--- a/net-dns/mydns/mydns-1.2.8.31.ebuild
+++ b/net-dns/mydns/mydns-1.2.8.31.ebuild
@@ -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() {

Reply via email to