svn commit: r553839 - head/graphics/oyranos

Antoine Brodin antoine at FreeBSD.org
Sun Nov 1 14:18:15 UTC 2020


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


More information about the svn-ports-head mailing list