pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nspr One more Mozilla product to build on Dragon...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cbc6ffe11e9
branches:  trunk
changeset: 556942:7cbc6ffe11e9
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Apr 07 08:03:38 2009 +0000

description:
One more Mozilla product to build on DragonFly master.

diffstat:

 devel/nspr/distinfo         |   4 ++--
 devel/nspr/patches/patch-ad |  20 ++++++++++++++++----
 2 files changed, 18 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r a29000bca934 -r 7cbc6ffe11e9 devel/nspr/distinfo
--- a/devel/nspr/distinfo       Tue Apr 07 08:01:01 2009 +0000
+++ b/devel/nspr/distinfo       Tue Apr 07 08:03:38 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2008/01/05 19:38:46 tron Exp $
+$NetBSD: distinfo,v 1.14 2009/04/07 08:03:38 hasso Exp $
 
 SHA1 (nspr-4.6.7.tar.gz) = cf45319d02285ec5479445a1e9adfb9e94f55a6a
 RMD160 (nspr-4.6.7.tar.gz) = 11a0d8b14ebdd441f6899c464b77144704ab638e
@@ -6,7 +6,7 @@
 SHA1 (patch-aa) = a5dd0a594ecd4487bb626b656a58a5311c7ec587
 SHA1 (patch-ab) = fc668ceb47f9063ba9b0514a5da31bda0ca23916
 SHA1 (patch-ac) = 365b3a5158db94f1976ecfd2ede120201717ad83
-SHA1 (patch-ad) = d0d724ec9cc24e3d6a8f0581696c3a379c272a08
+SHA1 (patch-ad) = 3ae565217739965f2a705a856f13ab6805639a8d
 SHA1 (patch-ae) = 99f0663770d045d98f99ac602569ea084e741a81
 SHA1 (patch-af) = 7a94606109277b5af00197164a854f16d4259c0f
 SHA1 (patch-ag) = 2150cae88a39eaf4588084ad62c611a83e339c75
diff -r a29000bca934 -r 7cbc6ffe11e9 devel/nspr/patches/patch-ad
--- a/devel/nspr/patches/patch-ad       Tue Apr 07 08:01:01 2009 +0000
+++ b/devel/nspr/patches/patch-ad       Tue Apr 07 08:03:38 2009 +0000
@@ -1,8 +1,20 @@
-$NetBSD: patch-ad,v 1.3 2007/03/18 18:49:47 wiz Exp $
+$NetBSD: patch-ad,v 1.4 2009/04/07 08:03:38 hasso Exp $
 
---- pr/src/misc/prnetdb.c.orig 2006-11-14 17:41:59.000000000 +0000
-+++ pr/src/misc/prnetdb.c
-@@ -2115,7 +2115,17 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
+--- pr/src/misc/prnetdb.c.orig 2006-11-14 19:41:59 +0200
++++ pr/src/misc/prnetdb.c      2009-04-03 18:29:50 +0300
+@@ -113,6 +113,11 @@ PRLock *_pr_dnsLock = NULL;
+ #define _PR_HAVE_5_ARG_GETPROTO_R
+ #endif
+ 
++#if __DragonFly_version >= 200201
++#define _PR_HAVE_GETPROTO_R
++#define _PR_HAVE_5_ARG_GETPROTO_R
++#endif
++
+ #if (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2)
+ #define _PR_HAVE_GETPROTO_R
+ #define _PR_HAVE_5_ARG_GETPROTO_R
+@@ -2115,7 +2120,17 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
           */
          hints.ai_socktype = SOCK_STREAM;
  



Home | Main Index | Thread Index | Old Index