svn commit: r429151 - head/net/mediatomb

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 22 09:56:11 UTC 2016


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}


More information about the svn-ports-head mailing list