Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 21:45:27 +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: r440598 - head/x11-toolkits/libgnomeprintuimm
Message-ID:  <201705102145.v4ALjRrw061835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed May 10 21:45:26 2017
New Revision: 440598
URL: https://svnweb.freebsd.org/changeset/ports/440598

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

Modified:
  head/x11-toolkits/libgnomeprintuimm/Makefile

Modified: head/x11-toolkits/libgnomeprintuimm/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeprintuimm/Makefile	Wed May 10 21:43:22 2017	(r440597)
+++ head/x11-toolkits/libgnomeprintuimm/Makefile	Wed May 10 21:45:26 2017	(r440598)
@@ -11,6 +11,8 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	bland@FreeBSD.org
 COMMENT=	C++ wrappers for the GNOME print support library
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24 \
 		libgnomeprintmm-2.5.so:print/libgnomeprintmm
 BUILD_DEPENDS=	gm4:devel/m4



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