From owner-freebsd-questions@FreeBSD.ORG Sat Dec 12 14:25:27 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 0256C1065672 for ; Sat, 12 Dec 2009 14:25:27 +0000 (UTC) (envelope-from macerl@telkomsa.net) Received: from rrba-ip-smtp-2-2.saix.net (rrba-ip-smtp-2-2.saix.net [196.25.240.220]) by mx1.freebsd.org (Postfix) with ESMTP id 96ACB8FC18 for ; Sat, 12 Dec 2009 14:25:25 +0000 (UTC) Received: from dilbert.localnet (dsl-242-84-47.telkomadsl.co.za [41.242.84.47]) by rrba-ip-smtp-2-2.saix.net (Postfix) with ESMTP id 38208E8C for ; Sat, 12 Dec 2009 16:25:23 +0200 (SAST) From: Richard Mace To: freebsd-questions@freebsd.org Date: Sat, 12 Dec 2009 16:18:37 +0200 User-Agent: KMail/1.12.2 (Linux/2.6.30-2-amd64; KDE/4.3.2; x86_64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200912121618.37938.macerl@telkomsa.net> Subject: 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 14:25:27 -0000 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?). Thanks for any pointers. -Richard