pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/openexr include <string.h> for strcmp(3) prot...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78ea0ec85c5f
branches:  trunk
changeset: 396269:78ea0ec85c5f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Jul 21 11:47:16 2009 +0000

description:
include <string.h> for strcmp(3) prototype. Fixes Linux build.

diffstat:

 graphics/openexr/distinfo         |   3 ++-
 graphics/openexr/patches/patch-ac |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 5a8bc8ace782 -r 78ea0ec85c5f graphics/openexr/distinfo
--- a/graphics/openexr/distinfo Tue Jul 21 11:36:10 2009 +0000
+++ b/graphics/openexr/distinfo Tue Jul 21 11:47:16 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2008/02/03 03:37:32 heinz Exp $
+$NetBSD: distinfo,v 1.11 2009/07/21 11:47:16 tnn Exp $
 
 SHA1 (openexr-1.6.1.tar.gz) = b3650e6542f0e09daadb2d467425530bc8eec333
 RMD160 (openexr-1.6.1.tar.gz) = 3670633be841628e9d4c11981661e9d94a9b2711
 Size (openexr-1.6.1.tar.gz) = 13632660 bytes
 SHA1 (patch-aa) = d1b9c2d817d875c30fa15cbbea5d1226b03b62d8
 SHA1 (patch-ab) = 7d4fdf8d36f58ea5126b8c72dae901d1d68e6a60
+SHA1 (patch-ac) = fa5735431b7168dfc8b4643a976fd7f95cbcb5e7
diff -r 5a8bc8ace782 -r 78ea0ec85c5f graphics/openexr/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/openexr/patches/patch-ac Tue Jul 21 11:47:16 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.3 2009/07/21 11:47:16 tnn Exp $
+
+--- exrmaketiled/main.cpp.orig 2007-04-25 03:08:45.000000000 +0200
++++ exrmaketiled/main.cpp
+@@ -44,6 +44,7 @@
+ 
+ #include <iostream>
+ #include <exception>
++#include <string.h>
+ #include <string>
+ #include <stdlib.h>
+ 



Home | Main Index | Thread Index | Old Index