pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/gpsd Fixed "test ==".
details: https://anonhg.NetBSD.org/pkgsrc/rev/2597852cdb7f
branches: trunk
changeset: 519978:2597852cdb7f
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Oct 13 06:22:54 2006 +0000
description:
Fixed "test ==".
diffstat:
geography/gpsd/distinfo | 4 ++--
geography/gpsd/patches/patch-aa | 19 ++++++++++++++-----
2 files changed, 16 insertions(+), 7 deletions(-)
diffs (52 lines):
diff -r d8e0fb6575fa -r 2597852cdb7f geography/gpsd/distinfo
--- a/geography/gpsd/distinfo Fri Oct 13 06:16:54 2006 +0000
+++ b/geography/gpsd/distinfo Fri Oct 13 06:22:54 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2006/08/31 14:12:53 gdt Exp $
+$NetBSD: distinfo,v 1.6 2006/10/13 06:22:54 rillig Exp $
SHA1 (gpsd-2.33.tar.gz) = 0dbb3dad459fc4a0ca7e4ba5884e67c93d4b679f
RMD160 (gpsd-2.33.tar.gz) = 175b90cb8dda1d85964078a4f14cec84b0cc4885
Size (gpsd-2.33.tar.gz) = 639348 bytes
-SHA1 (patch-aa) = 801944a684e697a169e5bab927afa964613fbd4f
+SHA1 (patch-aa) = d67077a5f857903615b36e83a2e505a20db841fe
SHA1 (patch-ab) = 0703e9da1e6f34bd575c6b61f891fc13a3598bb4
SHA1 (patch-ac) = f8e15b9a409bc9cd8b32bebbf446cf71ba90475f
diff -r d8e0fb6575fa -r 2597852cdb7f geography/gpsd/patches/patch-aa
--- a/geography/gpsd/patches/patch-aa Fri Oct 13 06:16:54 2006 +0000
+++ b/geography/gpsd/patches/patch-aa Fri Oct 13 06:22:54 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2006/04/20 15:28:00 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2006/10/13 06:22:54 rillig Exp $
---- configure.orig 2006-04-20 15:05:19.000000000 +0000
-+++ configure
-@@ -22197,13 +22197,13 @@ if test $ac_cv_lib_c_open = yes; then
+--- configure.orig 2006-06-07 17:08:36.000000000 +0200
++++ configure 2006-10-13 08:21:17.000000000 +0200
+@@ -21174,13 +21174,13 @@ if test $ac_cv_lib_c_open = yes; then
fi
@@ -19,7 +19,7 @@
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -22256,7 +22256,7 @@ fi
+@@ -21233,7 +21233,7 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5
echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6
if test $ac_cv_lib_pthread_main = yes; then
@@ -28,3 +28,12 @@
fi
+@@ -23456,7 +23456,7 @@ else
+ fi;
+ echo "$as_me:$LINENO: checking for DBUS support" >&5
+ echo $ECHO_N "checking for DBUS support... $ECHO_C" >&6
+-if test x"$ac_dbus" == "xyes"; then
++if test x"$ac_dbus" = "xyes"; then
+ echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
+
Home |
Main Index |
Thread Index |
Old Index