Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 21:41:18 +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: r440596 - head/deskutils/easystroke
Message-ID:  <201705102141.v4ALfIDj059984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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