From owner-cvs-all@FreeBSD.ORG Thu Aug 10 09:58:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE8716A4DA; Thu, 10 Aug 2006 09:58:47 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from mail2.itxmarket.com (fw.itxmarket.com [84.14.136.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670CD43D45; Thu, 10 Aug 2006 09:58:47 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 624B061C97; Thu, 10 Aug 2006 11:58:45 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id 8B8452281F; Thu, 10 Aug 2006 11:58:46 +0200 (CEST) Date: Thu, 10 Aug 2006 11:58:46 +0200 From: Michael Landin Hostbaek To: Michael Johnson Message-ID: <20060810095846.GG10573@mich2.itxmarket.com> Mail-Followup-To: Michael Landin Hostbaek , Michael Johnson , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200608091518.k79FIX5F064232@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608091518.k79FIX5F064232@repoman.freebsd.org> X-Operating-System: FreeBSD 6.1-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.12-2006-07-14 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/vlc Makefile ports/multimedia/vlc-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 09:58:48 -0000 Michael Johnson (ahze) writes: > ahze 2006-08-09 15:18:33 UTC > > FreeBSD ports repository > > Modified files: > multimedia/vlc Makefile > multimedia/vlc-devel Makefile > Log: > - chase libver bump in x264 It's broken on on -CURRENT: ranlib libdvbsub_plugin.a /bin/sh ../../libtool --mode=link cc -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pthrea -pipe -L/usr/local/lib -L/usr/X11R6/lib -pthread -L/usr/local/lib -o libdvbsub_plugin.so libdvbub_plugin.a -L/usr/X11R6/lib -shared -pthread -fpic -fPIC -u vlc_entry__0_8_5 cc -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pipe -o libdvbsub_plugin.so -shared -fpi -fPIC -u vlc_entry__0_8_5 -L/usr/local/lib -L/usr/X11R6/lib libdvbsub_plugin.a -pthread if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/ports/multimedia/vlc/work/vlc-0.8.5/include -I/us/X11R6/include/wx-2.6/ -I/usr/local/include/speex -I/usr/local/include -I/usr/X11R6/include -I/sr/local/include -DSYS_FREEBSD7_0 -I../../include `top_builddir="../.." ../../vlc-config --cflag plugin x264` -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pthread -pipe -MT libx264_plgin_a-x264.o -MD -MP -MF ".deps/libx264_plugin_a-x264.Tpo" -c -o libx264_plugin_a-x264.o `test - 'x264.c' || echo './'`x264.c; \ then mv -f ".deps/libx264_plugin_a-x264.Tpo" ".deps/libx264_plugin_a-x264.Po"; else rm - ".deps/libx264_plugin_a-x264.Tpo"; exit 1; fi In file included from x264.c:32: /usr/local/include/x264.h:32:4: warning: #warning You must include stdint.h or inttypes.h beforex264.h x264.c: In function `Open': x264.c:550: error: structure has no member named `b_cbr' gmake[4]: *** [libx264_plugin_a-x264.o] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.5/modules/codec' gmake[3]: *** [all-modules] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.5/modules/codec' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.5/modules' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.5' gmake: *** [all] Error 2 *** Error code 2 /mich