From owner-cvs-all@FreeBSD.ORG Mon Aug 14 20:38:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7380D16A4DE; Mon, 14 Aug 2006 20:38:44 +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 372B043D49; Mon, 14 Aug 2006 20:38:44 +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 k7EKciJT026936; Mon, 14 Aug 2006 20:38:44 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7EKciTi026935; Mon, 14 Aug 2006 20:38:44 GMT (envelope-from alepulver) Message-Id: <200608142038.k7EKciTi026935@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 14 Aug 2006 20:38:44 +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/quake2lnx Makefile distinfo pkg-plist ports/games/quake2lnx/files patch-Makefile patch-src_linux_gl__glx.c patch-src_qcommon_files.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 20:38:44 -0000 alepulver 2006-08-14 20:38:44 UTC FreeBSD ports repository Modified files: games/quake2lnx Makefile distinfo pkg-plist games/quake2lnx/files patch-Makefile patch-src_linux_gl__glx.c patch-src_qcommon_files.c Log: - Bump PORTREVISION. - Remove ROGUE and XATRIX options (moved to "games/quake2-rogue" and "games/quake2-xatrix"). - Rename "sdlquake2" to "quake2-sdl" to avoid conflicting with "games/sdlquake2". - Depend on "games/quake2-extras" for the RETEXTURE option instead of installing them directly (most Q2 engines in ports support them). - Install maxpak.pak in ${LIBDIR} (private directory) and not in ${Q2DIR} (global directory). Other engines have their own pak/pk3 files. - Fix reversed mouse when doing very slow movements (like when aiming at a long distance). It's the same fix as sent to "games/warsow". - Follow the rules in "games/quake2-data/Makefile.include": fix handling of search paths (DATADIR/LIBDIR weren't used when playing a modification, also use the right order). PR: ports/101010 Submitted by: alepulver Approved by: maintainer (timeout) Revision Changes Path 1.23 +7 -63 ports/games/quake2lnx/Makefile 1.10 +0 -30 ports/games/quake2lnx/distinfo 1.5 +61 -58 ports/games/quake2lnx/files/patch-Makefile 1.2 +28 -7 ports/games/quake2lnx/files/patch-src_linux_gl__glx.c 1.3 +15 -6 ports/games/quake2lnx/files/patch-src_qcommon_files.c 1.6 +3 -15 ports/games/quake2lnx/pkg-plist