svn commit: r440605 - head/games/ember

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:57:37 UTC 2017


Author: antoine
Date: Wed May 10 21:57:35 2017
New Revision: 440605
URL: https://svnweb.freebsd.org/changeset/ports/440605

Log:
  Mark BROKEN: fails to build
  
  In file included from EmberServices.cxx:19:
  ../../../../src/services/server/ServerService.h:32:10: fatal error: 'sigc++/object_slot.h' file not found
  #include <sigc++/object_slot.h>
  
  Reported by:	pkg-fallout

Modified:
  head/games/ember/Makefile

Modified: head/games/ember/Makefile
==============================================================================
--- head/games/ember/Makefile	Wed May 10 21:56:34 2017	(r440604)
+++ head/games/ember/Makefile	Wed May 10 21:57:35 2017	(r440605)
@@ -15,6 +15,8 @@ COMMENT=	Ember is a WorldForge 3D client
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so:graphics/ogre3d
 RUN_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so:graphics/ogre3d
 LIB_DEPENDS=	libsigc-2.0.so:devel/libsigc++20 \


More information about the svn-ports-all mailing list