From b01f7773b7a9974be965741f4fc154912351d660 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 28 Apr 2017 11:16:01 +0000 Subject: graphics/urt: save from deprecation - merge all separate distribution files and patches into one archive maintained the submitter - pass maintainership to submitter - add LICENSE (BSD2CLAUSE) PR: 218016 Submitted by: Chris Hutchinson (portmaster@bsdforge.com) --- graphics/urt/files/patch-cnv__gif2rle.c | 49 --------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 graphics/urt/files/patch-cnv__gif2rle.c (limited to 'graphics/urt/files/patch-cnv__gif2rle.c') diff --git a/graphics/urt/files/patch-cnv__gif2rle.c b/graphics/urt/files/patch-cnv__gif2rle.c deleted file mode 100644 index da3bf2435cb4..000000000000 --- a/graphics/urt/files/patch-cnv__gif2rle.c +++ /dev/null @@ -1,49 +0,0 @@ ---- cnv/giftorle.c.orig 1993-10-18 22:59:37.000000000 +0900 -+++ cnv/giftorle.c 2012-10-16 00:54:53.000000000 +0900 -@@ -22,6 +22,10 @@ - /* +------------------------------------------------------------------+ */ - - #include -+#include -+#include -+#include -+ - #include "rle.h" - - #ifndef lint -@@ -69,7 +73,7 @@ - - static int output_colormap = FALSE; - --void -+int - main(argc,argv) - int argc; - char **argv; -@@ -96,7 +100,7 @@ - - while ( nfname-- > 0 ) - (void)ReadGIF( *infname++ ); -- exit( 0 ); -+ return( 0 ); - } - - int -@@ -203,7 +207,7 @@ - EasyFail("EOF in extention\n",TRUE); - if (c == 0) - return FALSE; -- if (read(fd,buf,(int) c)!=(int) c) -+ if (read(fileno(fd),buf,(int) c)!=(int) c) - EasyFail("EOF in extention\n",TRUE); - } - } -@@ -278,7 +282,7 @@ - max_code_size = 2*clear_code; - max_code = clear_code+2; - -- GetCode(fd,NULL,TRUE); -+ GetCode(fd,0,TRUE); - - fresh=TRUE; - -- cgit v1.2.3