pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/opal-devel Patch potential portability problems ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2208865b80c8
branches:  trunk
changeset: 547138:2208865b80c8
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Fri Sep 12 20:56:17 2008 +0000

description:
Patch potential portability problems (== instead of =)

diffstat:

 devel/opal-devel/distinfo                    |   4 +++-
 devel/opal-devel/patches/patch-configure     |  12 ++++++++++++
 devel/opal-devel/patches/patch-configure.tmp |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r d4bda6ef6238 -r 2208865b80c8 devel/opal-devel/distinfo
--- a/devel/opal-devel/distinfo Fri Sep 12 20:46:29 2008 +0000
+++ b/devel/opal-devel/distinfo Fri Sep 12 20:56:17 2008 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/12 13:22:05 jmcneill Exp $
+$NetBSD: distinfo,v 1.2 2008/09/12 20:56:17 sborrill Exp $
 
 SHA1 (opal-snapshot-20080907.tar.gz) = a178e667d92f5122cffc8eafc1cfe54a34d0e8d4
 RMD160 (opal-snapshot-20080907.tar.gz) = c5423ce1788b76892c0be6f891e9d58758b570dc
 Size (opal-snapshot-20080907.tar.gz) = 22964191 bytes
+SHA1 (patch-configure) = 9c4cf98787f0f6505ba419e101fed5677cb14456
+SHA1 (patch-configure.tmp) = c0601b8974f53d455f3016806c6875afe1cd809f
diff -r d4bda6ef6238 -r 2208865b80c8 devel/opal-devel/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/opal-devel/patches/patch-configure  Fri Sep 12 20:56:17 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-configure,v 1.1 2008/09/12 20:56:17 sborrill Exp $
+--- configure.orig     2008-09-12 21:51:50.000000000 +0100
++++ configure  2008-09-12 21:52:06.000000000 +0100
+@@ -7366,7 +7366,7 @@
+ 
+ done
+ 
+-  if test "${OPAL_JAVA:-unset}" == "unset" ; then
++  if test "${OPAL_JAVA:-unset}" = "unset" ; then
+     if test "${JDK_ROOT}:-unset" != "unset" ; then
+       as_ac_File=`echo "ac_cv_file_${JDK_ROOT}/include/jni.h" | $as_tr_sh`
+ { echo "$as_me:$LINENO: checking for ${JDK_ROOT}/include/jni.h" >&5
diff -r d4bda6ef6238 -r 2208865b80c8 devel/opal-devel/patches/patch-configure.tmp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/opal-devel/patches/patch-configure.tmp      Fri Sep 12 20:56:17 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-configure.tmp,v 1.1 2008/09/12 20:56:17 sborrill Exp $
+--- plugins/.svn/tmp/configure.tmp.orig        2008-09-12 21:54:32.000000000 +0100
++++ plugins/.svn/tmp/configure.tmp     2008-09-12 21:54:45.000000000 +0100
+@@ -4118,7 +4118,7 @@
+ fi
+ 
+ 
+-    if test "x$GSM" == "x2"; then
++    if test "x$GSM" = "x2"; then
+       H323_SYSTEM_GSM=1
+       { echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6; }



Home | Main Index | Thread Index | Old Index