svn commit: r440598 - head/x11-toolkits/libgnomeprintuimm

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:45:28 UTC 2017


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 at 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


More information about the svn-ports-all mailing list