From e70eb77fc20f81cc8f1ce7e84c7294eea4b1c532 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 13 Aug 2015 23:25:26 +0200 Subject: net-dns/mydns: Fix compilation (bug #526964) Signed-off-by: Sebastian Pipping --- 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(-) create mode 100644 net-dns/mydns/files/mydns-1.2.8.31-texinfo.patch (limited to 'net-dns') 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 000000000000..7b6b3d1a5aa3 --- /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 +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 f415cff53f8e..52e131e31f1d 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() { -- cgit v1.2.3