Date: Thu, 7 Jul 2016 17:39:37 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418191 - head/multimedia/mkvtoolnix Message-ID: <201607071739.u67HdbiW050946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Thu Jul 7 17:39:37 2016 New Revision: 418191 URL: https://svnweb.freebsd.org/changeset/ports/418191 Log: Take maintainership Details: mkvtoolnix shows spurious build issues due to a gcc-internal segfault on the build cluster on 9.x. However, this is not perfectly reproducible and on other hardware setups it builds reliably, so we don't want to mark it broken on 9.x. Taking maintainership so pkg-fallout won't continue spam the multimedia@ mailing list. Modified: head/multimedia/mkvtoolnix/Makefile Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Thu Jul 7 16:49:27 2016 (r418190) +++ head/multimedia/mkvtoolnix/Makefile Thu Jul 7 17:39:37 2016 (r418191) @@ -7,7 +7,7 @@ CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ -MAINTAINER= multimedia@FreeBSD.org +MAINTAINER= riggs@FreeBSD.org COMMENT= Tools to extract from/get info about/create Matroska media streams LICENSE= GPLv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607071739.u67HdbiW050946>