Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2020 14:14:43 +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: r553836 - head/x11/virtualgl
Message-ID:  <202011011414.0A1EEh3t042107@repo.freebsd.org>

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

Log:
  Mark BROKEN
  
  In file included from /wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/glxvisual.h:18:
  /wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:538:1: error: comparison of distinct pointer types ('_glXGetTransparentIndexSUNType' (aka 'int (*)(_XDisplay *, unsigned long, unsigned long, long *)') and 'int (*)(Display *, Window, Window, unsigned long *)' (aka 'int (*)(_XDisplay *, unsigned long, unsigned long, unsigned long *)'))
  FUNCDEF4(int, glXGetTransparentIndexSUN, Display *, dpy, Window, overlay,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  /wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:183:3: note: expanded from macro 'FUNCDEF4'
                  CHECKSYM(f, fake_f); \
                  ^~~~~~~~~~~~~~~~~~~
  /wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:59:11: note: expanded from macro 'CHECKSYM'
          if(__##s == fake_s) \
             ~~~~~ ^  ~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/x11/virtualgl/Makefile

Modified: head/x11/virtualgl/Makefile
==============================================================================
--- head/x11/virtualgl/Makefile	Sun Nov  1 14:12:59 2020	(r553835)
+++ head/x11/virtualgl/Makefile	Sun Nov  1 14:14:43 2020	(r553836)
@@ -14,6 +14,7 @@ LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libturbojpeg.so:graphics/libjpeg-turbo \
 		libxcb-keysyms.so:x11/xcb-util-keysyms
 
+BROKEN=		fails to build
 ONLY_FOR_ARCHS=	amd64 i386
 
 CMAKE_INSTALL_PREFIX=	${LOCALBASE}/VirtualGL



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