svn commit: r415850 - head/multimedia/mkvtoolnix

Brooks Davis brooks at FreeBSD.org
Wed May 25 17:47:25 UTC 2016


Author: brooks
Date: Wed May 25 17:47:23 2016
New Revision: 415850
URL: https://svnweb.freebsd.org/changeset/ports/415850

Log:
  Mark broken on 9.x
  
  This has been failing for weeks on i386 and amd64 and it seems likely to
  be broken elsewhere.

Modified:
  head/multimedia/mkvtoolnix/Makefile

Modified: head/multimedia/mkvtoolnix/Makefile
==============================================================================
--- head/multimedia/mkvtoolnix/Makefile	Wed May 25 17:11:19 2016	(r415849)
+++ head/multimedia/mkvtoolnix/Makefile	Wed May 25 17:47:23 2016	(r415850)
@@ -33,6 +33,7 @@ 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


More information about the svn-ports-all mailing list