svn commit: r440887 - head/graphics/gimmage

Antoine Brodin antoine at FreeBSD.org
Sun May 14 18:49:05 UTC 2017


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


More information about the svn-ports-all mailing list