pkgsrc/graphics/camlimages
marino 3fb4f42192 graphics/camlimages: Fix tiff-4.0 regression
When tiff was upgraded to 4.0, camlimages stopped building.  Both
caml and tiff redefine several common typedefs such as uint32.  Unlike
the 3-series of tiff, tiff-4.0 also redefined int64 and uint64.  The
existing hack didn't foresee int64 and uint64 getting used, and so
camlimages broke.

One patch was created and another revised to override the caml typedef
definitions with macros before tiff.h is included.  The original
tiffread.c patch was reworked to override uint16 and uint32 *again*
after the tiff.h include and not before as it was originally.  Very ugly
all around, but I just extended what camlimages was already doing.
2012-07-29 12:52:55 +00:00
..
patches graphics/camlimages: Fix tiff-4.0 regression 2012-07-29 12:52:55 +00:00
buildlink3.mk Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
DESCR
distinfo graphics/camlimages: Fix tiff-4.0 regression 2012-07-29 12:52:55 +00:00
Makefile graphics/camlimages: Fix tiff-4.0 regression 2012-07-29 12:52:55 +00:00
MESSAGE Add MESSAGE, missing in previous. 2011-08-13 16:40:44 +00:00
PLIST Update to 4.0.1, from Nicolas Thauvin. 2011-08-07 20:36:20 +00:00