svn commit: r440596 - head/deskutils/easystroke

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:41:19 UTC 2017


Author: antoine
Date: Wed May 10 21:41:18 2017
New Revision: 440596
URL: https://svnweb.freebsd.org/changeset/ports/440596

Log:
  Mark BROKEN: fails to build
  
  c++ -Wall  -DLOCALEDIR=\"/usr/local/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT actions.o -MMD -MP -MF actions.Po -o actions.o -c actions.cc
  ...
  /usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list
  
  Reported by:	pkg-fallout

Modified:
  head/deskutils/easystroke/Makefile

Modified: head/deskutils/easystroke/Makefile
==============================================================================
--- head/deskutils/easystroke/Makefile	Wed May 10 21:39:14 2017	(r440595)
+++ head/deskutils/easystroke/Makefile	Wed May 10 21:41:18 2017	(r440596)
@@ -13,6 +13,8 @@ COMMENT=	Easystroke is a gesture-recogni
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	help2man:misc/help2man \
 		${LOCALBASE}/include/xorg/xserver-properties.h:x11-servers/xorg-server
 LIB_DEPENDS=	libgtkmm-3.0.so:x11-toolkits/gtkmm30 \


More information about the svn-ports-all mailing list