Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2018 19:32:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485252 - head/audio/esperanza
Message-ID:  <201811181932.wAIJWud4081684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 18 19:32:55 2018
New Revision: 485252
URL: https://svnweb.freebsd.org/changeset/ports/485252

Log:
  Mark BROKEN: fails to build
  
  In file included from plugin.cpp:17:
  In file included from ./plugin.h:17:
  In file included from ../../ui/esperanza_plugin.h:20:
  In file included from ../../lib/xclient.h:21:
  In file included from /usr/local/include/xmms2/xmmsclient/xmmsclient++.h:20:
  /usr/local/include/xmms2/xmmsclient/xmmsclient++/signal.h:22:10: fatal error: 'boost/function.hpp' file not found
  #include <boost/function.hpp>
           ^~~~~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/audio/esperanza/Makefile

Modified: head/audio/esperanza/Makefile
==============================================================================
--- head/audio/esperanza/Makefile	Sun Nov 18 19:30:59 2018	(r485251)
+++ head/audio/esperanza/Makefile	Sun Nov 18 19:32:55 2018	(r485252)
@@ -14,6 +14,8 @@ COMMENT=	Advanced Qt4 XMMS2 client
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.GPL
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libxmmsclient++.so:audio/cpp-xmms2
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}+git${PORTVERSION:E}



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