From d4bfb85f2946281ea4c885c5bc19d7efa733365d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 1 Sep 2011 06:47:46 +0000 Subject: 2011-09-01 astro/gkrellmoon: Abandonware 2011-09-01 astro/spacechart: Abandonware 2011-09-01 audio/adpcm: No more public distfiles 2011-09-01 audio/aube: Abandonware 2011-09-01 audio/festvox-aec: BROKEN for more than 6 month 2011-09-01 audio/gtkgep: Abandonware 2011-09-01 audio/gtkhirad: No more public distfiles 2011-09-01 audio/opmixer: No more upstream 2011-09-01 audio/swami: Abandonware 2011-09-01 audio/x11amp: Abandonware 2011-09-01 audio/xmms-sndstretch: No Master Site 2011-09-01 cad/linux-gid: No more public distfiles 2011-09-01 chinese/gbscript: No more public distfiles 2011-09-01 chinese/mplayer-fonts: No more public distfiles 2011-09-01 chinese/oxford: No more public distfiles 2011-09-01 chinese/vflib: No more public distfiles 2011-09-01 databases/mysql++: No more public distfiles 2011-09-01 databases/mysql_last_value: No Master Site 2011-09-01 databases/p5-DBIx-Table: No more public distfiles --- chinese/vflib/files/patch-src-VF_FNTWV.c | 39 -------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 chinese/vflib/files/patch-src-VF_FNTWV.c (limited to 'chinese/vflib/files/patch-src-VF_FNTWV.c') diff --git a/chinese/vflib/files/patch-src-VF_FNTWV.c b/chinese/vflib/files/patch-src-VF_FNTWV.c deleted file mode 100644 index ec90219606b7..000000000000 --- a/chinese/vflib/files/patch-src-VF_FNTWV.c +++ /dev/null @@ -1,39 +0,0 @@ ---- src/VF_FNTWV.c.orig Fri Jan 19 03:46:07 2007 -+++ src/VF_FNTWV.c Fri Jan 19 03:47:04 2007 -@@ -175,7 +175,9 @@ - Private int read_word(); - Private long read_long(); - -- -+Private int ReadCapa(); -+Private int FNTWVOpenFont(); -+Private int FNTWVCloseFont(); - - Public FontObj* - CreateFont_FontWave(ent) -@@ -183,7 +185,6 @@ - { - Font *font; - FontObj *fobj; -- Private int ReadCapa(); - - if ((font = (Font*) malloc(sizeof(Font))) == NULL){ - printf("in CreateFont malloc() Error!\n"); -@@ -221,8 +222,6 @@ - OpenFont(obj) - FontObj *obj; - { -- Private int FNTWVOpenFont(); -- - return FNTWVOpenFont((Font*) obj->Locals); - } - -@@ -231,8 +230,6 @@ - CloseFont(obj) - FontObj *obj; - { -- Private int FNTWVCloseFont(); -- - return FNTWVCloseFont((Font*) obj->Locals); - } - -- cgit v1.2.3