diff options
author | hasso <hasso@pkgsrc.org> | 2009-04-07 08:01:01 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-04-07 08:01:01 +0000 |
commit | 2d1ac299a5d725d622317c99c07df1b97f160921 (patch) | |
tree | 90ce6ff3345505c65950bbad577bc19e59abf91c /mail | |
parent | a6b5b61e611486fe1fd499324de2ef713263c1a2 (diff) | |
download | pkgsrc-2d1ac299a5d725d622317c99c07df1b97f160921.tar.gz |
Make Mozilla products build on DragonFly master.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/distinfo | 4 | ||||
-rw-r--r-- | mail/thunderbird/patches/patch-br | 29 |
2 files changed, 27 insertions, 6 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 132830a030b..db9c1f3c232 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.51 2009/03/19 15:08:58 ghen Exp $ +$NetBSD: distinfo,v 1.52 2009/04/07 08:01:01 hasso Exp $ SHA1 (thunderbird-2.0.0.21-source.tar.bz2) = 8bb2f7ce60635f6082c3c4542fff10c4b7445dc0 RMD160 (thunderbird-2.0.0.21-source.tar.bz2) = 493e41013a91888d29647c126d4f2c5a547056dd @@ -28,7 +28,7 @@ SHA1 (patch-bb) = 3f53a7358e881528cf8bec6933af7cbfcffb08ed SHA1 (patch-bm) = 6bd7bf1262cec43b0324693d43929497c3fb3991 SHA1 (patch-bo) = 7ed3756e2eb4ff9967d126452506429c2346ae84 SHA1 (patch-bq) = 8818e9cbcc2c0a48c1488a5b8e92dd1350e76bb1 -SHA1 (patch-br) = ba2eadaef2fda9bd38832e43c265bab9224bdae3 +SHA1 (patch-br) = ff781a96f356185947451deaddf6f9ad2acacd9d SHA1 (patch-bs) = 79cb84a5ed67780e124e7c595ee4ae6ffc7617a6 SHA1 (patch-bu) = db33b8651e3cb1fbf9a18dbe78e1e8288cfda0ee SHA1 (patch-bv) = 4f23dfd885131ea866f31370f1421e7c19706860 diff --git a/mail/thunderbird/patches/patch-br b/mail/thunderbird/patches/patch-br index b06423f12a3..59d70d84739 100644 --- a/mail/thunderbird/patches/patch-br +++ b/mail/thunderbird/patches/patch-br @@ -1,8 +1,29 @@ -$NetBSD: patch-br,v 1.6 2006/02/05 14:49:05 ghen Exp $ +$NetBSD: patch-br,v 1.7 2009/04/07 08:01:01 hasso Exp $ ---- nsprpub/pr/src/misc/prnetdb.c.orig 2006-02-02 13:19:56.000000000 +0100 -+++ nsprpub/pr/src/misc/prnetdb.c -@@ -2110,7 +2110,17 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf +--- nsprpub/pr/src/misc/prnetdb.c.orig 2006-11-14 19:41:59 +0200 ++++ nsprpub/pr/src/misc/prnetdb.c 2009-04-04 18:10:55 +0300 +@@ -113,6 +113,11 @@ PRLock *_pr_dnsLock = NULL; + #define _PR_HAVE_5_ARG_GETPROTO_R + #endif + ++#if __DragonFly_version >= 200202 ++#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 +@@ -329,7 +334,7 @@ _pr_QueryNetIfs(void) + } + + #elif (defined(DARWIN) && defined(HAVE_GETIFADDRS)) || defined(FREEBSD) \ +- || defined(NETBSD) || defined(OPENBSD) ++ || defined(NETBSD) || defined(OPENBSD) || defined(DRAGONFLY) + + /* + * Use the BSD getifaddrs function. +@@ -2115,7 +2120,17 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf */ hints.ai_socktype = SOCK_STREAM; |