summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-cnv__rletogif__rletogif.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-04-28 11:16:01 +0000
committerRene Ladan <rene@FreeBSD.org>2017-04-28 11:16:01 +0000
commitb01f7773b7a9974be965741f4fc154912351d660 (patch)
treea1f3e44867bf7bf32aa9a368903fb323178038b6 /graphics/urt/files/patch-cnv__rletogif__rletogif.c
parentsecurity/vuxml: Document LibreSSL vulnerability (diff)
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)
Diffstat (limited to 'graphics/urt/files/patch-cnv__rletogif__rletogif.c')
-rw-r--r--graphics/urt/files/patch-cnv__rletogif__rletogif.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/urt/files/patch-cnv__rletogif__rletogif.c b/graphics/urt/files/patch-cnv__rletogif__rletogif.c
deleted file mode 100644
index 9989466260b4..000000000000
--- a/graphics/urt/files/patch-cnv__rletogif__rletogif.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- cnv/rletogif/rletogif.c.orig 1992-04-30 23:15:57.000000000 +0900
-+++ cnv/rletogif/rletogif.c 2012-10-16 00:28:02.000000000 +0900
-@@ -29,6 +29,7 @@
- */
-
- #include <stdio.h>
-+#include <string.h>
- #include "rle.h"
- #include "rletogif.h"
-
-@@ -44,7 +45,7 @@
- int get_color_bits();
- void GIFEncode();
-
--void
-+int
- main(argc, argv)
- int argc;
- char *argv[];