diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-04-19 03:51:47 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-04-19 03:51:47 +0800 |
commit | 282ed247ce6aa1c7cedc30be1348ff8c697f6e0c (patch) | |
tree | 4d172c6117447ff5caa8d80447ecb83dc4ed5d73 /news/husky | |
parent | 289c36a9cacc4ea2ee0220c1fbfd96bc8cc6b5ea (diff) | |
download | freebsd-ports-gnome-282ed247ce6aa1c7cedc30be1348ff8c697f6e0c.tar.gz freebsd-ports-gnome-282ed247ce6aa1c7cedc30be1348ff8c697f6e0c.tar.zst freebsd-ports-gnome-282ed247ce6aa1c7cedc30be1348ff8c697f6e0c.zip |
Add patches to unbreak INFO build on DragonFly and FreeBSD 11+
fidoconfig.texi:2534: warning: command @minus does not accept arguments
fidoconfig.texi:2555: warning: command @minus does not accept arguments
fidoconfig.texi:2547: raising the section level of @subsection which is too low
htick.texi:16: unknown command `fg'
htick.texi:17: unknown command `mail'
htick.texi:18: unknown command `ua'
Reported by: pkg-fallout
Diffstat (limited to 'news/husky')
-rw-r--r-- | news/husky/files/patch-fidoconf_doc_fidoconfig.texi | 30 | ||||
-rw-r--r-- | news/husky/files/patch-htick_doc_htick.texi | 15 |
2 files changed, 45 insertions, 0 deletions
diff --git a/news/husky/files/patch-fidoconf_doc_fidoconfig.texi b/news/husky/files/patch-fidoconf_doc_fidoconfig.texi new file mode 100644 index 000000000000..1c310344a54d --- /dev/null +++ b/news/husky/files/patch-fidoconf_doc_fidoconfig.texi @@ -0,0 +1,30 @@ +--- fidoconf/doc/fidoconfig.texi.orig 2011-08-07 16:19:23 UTC ++++ fidoconf/doc/fidoconfig.texi +@@ -2531,7 +2531,7 @@ found error in config please correct you + + @table @asis + @item Syntax: +-@command{tparser [-h|@minus{-help}] [-Dvar=value] [-E] [-P] [/path/to/config/file]} ++@command{tparser [-h|--help] [-Dvar=value] [-E] [-P] [/path/to/config/file]} + @item Example: + @example + @command{tparser -Dmodule=hpt | less} +@@ -2544,15 +2544,15 @@ config settings. It will grumble on ever + stop after the first error (not warning) to give you the ability to change + your config. + +-@subsection Options ++@section Options + +-@table @asis ++@table @code + @item -Dvar=value + Set the config variable @code{var} to @code{value}. + @item -E + Dumps config into stdout (all config variables expanded). + @item -h +-@itemx @minus{-help} ++@itemx --help + Display usage information. + @item -P + Try to create non-existing directories. diff --git a/news/husky/files/patch-htick_doc_htick.texi b/news/husky/files/patch-htick_doc_htick.texi new file mode 100644 index 000000000000..c36416b283ba --- /dev/null +++ b/news/husky/files/patch-htick_doc_htick.texi @@ -0,0 +1,15 @@ +--- htick/doc/htick.texi.orig 2011-08-07 10:51:35 UTC ++++ htick/doc/htick.texi +@@ -13,9 +13,9 @@ + @titlepage + @title @value{HTICK} @value{VERSION} manual + @subtitle Husky Ticker +-@author Georgi Fofanov @@ 2:5050/29, fg@fg.udm.ru +-@author Nestyurkin Nikolay @@ 2:5020/3600, 3600@mail.ru +-@author Max Chernogor @@ 2:464/108, mche@ua.fm ++@author Georgi Fofanov @@ 2:5050/29, fg@@fg.udm.ru ++@author Nestyurkin Nikolay @@ 2:5020/3600, 3600@@mail.ru ++@author Max Chernogor @@ 2:464/108, mche@@ua.fm + @page + @c{empty page to get the page numbering right} + @end titlepage |