Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2007 12:49:30 +0000
From:      Mark Ovens <marko@freebsd.org>
To:        freebsd-ports@freebsd.org
Subject:   multimedia/ffmpeg missing BUILD_DEPENDS?
Message-ID:  <4603CCDA.8090606@freebsd.org>

next in thread | raw e-mail | index | archive | help
Trying to build multimedia/ffmpeg (0.4.9.p1_7) fails because pod2man is 
not found.

ffmpeg-0.4.9.p1_6 is already installed so this must be in the latest change.

Looking at the Makefile it appears that pod2man is only required if the 
docs are built, but even trying to build with -DNOPORTDOCS still fails.

Also, I can't find which port includes pod2man - one of the p5-* I would 
guess?

Regards,

Mark

texi2html -monolithic -number faq.texi
texi2html -monolithic -number ffserver-doc.texi
texi2html -monolithic -number ffplay-doc.texi
texi2html -monolithic -number hooks.texi
./texi2pod.pl ffmpeg-doc.texi ffmpeg.pod
pod2man --section=1 --center=" " --release=" " ffmpeg.pod > ffmpeg.1
pod2man: not found
gmake[1]: *** [ffmpeg.1] Error 127
rm ffmpeg.pod
gmake[1]: Leaving directory 
`/usr/ports/multimedia/ffmpeg/work/ffmpeg-0.4.9-pre1/doc'
gmake: *** [documentation] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/ffmpeg.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4603CCDA.8090606>