pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/openexr Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7dd4d1eabde6
branches:  trunk
changeset: 519863:7dd4d1eabde6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 11 18:47:28 2006 +0000

description:
Fixed "test ==".

diffstat:

 graphics/openexr/distinfo         |   3 ++-
 graphics/openexr/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r fb201415725c -r 7dd4d1eabde6 graphics/openexr/distinfo
--- a/graphics/openexr/distinfo Wed Oct 11 18:44:25 2006 +0000
+++ b/graphics/openexr/distinfo Wed Oct 11 18:47:28 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2006/06/14 19:20:05 adam Exp $
+$NetBSD: distinfo,v 1.5 2006/10/11 18:47:28 rillig Exp $
 
 SHA1 (OpenEXR-1.2.2.tar.gz) = 8ee37cd2a95b8561a4c850cc35781dec87b77bbf
 RMD160 (OpenEXR-1.2.2.tar.gz) = 54ceab6aa7a848f28a4cbd6cd63ab4023e3e372c
 Size (OpenEXR-1.2.2.tar.gz) = 9324108 bytes
 SHA1 (patch-aa) = 44649695ef175c0e2bf4caea8fcff6811286d559
+SHA1 (patch-ab) = af6a9601b68e8cab51de75f6d1a05476fdfa3b87
diff -r fb201415725c -r 7dd4d1eabde6 graphics/openexr/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/openexr/patches/patch-ab Wed Oct 11 18:47:28 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/10/11 18:47:28 rillig Exp $
+
+--- bootstrap.orig     2006-10-11 20:46:46.000000000 +0200
++++ bootstrap  2006-10-11 20:46:27.000000000 +0200
+@@ -1,7 +1,7 @@
+ #! /bin/sh
+ # If we're on OS X, use glibtoolize instead of toolize
+ HOSTTYPE=`uname`
+-if [ "$HOSTTYPE" == "Darwin" ]; then
++if [ "$HOSTTYPE" = "Darwin" ]; then
+         LIBTOOLIZE=glibtoolize
+ else
+       LIBTOOLIZE=libtoolize



Home | Main Index | Thread Index | Old Index