pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gpsd Fix pthread mutex init. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/824c4a7aa802
branches:  trunk
changeset: 537643:824c4a7aa802
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 12 23:54:46 2008 +0000

description:
Fix pthread mutex init. Bump revision.

diffstat:

 geography/gpsd/Makefile         |   3 ++-
 geography/gpsd/distinfo         |   3 ++-
 geography/gpsd/patches/patch-ad |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 7b8b7a45a6cd -r 824c4a7aa802 geography/gpsd/Makefile
--- a/geography/gpsd/Makefile   Sat Jan 12 23:43:53 2008 +0000
+++ b/geography/gpsd/Makefile   Sat Jan 12 23:54:46 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/08/31 14:12:53 gdt Exp $
+# $NetBSD: Makefile,v 1.8 2008/01/12 23:54:46 joerg Exp $
 
 DISTNAME=      gpsd-2.33
+PKGREVISION=   1
 CATEGORIES=    geography
 MASTER_SITES=  http://download.berlios.de/gpsd/
 
diff -r 7b8b7a45a6cd -r 824c4a7aa802 geography/gpsd/distinfo
--- a/geography/gpsd/distinfo   Sat Jan 12 23:43:53 2008 +0000
+++ b/geography/gpsd/distinfo   Sat Jan 12 23:54:46 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2006/10/13 06:22:54 rillig Exp $
+$NetBSD: distinfo,v 1.7 2008/01/12 23:54:46 joerg Exp $
 
 SHA1 (gpsd-2.33.tar.gz) = 0dbb3dad459fc4a0ca7e4ba5884e67c93d4b679f
 RMD160 (gpsd-2.33.tar.gz) = 175b90cb8dda1d85964078a4f14cec84b0cc4885
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = d67077a5f857903615b36e83a2e505a20db841fe
 SHA1 (patch-ab) = 0703e9da1e6f34bd575c6b61f891fc13a3598bb4
 SHA1 (patch-ac) = f8e15b9a409bc9cd8b32bebbf446cf71ba90475f
+SHA1 (patch-ad) = 25b2bd2064f8aa41c0f4eefb4b5cffdf87beadce
diff -r 7b8b7a45a6cd -r 824c4a7aa802 geography/gpsd/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsd/patches/patch-ad   Sat Jan 12 23:54:46 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2008/01/12 23:54:47 joerg Exp $
+
+--- gpsd.c.orig        2006-06-09 14:34:09.000000000 +0200
++++ gpsd.c
+@@ -129,7 +129,7 @@ static int daemonize(void)
+ }
+ 
+ #if defined(PPS_ENABLE)
+-static pthread_mutex_t report_mutex;
++static pthread_mutex_t report_mutex = PTHREAD_MUTEX_INITIALIZER;
+ #endif /* PPS_ENABLE */
+ 
+ void gpsd_report(int errlevel, const char *fmt, ... )



Home | Main Index | Thread Index | Old Index