Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2019 20:10:58 +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: r490734 - head/graphics/opencsg
Message-ID:  <201901192010.x0JKAwgO053284@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 19 20:10:58 2019
New Revision: 490734
URL: https://svnweb.freebsd.org/changeset/ports/490734

Log:
  Mark BROKEN: fails to configure
  
  Project ERROR: Could not find feature opengles2.
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/opencsg/Makefile

Modified: head/graphics/opencsg/Makefile
==============================================================================
--- head/graphics/opencsg/Makefile	Sat Jan 19 20:07:13 2019	(r490733)
+++ head/graphics/opencsg/Makefile	Sat Jan 19 20:10:58 2019	(r490734)
@@ -14,6 +14,8 @@ COMMENT=	Constructive Solid Geometry rendering library
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../license.txt
 
+BROKEN=		fails to configure
+
 USES=		compiler:c++11-lang qmake qt:5
 USE_GL=		gl glesv2 glew
 USE_QT=		qmake_build



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