Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AF060A60F6 for ; Fri, 8 Nov 2013 12:51:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F3ACB14A2EB; Fri, 8 Nov 2013 12:51:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AFD7514A2EC for ; Fri, 8 Nov 2013 12:51:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IjTiJ_lleEEk for ; Fri, 8 Nov 2013 12:51:26 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 08BC914A2E9 for ; Fri, 8 Nov 2013 12:51:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E915A96; Fri, 8 Nov 2013 12:51:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 8 Nov 2013 12:51:25 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox24 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20131108125125.E915A96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Fri Nov 8 12:51:25 UTC 2013 Modified Files: pkgsrc/www/firefox24: Makefile distinfo Added Files: pkgsrc/www/firefox24/patches: patch-toolkit_components_osfile_osfile__unix__back.jsm patch-toolkit_components_osfile_osfile__unix__front.jsm Log Message: Fix PR pkg/48240 and bump PKGREVISION * Use __fstat50 etc instead of fstat etc on NetBSD. Based on martin@'s patch for firefox 27.0. Restore session is recovered on NetBSD/amd64. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox24/Makefile \ pkgsrc/www/firefox24/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/firefox24/patches/patch-toolkit_components_osfile_osfile__unix__back.jsm \ pkgsrc/www/firefox24/patches/patch-toolkit_components_osfile_osfile__unix__front.jsm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.