From owner-cvs-all@FreeBSD.ORG Sun Jun 14 19:03:54 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D48C0106564A; Sun, 14 Jun 2009 19:03:54 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C39008FC0A; Sun, 14 Jun 2009 19:03:54 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5EJ3so3062862; Sun, 14 Jun 2009 19:03:54 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5EJ3sYC062861; Sun, 14 Jun 2009 19:03:54 GMT (envelope-from scf) Message-Id: <200906141903.n5EJ3sYC062861@repoman.freebsd.org> From: Sean Farley Date: Sun, 14 Jun 2009 19:03:54 +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/linux-ut Makefile pkg-plist ports/games/linux-ut/files patch-bin::ut X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2009 19:03:55 -0000 scf 2009-06-14 19:03:54 UTC FreeBSD ports repository (src committer) Modified files: games/linux-ut Makefile pkg-plist Added files: games/linux-ut/files patch-bin::ut Log: - Use libSDL v1.2 from ports instead of the provided v1.1. The Nvidia driver will not function with it when the Linux base is Fedora 8. - Detect the Nvidia driver and set Sync on VBlank (__GL_SYNC_TO_VBLANK) to provide a consistent speed within the game, otherwise, the game will increase speed dramatically when approaching walls. - Disable the use of DGA mouse support in libSDL to allow some mice to function within the game. - Preload the Linux libX11 library to prevent the following error: XDM authorization key matches an existing client - Remove an empty directory (Logs) that is never used. Approved by: itetcu Revision Changes Path 1.10 +8 -2 ports/games/linux-ut/Makefile 1.1 +34 -0 ports/games/linux-ut/files/patch-bin::ut (new) 1.4 +0 -1 ports/games/linux-ut/pkg-plist