From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 4 08:52:44 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68F1F1065672 for ; Thu, 4 Mar 2010 08:52:44 +0000 (UTC) (envelope-from mluckie@cs.waikato.ac.nz) Received: from zombie.scms.waikato.ac.nz (mail.scms.waikato.ac.nz [130.217.241.36]) by mx1.freebsd.org (Postfix) with ESMTP id 328338FC18 for ; Thu, 4 Mar 2010 08:52:44 +0000 (UTC) Received: from sorcerer.cs.waikato.ac.nz ([130.217.250.39]) by zombie.scms.waikato.ac.nz with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Nn6N6-0000St-Gs for freebsd-gnome@freebsd.org; Thu, 04 Mar 2010 21:25:28 +1300 Received: from mluckie by sorcerer.cs.waikato.ac.nz with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1Nn6Mu-0003ef-5j for freebsd-gnome@freebsd.org; Thu, 04 Mar 2010 21:25:16 +1300 Date: Thu, 4 Mar 2010 21:25:16 +1300 From: Matthew Luckie To: freebsd-gnome@freebsd.org Message-ID: <20100304082515.GA14046@sorcerer.cs.waikato.ac.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Sender: Matthew Luckie Subject: thunderbird dictionaries X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2010 08:52:44 -0000 Hi I'm the maintainer for mail/thunderbird-dictionaries. The dictionaries port does not work with thunderbird3 because thunderbird3 expects to find dictionaries in ${LOCALBASE}/lib/thunderbird-{version}/dictionaries whereas before it would expect to find them in ${LOCALBASE}/lib/thunderbird/dictionaries My ports foo is weak and I've been asked to add thunderbird3 support by a user. Can someone point me at a recipe to achieve a dictionaries port that works with thunderbird3? I can't think of a nice way currently. Thanks, Matthew