diff options
author | markd <markd@pkgsrc.org> | 2006-10-23 10:49:34 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-23 10:49:34 +0000 |
commit | dc9de7c78f0eff3f86b1703135d7d05ee81db7bf (patch) | |
tree | 75ac499db7cbb8e0abd44201a9bdc80169c0044b /mail/thunderbird-gtk1 | |
parent | befcffa4e2dd8373012db02ef3c8357b9d3aeb7b (diff) | |
download | pkgsrc-dc9de7c78f0eff3f86b1703135d7d05ee81db7bf.tar.gz |
thunderbird's ldap doesn't work talking to an ipv4 ldap server if
talking to ipv4 addresses using ipv6 addresses isn't allowed, which is
the default on NetBSD. Patch to use a v4 socket when talking to an ipv4
ldap server. Fixes my PR 33511.
seamonkey/firefox/sunbird have the same code so make the same patch.
OKed ghen. Bump PKGREVISION.
Diffstat (limited to 'mail/thunderbird-gtk1')
-rw-r--r-- | mail/thunderbird-gtk1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird-gtk1/Makefile b/mail/thunderbird-gtk1/Makefile index e76d696eb81..2a95dc649b9 100644 --- a/mail/thunderbird-gtk1/Makefile +++ b/mail/thunderbird-gtk1/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2006/10/23 09:43:06 markd Exp $ +# $NetBSD: Makefile,v 1.11 2006/10/23 10:49:34 markd Exp $ MOZILLA= thunderbird-gtk1 -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Mozilla mail client using the older GTK1 toolkit |