diff options
author | pav <pav@FreeBSD.org> | 2004-11-07 03:48:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-07 03:48:00 +0800 |
commit | d9ba353131c743f95734305a1215373504f08c6c (patch) | |
tree | 5b35f466ae0955e17f5b1ba00dd408024266abff /graphics | |
parent | 175492a3c9fd42438e94289bfb542b9337efe1c5 (diff) | |
download | freebsd-ports-gnome-d9ba353131c743f95734305a1215373504f08c6c.tar.gz freebsd-ports-gnome-d9ba353131c743f95734305a1215373504f08c6c.tar.zst freebsd-ports-gnome-d9ba353131c743f95734305a1215373504f08c6c.zip |
- Update to 1.3.22
PR: ports/73620
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pixie/Makefile | 3 | ||||
-rw-r--r-- | graphics/pixie/distinfo | 4 | ||||
-rw-r--r-- | graphics/pixie/files/patch-Makefile.am | 4 | ||||
-rw-r--r-- | graphics/pixie/files/patch-src_common_containers.h | 4 | ||||
-rw-r--r-- | graphics/pixie/files/patch-src_ri_renderer.h | 4 |
5 files changed, 9 insertions, 10 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index c1029df1eb62..b07bb90d4009 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -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 --git a/graphics/pixie/distinfo b/graphics/pixie/distinfo index 03d032651c1f..1636dcb2b313 100644 --- a/graphics/pixie/distinfo +++ b/graphics/pixie/distinfo @@ -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 --git a/graphics/pixie/files/patch-Makefile.am b/graphics/pixie/files/patch-Makefile.am index 634dfae7f1a9..a1a216519a35 100644 --- a/graphics/pixie/files/patch-Makefile.am +++ b/graphics/pixie/files/patch-Makefile.am @@ -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 --git a/graphics/pixie/files/patch-src_common_containers.h b/graphics/pixie/files/patch-src_common_containers.h index 6740262f98f1..7749590213ea 100644 --- a/graphics/pixie/files/patch-src_common_containers.h +++ b/graphics/pixie/files/patch-src_common_containers.h @@ -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 --git a/graphics/pixie/files/patch-src_ri_renderer.h b/graphics/pixie/files/patch-src_ri_renderer.h index 3bd61fbdf500..c0b6aa9a5e5f 100644 --- a/graphics/pixie/files/patch-src_ri_renderer.h +++ b/graphics/pixie/files/patch-src_ri_renderer.h @@ -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 |