Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 20:29:17 +0200
From:      Andriy Gapon <avg@FreeBSD.org>
To:        FreeBSD Ports <ports@FreeBSD.org>
Subject:   multimedia/kino: Option number is ambiguous (number-footnotes, number-sections)
Message-ID:  <50CB6FFD.6020908@FreeBSD.org>

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

For some reason multimedia/kino build fails for me with the following messages:

texi2html -monolithic -number doc/ffplay-doc.texi
Option number is ambiguous (number-footnotes, number-sections)
Try `texi2html --help' for more information.

The following change (suggested by someone on irc) seems to help:
--- ffmpeg/Makefile.orig	2012-12-14 20:22:21.792498012 +0200
+++ ffmpeg/Makefile	2012-12-14 20:22:42.924498798 +0200
@@ -129,7 +129,7 @@
                                  $(ALLMANPAGES))

 doc/%.html: doc/%.texi
-	texi2html -monolithic -number $<
+	texi2html -monolithic -number-sections $<
 	mv $(@F) $@

 doc/%.pod: doc/%-doc.texi

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50CB6FFD.6020908>