svn commit: r451566 - branches/2017Q4/x11/enventor

Antoine Brodin antoine at FreeBSD.org
Sun Oct 8 19:07:35 UTC 2017


Author: antoine
Date: Sun Oct  8 19:07:33 2017
New Revision: 451566
URL: https://svnweb.freebsd.org/changeset/ports/451566

Log:
  MFH: r451563
  
  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

Modified:
  branches/2017Q4/x11/enventor/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/x11/enventor/Makefile
==============================================================================
--- branches/2017Q4/x11/enventor/Makefile	Sun Oct  8 19:04:49 2017	(r451565)
+++ branches/2017Q4/x11/enventor/Makefile	Sun Oct  8 19:07:33 2017	(r451566)
@@ -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-branches mailing list