From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 5 00:11:53 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 DD71216A41F for ; Fri, 5 Aug 2005 00:11:52 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F7C143D46 for ; Fri, 5 Aug 2005 00:11:52 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: (qmail 16683 invoked from network); 5 Aug 2005 00:11:51 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 5 Aug 2005 00:11:51 -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 j750Bl7R066444 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 4 Aug 2005 20:11:48 -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 j750Bfnx088068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 4 Aug 2005 20:11:41 -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 j750Ba6K067563; Thu, 4 Aug 2005 20:11:36 -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 j750BZVI067562; Thu, 4 Aug 2005 20:11:35 -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 20:11:35 -0400 User-Agent: KMail/1.8.1 References: <200508041742.33580.mi+mx@aldan.algebra.com> <200508041946.46147.mi+mx@aldan.algebra.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200508042011.35369.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: Fri, 05 Aug 2005 00:11:53 -0000 > ${PREFIX} == ${X11BASE}, since firefox's prefix is X11BASE. I will test it >   by change PREFIX -> LOCALBASE and see what happen. Aha! You are right -- this is my mistake... (My machines all have both LOCALBASE and X11BASE set to /opt, so I did not notice this). The new addition to the makefile should read: @${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g' \ -e 's|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \ ${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp PREFIX was a wrong pick anyway -- we don't need firefox' directory there, but that of another port (nss). It should work for you now... -mi