Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 18:58:23 +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: r451563 - head/x11/enventor
Message-ID:  <201710081858.v98IwN8U028517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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