From e7ba78686c3cdae82a055e502f08f90ff69b9fd0 Mon Sep 17 00:00:00 2001 From: riggs Date: Wed, 1 Jun 2016 18:07:37 +0000 Subject: Update to upstream version 9.2.0 While on it: Mark unbroken on 9.x. gcc internal segfault is not reproducible on my test box on 9.3 with gcc 4.8 --- multimedia/mkvtoolnix/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'multimedia/mkvtoolnix/Makefile') diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index ccd9055ada95..ffcd9c31af2a 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 9.1.0 +PORTVERSION= 9.2.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ @@ -33,7 +33,6 @@ CONFIGURE_ARGS= --without-curl \ --with-boost-regex=boost_regex BROKEN_sparc64= does not install -BROKEN_FreeBSD_9= segfault in gcc OPTIONS_DEFINE= FLAC NLS QT5 OPTIONS_DEFAULT= FLAC QT5 -- cgit