ports/186046: x11/dgs : fix build with current texinfo
Christoph Moench-Tegeder
cmt at burggraben.net
Thu Jan 23 18:50:01 UTC 2014
>Number: 186046
>Category: ports
>Synopsis: x11/dgs : fix build with current texinfo
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jan 23 18:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Christoph Moench-Tegeder
>Release: FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD elch.exwg.net 10.0-RELEASE FreeBSD 10.0-RELEASE #2 r260689: Wed Jan 15 18:32:44 CET 2014 cmt at elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64
dgs-0.5.9.1_11 x11/dgs
texinfo-5.2.20131109 print/texinfo
>Description:
The build of x11/dgs fails when a current print/texinfo is installed
(error message "command @bullet not accepting argument in brace should
not be on @table line"). This is somewhat less than desired, as dgs is
a dependency of graphics/GraphicsMagick13, which is pulled in by
math/octave, which in turn requires print/texinfo.
>How-To-Repeat:
>Fix:
Change the "@table @bullet" into "@itemize @bullet" (as seen in
other texi files) in announce.tmpl.texi and faq.tmpl.texi.
A files/patch-doc_announce.tmpl.texi
A files/patch-doc_faq.tmpl.texi
Index: files/patch-doc_announce.tmpl.texi
===================================================================
--- files/patch-doc_announce.tmpl.texi (revision 0)
+++ files/patch-doc_announce.tmpl.texi (working copy)
@@ -0,0 +1,20 @@
+--- doc/announce.tmpl.texi.orig 2014-01-23 19:17:38.000000000 +0100
++++ doc/announce.tmpl.texi 2014-01-23 19:26:31.000000000 +0100
+@@ -40,7 +40,7 @@
+ should read the appropriate license for each component before making any
+ decisions about what you can and cannot do.
+
+- at table @bullet
++ at itemize @bullet
+ @item DPS/README
+ Adobe DPSclient library copyrighted by Adobe Systems Incorporated.
+
+@@ -55,7 +55,7 @@
+
+ @item zlib/README
+ ZLIB library copyrighted by Jean-loup Gailly and Mark Adler
+- at end table
++ at end itemize
+
+ @section What's new in this release?
+ @set ANNOUNCE-ONLY
Index: files/patch-doc_faq.tmpl.texi
===================================================================
--- files/patch-doc_faq.tmpl.texi (revision 0)
+++ files/patch-doc_faq.tmpl.texi (working copy)
@@ -0,0 +1,20 @@
+--- doc/faq.tmpl.texi.orig 2014-01-23 19:27:02.000000000 +0100
++++ doc/faq.tmpl.texi 2014-01-23 19:27:21.000000000 +0100
+@@ -14,7 +14,7 @@
+ should read the appropriate license for each component before making any
+ decisions about what you can and cannot do.
+
+- at table @bullet
++ at itemize @bullet
+ @item DPS/README
+ Adobe DPSclient library copyrighted by Adobe Systems Incorporated.
+
+@@ -29,7 +29,7 @@
+
+ @item zlib/README
+ ZLIB library copyrighted by Jean-loup Gailly and Mark Adler
+- at end table
++ at end itemize
+
+ @end enumerate
+
Regards,
Christoph
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list