Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Feb 2014 07:58:50 +0100
From:      Kurt Jaeger <fbsd-ports@opsec.eu>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        neuroworker@gmail.com, wg@freebsd.org
Subject:   ports/186363: [patch update] audio/libmikmod fails at makeinfo
Message-ID:  <E1W9r10-0005HQ-L9@f10.opsec.eu>
Resent-Message-ID: <201402020700.s12700ik005348@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186363
>Category:       ports
>Synopsis:       [patch update] audio/libmikmod fails at makeinfo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 02 07:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
-
>Environment:
System: FreeBSD f10.opsec.eu 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:

	makeinfo --no-split --no-split `echo mikmod.texi | sed 's,.*/,,'`

	fails with the following error:

-------
Making all in docs
gmake[3]: Entering directory `/usr/ports/audio/libmikmod/work/libmikmod-3.1.12/docs'
cd . \
  && makeinfo --no-split --no-split `echo mikmod.texi | sed 's,.*/,,'`
mikmod.texi:48: misplaced {
mikmod.texi:48: misplaced }
mikmod.texi:1723: @itemx must follow @item
mikmod.texi:1810: @itemx must follow @item
mikmod.texi:1830: @itemx must follow @item
mikmod.texi:2016: @itemx must follow @item
mikmod.texi:2044: @itemx must follow @item
mikmod.texi:2131: @itemx must follow @item
mikmod.texi:2344: @itemx must follow @item
mikmod.texi:2861: @itemx must follow @item
gmake[3]: *** [mikmod.info] Error 1
gmake[3]: Leaving directory `/usr/ports/audio/libmikmod/work/libmikmod-3.1.12/docs'
gmake[2]: *** [all-recursive] Error 1
-------

A patch is attached which fixes this.

But, maybe, PR 185668 would make this fix obsolete ?

>How-To-Repeat:
	cd /usr/ports/audio/libmikmod
	make

>Fix:

diff -r -u -N audio/libmikmod/files/patch-docs-mikmod.texi /usr/home/pi/myp/audio/libmikmod/files/patch-docs-mikmod.texi
--- audio/libmikmod/files/patch-docs-mikmod.texi	1970-01-01 01:00:00.000000000 +0100
+++ /usr/home/pi/myp/audio/libmikmod/files/patch-docs-mikmod.texi	2014-02-02 07:53:39.000000000 +0100
@@ -0,0 +1,75 @@
+--- docs/mikmod.texi-orig	2014-02-02 07:46:01.000000000 +0100
++++ docs/mikmod.texi	2014-02-02 07:49:38.000000000 +0100
+@@ -45,7 +45,7 @@
+ 
+ @c ========================================================== Title page
+ @titlepage
+-@title{MikMod Sound Library}
++@title MikMod Sound Library
+ @subtitle Documentation edition @value{documentation-version}
+ @subtitle @value{documentation-date}
+ @author @value{authorname}
+@@ -1720,6 +1720,7 @@
+ @item Result
+ @itemx 0
+ Sound mixing is ready.
++@item Result
+ @itemx nonzero
+ An error occurred during the operation.
+ @item Notes
+@@ -1807,6 +1808,7 @@
+ @item Result
+ @itemx 0
+ Initialization was successful.
++@item Result
+ @itemx nonzero
+ An error occurred during initialization.
+ @item Notes
+@@ -1827,6 +1829,7 @@
+ @item Result
+ @itemx 0
+ The library is not thread-safe.
++@item Result
+ @itemx 1
+ The library is thread-safe.
+ @item Notes
+@@ -2013,6 +2016,7 @@
+ @item Result
+ @itemx 0
+ Reinitialization was successful.
++@item Result
+ @itemx nonzero
+ An error occurred during reinitialization.
+ @item Notes
+@@ -2041,6 +2045,7 @@
+ @item Result
+ @itemx 0
+ Initialization was successful.
++@item Result
+ @itemx nonzero
+ An error occurred during initialization.
+ @item Notes
+@@ -2128,6 +2133,7 @@
+ @item Result
+ @itemx 0
+ No module is playing.
++@item Result
+ @itemx nonzero
+ A module is currently playing.
+ @item Notes
+@@ -2341,6 +2347,7 @@
+ @item Result
+ @itemx 0
+ The channel is not muted.
++@item Result
+ @itemx 1
+ The channel is muted.
+ @item See also
+@@ -2858,6 +2865,7 @@
+ @item Result
+ @itemx 0
+ The voice is stopped or has no sample assigned.
++@item Result
+ @itemx nonzero
+ The voice is playing a sample.
+ @item Notes
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1W9r10-0005HQ-L9>