From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 31 17:55:13 2007 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D87E916A418 for ; Mon, 31 Dec 2007 17:55:13 +0000 (UTC) (envelope-from xliu99@yahoo.com) Received: from web54106.mail.re2.yahoo.com (web54106.mail.re2.yahoo.com [206.190.37.241]) by mx1.freebsd.org (Postfix) with SMTP id 672CB13C4DB for ; Mon, 31 Dec 2007 17:55:13 +0000 (UTC) (envelope-from xliu99@yahoo.com) Received: (qmail 97872 invoked by uid 60001); 31 Dec 2007 17:28:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=1T5J3WXRZwrz+JkWAV7xeRLfJarjvD+7mxrF8SytqJnhWsBO0rO4hFR0t+/0tfehJYvc5A1W/A9R7ejEK1tZo3Uhj1WS/rKewB6pkNXlFAec6lI+TbvepHrKjKuq8jau2L6Da8cBEFSPo2nRKkpMZTGEG/MVQgYxLAKHnjX5tPI=; X-YMail-OSG: MiBuZ_0VM1mVuh28Mf5d0Aokf4f9duwkvv4jxwf_mkifre_NRuDGIptUccsg77S9Hi4a2b9W2mDb72xNRUyYFTpOPa.s6btQ5OqB9aHqyZr8M.vOtmjlsd58a5y0v7RpFEnR50sgjLAyt2GS_..o9NR2.w-- Received: from [205.210.38.170] by web54106.mail.re2.yahoo.com via HTTP; Mon, 31 Dec 2007 09:28:31 PST Date: Mon, 31 Dec 2007 09:28:31 -0800 (PST) From: Xi Liu To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <872848.96938.qm@web54106.mail.re2.yahoo.com> Cc: Subject: Quick question on recompiling freebsd 6.2 port of firefox-2.0.0.11, 1 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: Mon, 31 Dec 2007 17:55:14 -0000 Hi there, I am trying to hack the firefox code a bit to be able to print to a file without a dialog/prompt for file name(path) on freebsd 6.2. The port compiles fine from the root dir (/usr/ports/www/firefox-devel) of the port. Then I made some simple changes to a file "nsPrintSettingsImpl.cpp" in "/usr/ports/www/firefox-devel/work/mozilla/gfx/src". Then I type "make" or "make build" in the root dir of the port. It does not recompile to pickup my changes(see below) pe2900# pwd /usr/ports/www/firefox-devel pe2900# make pe2900# pe2900# make build pe2900# I read the man page on "ports" and can not find any build targets I can force recompiling. My question is how can I recompile the extracted port to pickup my changes? Thanks, Xi ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ