pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-howto Fixes "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/762dd801b03b
branches:  trunk
changeset: 520515:762dd801b03b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 22 21:03:15 2006 +0000

description:
Fixes "test ==".

diffstat:

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

diffs (30 lines):

diff -r 0f06fedbf885 -r 762dd801b03b ham/gnuradio-howto/distinfo
--- a/ham/gnuradio-howto/distinfo       Sun Oct 22 21:03:14 2006 +0000
+++ b/ham/gnuradio-howto/distinfo       Sun Oct 22 21:03:15 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/04/27 03:11:12 wulf Exp $
+$NetBSD: distinfo,v 1.4 2006/10/22 21:03:15 rillig Exp $
 
 SHA1 (gr-howto-write-a-block-0.6.tar.gz) = 3f7eaebe48aa9bb3d523df309eea080458dbf776
 RMD160 (gr-howto-write-a-block-0.6.tar.gz) = b3a578e429588cdda2ea2690cec696a5a4e6e532
 Size (gr-howto-write-a-block-0.6.tar.gz) = 366472 bytes
+SHA1 (patch-aa) = 2f5d2592c577454f60142047829c246b8a96a0bb
diff -r 0f06fedbf885 -r 762dd801b03b ham/gnuradio-howto/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-howto/patches/patch-aa       Sun Oct 22 21:03:15 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2006/10/22 21:03:15 rillig Exp $
+
+--- config/gr_boost.m4.orig    2005-11-22 04:55:54.000000000 +0100
++++ config/gr_boost.m4 2006-10-22 23:02:05.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