From owner-cvs-ports@FreeBSD.ORG Sun Jul 23 18:56:32 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C60C16A4E1; Sun, 23 Jul 2006 18:56:32 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678E643D76; Sun, 23 Jul 2006 18:56:27 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6NIuRof042049; Sun, 23 Jul 2006 18:56:27 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6NIuRk4042048; Sun, 23 Jul 2006 18:56:27 GMT (envelope-from alepulver) Message-Id: <200607231856.k6NIuRk4042048@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 23 Jul 2006 18:56:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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 ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 18:56:32 -0000 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)