cvs commit: ports/games/ezquake Makefile ports/games/ezquake/files patch-gl_local.h patch-sys_linux.c patch-vid_common_gl.c patch-vid_glx.c

Alejandro Pulver alepulver at FreeBSD.org
Fri Jul 13 02:12:57 UTC 2007


alepulver    2007-07-13 02:12:56 UTC

  FreeBSD ports repository

  Modified files:
    games/ezquake        Makefile 
    games/ezquake/files  patch-sys_linux.c 
  Added files:
    games/ezquake/files  patch-gl_local.h patch-vid_common_gl.c 
                         patch-vid_glx.c 
  Log:
  - Fix linking and remove BROKEN.
  
  Since the modular xorg update it has been broken because the new libGL doesn't
  allow direct linking to glXGetVideoSyncSGI and glXWaitVideoSyncSGI, so they
  have to be accessed through glXGetProcAddressARB (at run-time).
  
  This doesn't happen with NVidia's libGL though, so it was harder to track.
  
  Revision  Changes    Path
  1.6       +0 -2      ports/games/ezquake/Makefile
  1.1       +12 -0     ports/games/ezquake/files/patch-gl_local.h (new)
  1.3       +6 -6      ports/games/ezquake/files/patch-sys_linux.c
  1.1       +22 -0     ports/games/ezquake/files/patch-vid_common_gl.c (new)
  1.3       +25 -0     ports/games/ezquake/files/patch-vid_glx.c (new)


More information about the cvs-ports mailing list