From owner-svn-ports-head@freebsd.org Wed May 10 21:41:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 963F3D67877; Wed, 10 May 2017 21:41:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E859401; Wed, 10 May 2017 21:41:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4ALfImd059985; Wed, 10 May 2017 21:41:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4ALfIDj059984; Wed, 10 May 2017 21:41:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705102141.v4ALfIDj059984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 10 May 2017 21:41:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440596 - head/deskutils/easystroke X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 21:41:19 -0000 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 \