From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 19 09:20:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04EFB16A50A for ; Mon, 19 Jul 2004 09:20:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA9B43D6A for ; Mon, 19 Jul 2004 09:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6J9KFFG002647 for ; Mon, 19 Jul 2004 09:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6J9KFw9002636; Mon, 19 Jul 2004 09:20:15 GMT (envelope-from gnats) Resent-Date: Mon, 19 Jul 2004 09:20:15 GMT Resent-Message-Id: <200407190920.i6J9KFw9002636@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Dokuchaev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F6F316A4FA for ; Mon, 19 Jul 2004 09:16:40 +0000 (GMT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B20FC43D53 for ; Mon, 19 Jul 2004 09:16:39 +0000 (GMT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.32) id 1BmUMj-0005kt-66 for FreeBSD-gnats-submit@freebsd.org; Mon, 19 Jul 2004 16:23:21 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i6J9Ij9k050554 for ; Mon, 19 Jul 2004 16:18:45 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i6J9IjXO050546; Mon, 19 Jul 2004 16:18:45 +0700 (NOVST) (envelope-from danfe) Message-Id: <200407190918.i6J9IjXO050546@regency.nsu.ru> Date: Mon, 19 Jul 2004 16:18:45 +0700 (NOVST) From: Alexey Dokuchaev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69272: PORT UPDATE: better fix for r_part.c (files/patch-r_part.c) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexey Dokuchaev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:20:16 -0000 >Number: 69272 >Category: ports >Synopsis: PORT UPDATE: better fix for r_part.c (files/patch-r_part.c) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 19 09:20:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Alexey Dokuchaev >Release: FreeBSD 4.9-STABLE i386 >Organization: CNIT NSU >Environment: System: FreeBSD regency.nsu.ru 4.9-STABLE FreeBSD 4.9-STABLE #1: Wed Mar 3 13:17:54 NOVT 2004 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386 >Description: Author provided me with a better version of ``files/patch-r_part.c''. It's going to be integrated with new fuhquake release. No PORTREVISION bump needed since it is pretty much no-op for users. >How-To-Repeat: N/A >Fix: %%% Index: patch-r_part.c =================================================================== RCS file: /home/pub/ftp/pub/FreeBSD/development/FreeBSD-CVS/ports/games/fuhquake/files/patch-r_part.c,v retrieving revision 1.1 diff -u -r1.1 patch-r_part.c --- patch-r_part.c 18 Jun 2004 08:16:23 -0000 1.1 +++ patch-r_part.c 19 Jul 2004 04:54:55 -0000 @@ -1,20 +1,11 @@ ---- r_part.c.orig Wed Feb 4 23:15:44 2004 -+++ r_part.c Wed Feb 4 23:32:01 2004 -@@ -60,6 +60,17 @@ +--- r_part.c.orig Wed Jan 7 00:39:44 2004 ++++ r_part.c Mon Jul 19 11:54:15 2004 +@@ -58,7 +58,7 @@ - #if !id386 + vec3_t r_pright, r_pup, r_ppn; + +-#if !id386 ++#if !defined(id386) && !defined(GLQUAKE) -+#define PARTICLE_Z_CLIP 8.0 -+float xcenter, ycenter; -+int d_vrectx, d_vrecty, d_vrectright_particle, d_vrectbottom_particle; -+short *d_pzbuffer; -+unsigned int d_zwidth; -+pixel_t *d_viewbuffer; -+#define MAXHEIGHT 1024 -+int d_scantable[MAXHEIGHT]; -+int d_y_aspect_shift, d_pix_min, d_pix_max, d_pix_shift; -+int screenwidth; -+ void D_DrawParticle (particle_t *pparticle) { vec3_t local, transformed; - float zi; >Release-Note: >Audit-Trail: >Unformatted: