From fcd2172314f592e285ae2cbf97e05ce3b2f9a070 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 18 Nov 2005 05:30:11 +0000 Subject: Version bump thanks to Christian Heim #112819. Package-Manager: portage-2.0.53_rc7 --- sys-apps/groff/files/digest-groff-1.19.2 | 1 + sys-apps/groff/files/groff-1.19.2-infoext.patch | 86 ++++++++++++++++++++++ .../groff/files/groff-1.19.2-parallel-make.patch | 26 +++++++ 3 files changed, 113 insertions(+) create mode 100644 sys-apps/groff/files/digest-groff-1.19.2 create mode 100644 sys-apps/groff/files/groff-1.19.2-infoext.patch create mode 100644 sys-apps/groff/files/groff-1.19.2-parallel-make.patch (limited to 'sys-apps/groff/files') diff --git a/sys-apps/groff/files/digest-groff-1.19.2 b/sys-apps/groff/files/digest-groff-1.19.2 new file mode 100644 index 000000000000..6563e3675d4e --- /dev/null +++ b/sys-apps/groff/files/digest-groff-1.19.2 @@ -0,0 +1 @@ +MD5 f7c9cf2e4b9967d3af167d7c9fadaae4 groff-1.19.2.tar.gz 2903263 diff --git a/sys-apps/groff/files/groff-1.19.2-infoext.patch b/sys-apps/groff/files/groff-1.19.2-infoext.patch new file mode 100644 index 000000000000..af97236683f6 --- /dev/null +++ b/sys-apps/groff/files/groff-1.19.2-infoext.patch @@ -0,0 +1,86 @@ +2005-11-17 Mike Frysinger + + * doc/Makefile.in: Rename groff info page to 'groff.info'. + * doc/Makefile.sub: Likewise. + * doc/groff.texinfo: Likewise. + +--- doc/Makefile.in ++++ doc/Makefile.in +@@ -113,7 +113,7 @@ prepare_examples: grnexmpl.g groff.css + test -f grnexmpl.g || cp $(srcdir)/grnexmpl.g . + test -f groff.css || cp $(srcdir)/groff.css . + +-groff: groff.texinfo ++groff.info: groff.texinfo + $(MAKEINFO) --enable-encoding -I$(srcdir) $(srcdir)/groff.texinfo + + gnu.eps: gnu.xpm +--- doc/Makefile.sub ++++ doc/Makefile.sub +@@ -118,7 +118,7 @@ CLEANNOTSRCDIRADD=\ + $(GROFF) -Tps -ms -mwww >$@ + + +-all: groff $(PROCESSEDDOCFILES) prepare_examples \ ++all: groff.info $(PROCESSEDDOCFILES) prepare_examples \ + $(PROCESSEDEXAMPLEFILES) $(make_html) + + html: $(HTMLDOCFILES) $(HTMLEXAMPLEFILES) +@@ -137,7 +137,7 @@ examples.stamp: grnexmpl.g groff.css gnu + fi + echo timestamp > $@ + +-groff: groff.texinfo ++groff.info: groff.texinfo + $(MAKEINFO) --enable-encoding -I$(srcdir) $(srcdir)/groff.texinfo + + gnu.eps: gnu.xpm +@@ -157,20 +157,20 @@ webpage.ps: gnu.eps + + grnexmpl.ps: grnexmpl.me grnexmpl.g + +-distfiles: groff gnu.eps gnu.png ++distfiles: groff.info gnu.eps gnu.png + +-install_data: groff $(DOCFILES) $(PROCESSEDDOCFILES) $(make_install_html) \ ++install_data: groff.info $(DOCFILES) $(PROCESSEDDOCFILES) $(make_install_html) \ + $(EXAMPLEFILES) $(PROCESSEDEXAMPLEFILES) + -test -d $(infodir) || $(mkinstalldirs) $(infodir) + # Prefer info files in builddir over srcdir; we test for +-# the existence of `groff'. ++# the existence of `groff.info'. + d=.; \ +- test -f "groff" || d=$(srcdir); \ +- for f in $$d/groff `ls $$d/groff-*`; do \ +- rm -f $(infodir)/`basename $$f`; \ +- $(INSTALL_DATA) $$f $(infodir)/`basename $$f`; \ ++ test -f "groff.info" || d=$(srcdir); \ ++ for f in $$d/groff.info `ls $$d/groff.info*`; do \ ++ rm -f $(infodir)/$$f; \ ++ $(INSTALL_DATA) $$f $(infodir)/$$f; \ + done +- $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/groff ++ $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/groff.info + -test -d $(docdir) || $(mkinstalldirs) $(docdir) + for f in $(DOCFILES); do \ + rm -f $(docdir)/$$f; \ +@@ -212,7 +212,7 @@ uninstall_sub: + -for f in groff `ls groff-*`; do \ + rm -f $(infodir)/$$f; \ + done +- $(INSTALL_INFO) --remove --info-dir=$(infodir) $(infodir)/groff ++ $(INSTALL_INFO) --remove --info-dir=$(infodir) $(infodir)/groff.info + -for f in $(DOCFILES) $(PROCESSEDDOCFILES); do \ + rm -f $(docdir)/$$f; \ + done +--- doc/groff.texinfo ++++ doc/groff.texinfo +@@ -8,7 +8,7 @@ + @c + + @c %**start of header (This is for running Texinfo on a region.) +-@setfilename groff ++@setfilename groff.info + @settitle The GNU Troff Manual + @setchapternewpage odd + @footnotestyle separate diff --git a/sys-apps/groff/files/groff-1.19.2-parallel-make.patch b/sys-apps/groff/files/groff-1.19.2-parallel-make.patch new file mode 100644 index 000000000000..5a7b6758be25 --- /dev/null +++ b/sys-apps/groff/files/groff-1.19.2-parallel-make.patch @@ -0,0 +1,26 @@ +--- groff-1.19.2/Makefile.in ++++ groff-1.19.2/Makefile.in +@@ -600,3 +600,3 @@ + +-$(LIBDIRS): FORCE ++$(LIBDIRS): FORCE $(INCDIRS) $(PROGDEPDIRS) + @$(ENVSETUP); \ +@@ -616,3 +616,3 @@ + +-$(CPROGDIRS): FORCE ++$(CPROGDIRS): FORCE $(LIBDIRS) + @$(ENVSETUP); \ +@@ -632,3 +632,3 @@ + +-$(CCPROGDIRS): FORCE ++$(CCPROGDIRS): FORCE $(LIBDIRS) + @$(ENVSETUP); \ +@@ -648,3 +648,3 @@ + +-$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE ++$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE $(PROGDIRS) + @$(ENVSETUP); \ +@@ -662,2 +662,3 @@ + ++$(OTHERDIRS): $(PROGDIRS) + $(INCDIRS) $(PROGDEPDIRS) $(OTHERDIRS): FORCE -- cgit v1.2.3-65-gdbad