svn commit: r440637 - head/cad/repsnapper

Antoine Brodin antoine at FreeBSD.org
Thu May 11 17:06:19 UTC 2017


Author: antoine
Date: Thu May 11 17:06:18 2017
New Revision: 440637
URL: https://svnweb.freebsd.org/changeset/ports/440637

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

Modified:
  head/cad/repsnapper/Makefile

Modified: head/cad/repsnapper/Makefile
==============================================================================
--- head/cad/repsnapper/Makefile	Thu May 11 17:03:08 2017	(r440636)
+++ head/cad/repsnapper/Makefile	Thu May 11 17:06:18 2017	(r440637)
@@ -16,6 +16,8 @@ COMMENT=	Controller and GCode generator 
 LICENSE=	GPLv2 BSD3CLAUSE MIT
 LICENSE_COMB=	multi
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \
 		libzip.so:archivers/libzip \
 


More information about the svn-ports-all mailing list