multimedia/kino: Option number is ambiguous (number-footnotes, number-sections)

Andriy Gapon avg at FreeBSD.org
Fri Dec 14 18:29:20 UTC 2012


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


More information about the freebsd-ports mailing list