From owner-svn-ports-all@freebsd.org Fri Nov 27 19:22:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D54D4A3A53C; Fri, 27 Nov 2015 19:22:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B5251AB5; Fri, 27 Nov 2015 19:22:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tARJMdDs039312; Fri, 27 Nov 2015 19:22:39 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tARJMdNq039311; Fri, 27 Nov 2015 19:22:39 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511271922.tARJMdNq039311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 27 Nov 2015 19:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402491 - head/multimedia/bombono X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 19:22:40 -0000 Author: antoine Date: Fri Nov 27 19:22:39 2015 New Revision: 402491 URL: https://svnweb.freebsd.org/changeset/ports/402491 Log: Mark BROKEN everywhere: fails to build Error log on 9.3: src/mgui/ffviewer.cpp: In function 'bool SeekSetTime(FFViewer&, double)': src/mgui/ffviewer.cpp:1123: error: 'struct AVFormatContext' has no member named 'data_offset' scons: *** [build/src/mgui/ffviewer.o] Error 1 Reported by: pkg-fallout Modified: head/multimedia/bombono/Makefile Modified: head/multimedia/bombono/Makefile ============================================================================== --- head/multimedia/bombono/Makefile Fri Nov 27 19:20:12 2015 (r402490) +++ head/multimedia/bombono/Makefile Fri Nov 27 19:22:39 2015 (r402491) @@ -34,11 +34,7 @@ MAKE_ARGS= DVDREAD_INCLUDE=${LOCALBASE}/ CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \ CC="${CC}" CXX="${CXX}" -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -BROKEN= does not build on 10.x+ -.endif +BROKEN= does not build post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/SConstruct @@ -47,4 +43,4 @@ post-install: cd ${WRKSRC}/docs/man/man1 && ${INSTALL_MAN} bombono-dvd.1 \ mpeg2demux.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.include +.include