Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 2004 09:31:18 +0100
From:      Stijn Hoop <stijn@win.tue.nl>
To:        "Alastair G. Hogge" <agh@tpg.com.au>
Cc:        Lucas Holt <laffer1@foolishgames.com>
Subject:   Re: ffmpeg port
Message-ID:  <20041208083118.GU39558@pcwin002.win.tue.nl>
In-Reply-To: <200412081926.22499.agh@tpg.com.au>
References:  <20041207123346.S90505@adsl-68-76-19-75.dsl.klmzmi.ameritech.net> <200412081926.22499.agh@tpg.com.au>

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

--qDymnuGqqhW10CwH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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 a=
nd
> > 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 *.t=
exi=20
> 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
=20
+.ifndef(NOPORTDOCS)
+post-build:
+	cd ${WRKSRC}/doc && gmake
+.endif
+
 post-install:
 .ifndef(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
%%%

CC: maintainer

--Stijn

--=20
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

--qDymnuGqqhW10CwH
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBtrvWY3r/tLQmfWcRAoutAJ49J+cU0VGPdzimwHcz64c3HimbJwCeK4t+
PbjZFwxIR94hCLnWgmiiCGw=
=bla9
-----END PGP SIGNATURE-----

--qDymnuGqqhW10CwH--



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