pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openh323 Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ab1f886ffdb
branches:  trunk
changeset: 521421:9ab1f886ffdb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 11 22:49:51 2006 +0000

description:
Fixed "test ==".

diffstat:

 net/openh323/distinfo         |   4 ++--
 net/openh323/patches/patch-ba |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 5e5489060ec0 -r 9ab1f886ffdb net/openh323/distinfo
--- a/net/openh323/distinfo     Sat Nov 11 22:46:14 2006 +0000
+++ b/net/openh323/distinfo     Sat Nov 11 22:49:51 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2005/02/24 12:13:57 agc Exp $
+$NetBSD: distinfo,v 1.12 2006/11/11 22:49:51 rillig Exp $
 
 SHA1 (openh323-v1_15_2-src-tar.gz) = e5839bc7b8ad6f26b03794672802530d72c73878
 RMD160 (openh323-v1_15_2-src-tar.gz) = a048af6d27b79384fd6d0f111bc69da3260d1af8
 Size (openh323-v1_15_2-src-tar.gz) = 3735815 bytes
 SHA1 (patch-aa) = 212a661357da355cc6c600b3de9d431bbd90a66e
 SHA1 (patch-ac) = 7bf0602cbc7f91fc68c92b4740ec178fa79c50f4
-SHA1 (patch-ba) = 6f247e1f095e826ea81f6e7e88a89c2e72db396c
+SHA1 (patch-ba) = e54de2d0ae24e9eb51ef5c5d32c4fed7c83710f2
diff -r 5e5489060ec0 -r 9ab1f886ffdb net/openh323/patches/patch-ba
--- a/net/openh323/patches/patch-ba     Sat Nov 11 22:46:14 2006 +0000
+++ b/net/openh323/patches/patch-ba     Sat Nov 11 22:49:51 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ba,v 1.3 2004/12/01 13:12:47 adam Exp $
+$NetBSD: patch-ba,v 1.4 2006/11/11 22:49:51 rillig Exp $
 
---- configure.orig     2004-11-26 08:47:07.000000000 +0000
-+++ configure
+--- configure.orig     2004-11-26 09:47:07.000000000 +0100
++++ configure  2006-11-11 23:49:07.000000000 +0100
 @@ -2929,7 +2929,7 @@ else
    { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
  echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
@@ -11,3 +11,12 @@
    eval "$as_ac_File=yes"
  else
    eval "$as_ac_File=no"
+@@ -3491,7 +3491,7 @@ if test `eval echo '${'$as_ac_Header'}'`
+ fi
+ 
+ 
+-    if test "${H323_RFC2190_AVCODEC}" == "1" ; then
++    if test "${H323_RFC2190_AVCODEC}" = "1" ; then
+       cat >>confdefs.h <<\_ACEOF
+ #define H323_RFC2190_AVCODEC 1
+ _ACEOF



Home | Main Index | Thread Index | Old Index