svn commit: r384218 - in head/news: husky husky-fidoconf

Jan Beich jbeich at FreeBSD.org
Sat Apr 18 13:39:10 UTC 2015


John Marino <marino at FreeBSD.org> writes:

> Log:
>   The fidoconf package uses texi files to build an info page and an html
>   page.  It appears there is no man page equivalent.  I couldn't find a
>   patch to fix the old-format texi files that the latest texinfo programs
>   can read, so I blocked them from building on FreeBSD 11 and DragonFly
>   where the port was broken.

Would the following work? Found within a minute on $search_engine for
"raising the section level of @subsection which is too low".

# paste as news/husky/files/patch-fidoconf_doc_fidoconfig.texi
--- fidoconf/doc/fidoconfig.texi.orig	2011-08-07 16:19:23 UTC
+++ fidoconf/doc/fidoconfig.texi
@@ -2544,7 +2544,7 @@ config settings. It will grumble on ever
 stop after the first error (not warning) to give you the ability to change
 your config.
 
- at subsection Options
+ at section Options
 
 @table @asis
 @item -Dvar=value

which alters the output like below

--- before
+++ after
@@ -4018,6 +3753,6 @@
 give you the ability to change your config.
 
-5.0.1 Options
--------------
+5.1 Options
+===========
 
 -Dvar=value
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20150418/9b7762e6/attachment.sig>


More information about the svn-ports-head mailing list