From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 4 23:47:02 2005 Return-Path: X-Original-To: gnome@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 6288D16A41F for ; Thu, 4 Aug 2005 23:47:02 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D593D43D45 for ; Thu, 4 Aug 2005 23:47:01 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: (qmail 17301 invoked from network); 4 Aug 2005 23:47:01 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 4 Aug 2005 23:47:01 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j74NkwPX066386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 4 Aug 2005 19:46:59 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j74NkqvR087942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 4 Aug 2005 19:46:52 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j74NkkhR067413; Thu, 4 Aug 2005 19:46:46 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j74NkkFj067412; Thu, 4 Aug 2005 19:46:46 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: "Jeremy Messenger" Date: Thu, 4 Aug 2005 19:46:45 -0400 User-Agent: KMail/1.8.1 References: <200508041742.33580.mi+mx@aldan.algebra.com> <200508041929.18245.mi+mx@aldan.algebra.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508041946.46147.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV devel-20050525/1002/Wed Aug 3 06:29:36 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: gnome@freebsd.org Subject: Re: leaner and even meaner firefox 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 Aug 2005 23:47:02 -0000 > > The files/patch-sysnss should contain patches for > > nsNSSComponent.cpp at the end > [...] > --- security/manager/ssl/src/nsNSSComponent.cpp Thu Apr 22 15:48:30 2004 > +++ security/manager/ssl/src/nsNSSComponent.cpp Thu Aug 4 16:44:27 2005 [...] Yes, looks right... I knew, I should not have removed the debug printfs. Can you instrument the code patched? Just make it fprintf the fullModuleName when it is about to try it the next one (before stat()), and when it picks one. The NS_UNIX_LIB_DIR property should return something like "/usr/local/lib" at run-time. > Ummm, s/${PREFIX}/${LOCALBASE}/g? or need both to find anything in two > prefixes? No, not ${PREFIX}, but the literal '/usr/local/lib/netscape' is replaced with the ${LOCALBASE}, where the nss' libraries are to be found. -mi