pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/radiance Make build with newer tiffs. Remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b580b397a87e
branches:  trunk
changeset: 508403:b580b397a87e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 18 21:27:57 2006 +0000

description:
Make build with newer tiffs. Remove BROKEN_IN.

diffstat:

 graphics/radiance/Makefile         |   4 +---
 graphics/radiance/distinfo         |   3 ++-
 graphics/radiance/patches/patch-at |  15 +++++++++++++++
 3 files changed, 18 insertions(+), 4 deletions(-)

diffs (51 lines):

diff -r 21652fa7855d -r b580b397a87e graphics/radiance/Makefile
--- a/graphics/radiance/Makefile        Sat Feb 18 20:58:43 2006 +0000
+++ b/graphics/radiance/Makefile        Sat Feb 18 21:27:57 2006 +0000
@@ -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 @@
 HOMEPAGE=      http://www.radiance-online.org/
 COMMENT=       Physically-based, image-generating, backward raytracer
 
-BROKEN_IN=     pkgsrc-2005Q4
-
 WRKSRC=                ${WRKDIR}/ray
 
 LICENSE=       radiance-license
diff -r 21652fa7855d -r b580b397a87e graphics/radiance/distinfo
--- a/graphics/radiance/distinfo        Sat Feb 18 20:58:43 2006 +0000
+++ b/graphics/radiance/distinfo        Sat Feb 18 21:27:57 2006 +0000
@@ -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-aq) = 338ca0df287e797fbc784158e7d622f70ddcd35e
 SHA1 (patch-ar) = e2afaad398d61f152ce9a7f3ddf451547c359e13
 SHA1 (patch-as) = 9b7c6bef44a4f9640b7a30253522ffab425ffbac
+SHA1 (patch-at) = 34bf252c122727308ebaa47177afabbc888a4f6a
diff -r 21652fa7855d -r b580b397a87e graphics/radiance/patches/patch-at
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/radiance/patches/patch-at        Sat Feb 18 21:27:57 2006 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index