Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2009 08:36:39 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        Richard Mace <macerl@telkomsa.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to build VLC port
Message-ID:  <alpine.BSF.2.00.0912120828510.15605@wonkity.com>
In-Reply-To: <200912121618.37938.macerl@telkomsa.net>
References:  <200912121618.37938.macerl@telkomsa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 12 Dec 2009, Richard Mace wrote:

> Sorry if this is well-known. I have googled but came up with nothing. (I am
> relatively new to FreeBSD.)
>
> I am running 8.0-RELEASE. I am trying to build VLC with
>
> # cd /usr/ports
> # make install clean
>
> But I get the message:
>
> ===>  vlc-1.0.3_4,3 is marked as broken: doesn't build with dirac.
> *** Error code 1
>
> I tried a
>
> # make config
>
> but cannot find out how to turn off the dirac depends (is it possible?).

The multimedia/vlc Makefile automatically enables dirac use if 
libdirac_decoder.a is already installed.

You can override that, but not through the menu options:

make -DWITHOUT_DIRAC install clean

Or you can uninstall the multimedia/dirac port (if nothing is using it) 
before installing vlc.

-Warren Block * Rapid City, South Dakota USA



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