Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2004 11:44:35 +0300 (MSK)
From:      Igor Pokrovsky <ip@doom.homeunix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73620: Update port: graphics/pixie 1.3.16_1 -> 1.3.22
Message-ID:  <200411060844.iA68iZuC012304@doom.homeunix.org>
Resent-Message-ID: <200411061740.iA6HeNhs035188@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73620
>Category:       ports
>Synopsis:       Update port: graphics/pixie 1.3.16_1 -> 1.3.22
>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:   Sat Nov 06 17:40:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Oct 13 20:27:55 MSD 2004 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:
Update to 1.3.22.
	
>How-To-Repeat:
	
>Fix:

	

--- pixie.diff begins here ---
diff -ruN /usr/ports/graphics/pixie/Makefile pixie/Makefile
--- /usr/ports/graphics/pixie/Makefile	Sat Oct 30 15:01:45 2004
+++ pixie/Makefile	Thu Nov  4 22:10:10 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	pixie
-PORTVERSION=	1.3.16
-PORTREVISION=	1
+PORTVERSION=	1.3.22
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN /usr/ports/graphics/pixie/distinfo pixie/distinfo
--- /usr/ports/graphics/pixie/distinfo	Mon Aug 30 21:33:52 2004
+++ pixie/distinfo	Thu Nov  4 22:10:18 2004
@@ -1,2 +1,2 @@
-MD5 (Pixie-src-1.3.16.tgz) = c82693b10c7a9c2be7bf21be03bc8434
-SIZE (Pixie-src-1.3.16.tgz) = 4949175
+MD5 (Pixie-src-1.3.22.tgz) = 195ef1e327738224b0693bb0994caefd
+SIZE (Pixie-src-1.3.22.tgz) = 4916714
diff -ruN /usr/ports/graphics/pixie/files/patch-Makefile.am pixie/files/patch-Makefile.am
--- /usr/ports/graphics/pixie/files/patch-Makefile.am	Mon Aug 30 02:39:02 2004
+++ pixie/files/patch-Makefile.am	Sat Nov  6 11:20:02 2004
@@ -1,5 +1,5 @@
---- Makefile.am.orig	Sun Aug 29 21:35:42 2004
-+++ Makefile.am	Sun Aug 29 21:37:04 2004
+--- Makefile.am.orig
++++ Makefile.am
 @@ -2,7 +2,7 @@
  
  topdir = $(prefix)
diff -ruN /usr/ports/graphics/pixie/files/patch-src_common_containers.h pixie/files/patch-src_common_containers.h
--- /usr/ports/graphics/pixie/files/patch-src_common_containers.h	Thu Oct 28 22:24:08 2004
+++ pixie/files/patch-src_common_containers.h	Sat Nov  6 11:20:09 2004
@@ -1,11 +1,11 @@
 --- src/common/containers.h.orig
 +++ src/common/containers.h
-@@ -589,7 +589,7 @@
+@@ -591,7 +591,7 @@
  							memoryBase		=	new unsigned char[pageSize+16];
  							memory			=	memoryBase+16;
  							available		=	pageSize;
 -							savedPages		=	NULL;
-+							savedPages		=	(T32 *)NULL;
++							savedPages		=	(T64*)NULL;
  						}
  
  						~CMemStack() {
diff -ruN /usr/ports/graphics/pixie/files/patch-src_ri_renderer.h pixie/files/patch-src_ri_renderer.h
--- /usr/ports/graphics/pixie/files/patch-src_ri_renderer.h	Thu Oct 28 22:24:08 2004
+++ pixie/files/patch-src_ri_renderer.h	Sat Nov  6 11:20:13 2004
@@ -13,8 +13,8 @@
  	CEnvironment		*environmentLoad(const char *,TSearchpath *,float *);	// Load a new environment map
  
  																				// Delayed object junk
--	void				processDelayedObject(CDelayedObject *,void	(*subdivisionFunction)(char *,float),char *,float,CRay *ray = NULL);
-+	void				processDelayedObject(CDelayedObject *,void	(*subdivisionFunction)(char *,float),char *,float,CRay *ray = (CRay *)NULL);
+-	void				processDelayedObject(CDelayedObject *,void	(*subdivisionFunction)(char *,float),char *,const float *,const float *,CRay *ray = NULL);
++	void				processDelayedObject(CDelayedObject *,void	(*subdivisionFunction)(char *,float),char *,const float *,const float *,CRay *ray = (CRay*)NULL);
  
  	void				addObject(CObject *);									// Add an object into the scene
  	void				addInstance(void *);									// Add an instance into the scene
--- pixie.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411060844.iA68iZuC012304>