commit:     6b17db6bcc1017685e69ac46114f02280f7457a9
Author:     Garrett Holmstrom <gholms <AT> devzero <DOT> com>
AuthorDate: Wed Apr  6 18:15:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 02:18:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b17db6b

app-text/docbook-sgml-utils: Fix prefix patch

`docbook-utils-0.6.14-prefix.patch` doesn't work because
we're applying it with `-p1` and its file names lack top-level
directories, so in this patch we add some to fix that.

Signed-off-by: Garrett Holmstrom <gholms <AT> devzero.com>
Closes: https://github.com/gentoo/gentoo/pull/24933
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/docbook-utils-0.6.14-prefix.patch          | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch 
b/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch
index 29906c2046ad..3aa8d0ae3d1d 100644
--- a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch
+++ b/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch
@@ -1,5 +1,5 @@
---- doc/HTML/Makefile.am~      2007-10-08 04:13:04 +0200
-+++ doc/HTML/Makefile.am       2007-10-08 04:13:34 +0200
+--- docbook-utils-0.6.14/doc/HTML/Makefile.am~ 2007-10-08 04:13:04 +0200
++++ docbook-utils-0.6.14/doc/HTML/Makefile.am  2007-10-08 04:13:34 +0200
 @@ -23,7 +23,7 @@
                $(top_srcdir)/doc/refentry/docbook2texi-spec.pl.sgml \
                $(top_srcdir)/doc/refentry/frontend-spec.sgml \
@@ -9,8 +9,8 @@
        SGML_SEARCH_PATH=$(top_srcdir):$(top_srcdir)/doc:.. \
                jade -t sgml -i html -d $(top_srcdir)/docbook-utils.dsl\#html \
                        -V '%use-id-as-filename%' $<
---- doc/man/Makefile.am~       2007-10-08 04:14:16 +0200
-+++ doc/man/Makefile.am        2007-10-08 04:14:29 +0200
+--- docbook-utils-0.6.14/doc/man/Makefile.am~  2007-10-08 04:14:16 +0200
++++ docbook-utils-0.6.14/doc/man/Makefile.am   2007-10-08 04:14:29 +0200
 @@ -10,7 +10,7 @@
  
  $(man1_MANS) $(man7_MANS): $(top_srcdir)/doc/docbook-utils.sgml \
@@ -20,8 +20,8 @@
        SGML_SEARCH_PATH=$(top_srcdir)/doc:.. \
                nsgmls $< | \
                sgmlspl $(top_srcdir)/helpers/docbook2man-spec.pl
---- bin/jw.in~ 2007-10-08 04:27:18 +0200
-+++ bin/jw.in  2007-10-08 04:28:40 +0200
+--- docbook-utils-0.6.14/bin/jw.in~    2007-10-08 04:27:18 +0200
++++ docbook-utils-0.6.14/bin/jw.in     2007-10-08 04:28:40 +0200
 @@ -63,7 +63,7 @@
  then
    SGML_CONF=`sgmlwhich`
@@ -40,8 +40,8 @@
  if [ -f "$SGML_CONF" ]
  then
    RE='^[:space:]*SGML_BASE_DIR[:space:]*=[:space:]*'
---- backends/txt~      2007-10-08 04:59:59 +0200
-+++ backends/txt       2007-10-08 05:00:52 +0200
+--- docbook-utils-0.6.14/backends/txt~ 2007-10-08 04:59:59 +0200
++++ docbook-utils-0.6.14/backends/txt  2007-10-08 05:00:52 +0200
 @@ -2,21 +2,21 @@
  # Send any comments to Eric Bischoff <[email protected]>
  # This program is under GPL license. See LICENSE file for details.
@@ -72,8 +72,8 @@
    ARGS="-dump"
  else
    echo >&2 "No way to convert HTML to text found."
---- configure.in~      2004-02-11 15:14:15 +0100
-+++ configure.in       2007-10-14 10:40:51 +0200
+--- docbook-utils-0.6.14/configure.in~ 2004-02-11 15:14:15 +0100
++++ docbook-utils-0.6.14/configure.in  2007-10-14 10:40:51 +0200
 @@ -20,11 +20,11 @@
  AC_SUBST(docdir)
  

Reply via email to