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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to