FreeBSD Bugzilla – Attachment 219310 Details for
Bug 250818
x11/virtualgl : fix build for recent version of mesa
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff of the port
virtualgl-2.6.3_1.diff (text/plain), 3.54 KB, created by
Thibault Payet
on 2020-11-02 19:54:23 UTC
(
hide
)
Description:
diff of the port
Filename:
MIME Type:
Creator:
Thibault Payet
Created:
2020-11-02 19:54:23 UTC
Size:
3.54 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 553925) >+++ Makefile (copie de travail) >@@ -3,6 +3,7 @@ > > PORTNAME= virtualgl > PORTVERSION= 2.6.3 >+PORTREVISION= 1 > CATEGORIES= x11 graphics > MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} > DISTNAME= VirtualGL-${PORTVERSION} >@@ -14,7 +15,6 @@ > 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 >Index: files/patch-server__fakerconfig.cpp >=================================================================== >--- files/patch-server__fakerconfig.cpp (révision 553925) >+++ files/patch-server__fakerconfig.cpp (copie de travail) >@@ -1,6 +1,6 @@ >---- server/fakerconfig.cpp 2019-10-20 16:29:00.000000000 -0500 >-+++ server/fakerconfig.cpp 2020-04-14 10:37:51.384994000 -0500 >-@@ -97,7 +97,7 @@ >+--- server/fakerconfig.cpp.orig 2019-10-20 21:29:00 UTC >++++ server/fakerconfig.cpp >+@@ -97,7 +97,7 @@ FakerConfig *fconfig_getinstance(void) > if((addr = shmat(fconfig_shmid, 0, 0)) == (void *)-1) THROW_UNIX(); > if(!addr) > THROW("Could not attach to config structure in shared memory"); >Index: files/patch-server_faker-glx.cpp >=================================================================== >--- files/patch-server_faker-glx.cpp (nonexistent) >+++ files/patch-server_faker-glx.cpp (copie de travail) >@@ -0,0 +1,24 @@ >+--- server/faker-glx.cpp.orig 2019-10-20 21:29:00 UTC >++++ server/faker-glx.cpp >+@@ -2192,11 +2192,10 @@ void glXQueryDrawable(Display *dpy, GLXDrawable draw, >+ CATCH(); >+ } >+ >+-int glXQueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf, int attribute, >++void glXQueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf, int attribute, >+ unsigned int *value) >+ { >+ glXQueryDrawable(dpy, pbuf, attribute, value); >+- return 0; >+ } >+ >+ >+@@ -2359,7 +2358,7 @@ void glXSwapBuffers(Display *dpy, GLXDrawable drawable >+ // Returns the transparent index from the overlay visual on the 2D X server >+ >+ int glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, >+- long *transparentIndex) >++ unsigned long *transparentIndex) >+ { >+ int retval = False; >+ XWindowAttributes xwa; > >Property changes on: files/patch-server_faker-glx.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-server_faker-sym.h >=================================================================== >--- files/patch-server_faker-sym.h (nonexistent) >+++ files/patch-server_faker-sym.h (copie de travail) >@@ -0,0 +1,11 @@ >+--- server/faker-sym.h.orig 2019-10-20 21:29:00 UTC >++++ server/faker-sym.h >+@@ -536,7 +536,7 @@ FUNCDEF2(GLXFBConfigSGIX, glXGetFBConfigFromVisualSGIX >+ // GLX_SUN_get_transparent_index >+ >+ FUNCDEF4(int, glXGetTransparentIndexSUN, Display *, dpy, Window, overlay, >+- Window, underlay, long *, transparentIndex, glXGetTransparentIndexSUN); >++ Window, underlay, unsigned long *, transparentIndex, glXGetTransparentIndexSUN); >+ >+ >+ // GL functions > >Property changes on: files/patch-server_faker-sym.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250818
: 219310