summaryrefslogtreecommitdiff
path: root/graphics/povray/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2011-06-20 22:29:26 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2011-06-20 22:29:26 +0000
commita8bd914b4d0e2119b726975c8a4feedbc8cab178 (patch)
tree2bb724c2a66301fddac05e953e0d0c19c2704952 /graphics/povray/files
parentAdd meta port for all povray ports (diff)
Remove povray, replaced by povray36
Notes
Notes: svn path=/head/; revision=275933
Diffstat (limited to 'graphics/povray/files')
-rw-r--r--graphics/povray/files/patch-png_pov.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/povray/files/patch-png_pov.cpp b/graphics/povray/files/patch-png_pov.cpp
deleted file mode 100644
index 01225b66021e..000000000000
--- a/graphics/povray/files/patch-png_pov.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- source/png_pov.cpp.orig 2004-08-03 01:11:37.000000000 +0200
-+++ source/png_pov.cpp 2010-03-29 14:06:26.000000000 +0200
-@@ -1428,7 +1428,7 @@
- if(r_info_ptr->valid & PNG_INFO_tRNS)
- {
- for (index = 0; index < r_info_ptr->num_trans; index++)
-- cmap[index].Transmit = 255 - r_info_ptr->trans[index];
-+ cmap[index].Transmit = 255 - r_info_ptr->trans_alpha[index];
- }
-
- Image->data.map_lines = (unsigned char **)POV_MALLOC(height * sizeof(unsigned char *), "PNG image");
-@@ -1461,7 +1461,7 @@
- if(r_info_ptr->valid & PNG_INFO_tRNS)
- {
- for (index = 0; index < r_info_ptr->num_trans; index++)
-- cmap[index].Transmit = 255 - r_info_ptr->trans[index];
-+ cmap[index].Transmit = 255 - r_info_ptr->trans_alpha[index];
- }
-
- Image->data.map_lines = (unsigned char **)POV_MALLOC(height * sizeof(unsigned char *), "PNG image");