From owner-freebsd-questions@FreeBSD.ORG Sat Dec 12 15:42:03 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 D34CF106566B for ; Sat, 12 Dec 2009 15:42:03 +0000 (UTC) (envelope-from macerl@telkomsa.net) Received: from rrba-ip-smtp-2-1.saix.net (rrba-ip-smtp-2-1.saix.net [196.25.240.237]) by mx1.freebsd.org (Postfix) with ESMTP id 708DB8FC23 for ; Sat, 12 Dec 2009 15:42:03 +0000 (UTC) Received: from dilbert.localnet (dsl-242-84-47.telkomadsl.co.za [41.242.84.47]) by rrba-ip-smtp-2-1.saix.net (Postfix) with ESMTP id 5FC8331D7; Sat, 12 Dec 2009 17:41:59 +0200 (SAST) From: Richard Mace To: freebsd-questions@freebsd.org Date: Sat, 12 Dec 2009 17:35:13 +0200 User-Agent: KMail/1.12.2 (Linux/2.6.30-2-amd64; KDE/4.3.2; x86_64; ; ) References: <200912121618.37938.macerl@telkomsa.net> <4B23AD62.8050008@bah.homeip.net> <20091212152815.328f5574@gumby.homeunix.com> In-Reply-To: <20091212152815.328f5574@gumby.homeunix.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200912121735.13897.macerl@telkomsa.net> Cc: 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:42:03 -0000 > On Sat, 12 Dec 2009 15:49:06 +0100 > > Bernt Hansson wrote: > > Richard Mace: > > > ===> vlc-1.0.3_4,3 is marked as broken: doesn't build with dirac. > > > *** Error code 1 > > > > > > > > > I tried a > > > > > > # make config > > > > Try make rmconfig > > You also need to remove the dirac package if it's already installed. Thanks for the hint. Actually, you don't need such a drastic measure, it seems. I looked into the Makefile and found: .if (defined(WITH_DIRAC) || exists(${LOCALBASE}/lib/libdirac_decoder.a)) && !defined(WITHOUT_DIRAC) BROKEN= doesn't build with dirac I did a # make -DWITHOUT_DIRAC and it seems to be building. As I type this I see confirmation of the solution above from Warren Block (Thanks!) -Richard