summaryrefslogtreecommitdiff
path: root/graphics/ruby-libpng/files/patch-writer.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-03 06:49:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-03 06:49:58 +0000
commit8b6dad2efd740371a66991b8f15c44c8c0b2ef77 (patch)
tree49f932f1ed2cfbbb69ddb3acec3025799de905d4 /graphics/ruby-libpng/files/patch-writer.c
parentRemove KAKASI option, as ruby-kakasi has expired (diff)
Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9 2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9 2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9 2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9 2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9 2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9 2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
Notes
Notes: svn path=/head/; revision=278849
Diffstat (limited to 'graphics/ruby-libpng/files/patch-writer.c')
-rw-r--r--graphics/ruby-libpng/files/patch-writer.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/ruby-libpng/files/patch-writer.c b/graphics/ruby-libpng/files/patch-writer.c
deleted file mode 100644
index 5f62933801da..000000000000
--- a/graphics/ruby-libpng/files/patch-writer.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- writer.c.orig 2000-09-28 04:22:32.000000000 +0200
-+++ writer.c 2010-03-29 16:42:29.000000000 +0200
-@@ -31,7 +31,7 @@
- if (png_obj->info->valid & PNG_INFO_PLTE)
- free(png_obj->info->palette);
- if (png_obj->info->valid & PNG_INFO_tRNS)
-- free(png_obj->info->trans);
-+ free(png_obj->info->trans_alpha);
-
- png_destroy_write_struct(&png_obj->obj, &png_obj->info);
- free(png_obj);
-@@ -67,7 +67,7 @@
- {
- VALUE proc;
-
-- if(png_ptr == NULL || row_number > PNG_MAX_UINT || pass > 7) return;
-+ if(png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7) return;
-
- proc = rb_iv_get(cReader, WRITE_STATUS_FN);
-