Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2017 18:49:03 +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: r440887 - head/graphics/gimmage
Message-ID:  <201705141849.v4EIn3b9073261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun May 14 18:49:03 2017
New Revision: 440887
URL: https://svnweb.freebsd.org/changeset/ports/440887

Log:
  Mark BROKEN: fails to build
  
  In file included from AppWindow.cpp:21:
  In file included from ./AppWindow.h:22:
  ...
  /usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/gimmage/Makefile

Modified: head/graphics/gimmage/Makefile
==============================================================================
--- head/graphics/gimmage/Makefile	Sun May 14 18:47:36 2017	(r440886)
+++ head/graphics/gimmage/Makefile	Sun May 14 18:49:03 2017	(r440887)
@@ -13,6 +13,8 @@ COMMENT=	Simple image viewer
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		desktop-file-utils gettext pkgconfig



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