Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2016 09:56:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429151 - head/net/mediatomb
Message-ID:  <201612220956.uBM9u9DW067893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 22 09:56:09 2016
New Revision: 429151
URL: https://svnweb.freebsd.org/changeset/ports/429151

Log:
  - Mark broken on FreeBSD 9.x i386
  
  Approved by:	portmgr blanket

Modified:
  head/net/mediatomb/Makefile

Modified: head/net/mediatomb/Makefile
==============================================================================
--- head/net/mediatomb/Makefile	Thu Dec 22 09:52:25 2016	(r429150)
+++ head/net/mediatomb/Makefile	Thu Dec 22 09:56:09 2016	(r429151)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
+BROKEN_FreeBSD_9_i386=	does not build (error: declaration of 'operator new' as non-function)
+
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib ${ICONV_LIB}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612220956.uBM9u9DW067893>