From owner-svn-ports-head@FreeBSD.ORG Fri Dec 6 14:19:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 096F4493; Fri, 6 Dec 2013 14:19:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0326108E; Fri, 6 Dec 2013 14:19:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB6EJ8g1087130; Fri, 6 Dec 2013 14:19:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB6EJ8jq087129; Fri, 6 Dec 2013 14:19:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312061419.rB6EJ8jq087129@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Dec 2013 14:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335749 - head/multimedia/motion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 14:19:09 -0000 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