svn commit: r553836 - head/x11/virtualgl
Antoine Brodin
antoine at FreeBSD.org
Sun Nov 1 14:14:43 UTC 2020
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
More information about the svn-ports-all
mailing list