From b15343ba8fdfd7a45f8db95487a2efe629616e73 Mon Sep 17 00:00:00 2001 From: markd Date: Mon, 23 Oct 2006 10:49:34 +0000 Subject: 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. --- time/sunbird/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'time/sunbird/Makefile') diff --git a/time/sunbird/Makefile b/time/sunbird/Makefile index f3769b75790..d53be5c853b 100644 --- a/time/sunbird/Makefile +++ b/time/sunbird/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/10/19 10:27:06 markd Exp $ +# $NetBSD: Makefile,v 1.4 2006/10/23 10:49:34 markd Exp $ MOZILLA= sunbird -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Mozilla stand-alone calendar application -- cgit v1.2.3