From owner-freebsd-questions@FreeBSD.ORG Sat Dec 12 15:36:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36369106566B for ; Sat, 12 Dec 2009 15:36:41 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id E02908FC12 for ; Sat, 12 Dec 2009 15:36:40 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id nBCFadRf015687; Sat, 12 Dec 2009 08:36:39 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id nBCFadTO015684; Sat, 12 Dec 2009 08:36:39 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 12 Dec 2009 08:36:39 -0700 (MST) From: Warren Block To: Richard Mace In-Reply-To: <200912121618.37938.macerl@telkomsa.net> Message-ID: References: <200912121618.37938.macerl@telkomsa.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (wonkity.com [127.0.0.1]); Sat, 12 Dec 2009 08:36:39 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: How to build VLC port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2009 15:36:41 -0000 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