From owner-freebsd-gecko@freebsd.org Thu Nov 5 03:27:45 2015 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFCFEA255B5 for ; Thu, 5 Nov 2015 03:27:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D52331B14 for ; Thu, 5 Nov 2015 03:27:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id D1C5FA255B3; Thu, 5 Nov 2015 03:27:45 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D159DA255B1 for ; Thu, 5 Nov 2015 03:27:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AB9811B13 for ; Thu, 5 Nov 2015 03:27:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [0.0.0.0] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id tA53RUMt002472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 5 Nov 2015 03:27:36 GMT (envelope-from swills@FreeBSD.org) Subject: Re: Seamonkey port? To: Louis Epstein References: <20151104205908.P98300-100000@main.put.com> Cc: gecko@FreeBSD.org From: Steve Wills Message-ID: <563ACCA3.8000609@FreeBSD.org> Date: Wed, 4 Nov 2015 22:27:31 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151104205908.P98300-100000@main.put.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 05 Nov 2015 03:27:37 +0000 (UTC) X-Spam-Status: No, score=2.6 required=4.5 tests=RCVD_ILLEGAL_IP,RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.98.7 at mouf.net X-Virus-Status: Clean X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2015 03:27:46 -0000 On 11/04/2015 21:00, Louis Epstein wrote: > The download was prompted to name it seamonkey.diff.gz > so does it need to be gunzipped? Perhaps, not sure. Try gzip -d and if it works, great. :) If not, use file or less to figure out if it's gz'd or not. If not, rename it. > Would the patch break the Seamonkey I have running, > and if so how do I undo it? Well, there are two things you can do. One is build, via "make"; the other is install via "make install" (usually done after the build). Trying the build won't affect anything, doing the install will. Steve