cvs commit: ports/games/quake2lnx Makefile distinfo pkg-message pkg-plist ports/games/quake2lnx/files extra-patch-src_rogue_g__local.h extra-patch-src_rogue_q__shared.c extra-patch-src_xatrix_q__shared.c patch-Makefile patch-src::game::g_phys.c patch-src::linux::gl_glx.c patch-src::linux::rw_in_svgalib.c ...

Edwin Groothuis edwin at FreeBSD.org
Thu Nov 17 02:51:29 PST 2005


edwin       2005-11-17 10:51:28 UTC

  FreeBSD ports repository

  Modified files:
    games/quake2lnx      Makefile distinfo pkg-plist 
    games/quake2lnx/files patch-Makefile 
  Added files:
    games/quake2lnx/files extra-patch-src_rogue_g__local.h 
                          extra-patch-src_rogue_q__shared.c 
                          extra-patch-src_xatrix_q__shared.c 
                          patch-src_game_g__phys.c 
                          patch-src_linux_gl__glx.c 
                          patch-src_linux_joystick.c 
                          patch-src_linux_rw__in__svgalib.c 
                          patch-src_linux_rw__linux.c 
                          patch-src_linux_rw__svgalib.c 
                          patch-src_linux_rw__x11.c 
                          patch-src_linux_sys__linux.c 
                          patch-src_linux_vid_so.c 
                          patch-src_qcommon_files.c 
  Removed files:
    games/quake2lnx      pkg-message 
    games/quake2lnx/files patch-src::game::g_phys.c 
                          patch-src::linux::gl_glx.c 
                          patch-src::linux::rw_in_svgalib.c 
                          patch-src::linux::rw_linux.c 
                          patch-src::linux::rw_svgalib.c 
                          patch-src::linux::rw_x11.c 
                          patch-src::linux::sys_linux.c 
                          patch-src::qcommon::files.c 
  Log:
  [UPDATE] games/quake2lnx: integrate with "quake2-data"
  
          Changes:
          * Integrate with "quake2-data".
          * Add OPTIONS (21).
          * Clean-up (sort knobs alphabetically, etc.).
          * Automatically extract Rogue and Xatrix mission packs.
          * Remove ARCH from library names (gamei386.so -> game.so).
            Also increases portability (the library name was manually
            defined between #ifdefs checking the architecture, and a
            #error at the end).
          * Change patch names (using "_" instead of "::"), and also some patches.
  
  PR:             ports/87181
  Submitted by:   Alejandro Pulver <alejandro at varnet.biz>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.15      +148 -297  ports/games/quake2lnx/Makefile
  1.7       +1 -26     ports/games/quake2lnx/distinfo
  1.1       +10 -0     ports/games/quake2lnx/files/extra-patch-src_rogue_g__local.h (new)
  1.1       +11 -0     ports/games/quake2lnx/files/extra-patch-src_rogue_q__shared.c (new)
  1.1       +11 -0     ports/games/quake2lnx/files/extra-patch-src_xatrix_q__shared.c (new)
  1.3       +62 -11    ports/games/quake2lnx/files/patch-Makefile
  1.2       +0 -17     ports/games/quake2lnx/files/patch-src::game::g_phys.c (dead)
  1.3       +0 -100    ports/games/quake2lnx/files/patch-src::linux::gl_glx.c (dead)
  1.3       +0 -55     ports/games/quake2lnx/files/patch-src::linux::rw_in_svgalib.c (dead)
  1.2       +0 -13     ports/games/quake2lnx/files/patch-src::linux::rw_linux.c (dead)
  1.2       +0 -12     ports/games/quake2lnx/files/patch-src::linux::rw_svgalib.c (dead)
  1.3       +0 -102    ports/games/quake2lnx/files/patch-src::linux::rw_x11.c (dead)
  1.3       +0 -22     ports/games/quake2lnx/files/patch-src::linux::sys_linux.c (dead)
  1.2       +0 -14     ports/games/quake2lnx/files/patch-src::qcommon::files.c (dead)
  1.1       +17 -0     ports/games/quake2lnx/files/patch-src_game_g__phys.c (new)
  1.1       +100 -0    ports/games/quake2lnx/files/patch-src_linux_gl__glx.c (new)
  1.1       +11 -0     ports/games/quake2lnx/files/patch-src_linux_joystick.c (new)
  1.1       +55 -0     ports/games/quake2lnx/files/patch-src_linux_rw__in__svgalib.c (new)
  1.1       +13 -0     ports/games/quake2lnx/files/patch-src_linux_rw__linux.c (new)
  1.1       +12 -0     ports/games/quake2lnx/files/patch-src_linux_rw__svgalib.c (new)
  1.1       +102 -0    ports/games/quake2lnx/files/patch-src_linux_rw__x11.c (new)
  1.1       +23 -0     ports/games/quake2lnx/files/patch-src_linux_sys__linux.c (new)
  1.1       +34 -0     ports/games/quake2lnx/files/patch-src_linux_vid_so.c (new)
  1.1       +12 -0     ports/games/quake2lnx/files/patch-src_qcommon_files.c (new)
  1.4       +0 -17     ports/games/quake2lnx/pkg-message (dead)
  1.4       +20 -212   ports/games/quake2lnx/pkg-plist


More information about the cvs-ports mailing list