From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 19:31:39 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45ACD106566B for ; Wed, 1 Aug 2012 19:31:39 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) by mx1.freebsd.org (Postfix) with ESMTP id 9AAA28FC1D for ; Wed, 1 Aug 2012 19:31:36 +0000 (UTC) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTP id 648309400EF; Wed, 1 Aug 2012 21:31:29 +0200 (CEST) Received: from freedom.alkumuna.eu ([192.168.10.100]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.14.5/8.14.5) with ESMTP id q71JVQlA008147 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Aug 2012 21:31:27 +0200 (CEST) (envelope-from mazhe@alkumuna.eu) Date: Wed, 1 Aug 2012 21:31:28 +0200 From: Matthieu Volat To: Juergen Lock Message-Id: <20120801213128.7956cef34d5f5a5419f78de2@alkumuna.eu> In-Reply-To: <1635832.uAdtHbXr7n@pcoliver.heesakkers.info> References: <20120730191515.GA9678@triton8.kn-bremen.de> <201207311829.q6VITSEZ018706@triton8.kn-bremen.de> <20120801200416.ee78392cd7c437c6ec98535d@alkumuna.eu> <1635832.uAdtHbXr7n@pcoliver.heesakkers.info> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.10; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Oliver Heesakkers , freebsd-ports@freebsd.org Subject: Re: CFT: vlc 2.0.3 - want to know where it works and where only partly X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2012 19:31:39 -0000 On Wed, 01 Aug 2012 20:34:44 +0200 Oliver Heesakkers wrote: > [...] > At the start of configure it is reported that --with-live555-tree is an > unrecognized option. > Changing line 381 of the patched Makefile for vlc to: > > CPPFLAGS+=-I${LOCALBASE}/live/liveMedia/include > > and removing the backslash from the line before of course, looks like a good > solution to me. > Right! So a bit more of reports : FreeBSD 9.0-RELEASE-p3 amd64 CC=clang CXX=clang++ CPP=clang-cpp (base system version) All ports up to date from a portsnap run, built with WITH_NEW_XORG and using the x11/nvidia-driver x11 driver (GeForce 8800GT). build: need the fix above to build with livemedia support run: fails to load qt interface : % vlc VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) [0x802055198] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [0x8021909d8] main interface error: corrupt module: /usr/local/lib/vlc/plugins/gui/libqt4_plugin.so Remote control interface initialized. Type `help' for help. The strange thing is it worked with the vlc-2.0.3-001.patch version. cvlc is running fine. Building with base gcc/g++ is also fine. -- Matthieu Volat