Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2020 14:18:15 +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: r553839 - head/graphics/oyranos
Message-ID:  <202011011418.0A1EIFsg042613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  1 14:18:15 2020
New Revision: 553839
URL: https://svnweb.freebsd.org/changeset/ports/553839

Log:
  Mark BROKEN
  
  In file included from /wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/image_display.cpp:46:
  /wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/Oy_Fl_Shader_Box.h:71:5: error: use of undeclared identifier 'glGetObjectParameterivARB'; did you mean 'glGetTexParameteriv'?
      glGetObjectParameterivARB (obj, GL_OBJECT_INFO_LOG_LENGTH_ARB, &len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~
      glGetTexParameteriv
  /usr/local/include/GL/gl.h:1274:23: note: 'glGetTexParameteriv' declared here
  GLAPI void GLAPIENTRY glGetTexParameteriv( GLenum target,
                        ^
  In file included from /wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/image_display.cpp:46:
  /wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/Oy_Fl_Shader_Box.h:75:2: error: use of undeclared identifier 'glGetInfoLogARB'
          glGetInfoLogARB (obj, len, &nwritten, log);
          ^
  ...
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/oyranos/Makefile

Modified: head/graphics/oyranos/Makefile
==============================================================================
--- head/graphics/oyranos/Makefile	Sun Nov  1 14:16:20 2020	(r553838)
+++ head/graphics/oyranos/Makefile	Sun Nov  1 14:18:15 2020	(r553839)
@@ -10,6 +10,8 @@ COMMENT=	Colour Management System (CMS)
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		fails to build
+
 RUN_DEPENDS=	${LOCALBASE}/share/color/icc/OpenICC/sRGB.icc:graphics/icc-profiles-openicc \
 		${LOCALBASE}/share/color/icc/basICColor/ISOcoated_v2_300_bas.ICC:graphics/icc-profiles-basiccolor \
 		xcalib:x11/xcalib



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