svn commit: r384233 - in head/sysutils/xlogmaster: . files
Jan Beich
jbeich at FreeBSD.org
Sat Apr 18 15:25:23 UTC 2015
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 @@
+ at 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
+- at ifinfo
+- at file{ftp.gnu.org:/pub/gnu/}.
+- at end ifinfo
+- at ifhtml
+-<A HREF="ftp://ftp.gnu.org/pub/gnu/">ftp.gnu.org:/pub/gnu/</A>
+- at end ifhtml
+- at iftex
+- at file{ftp.gnu.org:/pub/gnu/}.
+- at end iftex
++ at 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
+- at table @bullet
++
++ at 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}
+- at end table
++ at end itemize
++
++ at noindent
+ Other ways are to check out the home page at
+- at table @bullet
+- at ifinfo
+- at file{http://www.gnu.org/software/xlogmaster/xlogmaster.html}
+- at end ifinfo
+- at ifhtml
+-<A HREF="http://www.gnu.org/software/xlogmaster/xlogmaster.html">http://www.gnu.org/software/xlogmaster/xlogmaster.html</A>
+- at end ifhtml
+- at iftex
+- at file{http://www.gnu.org/software/xlogmaster/xlogmaster.html}
+- at end iftex
+- at end table
++ at uref{http://www.gnu.org/software/xlogmaster/xlogmaster.html}
++@*
+ or the mailing lists
++
+ @cindex mailing lists
+- at table @bullet
++ at itemize @bullet
+ @item
+- at ifinfo
+- at file{beta-xlogmaster@@gnu.org}
+- at end ifinfo
+- at ifhtml
+-<A HREF="mailto:beta-xlogmaster@@gnu.org">beta-xlogmaster@@gnu.org</A>
+- at end ifhtml
+- at iftex
+- at file{beta-xlogmaster@@gnu.org}
+- at end iftex
+- at sp 1
++ at email{beta-xlogmaster@@gnu.org}
++
+ Subscription is done by sending a mail to@*
+- at ifinfo
+- at file{beta-xlogmaster-request@@gnu.org}
+- at end ifinfo
+- at ifhtml
+-<A HREF="mailto:beta-xlogmaster-request@@gnu.org">beta-xlogmaster-request@@gnu.org</A>
+- at end ifhtml
+- at iftex
+- at file{beta-xlogmaster-request@@gnu.org}
+- at end iftex
++ at email{beta-xlogmaster-request@@gnu.org}
+ @* leave the @emph{subject} blank and enter @samp{subscribe} in the @emph{body}.
++
+ @item
+- at ifinfo
+- at file{help-xlogmaster@@gnu.org}
+- at end ifinfo
+- at ifhtml
+-<A HREF="mailto:help-xlogmaster@@gnu.org">help-xlogmaster@@gnu.org</A>
+- at end ifhtml
+- at iftex
+- at file{help-xlogmaster@@gnu.org}
+- at end iftex
+- at sp 1
++ at email{help-xlogmaster@@gnu.org}
++
+ Subscription is done by sending a mail to@*
+- at ifinfo
+- at file{help-xlogmaster-request@@gnu.org}
+- at end ifinfo
+- at ifhtml
+-<A HREF="mailto:help-xlogmaster-request@@gnu.org">help-xlogmaster-request@@gnu.org</A>
+- at end ifhtml
+- at iftex
+- at file{help-xlogmaster-request@@gnu.org}
+- at end iftex
++ at email{help-xlogmaster-request@@gnu.org}
+ @* leave the @emph{subject} blank and enter @samp{subscribe} in the @emph{body}.
+- at end table
++ at end itemize
+
+ @node Regexp, , Getting help, Introductory Questions
+ @subsection Regular Expressions
More information about the svn-ports-all
mailing list