pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libupnp PTHREAD_MUTEX_RECURSIVE on DragonFly is an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2dc8444633d
branches:  trunk
changeset: 529927:a2dc8444633d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 12 21:59:32 2007 +0000

description:
PTHREAD_MUTEX_RECURSIVE on DragonFly is an enum, adjust.

diffstat:

 net/libupnp/distinfo         |   3 ++-
 net/libupnp/patches/patch-ah |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 23ccbe961418 -r a2dc8444633d net/libupnp/distinfo
--- a/net/libupnp/distinfo      Tue Jun 12 21:43:30 2007 +0000
+++ b/net/libupnp/distinfo      Tue Jun 12 21:59:32 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2007/06/07 08:08:16 rh Exp $
+$NetBSD: distinfo,v 1.4 2007/06/12 21:59:32 joerg Exp $
 
 SHA1 (libupnp-1.4.6.tar.bz2) = eb7d8c725f9813bcaff0eb6a8bc18e43f3c4bc77
 RMD160 (libupnp-1.4.6.tar.bz2) = 022f867a7f4466dcaf1954a4643b7a32c4a7a95e
@@ -10,3 +10,4 @@
 SHA1 (patch-ae) = e60148122ddd01f8c1020235c58ec7fa3cf7b179
 SHA1 (patch-af) = 323bf256f9c7e0949897e07860dfa890ed5b60f3
 SHA1 (patch-ag) = e13203b590bb671ddf98564cefdb260cccb6bcb9
+SHA1 (patch-ah) = bfe8b269cd7e8ee0f7e4ab0685fe70524960a365
diff -r 23ccbe961418 -r a2dc8444633d net/libupnp/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libupnp/patches/patch-ah      Tue Jun 12 21:59:32 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2007/06/12 21:59:32 joerg Exp $
+
+--- threadutil/inc/ithread.h.orig      2007-06-12 21:46:07.000000000 +0000
++++ threadutil/inc/ithread.h
+@@ -51,7 +51,7 @@ extern "C" {
+ #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE
+ #endif
+ 
+-#ifdef PTHREAD_MUTEX_RECURSIVE
++#if defined(PTHREAD_MUTEX_RECURSIVE) || defined(__DragonFly__)
+ /* This system has SuS2-compliant mutex attributes.
+  * E.g. on Cygwin, where we don't have the old nonportable (NP) symbols
+  */



Home | Main Index | Thread Index | Old Index