Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 14:19:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335749 - head/multimedia/motion
Message-ID:  <201312061419.rB6EJ8jq087129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec  6 14:19:08 2013
New Revision: 335749
URL: http://svnweb.freebsd.org/changeset/ports/335749

Log:
  Mark as broken:
  
  ffmpeg.c:81: error: expected ')' before '*' token
  ffmpeg.c:117: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mpeg1_file_protocol'
  ffmpeg.c:136: error: expected ')' before '*' token
  ffmpeg.c:160: error: expected ')' before '*' token
  ffmpeg.c:166: error: expected ')' before '*' token
  ffmpeg.c:172: error: expected ')' before '*' token
  ffmpeg.c:178: error: expected ')' before '*' token
  ffmpeg.c:184: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'file_protocol'
  ffmpeg.c: In function 'mpeg1_write_trailer':
  ffmpeg.c:207: warning: implicit declaration of function 'put_buffer'
  ffmpeg.c:208: warning: implicit declaration of function 'put_flush_packet'
  ffmpeg.c: In function 'ffmpeg_init':
  ffmpeg.c:230: error: 'mpeg1_file_protocol' undeclared (first use in this function)
  ffmpeg.c:230: error: (Each undeclared identifier is reported only once
  ffmpeg.c:230: error: for each function it appears in.)
  ffmpeg.c:230: error: 'file_protocol' undeclared (first use in this function)
  ffmpeg.c:241:5: warning: #warning av_register_protocolXXX missing
  ffmpeg.c: In function 'ffmpeg_open':
  ffmpeg.c:406: warning: 'av_new_stream' is deprecated (declared at /usr/local/include/libavformat/avformat.h:1817)
  ffmpeg.c:465: warning: implicit declaration of function 'av_set_parameters'
  ffmpeg.c:491: warning: implicit declaration of function 'avcodec_open'
  ffmpeg.c:546: warning: implicit declaration of function 'url_fopen'
  ffmpeg.c:546: error: 'URL_WRONLY' undeclared (first use in this function)
  ffmpeg.c:577: warning: implicit declaration of function 'av_write_header'
  ffmpeg.c: In function 'ffmpeg_close':
  ffmpeg.c:644: warning: implicit declaration of function 'url_fclose'
  ffmpeg.c: In function 'ffmpeg_put_frame':
  ffmpeg.c:708: warning: 'avcodec_encode_video' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4261)
  ffmpeg.c: In function 'ffmpeg_deinterlace':
  ffmpeg.c:809: warning: 'avpicture_deinterlace' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4506)

Modified:
  head/multimedia/motion/Makefile

Modified: head/multimedia/motion/Makefile
==============================================================================
--- head/multimedia/motion/Makefile	Fri Dec  6 14:18:15 2013	(r335748)
+++ head/multimedia/motion/Makefile	Fri Dec  6 14:19:08 2013	(r335749)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Motion detection application
 
+BROKEN=		Fails to build
+
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg



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