pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/usrp Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/602faf2026b3
branches:  trunk
changeset: 520647:602faf2026b3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 24 17:22:18 2006 +0000

description:
Fixed "test ==".

diffstat:

 ham/usrp/distinfo         |   3 ++-
 ham/usrp/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r ff50a3645f4c -r 602faf2026b3 ham/usrp/distinfo
--- a/ham/usrp/distinfo Tue Oct 24 16:20:43 2006 +0000
+++ b/ham/usrp/distinfo Tue Oct 24 17:22:18 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/04/27 03:19:35 wulf Exp $
+$NetBSD: distinfo,v 1.4 2006/10/24 17:22:18 rillig Exp $
 
 SHA1 (usrp-0.12.tar.gz) = 70c764473effc491549b2153c26ee7e7c6fd07a1
 RMD160 (usrp-0.12.tar.gz) = 8342869a4a4855e7bb896f632c4dfd42d0706e30
 Size (usrp-0.12.tar.gz) = 1470926 bytes
+SHA1 (patch-aa) = 1669edd87bd5d2d49f0b927a8ff79e7221ade0ec
diff -r ff50a3645f4c -r 602faf2026b3 ham/usrp/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/usrp/patches/patch-aa Tue Oct 24 17:22:18 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2006/10/24 17:22:18 rillig Exp $
+
+--- config/gr_boost.m4.orig    2006-04-04 00:52:00.000000000 +0200
++++ config/gr_boost.m4 2006-10-24 10:47:04.000000000 +0200
+@@ -43,8 +43,8 @@ AC_DEFUN([GR_REQUIRE_BOOST_INCLUDES],
+                  [path to boost c++ include files]),
+     [
+       # "yes" and "no" are bogus answers
+-      if test x"$with_boost_include_dir" == xyes ||
+-         test x"$with_boost_include_dir" == xno; then
++      if test x"$with_boost_include_dir" = xyes ||
++         test x"$with_boost_include_dir" = xno; then
+       gr_boost_include_dir=
+       else
+         gr_boost_include_dir=$with_boost_include_dir



Home | Main Index | Thread Index | Old Index