From 6c8151ca31507f91a2bcf7c1b387ecd82d70db07 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 1 May 2009 16:19:48 +0000 Subject: 2009-04-22 audio/snowstar: tcl8.0 support is going to be dropped 2009-04-29 devel/cppadvio: abandoned upstream, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-04-22 irc/olirc: project is discontinued and tcl82 support is going to be dropped 2009-04-12 multimedia/toxine: has been inactive for almost 5 years 2009-04-17 net-mgmt/nagios12: Obsolete version, consider migration to net-mgmt/nagios 2009-04-28 sysutils/bbsmount: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-04-30 sysutils/puppet-devel: Use sysutils/puppet instead 2009-04-28 sysutils/tua: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-04-28 x11/qrash: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months --- x11/qrash/files/patch-ak | 65 ------------------------------------------------ 1 file changed, 65 deletions(-) delete mode 100644 x11/qrash/files/patch-ak (limited to 'x11/qrash/files/patch-ak') diff --git a/x11/qrash/files/patch-ak b/x11/qrash/files/patch-ak deleted file mode 100644 index 21c64681bc1e..000000000000 --- a/x11/qrash/files/patch-ak +++ /dev/null @@ -1,65 +0,0 @@ ---- 3d.cc.orig Sun Dec 26 17:23:11 1999 -+++ 3d.cc Sun Dec 26 17:24:10 1999 -@@ -234,7 +234,7 @@ - if(x2ZGTS > offset && x1 offset+vidSizeX-1) x2ZGTS = offset+vidSizeX-1; - if(x1 offset+vidSizeX) - *x2ZGT = offset+vidSizeX; - if( x1 < offset ) { -- register tmp = offset-x1; -+ register int tmp = offset-x1; - DrawLineZGT( offset, leftz+*zsZGT*tmp, leftl+*lsZGT*tmp, - shorts( leftt.s.u+tsZGT->s.u*tmp, - leftt.s.v+tsZGT->s.v*tmp ) ); -@@ -339,7 +339,7 @@ - if(x2ZG> offset && x1 offset+vidSizeX) x2ZG= offset+vidSizeX; - if(x1 offset+vidSizeX) - x2SGT = offset+vidSizeX; - if( x1 < offset ) { -- register tmp = offset-x1; -+ register int tmp = offset-x1; - DrawLineSGT( offset, 0, leftl+lsSGT*tmp, - shorts( leftt.s.u+tsSGT.s.u*tmp, - leftt.s.v+tsSGT.s.v*tmp ) ); -@@ -455,7 +455,7 @@ - if(*x2ZP > offset && x1 offset+vidSizeX) *x2ZP = offset+vidSizeX; - if(x1s.u*tmp, - leftl.s.v+lsZP->s.v*tmp ), 0 ); -@@ -492,7 +492,7 @@ - if(*x2SP> offset && x1 offset+vidSizeX) *x2SP = offset+vidSizeX; - if(x1s.u*tmp, - leftl.s.v+lsSP->s.v*tmp ), 0 ); -@@ -1455,7 +1455,7 @@ - - void FacedObject::SplitFace( Face* f, bool vertical ) - { -- static color = 255; -+ static int color = 255; - Point *p1, *p2; - int n1 ,n2; - bool s01 = false; -- cgit v1.2.3