diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-02 00:19:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-02 00:19:48 +0800 |
commit | ad2c8d61643f4f129c387d7c92aa97aec525f394 (patch) | |
tree | 0ba476bd74cf2a7416567c1f209dbb3e4bcd0ee7 /x11 | |
parent | 8d1d83d798d658aff96d8887777bda72b721abc1 (diff) | |
download | freebsd-ports-gnome-ad2c8d61643f4f129c387d7c92aa97aec525f394.tar.gz freebsd-ports-gnome-ad2c8d61643f4f129c387d7c92aa97aec525f394.tar.zst freebsd-ports-gnome-ad2c8d61643f4f129c387d7c92aa97aec525f394.zip |
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
Diffstat (limited to 'x11')
29 files changed, 0 insertions, 569 deletions
diff --git a/x11/Makefile b/x11/Makefile index 9cc04067217f..6eb47c9ce45d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -240,7 +240,6 @@ SUBDIR += props SUBDIR += py-qt4-opengl SUBDIR += qimageblitz - SUBDIR += qrash SUBDIR += qt4-inputmethods SUBDIR += qt4-opengl SUBDIR += randrproto diff --git a/x11/qrash/Makefile b/x11/qrash/Makefile deleted file mode 100644 index c2e9307d48da..000000000000 --- a/x11/qrash/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: qrash -# Date created: Oct 27, 1999 -# Whom: Trevor Johnson -# -# $FreeBSD$ -# - -PORTNAME= qrash -PORTVERSION= 1.0 -PORTREVISION= 3 -CATEGORIES= x11 -MASTER_SITES= http://qmg.org/files/demos/qmg/ \ - ftp://qmg.org/pub/demos/qmg/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/demos -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Animated musical demo for X11 - -DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months -EXPIRATION_DATE=2009-04-28 - -GNU_CONFIGURE= yes -ONLY_FOR_ARCHS= i386 -USE_GCC= 2.95 -USE_GMAKE= yes -USE_PERL5= yes # XXX -USE_XORG= x11 - -ALL_TARGET= qrash - -post-patch: - @${PERL} -pi -e "s=PREFIX=${PREFIX}=g" ${WRKSRC}/resource.cc - @${PERL} -pi -e "s=/usr/X11=${PREFIX}=g" ${WRKSRC}/configure - ${FIND} ${WRKSRC} -type f -exec ${PERL} -pi -e \ - "s:<malloc.h>:<stdlib.h>:g" {} \; - -.include <bsd.port.mk> diff --git a/x11/qrash/distinfo b/x11/qrash/distinfo deleted file mode 100644 index 1f5ceff5bcf9..000000000000 --- a/x11/qrash/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qrash.tgz) = 3fc4a85b4b6093e08cd6dd85893bd118 -SHA256 (qrash.tgz) = 502c752677d1021abce5e17644b18278eb9d739549984132cf3b103f397fa516 -SIZE (qrash.tgz) = 1913800 diff --git a/x11/qrash/files/patch-aa b/x11/qrash/files/patch-aa deleted file mode 100644 index ff1df9559736..000000000000 --- a/x11/qrash/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$FreeBSD$ - -diff -ruN mikmod/drv_vox.c mikmod/drv_vox.c ---- mikmod/drv_vox.c Mon Sep 22 11:05:26 1997 -+++ mikmod/drv_vox.c Mon Jul 26 12:10:35 1999 -@@ -36,7 +36,7 @@ - #include <sys/stat.h> - #include <sys/types.h> - #include <fcntl.h> --#include <linux/soundcard.h> -+#include <sys/soundcard.h> - #include <sys/ioctl.h> - #include <sys/wait.h> - #include "mikmod.h" diff --git a/x11/qrash/files/patch-ab b/x11/qrash/files/patch-ab deleted file mode 100644 index 86cc14c40614..000000000000 --- a/x11/qrash/files/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Wed Sep 24 11:50:18 1997 -+++ configure Thu Jun 15 10:25:16 2000 -@@ -9,7 +9,7 @@ - echo "what CPU has your box inside?" - echo "1) i386-compatible" - echo "2) none of the above" --read cpu -+cpu=1 - case $cpu in - 1) echo "CPU=_g" > options ; - echo "CXXFLAGS += -Di386" >> options ;; -@@ -32,7 +32,7 @@ - echo "3) Vesa (dos only)" - #echo "4) Win32 DirectDraw" - #echo "5) OS/2 DIVE" --read gfx -+gfx=2 - case $gfx in - 1) echo "GFX=vga" >> options ; - echo "LIBS += -lvga" >> options ;; -@@ -68,7 +68,7 @@ - echo "10) none of the above" - #echo "11) Win32" - #echo "12) OS/2" --read snd -+snd=1 - case $snd in - 1) echo "CXXFLAGS += -DLINUX" >> options ; - echo "DRIVER=vox" >> options ;; diff --git a/x11/qrash/files/patch-ac b/x11/qrash/files/patch-ac deleted file mode 100644 index 544da27c9e36..000000000000 --- a/x11/qrash/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- mikmod/virtch.c.orig Thu Sep 11 13:24:30 1997 -+++ mikmod/virtch.c Sun Oct 24 04:31:42 1999 -@@ -13,7 +13,6 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> --#include <malloc.h> - #include "mikmod.h" - - #define FRACBITS 11 diff --git a/x11/qrash/files/patch-ad b/x11/qrash/files/patch-ad deleted file mode 100644 index d039ade401ff..000000000000 --- a/x11/qrash/files/patch-ad +++ /dev/null @@ -1,10 +0,0 @@ ---- mikmod/munitrk.c.orig Thu Sep 11 13:24:30 1997 -+++ mikmod/munitrk.c Sun Oct 24 04:32:28 1999 -@@ -10,7 +10,6 @@ - All systems - all compilers - - */ --#include <malloc.h> - #include <stdlib.h> - #include <string.h> - #include "mikmod.h" diff --git a/x11/qrash/files/patch-ae b/x11/qrash/files/patch-ae deleted file mode 100644 index 7c956d627c69..000000000000 --- a/x11/qrash/files/patch-ae +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile.in.orig Wed Sep 24 19:49:16 1997 -+++ Makefile.in Wed Jun 21 15:00:43 2000 -@@ -1,10 +1,10 @@ - # Maximum optimization --CXXFLAGS += -O6 -ffast-math -funroll-loops -w -+CXXFLAGS += -I$(LOCALBASE)/include -ffast-math -funroll-loops - - # Debugging options - #CXXFLAGS += -g - --LIBS += -Lmikmod -lmikmd -Lzlib -lz -lm -+LIBS += -Lmikmod -lmikmd -lz -lm - - PORTABLE_OBJS = sys.o video.o music.o misc.o resource.o image.o \ - poly2d.o 3d.o font.o lines.o smooth.o -@@ -27,7 +27,7 @@ - - OBJS = $(PORTABLE_OBJS) $(SYSTEM_OBJS) $(CPU_OBJS) $(DEMO_OBJS) - --TARGETS = mikmod zlib Makefile $(OBJS) -+TARGETS = mikmod Makefile $(OBJS) - - qrash : $(TARGETS) - $(CC) -o qrash $(OBJS) $(LIBS) -@@ -49,6 +49,12 @@ - - parts.o: - $(CC) -c parts.cc -+ -+install: -+ mkdir -p $(PREFIX)/share/qrash/ -+ $(BSD_INSTALL_PROGRAM) qrash $(PREFIX)/bin/ -+ $(BSD_INSTALL_DATA) qrash.dat $(PREFIX)/share/qrash/ -+ $(BSD_INSTALL_MAN) README $(PREFIX)/share/qrash/ - - DUMMY: - diff --git a/x11/qrash/files/patch-af b/x11/qrash/files/patch-af deleted file mode 100644 index 6ebc12fb3001..000000000000 --- a/x11/qrash/files/patch-af +++ /dev/null @@ -1,10 +0,0 @@ ---- mikmod/load_xm.c.orig Thu Sep 11 13:24:30 1997 -+++ mikmod/load_xm.c Sun Oct 24 06:55:11 1999 -@@ -14,7 +14,6 @@ - #include <stdlib.h> - #include <string.h> - #include <ctype.h> --#include <malloc.h> - #include "mikmod.h" - - /************************************************************************** diff --git a/x11/qrash/files/patch-ag b/x11/qrash/files/patch-ag deleted file mode 100644 index 695bf91772e2..000000000000 --- a/x11/qrash/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- resource.cc.orig Wed Sep 24 04:43:18 1997 -+++ resource.cc Wed Oct 27 05:16:26 1999 -@@ -62,7 +62,7 @@ - - void resInit( char* name ) - { -- strcpy( resource_name, my_strlwr(name) ); -+ strcpy( resource_name, "PREFIX/share/qrash/qrash.dat" ); - FILE* f = fopen( resource_name, "rb" ); - if(f) { - fseek( f, -4, SEEK_END ); diff --git a/x11/qrash/files/patch-ah b/x11/qrash/files/patch-ah deleted file mode 100644 index 5e6fa2e8a039..000000000000 --- a/x11/qrash/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- video.h.orig Sun Dec 26 17:13:19 1999 -+++ video.h Sun Dec 26 17:13:37 1999 -@@ -28,7 +28,7 @@ - #define VID_MAX_BRIGHT 64 - #define MAX_RGB 256 - --const VID_AVG_BRIGHT = VID_MAX_BRIGHT/2; -+const int VID_AVG_BRIGHT = VID_MAX_BRIGHT/2; - - extern bool vidInitialized; - diff --git a/x11/qrash/files/patch-ai b/x11/qrash/files/patch-ai deleted file mode 100644 index 809ba495ae6d..000000000000 --- a/x11/qrash/files/patch-ai +++ /dev/null @@ -1,20 +0,0 @@ ---- video.cc.orig Sun Dec 26 17:14:12 1999 -+++ video.cc Sun Dec 26 17:21:33 1999 -@@ -99,7 +99,7 @@ - modify [eax ebx ecx edx esi edi]; - - #else --#ifdef i386 -+#if defined(i386) && !defined(__FreeBSD__) - - inline void - comb1( uchar* c1, uchar* b1, uchar* c, uchar* b, int n ) -@@ -314,7 +314,7 @@ - if( vidStartTime == -1 ) { - vidStartTime = sysTimer(); - } -- static time = 0; -+ static int time = 0; - if( sysDebug && vidFrameCount%3 ) { - int frame_time = (sysTimer()-time); - int fps = frame_time ? 3*sysTimerRes / frame_time : 0; diff --git a/x11/qrash/files/patch-aj b/x11/qrash/files/patch-aj deleted file mode 100644 index 12ecae9cebcd..000000000000 --- a/x11/qrash/files/patch-aj +++ /dev/null @@ -1,38 +0,0 @@ ---- image.cc.orig Sun Dec 26 17:22:13 1999 -+++ image.cc Sun Dec 26 17:22:52 1999 -@@ -221,7 +221,7 @@ - uchar* from = data + offsety*bytesPerLine + offsetx/8; - uchar* to = page + y*vidBytesPerLine + x; - for( int i=0; i<sizey; i++ ) { -- register mask = 0x80 >> (offsetx&7); -+ register int mask = 0x80 >> (offsetx&7); - for( int j=0,k=0; j<sizex; j++ ) { - if( from[k] & mask ) to[j]=color; - mask >>= 1; if( !mask ) { mask = 0x80; k++; } -@@ -285,7 +285,7 @@ - int stepy = (sizeY<<16)/h; y=0; - for( int i=0; i<size_y; i++, y+=stepy ) { - from1 = from+(y>>16)*bytesPerLine; -- register stepx = (sizeX<<16)/w; -+ register int stepx = (sizeX<<16)/w; - for( int j=0, x=0; j<size_x; j++, x+=stepx ) { - if( from1[x>>16] ) to[j] = from1[x>>16]; - } -@@ -316,7 +316,7 @@ - int stepy = (sizeY<<16)/h; y=0; - for( int i=0; i<size_y; i++, y+=stepy ) { - from1 = from+(y>>16)*bytesPerLine; -- register stepx = (sizeX<<16)/w; -+ register int stepx = (sizeX<<16)/w; - for( int j=0, x=0; j<size_x; j++, x+=stepx ) { - if( from1[x>>16] ) to[j] = color; - } -@@ -347,7 +347,7 @@ - int stepy = (sizeY<<16)/h; y=0; - for( int i=0; i<size_y; i++, y+=stepy ) { - from1 = from+(y>>16)*bytesPerLine; -- register stepx = (sizeX<<16)/w; -+ register int stepx = (sizeX<<16)/w; - for( int j=0, x=0; j<size_x; j++, x+=stepx ) { - to[j] = from1[x>>16]+to[j] <= 255 ? from1[x>>16]+to[j] : 255; - } 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) { - if(x2ZGTS > offset+vidSizeX-1) x2ZGTS = offset+vidSizeX-1; - if(x1<offset) { -- register tmp = offset-x1; -+ register int tmp = offset-x1; - DrawLineZGTS( offset, leftz+zsZGTS*tmp, leftl+lsZGTS*tmp, - shorts( leftt.s.u+tsZGTS.s.u*tmp, - leftt.s.v+tsZGTS.s.v*tmp ) ); -@@ -260,7 +260,7 @@ - if(*x2ZGT > 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) { - if(x2ZG> offset+vidSizeX) x2ZG= offset+vidSizeX; - if(x1<offset) { -- register tmp = offset-x1; -+ register int tmp = offset-x1; - DrawLineZG( offset, leftz+zsZG*tmp, leftl+lsZG*tmp, 0 ); - } - else { -@@ -373,7 +373,7 @@ - if(x2SGT > 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) { - if(*x2ZP > offset+vidSizeX) *x2ZP = offset+vidSizeX; - if(x1<offset) { -- register tmp = offset-x1; -+ register int tmp = offset-x1; - DrawLineZP( offset, leftz+*zsZP*tmp, - shorts( leftl.s.u+lsZP->s.u*tmp, - leftl.s.v+lsZP->s.v*tmp ), 0 ); -@@ -492,7 +492,7 @@ - if(*x2SP> offset && x1<offset+vidSizeX) { - if(*x2SP> offset+vidSizeX) *x2SP = offset+vidSizeX; - if(x1<offset) { -- register tmp = offset-x1; -+ register int tmp = offset-x1; - DrawLineSP( offset, 0, - shorts( leftl.s.u+lsSP->s.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; diff --git a/x11/qrash/files/patch-al b/x11/qrash/files/patch-al deleted file mode 100644 index f9844a0ba275..000000000000 --- a/x11/qrash/files/patch-al +++ /dev/null @@ -1,22 +0,0 @@ ---- crash.cc.orig Sun Dec 26 17:24:37 1999 -+++ crash.cc Sun Dec 26 17:24:56 1999 -@@ -109,7 +109,7 @@ - { { 1, partText, 1, 2 }, { 0, 0, 0, 0 } }, // 60 - { { 1, foo, 0, 0 }, { 0, 0, 0, 0 } } // 61 - }; -- const N_PARTS = sizeof(parts)/2/sizeof(PartDesc); -+ const int N_PARTS = sizeof(parts)/2/sizeof(PartDesc); - - // sysRegisterKeyboardHandler( &handler ); doesn't work anymore - -@@ -195,8 +195,8 @@ - musSetVolume( 100-row*100/64 ); - } - if( skip ) { -- static first = true; -- static skip_order = 0; -+ static int first = true; -+ static int skip_order = 0; - if( first ) { - skip_order = order; - first = false; diff --git a/x11/qrash/files/patch-am b/x11/qrash/files/patch-am deleted file mode 100644 index 254f52aeb4a1..000000000000 --- a/x11/qrash/files/patch-am +++ /dev/null @@ -1,20 +0,0 @@ ---- rotate.cc.orig Sun Dec 26 17:25:17 1999 -+++ rotate.cc Sun Dec 26 17:25:29 1999 -@@ -23,7 +23,7 @@ - #include "music.h" - #include "common.h" - --const ANGLE_TIME = 6*sysTimerRes; -+const int ANGLE_TIME = 6*sysTimerRes; - - class Rotate: public Part { - void Init(); -@@ -64,7 +64,7 @@ - u[i] = uu+backpic->sizeX/2; v[i] = vv+backpic->sizeY/2; - - } -- static offset=0; -+ static int offset=0; - backpic->MapToPage2( u[0], v[0], u[1], v[1], u[2], v[2], u[3], v[3], - bw+offset ); - offset = 1-offset; diff --git a/x11/qrash/files/patch-an b/x11/qrash/files/patch-an deleted file mode 100644 index 9a4f2a31cd5f..000000000000 --- a/x11/qrash/files/patch-an +++ /dev/null @@ -1,37 +0,0 @@ ---- abstract.cc.orig Sun Dec 26 17:25:53 1999 -+++ abstract.cc Sun Dec 26 17:26:20 1999 -@@ -26,7 +26,7 @@ - #include "parts.h" - #include "common.h" - --const N_FIG=9, N_PHASES=4; -+const int N_FIG=9, N_PHASES=4; - - struct Abstract: public Part { - TPoly2D* fig_phases[N_PHASES][N_FIG]; -@@ -77,7 +77,7 @@ - - // if( !what ) return; - -- static phase = 0; -+ static int phase = 0; - static bool phase_done = true; - TPoly2D* fig[N_FIG]; - for( i=0; i<N_FIG; i++ ) { -@@ -111,14 +111,14 @@ - phase_done = true; - } - } -- static scale_timer = 0; -+ static int scale_timer = 0; - static int old_order = 0; - static int next_row = 5; - if( old_order != order ) { - old_order = order; - next_row = 7; - } -- static color_offset = 10; -+ static int color_offset = 10; - switch( what ) { - case 0: { - if( row >= next_row ) { diff --git a/x11/qrash/files/patch-ao b/x11/qrash/files/patch-ao deleted file mode 100644 index d2f0dbc2c272..000000000000 --- a/x11/qrash/files/patch-ao +++ /dev/null @@ -1,22 +0,0 @@ ---- brain.cc.orig Sun Dec 26 17:26:48 1999 -+++ brain.cc Sun Dec 26 17:27:03 1999 -@@ -24,7 +24,7 @@ - #include "music.h" - #include "lines.h" - --const NX=6, NY=4; -+const int NX=6, NY=4; - - class Brain: public Part { - -@@ -112,8 +112,8 @@ - // vidSizeY *= 2; vidBytesPerLine /= 2; - // offset = vidBytesPerLine-offset; - // cage->Draw( 0, color, bw ); -- static c = 0; -- static old_row = -1; -+ static int c = 0; -+ static int old_row = -1; - if( row/6 != old_row ) { - old_row = row/6; - c += 6; diff --git a/x11/qrash/files/patch-ap b/x11/qrash/files/patch-ap deleted file mode 100644 index 8786fa55fa4a..000000000000 --- a/x11/qrash/files/patch-ap +++ /dev/null @@ -1,20 +0,0 @@ ---- begin.cc.orig Sun Dec 26 17:27:30 1999 -+++ begin.cc Sun Dec 26 17:27:56 1999 -@@ -27,7 +27,7 @@ - #include "parts.h" - #include "common.h" - --const ANGLE_TIME = 4*sysTimerRes, -+const int ANGLE_TIME = 4*sysTimerRes, - ALIGN_TIME = 2*sysTimerRes, - PAL_TIME = 5*sysTimerRes, - FLASH_TIME = 0.5*sysTimerRes; -@@ -147,7 +147,7 @@ - } - - // SmoothPage(bw,bw); -- static offset=0; -+ static int offset=0; - back->MapToPage2( u[0], v[0], u[1], v[1], u[2], v[2], u[3], v[3], - color+offset ); - offset = 1-offset; diff --git a/x11/qrash/files/patch-aq b/x11/qrash/files/patch-aq deleted file mode 100644 index 6532609544e2..000000000000 --- a/x11/qrash/files/patch-aq +++ /dev/null @@ -1,29 +0,0 @@ ---- space.cc.orig Sun Dec 26 17:28:16 1999 -+++ space.cc Sun Dec 26 17:29:43 1999 -@@ -31,8 +31,8 @@ - "anvil.asc", - "abomb2.asc", - "vette.asc" }; --const N_OBJECTS = sizeof(obj_names) / sizeof(char*); --const N_MAN=5; -+const int N_OBJECTS = sizeof(obj_names) / sizeof(char*); -+const int N_MAN=5; - - struct Space: public Part { - -@@ -149,13 +149,13 @@ - VID_MAX_SIZE_X/2 - 2*cur_timer*VID_MAX_SIZE_X/sysTimerRes ); - objects[cur_object]->Draw( 0, color, bw ); - -- static offset = 0; -+ static int offset = 0; - vidSizeY /= 2; vidBytesPerLine *= 2; - vidCopyPage(color+offset,back->data); - vidSizeY *= 2; vidBytesPerLine /= 2; - offset = vidBytesPerLine - offset; - -- static prev_row = -1, delta = 0, prev_time = 0, mirror = 1; -+ static int prev_row = -1, delta = 0, prev_time = 0, mirror = 1; - if( row/12 != prev_row ) { - delta = -vidSizeX/5; - mirror = -mirror; diff --git a/x11/qrash/files/patch-ar b/x11/qrash/files/patch-ar deleted file mode 100644 index dc430ee5b3bd..000000000000 --- a/x11/qrash/files/patch-ar +++ /dev/null @@ -1,20 +0,0 @@ ---- cars.cc.orig Sun Dec 26 17:29:59 1999 -+++ cars.cc Sun Dec 26 17:30:19 1999 -@@ -105,7 +105,7 @@ - } - what &= 0xF; - -- static old_order = -1, next_row = 5, scale_timer = 0; -+ static int old_order = -1, next_row = 5, scale_timer = 0; - static bool scale_flag = false; - if( old_order != order ) { - old_order = order; -@@ -117,7 +117,7 @@ - scale_flag = !scale_flag; - } - -- static offset = 0; -+ static int offset = 0; - - float scale = 1; - diff --git a/x11/qrash/files/patch-as b/x11/qrash/files/patch-as deleted file mode 100644 index 4acd54ace000..000000000000 --- a/x11/qrash/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- wave.cc.orig Sun Dec 26 17:30:36 1999 -+++ wave.cc Sun Dec 26 17:30:46 1999 -@@ -22,7 +22,7 @@ - #include "music.h" - #include "common.h" - --const WAVE_WIDTH = VID_MAX_SIZE_X/3; -+const int WAVE_WIDTH = VID_MAX_SIZE_X/3; - - struct Wave: public Part { - void Init(); diff --git a/x11/qrash/files/patch-at b/x11/qrash/files/patch-at deleted file mode 100644 index f977070e5632..000000000000 --- a/x11/qrash/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- dlines.cc.orig Sun Dec 26 17:31:31 1999 -+++ dlines.cc Sun Dec 26 17:31:41 1999 -@@ -24,7 +24,7 @@ - #include "smooth.h" - #include "image.h" - --const MIN_LINE_LIFE = 2*sysTimerRes, -+const int MIN_LINE_LIFE = 2*sysTimerRes, - MAX_LINE_LIFE = 4*sysTimerRes, - MAX_LINES = 300; - diff --git a/x11/qrash/files/patch-au b/x11/qrash/files/patch-au deleted file mode 100644 index a816d3a1000f..000000000000 --- a/x11/qrash/files/patch-au +++ /dev/null @@ -1,25 +0,0 @@ ---- points.cc.orig Sun Dec 26 17:32:08 1999 -+++ points.cc Sun Dec 26 17:32:34 1999 -@@ -95,7 +95,7 @@ - } - - case 1: { -- static old_row=-1, scale_timer = -1; -+ static int old_row=-1, scale_timer = -1; - if( row != old_row && - (row == 2 || row == 6 || row == 9 || row == 11 || row == 14) ) { - old_row = row; -@@ -128,11 +128,11 @@ - if( what == 4 ) { - vidCopyPage( color, pic->data ); - } -- static offset = 0; -+ static int offset = 0; - static int old_row=-1; - if( row/6 != old_row && row > 18 ) { - old_row = row/6; -- static coord = 0; -+ static int coord = 0; - coord = (coord+1) % 4; - u[coord] *= 0.7; v[coord] *= 0.7; - } diff --git a/x11/qrash/files/patch-av b/x11/qrash/files/patch-av deleted file mode 100644 index bb3e09269e29..000000000000 --- a/x11/qrash/files/patch-av +++ /dev/null @@ -1,20 +0,0 @@ ---- README.orig Wed Sep 24 09:38:40 1997 -+++ README Sun Mar 19 15:58:50 2000 -@@ -184,14 +184,11 @@ - - 8. how to contact us - --Mad Max : mad_max@qmg.rising.ru -- 2:5057/14@fidonet -+Mad Max: mad_max@qmg.org - --Rogers : rogers@qmg.rising.ru -- 2:5057/18.6@fidonet -+Rogers: rogers@qmg.org - --also visit our www and ftp site at qmg.rising.ru maintained by --ViP/QMG (root@qmg.rising.ru). -+Also visit our WWW and FTP site at qmg.org. - - - Signed, Mad Max / Queue Members Group diff --git a/x11/qrash/files/patch-ax b/x11/qrash/files/patch-ax deleted file mode 100644 index 398ae93a8bf2..000000000000 --- a/x11/qrash/files/patch-ax +++ /dev/null @@ -1,9 +0,0 @@ ---- mikmod/makefile.orig Wed Jun 21 14:51:04 2000 -+++ mikmod/makefile Wed Jun 21 14:51:12 2000 -@@ -1,6 +1,5 @@ - include ../options - --CFLAGS += -O6 - OBJS = mdriver.o load_s3m.o mplayer.o mmio.o mwav.o virtch.o munitrk.o \ - mloader.o load_xm.o drv_nos.o - diff --git a/x11/qrash/files/patch-sys_x11.cc b/x11/qrash/files/patch-sys_x11.cc deleted file mode 100644 index ef55b5b3024a..000000000000 --- a/x11/qrash/files/patch-sys_x11.cc +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- sys_x11.cc.orig Thu May 22 13:11:58 2003 -+++ sys_x11.cc Thu May 22 13:14:35 2003 -@@ -59,7 +59,7 @@ - - char cmdline[2048] = ""; - --void main( int argc, char* argv[] ) -+int main( int argc, char* argv[] ) - { - for( int i=1; i<argc; i++ ) { - strcat( cmdline, argv[i] ); diff --git a/x11/qrash/pkg-descr b/x11/qrash/pkg-descr deleted file mode 100644 index 6fbbde3e526e..000000000000 --- a/x11/qrash/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This program is a demo for X11, combining mod-format music with animation -"featuring 2D and 3D engines with texturing and shading". Some of the -content may be offensive. - -WWW: http://qmg.org/ - -Trevor Johnson diff --git a/x11/qrash/pkg-plist b/x11/qrash/pkg-plist deleted file mode 100644 index fca33de90683..000000000000 --- a/x11/qrash/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/qrash -%%DATADIR%%/README -%%DATADIR%%/qrash.dat -@dirrm %%DATADIR%% |