Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2007 02:12:56 +0000 (UTC)
From:      Alejandro Pulver <alepulver@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200707130212.l6D2CudT053795@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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