On Wed, Dec 08, 2004 at 07:26:22PM +1100, Alastair G. Hogge wrote:
> On Wed, 8 Dec 2004 04:38, Lucas Holt wrote:
> > Just an fyi, the ffmpeg port is not building propery for two possible
> > reasons.  First, several of the html documents are not found and make
> > dies.  Second, if you ran the install once and it failed, it created a
> > symlink in /usr/local/lib/ for a libavacodec.so (or something like that).
> >
> > So to get it to install, comment out the doc portion of the make file and
> > remove that symlink before doing make install.
> >
> > You will get no man pages and a waring about it but it will install the
> > port.
> Actually I found that if I ran tex2html in ffmpeg/work/.../doc on the *.texi 
> files, the install went OK. Even if/after the libs were symlinked.

Just ran into this myself, actually the build phase should execute
gmake in ffmpeg/work/../doc before install.

*UNTESTED* patch:

%%%
--- Makefile    Tue Dec  7 10:49:58 2004
+++ /home/stijn/Makefile        Wed Dec  8 10:30:29 2004
@@ -335,6 +335,11 @@
                -e 's|#include <SDL|#include <SDL11/SDL|'
 .endif
 
+.ifndef(NOPORTDOCS)
+post-build:
+       cd ${WRKSRC}/doc && gmake
+.endif
+
 post-install:
 .ifndef(NOPORTDOCS)
        @${MKDIR} ${DOCSDIR}
%%%

CC: maintainer

--Stijn

-- 
A "No" uttered from deepest conviction is better and greater than a
"Yes" merely uttered to please, or what is worse, to avoid trouble.
                -- Mahatma Ghandi

Attachment: pgpQ51eAjoDHn.pgp
Description: PGP signature

Reply via email to