cvs commit: ports/games/cleanq3 Makefile pkg-plist ports/games/cleanq3/files patch-code-Construct patch-code-cgame-cg_weapons.c patch-code-game-q_shared.c patch-code-game-q_shared.h patch-code-q3_ui-ui_playermodel.c patch-code-q3_ui-ui_players.c patch-code-q3_ui-ui_saveconfig.c patch-code-qcommon-common.c ...

Alejandro Pulver alepulver at FreeBSD.org
Sun Jul 23 18:56:32 UTC 2006


alepulver    2006-07-23 18:56:26 UTC

  FreeBSD ports repository

  Modified files:
    games/cleanq3        Makefile 
    games/cleanq3/files  patch-code-game-q_shared.h 
                         patch-code-qcommon-common.c 
                         patch-code-unix-unix_main.c 
                         patch-code-unix-unix_shared.c 
  Added files:
    games/cleanq3        pkg-plist 
    games/cleanq3/files  patch-code-cgame-cg_weapons.c 
                         patch-code-game-q_shared.c 
                         patch-code-q3_ui-ui_playermodel.c 
                         patch-code-q3_ui-ui_players.c 
                         patch-code-q3_ui-ui_saveconfig.c 
                         patch-code-qcommon-vm.c 
                         patch-code-renderer-tr_bsp.c 
                         patch-code-renderer-tr_shader.c 
                         patch-code-server-sv_client.c 
                         patch-code-ui-ui_main.c 
                         patch-code-ui-ui_players.c 
                         patch-code-unix-Makefile 
  Removed files:
    games/cleanq3/files  patch-code-Construct 
                         patch-code-unix-Conscript-client 
                         patch-code-unix-cons 
  Log:
  - Bump PORTREVISION.
  - Use Makefile for building instead of scons, and remove Perl dependency.
  - Use pkg-plist.
  - Add OPTIONS. Allow to build without X11, threaded version, etc.
  - Fix building on non-i386 and FreeBSD 4.X.
  - Respect CFLAGS when optimizations are enabled.
  - Add patch to fix 2 security vulnerabilities [1].
  
  PR:             ports/98295
  Submitted by:   alepulver (myself)
  Approved by:    maintainer (timeout)
  Obtained from:  q3icculus (http://icculus.org/quake3/) [1]
  Security:       CVE-2006-2082 [1]
  
  Revision  Changes    Path
  1.3       +82 -49    ports/games/cleanq3/Makefile
  1.2       +0 -68     ports/games/cleanq3/files/patch-code-Construct (dead)
  1.1       +23 -0     ports/games/cleanq3/files/patch-code-cgame-cg_weapons.c (new)
  1.1       +113 -0    ports/games/cleanq3/files/patch-code-game-q_shared.c (new)
  1.2       +127 -3    ports/games/cleanq3/files/patch-code-game-q_shared.h
  1.1       +11 -0     ports/games/cleanq3/files/patch-code-q3_ui-ui_playermodel.c (new)
  1.1       +18 -0     ports/games/cleanq3/files/patch-code-q3_ui-ui_players.c (new)
  1.1       +11 -0     ports/games/cleanq3/files/patch-code-q3_ui-ui_saveconfig.c (new)
  1.2       +14 -5     ports/games/cleanq3/files/patch-code-qcommon-common.c
  1.1       +29 -0     ports/games/cleanq3/files/patch-code-qcommon-vm.c (new)
  1.1       +11 -0     ports/games/cleanq3/files/patch-code-renderer-tr_bsp.c (new)
  1.1       +29 -0     ports/games/cleanq3/files/patch-code-renderer-tr_shader.c (new)
  1.1       +73 -0     ports/games/cleanq3/files/patch-code-server-sv_client.c (new)
  1.1       +11 -0     ports/games/cleanq3/files/patch-code-ui-ui_main.c (new)
  1.1       +18 -0     ports/games/cleanq3/files/patch-code-ui-ui_players.c (new)
  1.2       +0 -26     ports/games/cleanq3/files/patch-code-unix-Conscript-client (dead)
  1.1       +364 -0    ports/games/cleanq3/files/patch-code-unix-Makefile (new)
  1.2       +0 -27     ports/games/cleanq3/files/patch-code-unix-cons (dead)
  1.2       +3 -3      ports/games/cleanq3/files/patch-code-unix-unix_main.c
  1.2       +9 -5      ports/games/cleanq3/files/patch-code-unix-unix_shared.c
  1.1       +13 -0     ports/games/cleanq3/pkg-plist (new)


More information about the cvs-ports mailing list