diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-04-28 11:16:01 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-04-28 11:16:01 +0000 |
commit | b01f7773b7a9974be965741f4fc154912351d660 (patch) | |
tree | a1f3e44867bf7bf32aa9a368903fb323178038b6 /graphics/urt/files/patch-cnv-rlatorle.c | |
parent | security/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-rlatorle.c')
-rw-r--r-- | graphics/urt/files/patch-cnv-rlatorle.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/urt/files/patch-cnv-rlatorle.c b/graphics/urt/files/patch-cnv-rlatorle.c deleted file mode 100644 index eb08d25e7756..000000000000 --- a/graphics/urt/files/patch-cnv-rlatorle.c +++ /dev/null @@ -1,11 +0,0 @@ ---- cnv/rlatorle.c.orig Thu Nov 29 22:14:43 2007 -+++ cnv/rlatorle.c Thu Nov 29 22:15:43 2007 -@@ -162,7 +162,7 @@ - } - VPRINTF(stderr, "Channel color space %s\n", head.rla_head.chan); - if ( rlb_flag ) -- VPRINTF(stderr, "Interlaced? %s\n", head.rlb_head.filter_type); -+ VPRINTF(stderr, "Interlaced? %hd\n", head.rlb_head.filter_type); - else - VPRINTF(stderr, "Interlaced? %s\n", "-unused-"); - if (do_matte) |