From pi@f10.opsec.eu  Sun Feb  2 06:58:53 2014
Return-Path: <pi@f10.opsec.eu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id AF6131F8;
	Sun,  2 Feb 2014 06:58:53 +0000 (UTC)
Received: from f10.opsec.eu (f10.opsec.eu [IPv6:2001:14f8:200:4::2])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 3B2D4129C;
	Sun,  2 Feb 2014 06:58:53 +0000 (UTC)
Received: from pi by f10.opsec.eu with local (Exim 4.82 (FreeBSD))
	(envelope-from <pi@f10.opsec.eu>)
	id 1W9r10-0005HQ-L9; Sun, 02 Feb 2014 07:58:50 +0100
Message-Id: <E1W9r10-0005HQ-L9@f10.opsec.eu>
Date: Sun, 02 Feb 2014 07:58:50 +0100
From: Kurt Jaeger <fbsd-ports@opsec.eu>
Reply-To: Kurt Jaeger <fbsd-ports@opsec.eu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: wg@freebsd.org, neuroworker@gmail.com
Subject: [patch update] audio/libmikmod fails at makeinfo
X-Send-Pr-Version: 3.114
X-GNATS-Notify: neuroworker@gmail.com

>Number:         186363
>Category:       ports
>Synopsis:       [patch update] audio/libmikmod fails at makeinfo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 02 07:00:00 UTC 2014
>Closed-Date:    Sun Apr 27 17:51:25 UTC 2014
>Last-Modified:  Sun Apr 27 17:51:25 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 2 07:00:19 UTC 2014 
Responsible-Changed-Why:  
wg@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186363 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 2 07:00:20 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186363 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: neuroworker@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/186363: [patch update] audio/libmikmod fails at makeinfo
Date: Sun, 2 Feb 2014 07:00:20 UT

 Maintainer of audio/libmikmod,
 
 Please note that PR ports/186363 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186363
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: wg->pi 
Responsible-Changed-By: pi 
Responsible-Changed-When: Sat Apr 26 15:28:32 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186363 
State-Changed-From-To: feedback->closed 
State-Changed-By: pi 
State-Changed-When: Sun Apr 27 17:51:25 UTC 2014 
State-Changed-Why:  
Problem fixed and PR obsoleted by ports/186898 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186363 
>Unformatted:
