svn commit: r485252 - head/audio/esperanza

Antoine Brodin antoine at FreeBSD.org
Sun Nov 18 19:32:56 UTC 2018


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}


More information about the svn-ports-all mailing list