From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 28 11:40:29 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB80116A407 for ; Sat, 28 Oct 2006 11:40:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30FFF43D46 for ; Sat, 28 Oct 2006 11:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9SBeT6G028677 for ; Sat, 28 Oct 2006 11:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9SBeSGq028676; Sat, 28 Oct 2006 11:40:29 GMT (envelope-from gnats) Date: Sat, 28 Oct 2006 11:40:29 GMT Message-Id: <200610281140.k9SBeSGq028676@freefall.freebsd.org> To: gnome@FreeBSD.org From: Karl Andersson Cc: Subject: Re: ports/103959: Firefox and Thunderbird package problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Karl Andersson List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Oct 2006 11:40:29 -0000 The following reply was made to PR ports/103959; it has been noted by GNATS. From: Karl Andersson To: bug-followup@FreeBSD.org, taosecurity@gmail.com Cc: Subject: Re: ports/103959: Firefox and Thunderbird package problem Date: Sat, 28 Oct 2006 13:34:34 +0200 Hello The (A) solution to this problem is to rebuild the packages containing libplds4*, this being nspr. $ cd /usr/devel/nspr && make install FORCE_PKG_REGISTER=wellsure To find what package a file belongs to you can use. $ cd /var/db/pkg && grep -rni "libplds" * Karl Andersson