From b8a4be9e71e9a8768cfa344b64bae186690a5fb1 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 11 Jan 2019 21:03:45 +0000 Subject: user/docbook2x: new package --- user/docbook2x/sourceforge-url.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 user/docbook2x/sourceforge-url.patch (limited to 'user/docbook2x/sourceforge-url.patch') diff --git a/user/docbook2x/sourceforge-url.patch b/user/docbook2x/sourceforge-url.patch new file mode 100644 index 000000000..d6fd4a44a --- /dev/null +++ b/user/docbook2x/sourceforge-url.patch @@ -0,0 +1,19 @@ +## Ondrej Certik reported a resolver issue: http://bugs.debian.org/418703. +## The error seems to be caused by using the abbreviated sf.net URLs. + +diff -urNad docbook2x-0.8.8~/perl/db2x_xsltproc.pl docbook2x-0.8.8/perl/db2x_xsltproc.pl +--- docbook2x-0.8.8~/perl/db2x_xsltproc.pl 2004-08-18 16:21:52.000000000 +0200 ++++ docbook2x-0.8.8/perl/db2x_xsltproc.pl 2007-04-12 16:07:20.000000000 +0200 +@@ -110,10 +110,10 @@ + + if($options->{'stylesheet'} eq 'texi') { + $options->{'stylesheet'} = +- "http://docbook2x.sf.net/latest/xslt/texi/docbook.xsl"; ++ "http://docbook2x.sourceforge.net/latest/xslt/texi/docbook.xsl"; + } elsif($options->{'stylesheet'} eq 'man') { + $options->{'stylesheet'} = +- "http://docbook2x.sf.net/latest/xslt/man/docbook.xsl"; ++ "http://docbook2x.sourceforge.net/latest/xslt/man/docbook.xsl"; + } + + if(scalar(@argv) != 1) { -- cgit v1.2.3-60-g2f50