diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-18 21:27:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-18 21:27:57 +0000 |
commit | 94cbd3d20ddc09c216e4c0617e51698bcae3850c (patch) | |
tree | 4c99b0276621befe5a40357f80405d0a78e2e639 /graphics | |
parent | 6fa6109f81bcb1721048089bfb9952fb926417da (diff) | |
download | pkgsrc-94cbd3d20ddc09c216e4c0617e51698bcae3850c.tar.gz |
Make build with newer tiffs. Remove BROKEN_IN.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/radiance/Makefile | 4 | ||||
-rw-r--r-- | graphics/radiance/distinfo | 3 | ||||
-rw-r--r-- | graphics/radiance/patches/patch-at | 15 |
3 files changed, 18 insertions, 4 deletions
diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile index 2db7fa89b52..f2e2796ea31 100644 --- a/graphics/radiance/Makefile +++ b/graphics/radiance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:09:38 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/02/18 21:27:57 wiz Exp $ # DISTNAME= rad3R6P1 @@ -13,8 +13,6 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://www.radiance-online.org/ COMMENT= Physically-based, image-generating, backward raytracer -BROKEN_IN= pkgsrc-2005Q4 - WRKSRC= ${WRKDIR}/ray LICENSE= radiance-license diff --git a/graphics/radiance/distinfo b/graphics/radiance/distinfo index 291bc31f9b2..7a500452e86 100644 --- a/graphics/radiance/distinfo +++ b/graphics/radiance/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 08:45:12 agc Exp $ +$NetBSD: distinfo,v 1.6 2006/02/18 21:27:57 wiz Exp $ SHA1 (rad3R6P1.tar.gz) = 71f46abd1c30be282a93237fa0c162d3bf0b1f99 RMD160 (rad3R6P1.tar.gz) = 3bcf40518a57cdb5455264c83a3e206b67b3d1fa @@ -25,3 +25,4 @@ SHA1 (patch-ap) = 42bb1691b2c1d76bf5d19872d70ca50332d31987 SHA1 (patch-aq) = 338ca0df287e797fbc784158e7d622f70ddcd35e SHA1 (patch-ar) = e2afaad398d61f152ce9a7f3ddf451547c359e13 SHA1 (patch-as) = 9b7c6bef44a4f9640b7a30253522ffab425ffbac +SHA1 (patch-at) = 34bf252c122727308ebaa47177afabbc888a4f6a diff --git a/graphics/radiance/patches/patch-at b/graphics/radiance/patches/patch-at new file mode 100644 index 00000000000..becc5e94237 --- /dev/null +++ b/graphics/radiance/patches/patch-at @@ -0,0 +1,15 @@ +$NetBSD: patch-at,v 1.1 2006/02/18 21:27:57 wiz Exp $ + +--- src/common/tifftypes.h.orig 2004-10-27 23:23:47.000000000 +0000 ++++ src/common/tifftypes.h +@@ -2,4 +2,4 @@ + /* The following is lifted straight out of tiff.h */ +-#ifndef _TIFF_DATA_TYPEDEFS_ +-#define _TIFF_DATA_TYPEDEFS_ ++#ifndef _TIFF_ ++#define _TIFF_ + /* +@@ -26,2 +26,2 @@ typedef unsigned long uint32; /* sizeof + #endif +-#endif /* _TIFF_DATA_TYPEDEFS_ */ ++#endif /* _TIFF_ */ |