svn commit: r451563 - head/x11/enventor

Antoine Brodin antoine at FreeBSD.org
Sun Oct 8 18:58:26 UTC 2017


Author: antoine
Date: Sun Oct  8 18:58:23 2017
New Revision: 451563
URL: https://svnweb.freebsd.org/changeset/ports/451563

Log:
  Mark BROKEN: fails to build
  
  /usr/local/bin/eolian_gen --legacy -I//usr/local/share/eolian/include/eo-1 -I//usr/local/share/eolian/include/evas-1 -I//usr/local/share/eolian/include/edje-1 -I//usr/local/share/eolian/include/ecore-1 -I//usr/local/share/eolian/include/elementary-1 -I//usr/local/share/eolian/include/efl-1 -I../../src/lib --gc -o enventor_object.eo.c enventor_object.eo
  eolian_gen: illegal option -- -
  
  Reported by:	pkg-fallout
  MFH:		2017Q4

Modified:
  head/x11/enventor/Makefile

Modified: head/x11/enventor/Makefile
==============================================================================
--- head/x11/enventor/Makefile	Sun Oct  8 18:57:40 2017	(r451562)
+++ head/x11/enventor/Makefile	Sun Oct  8 18:58:23 2017	(r451563)
@@ -13,6 +13,8 @@ COMMENT=	Dynamic EDC Editor
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libefl.so:devel/efl
 
 USES=		compiler:c11 desktop-file-utils gmake libtool pkgconfig \


More information about the svn-ports-all mailing list