[Buildroot] [PATCH 1/2] package/groff: New package

Peter Korsgaard jacmet at uclibc.org
Thu Sep 4 20:44:25 UTC 2014


>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
 > ---
 >  package/Config.in       |    1 +
 >  package/groff/Config.in |   15 +++++++++++++++
 >  package/groff/groff.mk  |   19 +++++++++++++++++++
 >  3 files changed, 35 insertions(+)
 >  create mode 100644 package/groff/Config.in
 >  create mode 100644 package/groff/groff.mk

 > diff --git a/package/Config.in b/package/Config.in
 > index 4622f9e..d354a2d 100644
 > --- a/package/Config.in
 > +++ b/package/Config.in
 > @@ -1135,6 +1135,7 @@ comment "Utilities"
 >  	source "package/file/Config.in"
 >  	source "package/gnupg/Config.in"
 >  	source "package/gnupg2/Config.in"
 > +	source "package/groff/Config.in"
 >  	source "package/inotify-tools/Config.in"
 >  	source "package/lockfile-progs/Config.in"
 >  	source "package/logrotate/Config.in"
 > diff --git a/package/groff/Config.in b/package/groff/Config.in
 > new file mode 100644
 > index 0000000..764e829
 > --- /dev/null
 > +++ b/package/groff/Config.in
 > @@ -0,0 +1,15 @@
 > +config BR2_PACKAGE_GROFF
 > +	bool "groff"
 > +	depends on BR2_INSTALL_LIBSTDCPP
 > +	help
 > +	  Groff (GNU troff) is a typesetting system that reads plain text mixed
 > +	  with formatting commands and produces formatted output. Output may be
 > +	  PostScript or PDF, html, or ASCII/UTF8 for display at the terminal.
 > +	  Formatting commands may be either low-level typesetting requests
 > +	  (“primitives”) or macros from a supplied set. Users may also write
 > +	  their own macros. All three may be combined.
 > +
 > +	  http://www.gnu.org/software/groff/
 > +
 > +comment "groff needs a toolchain w/ C++"
 > +	depends on !BR2_INSTALL_LIBSTDCPP

Is this just to fix the setserial issue or do you really have a need for
groff on the target?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list