Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2015 17:05:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r383025 - branches/2015Q2/multimedia/handbrake
Message-ID:  <201504021705.t32H5V3w075138@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr  2 17:05:30 2015
New Revision: 383025
URL: https://svnweb.freebsd.org/changeset/ports/383025

Log:
  MFH: r383024
  
  Mark BROKEN: fails to build
  
  gmake[1]: Leaving directory '/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/fdkaac/fdk-aac-v0.1.1-6-gbae4553'
  touch contrib/fdkaac/.stamp.install
  set -e; cd ./contrib/ffmpeg/libav-v10.1/; ./configure --prefix=/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/ --disable-shared --enable-static --enable-gpl --disable-doc --disable-bsfs --enable-bsf=aac_adtstoasc --disable-avconv --disable-avplay --disable-avprobe --disable-avdevice --disable-avfilter --disable-avserver --disable-muxers --disable-network --disable-hwaccels --disable-encoders --enable-encoder=aac --enable-encoder=ac3 --enable-encoder=flac --enable-encoder=mpeg2video --enable-encoder=mpeg4 --enable-libvpx --enable-encoder=libvpx_vp8 --disable-decoder=libvpx_vp8 --enable-zlib --enable-bzlib --cc="/usr/bin/cc" --extra-ldflags="-O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -L/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/lib" --enable-nonfree --enable-libfdk-aac --enable-encoder=libfdk_aac --enable-muxer=matroska --enable-muxer=webm --enable-muxer=mov --enable-muxer=mp4 --enable-muxer=psp 
 --enable-muxer=ipod --enable-pthreads --disable-devices --disable-debug --extra-cflags="-O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/include -DNDEBUG"
  ERROR: libvpx encoder version must be >=0.9.6
  
  If you think configure made a mistake, make sure you are using the latest
  version from Git.  If the latest version fails, report the problem to the
  libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net.
  Include the log file "config.log" produced by configure as this will help
  solving the problem.
  ../contrib/ffmpeg/module.rules:2: recipe for target 'contrib/ffmpeg/.stamp.configure' failed
  
  Reported by:	pkg-fallout

Modified:
  branches/2015Q2/multimedia/handbrake/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/multimedia/handbrake/Makefile
==============================================================================
--- branches/2015Q2/multimedia/handbrake/Makefile	Thu Apr  2 17:04:56 2015	(r383024)
+++ branches/2015Q2/multimedia/handbrake/Makefile	Thu Apr  2 17:05:30 2015	(r383025)
@@ -29,6 +29,8 @@ COMMENT=	Versatile DVD ripper and video 
 
 LICENSE=	GPLv2
 
+BROKEN=		Fails to build
+
 BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/yasm
 LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504021705.t32H5V3w075138>