summaryrefslogtreecommitdiff
path: root/geography/gpsd
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-13 06:22:54 +0000
committerrillig <rillig>2006-10-13 06:22:54 +0000
commitc4a52a0b3dd7932e34e3a44b060fa36b7309a851 (patch)
tree130fa62de483810ebab9cd8e56509734a914c4cf /geography/gpsd
parent55f7e0a3da62066024ee93acc73400b148fb7f4d (diff)
downloadpkgsrc-c4a52a0b3dd7932e34e3a44b060fa36b7309a851.tar.gz
Fixed "test ==".
Diffstat (limited to 'geography/gpsd')
-rw-r--r--geography/gpsd/distinfo4
-rw-r--r--geography/gpsd/patches/patch-aa19
2 files changed, 16 insertions, 7 deletions
diff --git a/geography/gpsd/distinfo b/geography/gpsd/distinfo
index f871d673df9..15c4d36015b 100644
--- a/geography/gpsd/distinfo
+++ b/geography/gpsd/distinfo
@@ -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 --git a/geography/gpsd/patches/patch-aa b/geography/gpsd/patches/patch-aa
index 3e93cfb1358..8e083c0c92f 100644
--- a/geography/gpsd/patches/patch-aa
+++ b/geography/gpsd/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.3 2006/04/20 15:28:00 joerg Exp $
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 @@ $NetBSD: patch-aa,v 1.3 2006/04/20 15:28:00 joerg Exp $
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
+