Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 19:07:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r451566 - branches/2017Q4/x11/enventor
Message-ID:  <201710081907.v98J7XbF032757@repo.freebsd.org>

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



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