diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-06-25 05:13:50 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-06-25 05:13:50 +0000 |
commit | db1c85a1267d8e88e11bcbadf580bb683075ed3b (patch) | |
tree | 304765e4055934c0ed0c2c782e1da89b9cc1f119 /graphics/GraphicsMagick12/files/patch-newfpx | |
parent | . Don't cheat on BUILD_DEPENDS in regards to a bootstrap JDK as this (diff) |
- Update to 1.2.3
- Pass maintainership to submitter
Added file(s):
- files/patch-configure.in
Removed file(s):
- files/patch-configure
- files/patch-magick_symbols.h
- files/patch-newfpx
PR: ports/124365
Submitted by: Greg Larkin <glarkin@sourcehosting.net>
Notes
Notes:
svn path=/head/; revision=215749
Diffstat (limited to 'graphics/GraphicsMagick12/files/patch-newfpx')
-rw-r--r-- | graphics/GraphicsMagick12/files/patch-newfpx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/GraphicsMagick12/files/patch-newfpx b/graphics/GraphicsMagick12/files/patch-newfpx deleted file mode 100644 index 6aa24bf3dacc..000000000000 --- a/graphics/GraphicsMagick12/files/patch-newfpx +++ /dev/null @@ -1,20 +0,0 @@ ---- coders/fpx.c 2004-04-14 18:45:28.000000000 -0400 -+++ coders/fpx.c 2007-11-01 23:30:18.000000000 -0500 -@@ -182,13 +182,13 @@ - unsigned int - status, -- subimage; -- -- unsigned long -+ subimage, - height, -- memory_limit, - tile_width, - tile_height, - width; - -+ size_t -+ memory_limit; -+ - /* - Open image. |