svn commit: r421865 - head/multimedia/mkvtoolnix

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 11 18:47:53 UTC 2016


Author: amdmi3
Date: Sun Sep 11 18:47:51 2016
New Revision: 421865
URL: https://svnweb.freebsd.org/changeset/ports/421865

Log:
  - Mark BROKEN on 9.x:
  
  g++48: internal compiler error: Segmentation fault: 11 (program cc1plus)
  
  Approved by:	portmgr blanket

Modified:
  head/multimedia/mkvtoolnix/Makefile

Modified: head/multimedia/mkvtoolnix/Makefile
==============================================================================
--- head/multimedia/mkvtoolnix/Makefile	Sun Sep 11 18:42:51 2016	(r421864)
+++ head/multimedia/mkvtoolnix/Makefile	Sun Sep 11 18:47:51 2016	(r421865)
@@ -19,6 +19,8 @@ LIB_DEPENDS=	libvorbis.so:audio/libvorbi
 		libboost_regex.so:devel/boost-libs \
 		libmatroska.so:multimedia/libmatroska
 
+BROKEN_FreeBSD_9=	does not build: g++48 internal compiler error
+
 USES=		compiler:c++11-lib iconv pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list