diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-24 08:11:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-24 08:11:43 +0000 |
commit | 1c94a0d7007de74385174cca2cc093ffb636ebf9 (patch) | |
tree | 11a3e44d57f8b738fdb9eb0564dc930f7015d391 /sys-apps/groff/files | |
parent | Version bump. (diff) | |
download | historical-1c94a0d7007de74385174cca2cc093ffb636ebf9.tar.gz historical-1c94a0d7007de74385174cca2cc093ffb636ebf9.tar.bz2 historical-1c94a0d7007de74385174cca2cc093ffb636ebf9.zip |
old
Diffstat (limited to 'sys-apps/groff/files')
-rw-r--r-- | sys-apps/groff/files/groff-1.19.2-infoext.patch | 86 | ||||
-rw-r--r-- | sys-apps/groff/files/groff-1.19.2-parallel-make.patch | 26 |
2 files changed, 0 insertions, 112 deletions
diff --git a/sys-apps/groff/files/groff-1.19.2-infoext.patch b/sys-apps/groff/files/groff-1.19.2-infoext.patch deleted file mode 100644 index af97236683f6..000000000000 --- a/sys-apps/groff/files/groff-1.19.2-infoext.patch +++ /dev/null @@ -1,86 +0,0 @@ -2005-11-17 Mike Frysinger <vapier@gentoo.org> - - * 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 deleted file mode 100644 index 5a7b6758be25..000000000000 --- a/sys-apps/groff/files/groff-1.19.2-parallel-make.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- 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 |