From owner-svn-ports-all@FreeBSD.ORG Sat Apr 18 19:51:48 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9B417D6; Sat, 18 Apr 2015 19:51:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAFC7A49; Sat, 18 Apr 2015 19:51:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3IJpmnK003304; Sat, 18 Apr 2015 19:51:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3IJpmDX003301; Sat, 18 Apr 2015 19:51:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504181951.t3IJpmDX003301@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 18 Apr 2015 19:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384253 - head/news/husky/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 19:51:49 -0000 Author: jbeich Date: Sat Apr 18 19:51:47 2015 New Revision: 384253 URL: https://svnweb.freebsd.org/changeset/ports/384253 Log: 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 Added: head/news/husky/files/patch-fidoconf_doc_fidoconfig.texi (contents, props changed) head/news/husky/files/patch-htick_doc_htick.texi (contents, props changed) Added: head/news/husky/files/patch-fidoconf_doc_fidoconfig.texi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/husky/files/patch-fidoconf_doc_fidoconfig.texi Sat Apr 18 19:51:47 2015 (r384253) @@ -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. Added: head/news/husky/files/patch-htick_doc_htick.texi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/husky/files/patch-htick_doc_htick.texi Sat Apr 18 19:51:47 2015 (r384253) @@ -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