From owner-svn-ports-all@FreeBSD.ORG Sat Apr 18 15:25:23 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 64D919BD; Sat, 18 Apr 2015 15:25:23 +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 453A1B7B; Sat, 18 Apr 2015 15:25:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3IFPNRO073651; Sat, 18 Apr 2015 15:25:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3IFPMFh073647; Sat, 18 Apr 2015 15:25:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504181525.t3IFPMFh073647@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 15:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384233 - in head/sysutils/xlogmaster: . 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 15:25:23 -0000 Author: jbeich Date: Sat Apr 18 15:25:22 2015 New Revision: 384233 URL: https://svnweb.freebsd.org/changeset/ports/384233 Log: Unbreak build on DragonFly and FreeBSD 10+ xlogmaster.texinfo:728: command @bullet not accepting argument in brace should not be on @table line xlogmaster.texinfo:729: warning: @item missing argument xlogmaster.texinfo:732: warning: @item missing argument xlogmaster.texinfo:734: warning: @item missing argument xlogmaster.texinfo:738: command @bullet not accepting argument in brace should not be on @table line xlogmaster.texinfo:738: warning: @table has text but no @item xlogmaster.texinfo:751: command @bullet not accepting argument in brace should not be on @table line xlogmaster.texinfo:752: warning: @item missing argument xlogmaster.texinfo:774: warning: @item missing argument Reported by: pkg-fallout Added: head/sysutils/xlogmaster/files/patch-xlogmaster.texinfo (contents, props changed) Modified: head/sysutils/xlogmaster/Makefile Modified: head/sysutils/xlogmaster/Makefile ============================================================================== --- head/sysutils/xlogmaster/Makefile Sat Apr 18 15:23:59 2015 (r384232) +++ head/sysutils/xlogmaster/Makefile Sat Apr 18 15:25:22 2015 (r384233) @@ -3,6 +3,7 @@ PORTNAME= xlogmaster PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} Added: head/sysutils/xlogmaster/files/patch-xlogmaster.texinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xlogmaster/files/patch-xlogmaster.texinfo Sat Apr 18 15:25:22 2015 (r384233) @@ -0,0 +1,129 @@ +@table can no longer be used with commands that require no arguments +since Texinfo 5.0. So, convert the list to @itemize and improve the +output/style of nearby code instead of blindly substituting + + @table @bullet + @item + ... + @end table + +with + + @table @asis + @item @bullet{} + ... + @end table + +--- doc/xlogmaster.texinfo.orig 2009-06-09 00:34:43 UTC ++++ doc/xlogmaster.texinfo +@@ -710,90 +710,48 @@ The current version is 1.6.0, yet to be + @cindex Obtaining Xlogmaster + + The source can be found via anonymous FTP at +-@ifinfo +-@file{ftp.gnu.org:/pub/gnu/}. +-@end ifinfo +-@ifhtml +-ftp.gnu.org:/pub/gnu/ +-@end ifhtml +-@iftex +-@file{ftp.gnu.org:/pub/gnu/}. +-@end iftex ++@uref{ftp://ftp.gnu.org/pub/gnu/}. + + @node Getting help, Regexp, Where, Introductory Questions + @subsection Where can I get help for using the Xlogmaster ? + @cindex Help + + If you installed everything correctly the easiest ways are probably +-@table @bullet ++ ++@itemize @bullet + @item + the tutorial that should be in your info tree. Otherwise you can find it + in the @file{doc} directory of the distribution ++ + @item + the man page. ++ + @item + executing the Xlogmaster via @code{xlogmaster --help} +-@end table ++@end itemize ++ ++@noindent + Other ways are to check out the home page at +-@table @bullet +-@ifinfo +-@file{http://www.gnu.org/software/xlogmaster/xlogmaster.html} +-@end ifinfo +-@ifhtml +-http://www.gnu.org/software/xlogmaster/xlogmaster.html +-@end ifhtml +-@iftex +-@file{http://www.gnu.org/software/xlogmaster/xlogmaster.html} +-@end iftex +-@end table ++@uref{http://www.gnu.org/software/xlogmaster/xlogmaster.html} ++@* + or the mailing lists ++ + @cindex mailing lists +-@table @bullet ++@itemize @bullet + @item +-@ifinfo +-@file{beta-xlogmaster@@gnu.org} +-@end ifinfo +-@ifhtml +-beta-xlogmaster@@gnu.org +-@end ifhtml +-@iftex +-@file{beta-xlogmaster@@gnu.org} +-@end iftex +-@sp 1 ++@email{beta-xlogmaster@@gnu.org} ++ + Subscription is done by sending a mail to@* +-@ifinfo +-@file{beta-xlogmaster-request@@gnu.org} +-@end ifinfo +-@ifhtml +-beta-xlogmaster-request@@gnu.org +-@end ifhtml +-@iftex +-@file{beta-xlogmaster-request@@gnu.org} +-@end iftex ++@email{beta-xlogmaster-request@@gnu.org} + @* leave the @emph{subject} blank and enter @samp{subscribe} in the @emph{body}. ++ + @item +-@ifinfo +-@file{help-xlogmaster@@gnu.org} +-@end ifinfo +-@ifhtml +-help-xlogmaster@@gnu.org +-@end ifhtml +-@iftex +-@file{help-xlogmaster@@gnu.org} +-@end iftex +-@sp 1 ++@email{help-xlogmaster@@gnu.org} ++ + Subscription is done by sending a mail to@* +-@ifinfo +-@file{help-xlogmaster-request@@gnu.org} +-@end ifinfo +-@ifhtml +-help-xlogmaster-request@@gnu.org +-@end ifhtml +-@iftex +-@file{help-xlogmaster-request@@gnu.org} +-@end iftex ++@email{help-xlogmaster-request@@gnu.org} + @* leave the @emph{subject} blank and enter @samp{subscribe} in the @emph{body}. +-@end table ++@end itemize + + @node Regexp, , Getting help, Introductory Questions + @subsection Regular Expressions