From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 08:24:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B55D616A4CF for ; Wed, 8 Dec 2004 08:24:11 +0000 (GMT) Received: from mail.tpgi.com.au (mail5.tpgi.com.au [203.12.160.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01BB143D5A for ; Wed, 8 Dec 2004 08:24:11 +0000 (GMT) (envelope-from agh@tpg.com.au) Received: from [192.168.0.2] (220-244-72-6.tpgi.com.au [220.244.72.6]) by mail.tpgi.com.au (8.12.10/8.12.10) with ESMTP id iB88O1fc022406 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 8 Dec 2004 19:24:01 +1100 From: "Alastair G. Hogge" To: freebsd-questions@freebsd.org Date: Wed, 8 Dec 2004 19:26:22 +1100 User-Agent: KMail/1.7.1 References: <20041207123346.S90505@adsl-68-76-19-75.dsl.klmzmi.ameritech.net> In-Reply-To: <20041207123346.S90505@adsl-68-76-19-75.dsl.klmzmi.ameritech.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412081926.22499.agh@tpg.com.au> X-TPG-Antivirus: Passed cc: Lucas Holt Subject: Re: ffmpeg port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 08:24:11 -0000 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. -Alastair