aboutsummaryrefslogtreecommitdiffstats
path: root/packages/groff/groff
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2005-12-03 17:59:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-03 17:59:18 +0000
commitdec9d7e9d8e2ab4c8693921517bc92f37ebe64b1 (patch)
tree4019e56a6a896b84fbe38bf42559e2150e8b96fe /packages/groff/groff
parentbfc9db6a35a610f97520dc9e98dd3539eb9603cb (diff)
downloadopenembedded-dec9d7e9d8e2ab4c8693921517bc92f37ebe64b1.tar.gz
groff: ported 1.19.2
added patch for Makefile.in to exclude contrib/groffer and the html doc groffer did not build and html lead to package errors added patch for src/include/Makefile.in: fontpath and tmacpath pointed to the path in the crossbuild env this gave a wrong src/include/defs.h Changed this somewhat crude by replacing with a hardcoded path (in /usr/share)
Diffstat (limited to 'packages/groff/groff')
-rw-r--r--packages/groff/groff/Makefile.in.patch31
-rw-r--r--packages/groff/groff/Makefile.sub.patch21
2 files changed, 52 insertions, 0 deletions
diff --git a/packages/groff/groff/Makefile.in.patch b/packages/groff/groff/Makefile.in.patch
new file mode 100644
index 0000000000..30aac8cbf0
--- /dev/null
+++ b/packages/groff/groff/Makefile.in.patch
@@ -0,0 +1,31 @@
+*** groff-1.19.2/Makefile.in.orig Sun Aug 7 10:03:33 2005
+--- groff-1.19.2/Makefile.in Sat Dec 3 16:44:50 2005
+***************
+*** 242,249 ****
+
+ # The configure script checks whether all necessary utility programs for
+ # grohtml are available -- only then we can build the HTML documentation.
+! make_html=@make_html@
+! make_install_html=@make_install_html@
+
+ # The configure script also checks whether all necessary utility programs
+ # for pdfroff are available -- only then we can build PDF documentation.
+--- 242,249 ----
+
+ # The configure script checks whether all necessary utility programs for
+ # grohtml are available -- only then we can build the HTML documentation.
+! make_html=
+! make_install_html=
+
+ # The configure script also checks whether all necessary utility programs
+ # for pdfroff are available -- only then we can build PDF documentation.
+***************
+*** 549,555 ****
+ contrib/pic2graph \
+ contrib/eqn2graph \
+ contrib/grap2graph \
+- contrib/groffer \
+ contrib/mom \
+ contrib/pdfmark \
+ contrib/gdiffmk
+--- 549,554 ----
diff --git a/packages/groff/groff/Makefile.sub.patch b/packages/groff/groff/Makefile.sub.patch
new file mode 100644
index 0000000000..1b5a7dfac5
--- /dev/null
+++ b/packages/groff/groff/Makefile.sub.patch
@@ -0,0 +1,21 @@
+*** groff-1.19.2/src/include/Makefile.sub.orig Thu Jun 23 13:27:53 2005
+--- groff-1.19.2/src/include/Makefile.sub Sat Dec 3 18:35:40 2005
+***************
+*** 39,46 ****
+ "DEVICE=\"$(DEVICE)\"" \
+ "INSTALLPATH=\"$(prefix)\"" \
+ "BINPATH=\"$(bindir)\"" \
+! "FONTPATH=\"$(fontpath)\"" \
+! "MACROPATH=\"$(tmacpath)\"" \
+ "INDEX_SUFFIX=\"$(indexext)\"" \
+ "COMMON_WORDS_FILE=\"$(common_words_file)\"" \
+ "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
+--- 39,46 ----
+ "DEVICE=\"$(DEVICE)\"" \
+ "INSTALLPATH=\"$(prefix)\"" \
+ "BINPATH=\"$(bindir)\"" \
+! "FONTPATH=\"/usr/share/groff/site-font:/usr/share/groff/1.19.2/font:/usr/lib/font\"" \
+! "MACROPATH=\"/usr/lib/groff/site-tmac:/usr/share/groff/site-tmac:/usr/share/groff/1.19.2/tmac\"" \
+ "INDEX_SUFFIX=\"$(indexext)\"" \
+ "COMMON_WORDS_FILE=\"$(common_words_file)\"" \
+ "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \