From owner-cvs-all@FreeBSD.ORG Sat Jun 17 21:32:33 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 B741116A474; Sat, 17 Jun 2006 21:32:33 +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 744F843D45; Sat, 17 Jun 2006 21:32:33 +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 k5HLWXbS018352; Sat, 17 Jun 2006 21:32:33 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HLWXrr018351; Sat, 17 Jun 2006 21:32:33 GMT (envelope-from alepulver) Message-Id: <200606172132.k5HLWXrr018351@repoman.freebsd.org> From: Alejandro Pulver Date: Sat, 17 Jun 2006 21:32:33 +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/tenebrae Makefile pkg-message pkg-plist ports/games/tenebrae/files patch-cd__linux.c patch-cd_linux.c patch-common.c patch-common.h patch-gl__common.c patch-gl__vidlinuxglx.c patch-gl_common.c patch-gl_vidlinuxglx.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: Sat, 17 Jun 2006 21:32:33 -0000 alepulver 2006-06-17 21:32:33 UTC FreeBSD ports repository Modified files: games/tenebrae Makefile pkg-message pkg-plist games/tenebrae/files patch-common.c patch-common.h patch-glquake.h patch-net.h Added files: games/tenebrae/files patch-cd_linux.c patch-gl_common.c patch-gl_vidlinuxglx.c patch-linux__Makefile.i386linux patch-quakeasm.h patch-quakedef.h patch-snd_sdl.c patch-sys_dosa.s patch-sys_linux.c patch-sys_uxfindfirst.c Removed files: games/tenebrae/files patch-cd__linux.c patch-gl__common.c patch-gl__vidlinuxglx.c patch-linux_Makefile.i386linux patch-snd__linux.c patch-snd__sdl.c patch-sys__uxfindfirst.c Log: - Fix mouse problems. - Fix sound problems. - Fix building on !i386. - Fix writting personal configuration, and do it in ~/.tenebrae, to avoid conflicts with other engines since they usually have different variables. - Use USE_DOS2UNIX. - Remove unneeded information from pkg-message (it depends on quake-data so it will be installed automatically, also quake-data installs the demo so tenebrae is playable after installation). - Use release target instead of the debug one. - Clean-up. PR: ports/98783 Approved by: maintainer (timeout) Revision Changes Path 1.7 +18 -15 ports/games/tenebrae/Makefile 1.2 +0 -184 ports/games/tenebrae/files/patch-cd__linux.c (dead) 1.1 +184 -0 ports/games/tenebrae/files/patch-cd_linux.c (new) 1.2 +5 -3 ports/games/tenebrae/files/patch-common.c 1.2 +2 -2 ports/games/tenebrae/files/patch-common.h 1.2 +0 -16 ports/games/tenebrae/files/patch-gl__common.c (dead) 1.2 +0 -10 ports/games/tenebrae/files/patch-gl__vidlinuxglx.c (dead) 1.1 +16 -0 ports/games/tenebrae/files/patch-gl_common.c (new) 1.1 +19 -0 ports/games/tenebrae/files/patch-gl_vidlinuxglx.c (new) 1.2 +2 -5 ports/games/tenebrae/files/patch-glquake.h 1.2 +0 -80 ports/games/tenebrae/files/patch-linux_Makefile.i386linux (dead) 1.1 +108 -0 ports/games/tenebrae/files/patch-linux__Makefile.i386linux (new) 1.2 +2 -2 ports/games/tenebrae/files/patch-net.h 1.1 +11 -0 ports/games/tenebrae/files/patch-quakeasm.h (new) 1.1 +14 -0 ports/games/tenebrae/files/patch-quakedef.h (new) 1.2 +0 -11 ports/games/tenebrae/files/patch-snd__linux.c (dead) 1.2 +0 -15 ports/games/tenebrae/files/patch-snd__sdl.c (dead) 1.1 +24 -0 ports/games/tenebrae/files/patch-snd_sdl.c (new) 1.2 +0 -11 ports/games/tenebrae/files/patch-sys__uxfindfirst.c (dead) 1.1 +15 -0 ports/games/tenebrae/files/patch-sys_dosa.s (new) 1.1 +11 -0 ports/games/tenebrae/files/patch-sys_linux.c (new) 1.1 +11 -0 ports/games/tenebrae/files/patch-sys_uxfindfirst.c (new) 1.3 +11 -4 ports/games/tenebrae/pkg-message 1.3 +2 -2 ports/games/tenebrae/pkg-plist