From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 9 08:59:25 2015 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34FDB2A4; Tue, 9 Jun 2015 08:59:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from critical.ch (critical.ch [IPv6:2a01:4f8:d16:2743::1:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.critical.ch", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BDA511A29; Tue, 9 Jun 2015 08:59:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from wiggles.local (dynamic.wline.6rd.res.cust.swisscom.ch [IPv6:2a02:1205:34ee:c940:dad3:85ff:fe79:dd2] (may be forged)) (authenticated bits=0) by critical.ch (8.14.9/8.14.9/critical-1.0) with ESMTP id t598xLYH064334; Tue, 9 Jun 2015 10:59:21 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Tue, 9 Jun 2015 10:59:15 +0200 From: Emanuel Haupt To: Tijl Coosemans Cc: multimedia@FreeBSD.org Subject: Re: svn commit: r388286 - head/multimedia/mkvtoolnix Message-Id: <20150609105915.e4934eb607558a3986d0a6db@FreeBSD.org> In-Reply-To: <20150604092627.5434ac23@kalimero.tijl.coosemans.org> References: <201506012054.t51Ks5lx014800@svn.freebsd.org> <20150604092627.5434ac23@kalimero.tijl.coosemans.org> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.27; amd64-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 08:59:25 -0000 Tijl Coosemans wrote: > On Mon, 1 Jun 2015 20:54:05 +0000 (UTC) Emanuel Haupt > wrote: > > Author: ehaupt > > Date: Mon Jun 1 20:54:04 2015 > > New Revision: 388286 > > URL: https://svnweb.freebsd.org/changeset/ports/388286 > > > > Log: > > Update to 7.9.0 > > > > Modified: > > head/multimedia/mkvtoolnix/Makefile > > head/multimedia/mkvtoolnix/distinfo > > head/multimedia/mkvtoolnix/pkg-plist > > Can you take a look at this build error: > http://beefy2.nyi.freebsd.org/data/93amd64-default/388491/logs/mkvtoolnix-7.9.0.log > > It's probably just missing "#include " somewhere. > I have just marked the port broken on < 10.x along with some patches to mitigate the header issue. I've also filed a bug report and I'm further trying to fix it. Thought it would be good to mark it broken thus far. OpenBSD related: https://github.com/mbunkus/mkvtoolnix/issues/1215 My bug report: https://github.com/mbunkus/mkvtoolnix/issues/1243 Emanuel