From owner-freebsd-gecko@FreeBSD.ORG Mon Aug 18 00:55:59 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 222E0506 for ; Mon, 18 Aug 2014 00:55:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A27D3728 for ; Mon, 18 Aug 2014 00:55:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7I0twg8007574 for ; Mon, 18 Aug 2014 00:55:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] New: [PATCH} Add ARM support for devel/nspr Date: Mon, 18 Aug 2014 00:55:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2014 00:55:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 Bug ID: 192773 Summary: [PATCH} Add ARM support for devel/nspr Product: Ports Tree Version: Latest Hardware: Any URL: https://reviews.freebsd.org/D617 OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: sbruno@FreeBSD.org CC: flo@FreeBSD.org Created attachment 145949 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145949&action=edit Add ARM support for detection Add compile time support for ARM after review, redports test on amd64/i386 and test build under QEMU support Redports https://redports.org/buildarchive/20140818002502-52216/ Phabric Review: https://reviews.freebsd.org/D617 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Mon Aug 18 04:00:36 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A484DE45 for ; Mon, 18 Aug 2014 04:00:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C128356D for ; Mon, 18 Aug 2014 04:00:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7I40a76027860 for ; Mon, 18 Aug 2014 04:00:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] [PATCH} Add ARM support for devel/nspr Date: Mon, 18 Aug 2014 04:00:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2014 04:00:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Patch Ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Mon Aug 18 11:15:57 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E538FCC for ; Mon, 18 Aug 2014 11:15:57 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EF3339D8 for ; Mon, 18 Aug 2014 11:15:56 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id n3so3523027wiv.0 for ; Mon, 18 Aug 2014 04:15:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=300.nl; s=tip; h=from:content-type:subject:message-id:date:to:mime-version; bh=a6Hbb39pD1ZUmuRehIlYvYtsEMw7drXk0DLwI0SRuBg=; b=Ygf31nfLDZBxzMpdd1VHnHULzA95wDAvPud1wmrfNc97DEws9mL+dNa4dew6dY2Gkd MuInae07INBaPiqsVw2IdSi12Lc9pYXl93wybtRQzYIZR3tCIukNi7q3mczkWZ15nV0a 7CKP1j3dzTKY4YcuyBCqdikSDu6q5K/DNrLLw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:subject:message-id:date:to :mime-version; bh=a6Hbb39pD1ZUmuRehIlYvYtsEMw7drXk0DLwI0SRuBg=; b=Tas9WF6klcBaW8V+eb+UJYF5GuK7X1OLFCTO8w0c3u7lvojh+1lWOr/Iu6vBkriOVb nfp+xDW1r68sw9VRfm5k6ahTwSflM41MAFcpEM1Jxe3+iqF+HQoXJ5PJ/N6s/QCBKECb 1d70QOi2Sa2FV53/Ktu1COE/a9fsTwfiHn7LnomnS4x9m3L0hazdEkSRuXwRkg5coQqJ af4e1UsabuaZyIRNOHukxqMHKkThdwKB2pj0L8rKSXQOQf2Dzorklk9n2YC0nu0EUKbj iBbRhg4LsoEaljjR4I61x6RJZwML/or2dT+pNzkqUSemoCqZRpdKuG6qt3+BzQmwyOi0 7PNQ== X-Gm-Message-State: ALoCoQlC+6MIYfh6SfbCD0p42TEhDzV0p7/GJWOqzdcstbrReS77i0YRJmyt+fHn/9LeXV2iYFJQ X-Received: by 10.180.101.162 with SMTP id fh2mr39627223wib.11.1408360554641; Mon, 18 Aug 2014 04:15:54 -0700 (PDT) Received: from [10.2.7.100] (kantoor.transip.nl. [80.69.69.100]) by mx.google.com with ESMTPSA id 10sm41509287wjx.26.2014.08.18.04.15.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 18 Aug 2014 04:15:53 -0700 (PDT) From: Johan Schuijt-Li Content-Type: multipart/signed; boundary="Apple-Mail=_9A572078-92D8-4E3B-84CF-290148DC2455"; protocol="application/pgp-signature"; micalg=pgp-sha1 Subject: ca_root_nss default options Message-Id: Date: Mon, 18 Aug 2014 13:15:50 +0200 To: gecko@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2014 11:15:57 -0000 --Apple-Mail=_9A572078-92D8-4E3B-84CF-290148DC2455 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hey, In my direct surroundings I have a lot of FreeBSD users which are all = having issues that by default using tools like git and fetch don=92t = work on FreeBDS 10 (at least, not sure about other releases) for very = common sites like twitter, google and github over https. I learned that this is easily fixed by enabling the ETCSYMLINK option in = the ca_root_nss port (because it does seem everybody knows where to find = this port to install these certificates). Are there any considerations left to not enable this by default? Cause = all unknowing pkg users don=92t have a chance to enable this option. - Johan --Apple-Mail=_9A572078-92D8-4E3B-84CF-290148DC2455 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJT8eBmAAoJEB/IKYBb7NlWVlUIAIJ9kexDs2AhzaUoZynPWOJF SVeOjhoOMwAR4uZLnveDQoff6c55KVcJ5nokntX6nGnZhSCU6ozt6rAu2yzsB0Kf B606mITwEGRSeEPEy7d7DHsPYQQXJ7ffF3GRYhcaOK0XYI99jFDckVCFS2Efi80a CU179oFTPLLN64s1XoxMag8mzp7TeIsg8hieHYfcTymN5461NiIYOU8es6FBSu7k 0IAFMVvynVu5f+WMmKNBfOuTvZJetFo2oUfAbYhJMcyObPtEA+v7Edz5bNPNVvvc 0w6BPHZjLqq2zsuNNhXjypr4p8a4sz/MJzaXrl2V+dZkL8Gg4jF75Ogovub5b+I= =GGte -----END PGP SIGNATURE----- --Apple-Mail=_9A572078-92D8-4E3B-84CF-290148DC2455-- From owner-freebsd-gecko@FreeBSD.ORG Mon Aug 18 23:03:51 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0BC64C6 for ; Mon, 18 Aug 2014 23:03:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7F08319C for ; Mon, 18 Aug 2014 23:03:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7IN3p3N027542 for ; Mon, 18 Aug 2014 23:03:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 189054] mail/thunderbird: lightning calendar extension: Without localization Date: Mon, 18 Aug 2014 23:03:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mustelator@yahoo.es X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_severity Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2014 23:03:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189054 Toni Ballesta changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Many People --- Comment #3 from Toni Ballesta --- With Thunderbird 31 and Lightning 3.3, the problem persist. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 06:50:22 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F17D213B for ; Tue, 19 Aug 2014 06:50:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D71EB36A1 for ; Tue, 19 Aug 2014 06:50:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7J6oMZp003068 for ; Tue, 19 Aug 2014 06:50:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192457] [patch] security/nss, security/ca_root_nss: update to 3.16.4 Date: Tue, 19 Aug 2014 06:50:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 06:50:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192457 --- Comment #1 from Jan Beich --- Created attachment 146018 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146018&action=edit nss log (9.3R i386) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 06:51:19 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69181148 for ; Tue, 19 Aug 2014 06:51:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50C68371E for ; Tue, 19 Aug 2014 06:51:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7J6pJX1009243 for ; Tue, 19 Aug 2014 06:51:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192457] [patch] security/nss, security/ca_root_nss: update to 3.16.4 Date: Tue, 19 Aug 2014 06:51:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 06:51:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192457 --- Comment #2 from Jan Beich --- Created attachment 146019 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146019&action=edit ca_root_nss log (9.3R i386) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 06:52:21 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A117B246 for ; Tue, 19 Aug 2014 06:52:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88C203728 for ; Tue, 19 Aug 2014 06:52:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7J6qLcY021124 for ; Tue, 19 Aug 2014 06:52:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192457] [patch] security/nss, security/ca_root_nss: update to 3.16.4 Date: Tue, 19 Aug 2014 06:52:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 06:52:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192457 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Patch Ready Assignee|gecko@FreeBSD.org |freebsd-ports-bugs@FreeBSD. | |org --- Comment #3 from Jan Beich --- Trivial update, unassign for better visibility. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 07:11:45 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F01C511 for ; Tue, 19 Aug 2014 07:11:45 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 987F738B3 for ; Tue, 19 Aug 2014 07:11:44 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7J6xbh2064581 for ; Tue, 19 Aug 2014 06:59:37 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7J6xVdH063921 for freebsd-gecko@freebsd.org; Tue, 19 Aug 2014 06:59:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 19 Aug 2014 06:59:31 GMT Message-Id: <201408190659.s7J6xVdH063921@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1658 - trunk/security/ca_root_nss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 07:11:45 -0000 Author: jbeich Date: Tue Aug 19 06:59:31 2014 New Revision: 1658 Log: slap NO_ARCH per DEVELOPER_MODE warning Modified: trunk/security/ca_root_nss/Makefile Modified: trunk/security/ca_root_nss/Makefile ============================================================================== --- trunk/security/ca_root_nss/Makefile Thu Aug 14 10:45:10 2014 (r1657) +++ trunk/security/ca_root_nss/Makefile Tue Aug 19 06:59:31 2014 (r1658) @@ -14,6 +14,7 @@ USES= perl5 USE_PERL5= build +NO_ARCH= yes NO_WRKSUBDIR= yes CERTDIR?= share/certs From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 08:44:01 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A552AC98 for ; Tue, 19 Aug 2014 08:44:01 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A6023127 for ; Tue, 19 Aug 2014 08:44:00 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7J8hwg4023862 for ; Tue, 19 Aug 2014 08:43:58 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7J8hqYG023420 for freebsd-gecko@freebsd.org; Tue, 19 Aug 2014 08:43:52 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 19 Aug 2014 08:43:52 GMT Message-Id: <201408190843.s7J8hqYG023420@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1659 - trunk/security/nss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 08:44:01 -0000 Author: jbeich Date: Tue Aug 19 08:43:52 2014 New Revision: 1659 Log: fix stripping libraries Modified: trunk/security/nss/Makefile Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Tue Aug 19 06:59:31 2014 (r1658) +++ trunk/security/nss/Makefile Tue Aug 19 08:43:52 2014 (r1659) @@ -82,9 +82,9 @@ ${MKDIR} ${STAGEDIR}${PREFIX}/include/nss/nss ${STAGEDIR}${PREFIX}/lib/nss ${FIND} ${DIST}/public/nss -type l \ -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/include/nss/nss \; - ${INSTALL_DATA} ${BINS}/lib/*.so.1 \ + ${INSTALL_LIB} ${BINS}/lib/*.so.1 \ ${STAGEDIR}${PREFIX}/lib/nss - ${INSTALL_DATA} ${BINS}/lib/libcrmf.a \ + ${INSTALL_LIB} ${BINS}/lib/libcrmf.a \ ${STAGEDIR}${PREFIX}/lib/nss .for bin in ${INSTALL_BINS} ${INSTALL_PROGRAM} ${BINS}/bin/${bin} \ From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 09:08:31 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AE1E61C for ; Tue, 19 Aug 2014 09:08:31 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B42003385 for ; Tue, 19 Aug 2014 09:08:30 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7J98SIe097939 for ; Tue, 19 Aug 2014 09:08:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7J98Npr097618 for freebsd-gecko@freebsd.org; Tue, 19 Aug 2014 09:08:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 19 Aug 2014 09:08:23 GMT Message-Id: <201408190908.s7J98Npr097618@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1660 - trunk/security/nss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 09:08:31 -0000 Author: jbeich Date: Tue Aug 19 09:08:23 2014 New Revision: 1660 Log: oops, don't strip static library Modified: trunk/security/nss/Makefile Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Tue Aug 19 08:43:52 2014 (r1659) +++ trunk/security/nss/Makefile Tue Aug 19 09:08:23 2014 (r1660) @@ -84,7 +84,7 @@ -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/include/nss/nss \; ${INSTALL_LIB} ${BINS}/lib/*.so.1 \ ${STAGEDIR}${PREFIX}/lib/nss - ${INSTALL_LIB} ${BINS}/lib/libcrmf.a \ + ${INSTALL_DATA} ${BINS}/lib/libcrmf.a \ ${STAGEDIR}${PREFIX}/lib/nss .for bin in ${INSTALL_BINS} ${INSTALL_PROGRAM} ${BINS}/bin/${bin} \ From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 14:21:33 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7375F423 for ; Tue, 19 Aug 2014 14:21:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A63F34BA for ; Tue, 19 Aug 2014 14:21:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7JELXIH016229 for ; Tue, 19 Aug 2014 14:21:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 183630] www/firefox: Firefox 25.0_1,1 cannot built on amd64 Date: Tue, 19 Aug 2014 14:21:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 14:21:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183630 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Issue Resolved CC| |marino@FreeBSD.org Resolution|--- |Overcome By Events --- Comment #3 from John Marino --- obsolete, firefox currently at version 31.0 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 14:37:01 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D03281F for ; Tue, 19 Aug 2014 14:37:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7AB935DB for ; Tue, 19 Aug 2014 14:37:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7JEb0YD054506 for ; Tue, 19 Aug 2014 14:37:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 155949] www/firefox: firefox 4, WITH_PGO, better Text against DISPLAY problem Date: Tue, 19 Aug 2014 14:37:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 14:37:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155949 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Issue Resolved CC| |marino@FreeBSD.org Resolution|--- |FIXED --- Comment #9 from John Marino --- I think we can close this now, especially since firefox is at version 31 today. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 16:18:43 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A574E8EC for ; Tue, 19 Aug 2014 16:18:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A0E6313C for ; Tue, 19 Aug 2014 16:18:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7JGIhvi082609 for ; Tue, 19 Aug 2014 16:18:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] [PATCH] Add ARM support for devel/nspr Date: Tue, 19 Aug 2014 16:18:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 16:18:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[PATCH} Add ARM support for |[PATCH] Add ARM support for |devel/nspr |devel/nspr -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 18:07:31 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73F498A7 for ; Tue, 19 Aug 2014 18:07:31 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6F2E3DB2 for ; Tue, 19 Aug 2014 18:07:30 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7JI7RrR012412 for ; Tue, 19 Aug 2014 18:07:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7JI7LfO009825 for freebsd-gecko@freebsd.org; Tue, 19 Aug 2014 18:07:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 19 Aug 2014 18:07:21 GMT Message-Id: <201408191807.s7JI7LfO009825@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1661 - in trunk: devel/nspr security/nss www/firefox www/firefox-i18n www/firefox-nightly www/linux-firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 18:07:31 -0000 Author: jbeich Date: Tue Aug 19 18:07:21 2014 New Revision: 1661 Log: update Modified: trunk/devel/nspr/Makefile trunk/devel/nspr/distinfo trunk/security/nss/Makefile trunk/security/nss/distinfo trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/distinfo trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo Modified: trunk/devel/nspr/Makefile ============================================================================== --- trunk/devel/nspr/Makefile Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/devel/nspr/Makefile Tue Aug 19 18:07:21 2014 (r1661) @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/nspr/Makefile 359185 2014-06-25 05:35:31Z bapt $ PORTNAME= nspr -DISTVERSION= 4.10.6 +DISTVERSION= 4.10.7 CATEGORIES= devel MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src Modified: trunk/devel/nspr/distinfo ============================================================================== --- trunk/devel/nspr/distinfo Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/devel/nspr/distinfo Tue Aug 19 18:07:21 2014 (r1661) @@ -1,2 +1,2 @@ -SHA256 (nspr-4.10.6.tar.gz) = df69ac8b0126f11907792384468adf42712b1d6db9772f4aa20c6d471594644a -SIZE (nspr-4.10.6.tar.gz) = 1131328 +SHA256 (nspr-4.10.7.tar.gz) = 389af5cfa863ea9bc6de7b30c15f8a4f9bddd8002f8c6fdc8b33caef43893938 +SIZE (nspr-4.10.7.tar.gz) = 1131171 Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/security/nss/Makefile Tue Aug 19 18:07:21 2014 (r1661) @@ -2,7 +2,7 @@ # $FreeBSD: head/security/nss/Makefile 362631 2014-07-23 07:49:43Z delphij $ PORTNAME= nss -PORTVERSION= 3.16.4 +PORTVERSION= 3.17 #DISTVERSIONSUFFIX= .with.ckbi.1.93 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: trunk/security/nss/distinfo ============================================================================== --- trunk/security/nss/distinfo Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/security/nss/distinfo Tue Aug 19 18:07:21 2014 (r1661) @@ -1,2 +1,2 @@ -SHA256 (nss-3.16.4.tar.gz) = adcd1e655fd9508e7f13847452fd5887a835eff882e3f0d3c42dfcd651650b77 -SIZE (nss-3.16.4.tar.gz) = 6428795 +SHA256 (nss-3.17.tar.gz) = 3b1abcd8f89211dda2cc739bfa76552d080f7ea80482ef2727b006548a7f0c81 +SIZE (nss-3.17.tar.gz) = 6429534 Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/www/firefox-i18n/Makefile Tue Aug 19 18:07:21 2014 (r1661) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-i18n/Makefile 357413 2014-06-11 03:42:55Z beat $ PORTNAME= firefox-i18n -PORTVERSION= 32.0b6 +PORTVERSION= 32.0b8 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/www/firefox-i18n/distinfo Tue Aug 19 18:07:21 2014 (r1661) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-i18n-32.0b6/ach.xpi) = 36c97adae57b28539c7e93b3f3cfde7314a63809b47626695a3328794a8c12bf -SIZE (xpi/firefox-i18n-32.0b6/ach.xpi) = 431475 -SHA256 (xpi/firefox-i18n-32.0b6/af.xpi) = 336ec305432b1513e8f4ef1888a28486366d8fbda5e9ae020b6d81dde35d72bb -SIZE (xpi/firefox-i18n-32.0b6/af.xpi) = 434843 -SHA256 (xpi/firefox-i18n-32.0b6/an.xpi) = 45b43e24b72bb3d89195c039887a66d035e3d1fa57b4238d393f47d8d9b4d9b4 -SIZE (xpi/firefox-i18n-32.0b6/an.xpi) = 409800 -SHA256 (xpi/firefox-i18n-32.0b6/ar.xpi) = 22833511161198f838c88bff6922f605a6995ec09040cf2b6291ce3264c34f7b -SIZE (xpi/firefox-i18n-32.0b6/ar.xpi) = 462441 -SHA256 (xpi/firefox-i18n-32.0b6/as.xpi) = 5c0dfd844db898e12c5da3001013a884b97d9af001ac93e5fb10722267cfb39f -SIZE (xpi/firefox-i18n-32.0b6/as.xpi) = 451615 -SHA256 (xpi/firefox-i18n-32.0b6/ast.xpi) = 7479b1fffdda6d20a6cd9ef5221055a3a02a95fce30acb17875296128088a241 -SIZE (xpi/firefox-i18n-32.0b6/ast.xpi) = 348240 -SHA256 (xpi/firefox-i18n-32.0b6/be.xpi) = 1426195b0ce1b97d3017f4a8019388d1824ad9e21836528ef1bfcc63176fd474 -SIZE (xpi/firefox-i18n-32.0b6/be.xpi) = 384000 -SHA256 (xpi/firefox-i18n-32.0b6/bg.xpi) = 25570696c16db160fa9bc26223ae2e06c395d0964c87a2948eb5607f257cc358 -SIZE (xpi/firefox-i18n-32.0b6/bg.xpi) = 441211 -SHA256 (xpi/firefox-i18n-32.0b6/bn-BD.xpi) = eb439c17156d94fa3dc798bd3b2835bb2c314f7b59c5aa494f0902638b19d100 -SIZE (xpi/firefox-i18n-32.0b6/bn-BD.xpi) = 476242 -SHA256 (xpi/firefox-i18n-32.0b6/bn-IN.xpi) = 0c6212b261242816a62ed35543e2d19a044deea082fe60f83d3a5ef9321162de -SIZE (xpi/firefox-i18n-32.0b6/bn-IN.xpi) = 465501 -SHA256 (xpi/firefox-i18n-32.0b6/br.xpi) = 395512e31e09886793dcbfed9e9a38cabed592b957955bfd5c9f619d8dd02881 -SIZE (xpi/firefox-i18n-32.0b6/br.xpi) = 392153 -SHA256 (xpi/firefox-i18n-32.0b6/bs.xpi) = efb23b0d4faa369840afdb6058769210569de7361e0e93dfcf4f589c739dd165 -SIZE (xpi/firefox-i18n-32.0b6/bs.xpi) = 432989 -SHA256 (xpi/firefox-i18n-32.0b6/ca.xpi) = c8fb9974857f5fce6aea22f8bf03aad6fbdfcbd8a937a97eb2bcf6ae0ab6be42 -SIZE (xpi/firefox-i18n-32.0b6/ca.xpi) = 406290 -SHA256 (xpi/firefox-i18n-32.0b6/cs.xpi) = f0a8bba99b032ab31fdd465d4e3c3aef8e08e97961585f5814374a76aff79744 -SIZE (xpi/firefox-i18n-32.0b6/cs.xpi) = 393846 -SHA256 (xpi/firefox-i18n-32.0b6/csb.xpi) = 288d42231d5fe598e8a24ac4993f55dbb298f1573c96bc9cf27fbdbd654484d6 -SIZE (xpi/firefox-i18n-32.0b6/csb.xpi) = 387647 -SHA256 (xpi/firefox-i18n-32.0b6/cy.xpi) = 2e262cb0b333d650f2958a42431965b7b5338630ac12b13e582632e239bc8690 -SIZE (xpi/firefox-i18n-32.0b6/cy.xpi) = 393350 -SHA256 (xpi/firefox-i18n-32.0b6/da.xpi) = dc85f240faa8aae2a0868164afab44b164fffe08cfa5d036419af269bff23cec -SIZE (xpi/firefox-i18n-32.0b6/da.xpi) = 400449 -SHA256 (xpi/firefox-i18n-32.0b6/de.xpi) = b8a12c993fc611d73765d70e131c90e9d34e687e78e22713600084101a667b40 -SIZE (xpi/firefox-i18n-32.0b6/de.xpi) = 398216 -SHA256 (xpi/firefox-i18n-32.0b6/el.xpi) = cd696e981a781d66a2e6e27fdeaa412e622ee7152414d8e894eeb235ae155c61 -SIZE (xpi/firefox-i18n-32.0b6/el.xpi) = 446651 -SHA256 (xpi/firefox-i18n-32.0b6/en-GB.xpi) = 20df1448fb2f05adc1c197a8176f5782001f07cdd1c75a1685d84b57895363dd -SIZE (xpi/firefox-i18n-32.0b6/en-GB.xpi) = 393089 -SHA256 (xpi/firefox-i18n-32.0b6/en-US.xpi) = 87a745aecc7875cc9f454c31bb984f485d4e40050a5300b0f5a3001679a710f4 -SIZE (xpi/firefox-i18n-32.0b6/en-US.xpi) = 425318 -SHA256 (xpi/firefox-i18n-32.0b6/en-ZA.xpi) = 09754304673c3fd735cda058e22c2bb99e2225abd6bc6dff0179a36081fd4acb -SIZE (xpi/firefox-i18n-32.0b6/en-ZA.xpi) = 392548 -SHA256 (xpi/firefox-i18n-32.0b6/eo.xpi) = a611a079aae85f5e3b6cb30ebee66d977b7a9e9736722cbaa752d16f9a104285 -SIZE (xpi/firefox-i18n-32.0b6/eo.xpi) = 434544 -SHA256 (xpi/firefox-i18n-32.0b6/es-AR.xpi) = 279c780e2f8a4fa1f91e0c10baa64dd8834d24c17ffeef47de1fda5ccaf4b822 -SIZE (xpi/firefox-i18n-32.0b6/es-AR.xpi) = 402545 -SHA256 (xpi/firefox-i18n-32.0b6/es-CL.xpi) = a0fa7fdf9a66419c7290f1e2fc68ab828b541af8d67bb1f17c5c487dacfd157d -SIZE (xpi/firefox-i18n-32.0b6/es-CL.xpi) = 343843 -SHA256 (xpi/firefox-i18n-32.0b6/es-ES.xpi) = bb25b90f65a4974827cbef2a833f10cff916a6ccf793627aec08dfeb139c976b -SIZE (xpi/firefox-i18n-32.0b6/es-ES.xpi) = 336666 -SHA256 (xpi/firefox-i18n-32.0b6/es-MX.xpi) = 6498e5dc2b5abc946ea90090271daabab73d06ad62f7b020fb32a7c68c3fe46e -SIZE (xpi/firefox-i18n-32.0b6/es-MX.xpi) = 405047 -SHA256 (xpi/firefox-i18n-32.0b6/et.xpi) = 3f52578a5eb105ecbbe547c1f3b132fd7be143f8a0b61be1f0e660ec7f752038 -SIZE (xpi/firefox-i18n-32.0b6/et.xpi) = 393089 -SHA256 (xpi/firefox-i18n-32.0b6/eu.xpi) = d6462606640045553cc1c8123ab467131ab0e88484f6b04d1a02ef8d991274f9 -SIZE (xpi/firefox-i18n-32.0b6/eu.xpi) = 415535 -SHA256 (xpi/firefox-i18n-32.0b6/fa.xpi) = c24549aab210250eb2a624b22eaef7b31e30678a10125b2ab6e230258ffc1c38 -SIZE (xpi/firefox-i18n-32.0b6/fa.xpi) = 464227 -SHA256 (xpi/firefox-i18n-32.0b6/ff.xpi) = 812cec5ab012e75ac742903844615af58d4c5602481a4f669b3df1b54078bbee -SIZE (xpi/firefox-i18n-32.0b6/ff.xpi) = 402693 -SHA256 (xpi/firefox-i18n-32.0b6/fi.xpi) = a7d43eb62a5fc292771551931cc2869f4eae562ba73ad8fe6cb45dc58bc9857d -SIZE (xpi/firefox-i18n-32.0b6/fi.xpi) = 395217 -SHA256 (xpi/firefox-i18n-32.0b6/fr.xpi) = cc2bd7e28083a5a7457466c4bf8c1ccaa74c62a07485455ae75b98c30096a7a7 -SIZE (xpi/firefox-i18n-32.0b6/fr.xpi) = 409449 -SHA256 (xpi/firefox-i18n-32.0b6/fy-NL.xpi) = 70fb78f81b8bd040772679babc10e5cfd8a7d427f2beee8f6b8e02343eda0b57 -SIZE (xpi/firefox-i18n-32.0b6/fy-NL.xpi) = 404346 -SHA256 (xpi/firefox-i18n-32.0b6/ga-IE.xpi) = 4af945ba3ecb66f9b655a4e2aeaf80ded2657d230f2c10e4db53ce9bbc99b9b2 -SIZE (xpi/firefox-i18n-32.0b6/ga-IE.xpi) = 414420 -SHA256 (xpi/firefox-i18n-32.0b6/gd.xpi) = a172857c5e2f43781d70128d4233e8467b6e16cdf9a2510efa9b426c661792dd -SIZE (xpi/firefox-i18n-32.0b6/gd.xpi) = 405360 -SHA256 (xpi/firefox-i18n-32.0b6/gl.xpi) = 3b9fbc083cb6f2ae57110bb73f6f58e6be5d86b1a7ed145f9d2d9a21775f8b8b -SIZE (xpi/firefox-i18n-32.0b6/gl.xpi) = 394209 -SHA256 (xpi/firefox-i18n-32.0b6/gu-IN.xpi) = 853bbf269c8d5ddb422fe20d92d5bc7d0da723c91cfa08aee186c21b50ff0527 -SIZE (xpi/firefox-i18n-32.0b6/gu-IN.xpi) = 428757 -SHA256 (xpi/firefox-i18n-32.0b6/he.xpi) = 28b7d0249d63d6a802642a3447304c1343ca9be9f85648dfbcd4ecb569006f04 -SIZE (xpi/firefox-i18n-32.0b6/he.xpi) = 431065 -SHA256 (xpi/firefox-i18n-32.0b6/hi-IN.xpi) = d64f5095341ac4caac61c0f74ed984d4719d9723c6395233cbe018277565aacf -SIZE (xpi/firefox-i18n-32.0b6/hi-IN.xpi) = 444736 -SHA256 (xpi/firefox-i18n-32.0b6/hr.xpi) = 4650be6628e2df1ca053ec6bfb22370d5bb2f3b2520e58fc6d3cd06287897bdf -SIZE (xpi/firefox-i18n-32.0b6/hr.xpi) = 428932 -SHA256 (xpi/firefox-i18n-32.0b6/hsb.xpi) = be5103932cd31c6b5635ed9f9d11e5c3a08222bec25d54e12c0cfda6aeb0df53 -SIZE (xpi/firefox-i18n-32.0b6/hsb.xpi) = 415891 -SHA256 (xpi/firefox-i18n-32.0b6/hu.xpi) = 436f793358d85c9ed3674d7b412caa510acdc5f38be5081add1d3bc631734f26 -SIZE (xpi/firefox-i18n-32.0b6/hu.xpi) = 401286 -SHA256 (xpi/firefox-i18n-32.0b6/hy-AM.xpi) = 8d7a392d5c79f126c38e3566c194320eb62486532367552deeed79d3640b2cb1 -SIZE (xpi/firefox-i18n-32.0b6/hy-AM.xpi) = 481699 -SHA256 (xpi/firefox-i18n-32.0b6/id.xpi) = 76738488aebe420d67f17553968dc79436a57183d56ce7b19fdb6bcf8d6cf240 -SIZE (xpi/firefox-i18n-32.0b6/id.xpi) = 380799 -SHA256 (xpi/firefox-i18n-32.0b6/is.xpi) = 1fd1dac572c4788f1a6ec44ab22681b1917dc97db9ccb30d10063d9305186b58 -SIZE (xpi/firefox-i18n-32.0b6/is.xpi) = 429953 -SHA256 (xpi/firefox-i18n-32.0b6/it.xpi) = d8927d0ea075d1385c16a174135e849f64d0798d0731e56a9b973b4ae7af74f7 -SIZE (xpi/firefox-i18n-32.0b6/it.xpi) = 331766 -SHA256 (xpi/firefox-i18n-32.0b6/ja.xpi) = 965e0cab06e88491b3400532482c0e0e190845c3de469f82b1f3624433fb9b1e -SIZE (xpi/firefox-i18n-32.0b6/ja.xpi) = 424371 -SHA256 (xpi/firefox-i18n-32.0b6/kk.xpi) = e57925c2ea90b57a9dce28f6adffc59a4c211aafa176a4f3fac24fe1da126928 -SIZE (xpi/firefox-i18n-32.0b6/kk.xpi) = 441960 -SHA256 (xpi/firefox-i18n-32.0b6/km.xpi) = e44ca210ea1ce94683b0e22f891ee15ea7d523c3dcf502201b55478bd793827d -SIZE (xpi/firefox-i18n-32.0b6/km.xpi) = 509428 -SHA256 (xpi/firefox-i18n-32.0b6/kn.xpi) = 1bf56e9cc8d8754cae1e27419672dce8427ab999a22de1ce928870374c227167 -SIZE (xpi/firefox-i18n-32.0b6/kn.xpi) = 462123 -SHA256 (xpi/firefox-i18n-32.0b6/ko.xpi) = 5d4b345374c29c79ecdc546f678423b0118d7b6b926639a682078c811fa7d16c -SIZE (xpi/firefox-i18n-32.0b6/ko.xpi) = 405910 -SHA256 (xpi/firefox-i18n-32.0b6/ku.xpi) = 0877da80a4e1e98a17d045101f2bfd1b86ff3d8e3817519c742f7c7b2d09bd0b -SIZE (xpi/firefox-i18n-32.0b6/ku.xpi) = 423735 -SHA256 (xpi/firefox-i18n-32.0b6/lij.xpi) = bc7dd825d157eeda2dac78eef1cb09e2bbdc1d0ac3337d14208f45fcc96ab616 -SIZE (xpi/firefox-i18n-32.0b6/lij.xpi) = 389875 -SHA256 (xpi/firefox-i18n-32.0b6/lt.xpi) = 6e8a8b8bbea23e4f43aa67c093b2cb505698e4e81712bb5a0313494052e0a176 -SIZE (xpi/firefox-i18n-32.0b6/lt.xpi) = 437862 -SHA256 (xpi/firefox-i18n-32.0b6/lv.xpi) = de49ba67064d7160d72c5d9028e1f44ec80546dd479f8ca1544ea3760063d7e2 -SIZE (xpi/firefox-i18n-32.0b6/lv.xpi) = 400547 -SHA256 (xpi/firefox-i18n-32.0b6/mai.xpi) = 2faf4ebc7a72f80858abd06d1e833a3ab8182ce01f6a41b63bfe297db989a7b2 -SIZE (xpi/firefox-i18n-32.0b6/mai.xpi) = 448014 -SHA256 (xpi/firefox-i18n-32.0b6/mk.xpi) = 4acfbf46472a15ba6cd3ee30422d4ba03da8498ed68311588abfed732dcb5a9a -SIZE (xpi/firefox-i18n-32.0b6/mk.xpi) = 478851 -SHA256 (xpi/firefox-i18n-32.0b6/ml.xpi) = 84e1ec3285375dd79a9eb7fd9bf8e80781f572da56497f971002ee5338c6da1a -SIZE (xpi/firefox-i18n-32.0b6/ml.xpi) = 469500 -SHA256 (xpi/firefox-i18n-32.0b6/mr.xpi) = 64dd7bab838e4eff7ca9353d542d14439f7ed1326bcece2c54c5d32a87de8d02 -SIZE (xpi/firefox-i18n-32.0b6/mr.xpi) = 455574 -SHA256 (xpi/firefox-i18n-32.0b6/ms.xpi) = 29ef1a093df8b7c1ff53fb942e9736c65441b15b959463a57dba9b822c82554e -SIZE (xpi/firefox-i18n-32.0b6/ms.xpi) = 440610 -SHA256 (xpi/firefox-i18n-32.0b6/nb-NO.xpi) = 729a8412309200262c677b6a6880f5cae0511d0b62ae68266e22d5fb06de963d -SIZE (xpi/firefox-i18n-32.0b6/nb-NO.xpi) = 394451 -SHA256 (xpi/firefox-i18n-32.0b6/nl.xpi) = 35ee9fb6026cbccb3c24c647e674b2bc8d64a49b82a2cd26aac1e953ca5e67e8 -SIZE (xpi/firefox-i18n-32.0b6/nl.xpi) = 393389 -SHA256 (xpi/firefox-i18n-32.0b6/nn-NO.xpi) = e8914a7e724bed60ebadfedc11cd5218cd4a0dedb7979cff9aa68e33e94f7ffd -SIZE (xpi/firefox-i18n-32.0b6/nn-NO.xpi) = 390707 -SHA256 (xpi/firefox-i18n-32.0b6/or.xpi) = 23092057a30bb0baf68a57700a5d4f08e0977e8e441875d3cfb4927424d97afd -SIZE (xpi/firefox-i18n-32.0b6/or.xpi) = 467022 -SHA256 (xpi/firefox-i18n-32.0b6/pa-IN.xpi) = dc9265e59ae24460c4b2906cff9c7ef904af38f13e83d5f6c5a1f2ab4b54dba0 -SIZE (xpi/firefox-i18n-32.0b6/pa-IN.xpi) = 440991 -SHA256 (xpi/firefox-i18n-32.0b6/pl.xpi) = 3ddfacea46ea2a579dd74c77d9a3990fd06892a03baf749a6e1003479f0f66fc -SIZE (xpi/firefox-i18n-32.0b6/pl.xpi) = 374514 -SHA256 (xpi/firefox-i18n-32.0b6/pt-BR.xpi) = 02bb6596894255620a1183e0571c9d0d5814beaefefc76f41642b8a3b876c7c2 -SIZE (xpi/firefox-i18n-32.0b6/pt-BR.xpi) = 408159 -SHA256 (xpi/firefox-i18n-32.0b6/pt-PT.xpi) = 2c3fe2a99e464b2917ce5b7a379fce9471e00c14ee61fdd23acf517eb48ec8e7 -SIZE (xpi/firefox-i18n-32.0b6/pt-PT.xpi) = 388395 -SHA256 (xpi/firefox-i18n-32.0b6/rm.xpi) = f9f42dd30ed8a2ee7f816ba7085bab2a4c4f89f9fda4c268450d06bfb19d667f -SIZE (xpi/firefox-i18n-32.0b6/rm.xpi) = 402947 -SHA256 (xpi/firefox-i18n-32.0b6/ro.xpi) = 8f65c2120c93d7be430d7a3fcc9606928abbbfe746e4c95ea742275dd0da6320 -SIZE (xpi/firefox-i18n-32.0b6/ro.xpi) = 443785 -SHA256 (xpi/firefox-i18n-32.0b6/ru.xpi) = f41bdce4efa30c6c9a8545844896c4776ea6484489f0bcc891d8686d8986782f -SIZE (xpi/firefox-i18n-32.0b6/ru.xpi) = 368831 -SHA256 (xpi/firefox-i18n-32.0b6/si.xpi) = eaf71c23d186e53c7c3c1cea50ed90b6304eae022a1b14b689ff762a9763a371 -SIZE (xpi/firefox-i18n-32.0b6/si.xpi) = 464953 -SHA256 (xpi/firefox-i18n-32.0b6/sk.xpi) = 047c188f7224836f36c0a22d4899b397a3c6c55668cd8ab9a048bbaa2712fff6 -SIZE (xpi/firefox-i18n-32.0b6/sk.xpi) = 416662 -SHA256 (xpi/firefox-i18n-32.0b6/sl.xpi) = a8c51d180ec4d7b5feb5bc9f4cb3e526f70af55361c759b4357e480198470ccd -SIZE (xpi/firefox-i18n-32.0b6/sl.xpi) = 390284 -SHA256 (xpi/firefox-i18n-32.0b6/son.xpi) = 4a2a51751f2b917cc0c8ed03f110e92d5526712ac81712abf1b9329132a0b4a2 -SIZE (xpi/firefox-i18n-32.0b6/son.xpi) = 397412 -SHA256 (xpi/firefox-i18n-32.0b6/sq.xpi) = 522ccb004663bf24818799b93d6b48cc61f59916ffc949276229350883ff5272 -SIZE (xpi/firefox-i18n-32.0b6/sq.xpi) = 433980 -SHA256 (xpi/firefox-i18n-32.0b6/sr.xpi) = f332fe5f228bd3842e324052f76ac03caa9ab35e1319259ca93549df4ac160e5 -SIZE (xpi/firefox-i18n-32.0b6/sr.xpi) = 428050 -SHA256 (xpi/firefox-i18n-32.0b6/sv-SE.xpi) = 911d92de46980c0591139a8349499c28cf13ad1c07fbb2e8cb755f4329c46c9b -SIZE (xpi/firefox-i18n-32.0b6/sv-SE.xpi) = 401273 -SHA256 (xpi/firefox-i18n-32.0b6/ta.xpi) = f74d732e26b0c57e1792a585c740ff57f04a96311a89b6e74d4f6d0d85d1fa89 -SIZE (xpi/firefox-i18n-32.0b6/ta.xpi) = 450603 -SHA256 (xpi/firefox-i18n-32.0b6/te.xpi) = f79b1e11379205a50ea5f8556fb0397be7efeca44a8664e35edc8f488d252ab3 -SIZE (xpi/firefox-i18n-32.0b6/te.xpi) = 466259 -SHA256 (xpi/firefox-i18n-32.0b6/th.xpi) = 6ca204ba38b0c3526494662ce85bd0fbbe7b44a8bdf48f2d3338cb78298838c6 -SIZE (xpi/firefox-i18n-32.0b6/th.xpi) = 481720 -SHA256 (xpi/firefox-i18n-32.0b6/tr.xpi) = a8dc32bdb6e5be4aba406256423d32ff3d33330b50cfe2abe9d945600e9b71fe -SIZE (xpi/firefox-i18n-32.0b6/tr.xpi) = 420127 -SHA256 (xpi/firefox-i18n-32.0b6/uk.xpi) = 2fa70d034047133fd3eced20a4e897d7fbd2cf66858eb08fb0ff87403097aa84 -SIZE (xpi/firefox-i18n-32.0b6/uk.xpi) = 432602 -SHA256 (xpi/firefox-i18n-32.0b6/vi.xpi) = e65c920f616061964b76db7b9e8185c17527d35d33be78ad5f3cc3bd353343e9 -SIZE (xpi/firefox-i18n-32.0b6/vi.xpi) = 415404 -SHA256 (xpi/firefox-i18n-32.0b6/xh.xpi) = dd35ea01fdf1964787191a017c84f4ce52340399d4d2d8f3a2e3b51d612189bc -SIZE (xpi/firefox-i18n-32.0b6/xh.xpi) = 401584 -SHA256 (xpi/firefox-i18n-32.0b6/zh-CN.xpi) = ae435031c1e83089514bde8128c99c3762b46ba34a334f73a1dc2dfa240f31d2 -SIZE (xpi/firefox-i18n-32.0b6/zh-CN.xpi) = 422373 -SHA256 (xpi/firefox-i18n-32.0b6/zh-TW.xpi) = 85fc61b257f55fed69cb6909c342c935f0c2842d96eae442a88db0a98826b6c6 -SIZE (xpi/firefox-i18n-32.0b6/zh-TW.xpi) = 415189 -SHA256 (xpi/firefox-i18n-32.0b6/zu.xpi) = 245d36aad7af3ff8f1ada78a7a2e2bf6dc0ac365983424a73b872eefb9861db7 -SIZE (xpi/firefox-i18n-32.0b6/zu.xpi) = 436626 +SHA256 (xpi/firefox-i18n-32.0b8/ach.xpi) = d60b55c14e835efe12437a5c2969b28998aeccc2d53a7ab5709709b48446f522 +SIZE (xpi/firefox-i18n-32.0b8/ach.xpi) = 431475 +SHA256 (xpi/firefox-i18n-32.0b8/af.xpi) = 04f1736e9847ad4f4b1342dcabf438c55af35e0e9d74f7410812039022b38490 +SIZE (xpi/firefox-i18n-32.0b8/af.xpi) = 434843 +SHA256 (xpi/firefox-i18n-32.0b8/an.xpi) = cd939a4f9bb413f7e5871f8ab94eb6d40b106f07690fc2de811e5a3a392da5f8 +SIZE (xpi/firefox-i18n-32.0b8/an.xpi) = 409800 +SHA256 (xpi/firefox-i18n-32.0b8/ar.xpi) = be734cb85556bf548efb65dbba444db6b02d9bfe08be4d650d40cf26f74f2793 +SIZE (xpi/firefox-i18n-32.0b8/ar.xpi) = 462441 +SHA256 (xpi/firefox-i18n-32.0b8/as.xpi) = 7edd80eb45c2d13545c02ab8d5d19ffd1e8a3675df920ac6641671804589b88f +SIZE (xpi/firefox-i18n-32.0b8/as.xpi) = 451615 +SHA256 (xpi/firefox-i18n-32.0b8/ast.xpi) = 651b6d807d43793c1014941b637208cc69882c9b9e2c17107de29d5265aefe76 +SIZE (xpi/firefox-i18n-32.0b8/ast.xpi) = 348240 +SHA256 (xpi/firefox-i18n-32.0b8/be.xpi) = 8e20bf909e043422e7a7b879b39f2de6f3f07374ad6d5809e56b3069f24d7db9 +SIZE (xpi/firefox-i18n-32.0b8/be.xpi) = 384000 +SHA256 (xpi/firefox-i18n-32.0b8/bg.xpi) = 9df27815302165ebd43705f4816c306b09019289307719c11e085147fe41f7e1 +SIZE (xpi/firefox-i18n-32.0b8/bg.xpi) = 441211 +SHA256 (xpi/firefox-i18n-32.0b8/bn-BD.xpi) = 326c015d535144c936b8c1cc95a0e20b6db80f33729d736b9783fb4092c525a8 +SIZE (xpi/firefox-i18n-32.0b8/bn-BD.xpi) = 476242 +SHA256 (xpi/firefox-i18n-32.0b8/bn-IN.xpi) = 4ec92a9a8b67930865c2cb590ae07b3184251f7c0b02b7689e401a31c9ff6255 +SIZE (xpi/firefox-i18n-32.0b8/bn-IN.xpi) = 465501 +SHA256 (xpi/firefox-i18n-32.0b8/br.xpi) = d89ee1254367ec0945e695305764d20fdf89f0ed2895e089af3e5c8209d648b2 +SIZE (xpi/firefox-i18n-32.0b8/br.xpi) = 392153 +SHA256 (xpi/firefox-i18n-32.0b8/bs.xpi) = 441cba9844ba5850971904744ab288ce31401d00fff86478705a299698e9aa90 +SIZE (xpi/firefox-i18n-32.0b8/bs.xpi) = 432989 +SHA256 (xpi/firefox-i18n-32.0b8/ca.xpi) = 5c40b92bde87f402c4a45a5c584cf526457c6cec90f93cfde9c0c96577274759 +SIZE (xpi/firefox-i18n-32.0b8/ca.xpi) = 406290 +SHA256 (xpi/firefox-i18n-32.0b8/cs.xpi) = 57e9bf8f145800e8c77369dfefccdeb13f116a24a37e2d66cf2c96aa771240d5 +SIZE (xpi/firefox-i18n-32.0b8/cs.xpi) = 393846 +SHA256 (xpi/firefox-i18n-32.0b8/csb.xpi) = d898da22caf0f90ac9dd589029cdbce76a71087d9ff5c6bd314d5eea047bd291 +SIZE (xpi/firefox-i18n-32.0b8/csb.xpi) = 387647 +SHA256 (xpi/firefox-i18n-32.0b8/cy.xpi) = a1f629cab78ec1c1cee9b03d6db7cb8f5709cb1863e956deb305820bc541bdb5 +SIZE (xpi/firefox-i18n-32.0b8/cy.xpi) = 393350 +SHA256 (xpi/firefox-i18n-32.0b8/da.xpi) = 6a033f69ae3132f880b1c1dc916e9d02343e98c56224b47ee4d2543566e58d9d +SIZE (xpi/firefox-i18n-32.0b8/da.xpi) = 400449 +SHA256 (xpi/firefox-i18n-32.0b8/de.xpi) = 0283f9aef2cbfc3650e14c5e96542498de7a64848c0a99ad714ca2dc4fba87f9 +SIZE (xpi/firefox-i18n-32.0b8/de.xpi) = 398216 +SHA256 (xpi/firefox-i18n-32.0b8/el.xpi) = 1af5006cd1cc764c7416f1e4c77cc46895564e1605c4495a725925cda4dae458 +SIZE (xpi/firefox-i18n-32.0b8/el.xpi) = 446651 +SHA256 (xpi/firefox-i18n-32.0b8/en-GB.xpi) = 7802bfaa090cbea4bd7e469a22315f266a050b6e9197b5347b35f0cf9161dbd3 +SIZE (xpi/firefox-i18n-32.0b8/en-GB.xpi) = 393089 +SHA256 (xpi/firefox-i18n-32.0b8/en-US.xpi) = 32ff41b6cf334e68de801066031c25e9091d43dadda1ad62a158b847ded9a283 +SIZE (xpi/firefox-i18n-32.0b8/en-US.xpi) = 425318 +SHA256 (xpi/firefox-i18n-32.0b8/en-ZA.xpi) = f74d97a8a16f8050b52b598544af476c455c6faf8e24a190245e85886a4fcf95 +SIZE (xpi/firefox-i18n-32.0b8/en-ZA.xpi) = 392548 +SHA256 (xpi/firefox-i18n-32.0b8/eo.xpi) = 62b3d023ead402d77fa71012754217e1fcc5ef5ad21d969b5d8572bbd53d37f0 +SIZE (xpi/firefox-i18n-32.0b8/eo.xpi) = 434544 +SHA256 (xpi/firefox-i18n-32.0b8/es-AR.xpi) = edc6e5858f2f021a944bd8c53365856ef376ad741cc61867638653036209deaa +SIZE (xpi/firefox-i18n-32.0b8/es-AR.xpi) = 402545 +SHA256 (xpi/firefox-i18n-32.0b8/es-CL.xpi) = d7d21377bf04fbb28265e19bcd30d9a7070e4a18446aa30e418d5b1773a3452a +SIZE (xpi/firefox-i18n-32.0b8/es-CL.xpi) = 343843 +SHA256 (xpi/firefox-i18n-32.0b8/es-ES.xpi) = 381d6323b4375119e9773adb91b7b96dd6b6c8554ef4cae579b1c99b418ad6e1 +SIZE (xpi/firefox-i18n-32.0b8/es-ES.xpi) = 336666 +SHA256 (xpi/firefox-i18n-32.0b8/es-MX.xpi) = 875bb356d575d1f4fd86c0bce6489a4445399352c33214bbcb5f31ff6640ce0c +SIZE (xpi/firefox-i18n-32.0b8/es-MX.xpi) = 405047 +SHA256 (xpi/firefox-i18n-32.0b8/et.xpi) = 56012a552650122617dfd86ecee1d2af6fd5498a43c66cc8019db7d4df09551e +SIZE (xpi/firefox-i18n-32.0b8/et.xpi) = 393089 +SHA256 (xpi/firefox-i18n-32.0b8/eu.xpi) = 944505006ebb41542c713fad8b4a7073449459f9ee20c8c8424ca8cefad29292 +SIZE (xpi/firefox-i18n-32.0b8/eu.xpi) = 415535 +SHA256 (xpi/firefox-i18n-32.0b8/fa.xpi) = 85474f2e535194b073a10a23e6b3885e3e1cc8cc15e956653bba1314670b8f2e +SIZE (xpi/firefox-i18n-32.0b8/fa.xpi) = 464227 +SHA256 (xpi/firefox-i18n-32.0b8/ff.xpi) = c7aaf79778b7c1374d11b42e88b7f28fb94054988c25650ecb55e55a08a867be +SIZE (xpi/firefox-i18n-32.0b8/ff.xpi) = 402693 +SHA256 (xpi/firefox-i18n-32.0b8/fi.xpi) = eba5febe7bea3e97aed450df5fbd0204ee08d0f6a665188ac1ed5077ad6de028 +SIZE (xpi/firefox-i18n-32.0b8/fi.xpi) = 395217 +SHA256 (xpi/firefox-i18n-32.0b8/fr.xpi) = a3e8cb8d0c2c2cb1c79ac6e0a25c53ff1a72e16281202af963def14730f5a9ad +SIZE (xpi/firefox-i18n-32.0b8/fr.xpi) = 409449 +SHA256 (xpi/firefox-i18n-32.0b8/fy-NL.xpi) = 6eee1d5da941db5f55bf59da92d5655fe8b51bef7df4cd1d69dc7957ec37f24d +SIZE (xpi/firefox-i18n-32.0b8/fy-NL.xpi) = 404329 +SHA256 (xpi/firefox-i18n-32.0b8/ga-IE.xpi) = 14a48fc537795fbca66b656646929d4daa1c3886ee2c94f8e9eb76c32f5ecf96 +SIZE (xpi/firefox-i18n-32.0b8/ga-IE.xpi) = 414420 +SHA256 (xpi/firefox-i18n-32.0b8/gd.xpi) = eb231871b1fd75867634f658a821349852e43aa2598e39a6856d2cfaa29ee6d4 +SIZE (xpi/firefox-i18n-32.0b8/gd.xpi) = 405360 +SHA256 (xpi/firefox-i18n-32.0b8/gl.xpi) = c76fe8b80fb11674ed0020f0be7a954074550c3288791f923ca9ec2abcae7665 +SIZE (xpi/firefox-i18n-32.0b8/gl.xpi) = 394209 +SHA256 (xpi/firefox-i18n-32.0b8/gu-IN.xpi) = 82c6b29abe79123f44ee266704b8a2d1c45e940a7eb2137ea3f4a6108064a0ac +SIZE (xpi/firefox-i18n-32.0b8/gu-IN.xpi) = 428757 +SHA256 (xpi/firefox-i18n-32.0b8/he.xpi) = f4d734f82bbeee493bcfc4107f18a1a1ec76b16e39391fe57fe21f8d48e2481d +SIZE (xpi/firefox-i18n-32.0b8/he.xpi) = 431065 +SHA256 (xpi/firefox-i18n-32.0b8/hi-IN.xpi) = 91f6ab517bc40b2171ba66191b0d81a9ff254c75ba690ef5d1614ad0e68d8a9e +SIZE (xpi/firefox-i18n-32.0b8/hi-IN.xpi) = 444736 +SHA256 (xpi/firefox-i18n-32.0b8/hr.xpi) = a4cd3fdf511ef7f27736970f27202060eb466d18142742dbca7b2b4e1ed5bf6d +SIZE (xpi/firefox-i18n-32.0b8/hr.xpi) = 428932 +SHA256 (xpi/firefox-i18n-32.0b8/hsb.xpi) = 92f5bc37caf6feca32a86d4c543e50d29d4fd0c0f763f00897432e4c6916d712 +SIZE (xpi/firefox-i18n-32.0b8/hsb.xpi) = 415891 +SHA256 (xpi/firefox-i18n-32.0b8/hu.xpi) = 60b535e0b86032c8dae82e42ed24a50b9ba8c1a90eb629ef4966642d98b15a98 +SIZE (xpi/firefox-i18n-32.0b8/hu.xpi) = 401286 +SHA256 (xpi/firefox-i18n-32.0b8/hy-AM.xpi) = c11e1babeee5838ba5683f743b6fc63d733e2b7b51f21f51a0c37d81d7f96591 +SIZE (xpi/firefox-i18n-32.0b8/hy-AM.xpi) = 481699 +SHA256 (xpi/firefox-i18n-32.0b8/id.xpi) = d2897cb5c4ea6c802cdbfaab870cff3c9dc6e4757662236f3eaa85e601b82407 +SIZE (xpi/firefox-i18n-32.0b8/id.xpi) = 380799 +SHA256 (xpi/firefox-i18n-32.0b8/is.xpi) = 7b5675a86d2296b915e39a231e307ded2ed4d440a3b2507c64dd9b767fbc4501 +SIZE (xpi/firefox-i18n-32.0b8/is.xpi) = 429953 +SHA256 (xpi/firefox-i18n-32.0b8/it.xpi) = 07a18ec953629046beee9ceba50cbb147b397a6f6318cde90bbdf9d897998049 +SIZE (xpi/firefox-i18n-32.0b8/it.xpi) = 331766 +SHA256 (xpi/firefox-i18n-32.0b8/ja.xpi) = 0304bb8b94083cd3b295d112fc47aadbf1fbbf2701dcc9592a76d1beae76a1d7 +SIZE (xpi/firefox-i18n-32.0b8/ja.xpi) = 424371 +SHA256 (xpi/firefox-i18n-32.0b8/kk.xpi) = b2721d162a628bceec9e7dfe8a32f130309eef64af6e5d1698818bc24037b6ef +SIZE (xpi/firefox-i18n-32.0b8/kk.xpi) = 441960 +SHA256 (xpi/firefox-i18n-32.0b8/km.xpi) = dae8af2414ebeb2bc78490d349038e4405b3868cb8e2a4082dcedbe15f37258c +SIZE (xpi/firefox-i18n-32.0b8/km.xpi) = 509428 +SHA256 (xpi/firefox-i18n-32.0b8/kn.xpi) = 07bbce6afd9c9b3a295e8de9bb28e91d6006f80135c41b2f26a57950692dce99 +SIZE (xpi/firefox-i18n-32.0b8/kn.xpi) = 462123 +SHA256 (xpi/firefox-i18n-32.0b8/ko.xpi) = af829a1e15eb587ddb8fa60f61afcfbbcc4ba457e82d135470bfe607ebdf53f9 +SIZE (xpi/firefox-i18n-32.0b8/ko.xpi) = 405910 +SHA256 (xpi/firefox-i18n-32.0b8/ku.xpi) = 73a96b5ab0ccad917d39f978f1a775cca26c0607c3d78cc916356fb05a76ba5d +SIZE (xpi/firefox-i18n-32.0b8/ku.xpi) = 423735 +SHA256 (xpi/firefox-i18n-32.0b8/lij.xpi) = 35f7c259c5d32fe1a357f450ab5f131927694506bc66018526159bd1d069b820 +SIZE (xpi/firefox-i18n-32.0b8/lij.xpi) = 389875 +SHA256 (xpi/firefox-i18n-32.0b8/lt.xpi) = 2f99dbbe94fa8723a7643a46bc440d469f0d528f59e0eb7a871d6ce36e150662 +SIZE (xpi/firefox-i18n-32.0b8/lt.xpi) = 437862 +SHA256 (xpi/firefox-i18n-32.0b8/lv.xpi) = cec3ab8ebcb31a776e12462a344e78185034c1ecbcc60db5275301ee40fb1911 +SIZE (xpi/firefox-i18n-32.0b8/lv.xpi) = 400547 +SHA256 (xpi/firefox-i18n-32.0b8/mai.xpi) = 0a4c8feeb0ec40c4d2236b2787dccf2dbfc213d4d5b8b3505155a295e61cdb65 +SIZE (xpi/firefox-i18n-32.0b8/mai.xpi) = 448014 +SHA256 (xpi/firefox-i18n-32.0b8/mk.xpi) = 42e4df86ff3ae7b327d12dfacd7ea94333f161361783c821452759281ce45803 +SIZE (xpi/firefox-i18n-32.0b8/mk.xpi) = 478851 +SHA256 (xpi/firefox-i18n-32.0b8/ml.xpi) = 5fd056a270e12fc18ec687b38673db06d9d4134e55bb9c4e7e0cf20aa8c4cd8d +SIZE (xpi/firefox-i18n-32.0b8/ml.xpi) = 469500 +SHA256 (xpi/firefox-i18n-32.0b8/mr.xpi) = 5ceb00ebec89297dec20fa793540a2ba84328f5e1c6a68762f7a9ed8207466fe +SIZE (xpi/firefox-i18n-32.0b8/mr.xpi) = 455574 +SHA256 (xpi/firefox-i18n-32.0b8/ms.xpi) = 0088f0fedcc26f7d0c63b75fc1961c9043d4c39046c782b94da107bb2c368e04 +SIZE (xpi/firefox-i18n-32.0b8/ms.xpi) = 440610 +SHA256 (xpi/firefox-i18n-32.0b8/nb-NO.xpi) = 217093d9a3b657b8c23f30e871ece53f9d7a44a3c4703e165f0e7161b9971ab4 +SIZE (xpi/firefox-i18n-32.0b8/nb-NO.xpi) = 394451 +SHA256 (xpi/firefox-i18n-32.0b8/nl.xpi) = 89dd05e97c824f4f2f6709dc8824418cd38571ea4978477f381501b61fa3ede6 +SIZE (xpi/firefox-i18n-32.0b8/nl.xpi) = 393389 +SHA256 (xpi/firefox-i18n-32.0b8/nn-NO.xpi) = 9e943a71b09400c3d5f90816545e4b60e489c40db9391fa590727e706db0db87 +SIZE (xpi/firefox-i18n-32.0b8/nn-NO.xpi) = 390707 +SHA256 (xpi/firefox-i18n-32.0b8/or.xpi) = 42f9ae500162c3faa9014546801522b7b752188ebab4613d5442ee55cffbde1a +SIZE (xpi/firefox-i18n-32.0b8/or.xpi) = 467022 +SHA256 (xpi/firefox-i18n-32.0b8/pa-IN.xpi) = 1c5f5978fabc4466f95210759af925c91d453cedef46e41bb0618470909357b7 +SIZE (xpi/firefox-i18n-32.0b8/pa-IN.xpi) = 440991 +SHA256 (xpi/firefox-i18n-32.0b8/pl.xpi) = 4832eb9dfddc3adcb500c9acaf1076bde4bac604012d51d76d21d807ca02ad68 +SIZE (xpi/firefox-i18n-32.0b8/pl.xpi) = 374514 +SHA256 (xpi/firefox-i18n-32.0b8/pt-BR.xpi) = 54d973bc66e8ebbd6677c6a5a1b74c257b0c2bd1d4922f54d381dff87bb23c8b +SIZE (xpi/firefox-i18n-32.0b8/pt-BR.xpi) = 408159 +SHA256 (xpi/firefox-i18n-32.0b8/pt-PT.xpi) = cbb51aea4090583cf331e4f99930ace436d28a2fb91e06b4b12a62f8154a1c82 +SIZE (xpi/firefox-i18n-32.0b8/pt-PT.xpi) = 388395 +SHA256 (xpi/firefox-i18n-32.0b8/rm.xpi) = 58490c4b0cd37deff35679ef1cf06e2b7e9408c094481ac6875136dd4cb412e3 +SIZE (xpi/firefox-i18n-32.0b8/rm.xpi) = 402947 +SHA256 (xpi/firefox-i18n-32.0b8/ro.xpi) = 41c67671407468d2f6552c2c9e5eb097fb9fb9d96006d534bba66da97fb25bbe +SIZE (xpi/firefox-i18n-32.0b8/ro.xpi) = 443785 +SHA256 (xpi/firefox-i18n-32.0b8/ru.xpi) = d98d0b29bacb8cb1458cddefc8c225e789c5f160bc343714db7e210579bef179 +SIZE (xpi/firefox-i18n-32.0b8/ru.xpi) = 368831 +SHA256 (xpi/firefox-i18n-32.0b8/si.xpi) = 90c30957371ddd327e4856338f9d5bb5eed9458a4dabdaa4dd54ec339c31f451 +SIZE (xpi/firefox-i18n-32.0b8/si.xpi) = 464953 +SHA256 (xpi/firefox-i18n-32.0b8/sk.xpi) = 27a4842b496804c215279942b74b96b05676bb9b9e20a639ac4af43b55dc609b +SIZE (xpi/firefox-i18n-32.0b8/sk.xpi) = 416662 +SHA256 (xpi/firefox-i18n-32.0b8/sl.xpi) = 7f9294efa41621cc7462a91e68e9bcbdcab479103591f0c668d0644b28fe0f8b +SIZE (xpi/firefox-i18n-32.0b8/sl.xpi) = 390287 +SHA256 (xpi/firefox-i18n-32.0b8/son.xpi) = 188fc358484cc3d7368c95e5a57feec39dc722f03928d71447496d37c5923feb +SIZE (xpi/firefox-i18n-32.0b8/son.xpi) = 397412 +SHA256 (xpi/firefox-i18n-32.0b8/sq.xpi) = 2d5ba65e5cabdd397d40d6f512875c3f8e994686ada9db60cd0df8437ef174e7 +SIZE (xpi/firefox-i18n-32.0b8/sq.xpi) = 433980 +SHA256 (xpi/firefox-i18n-32.0b8/sr.xpi) = 22a8c7bfc560b7a1ccf33c3753f749a4ab776d9fa5bf94283ad69cc4aa7af448 +SIZE (xpi/firefox-i18n-32.0b8/sr.xpi) = 428050 +SHA256 (xpi/firefox-i18n-32.0b8/sv-SE.xpi) = 42cffa650158332516742444ef48aa33ae83d364654822498df8f1c246c3c239 +SIZE (xpi/firefox-i18n-32.0b8/sv-SE.xpi) = 401273 +SHA256 (xpi/firefox-i18n-32.0b8/ta.xpi) = 8579d0e9be54182e87aee723f99c2a8e04f986a64e6699ff77e3b729b7aef3f5 +SIZE (xpi/firefox-i18n-32.0b8/ta.xpi) = 450603 +SHA256 (xpi/firefox-i18n-32.0b8/te.xpi) = fbd4a63b113b50f8f72623fa7fb7be22b17cf2096d75c525e480da674b709999 +SIZE (xpi/firefox-i18n-32.0b8/te.xpi) = 466259 +SHA256 (xpi/firefox-i18n-32.0b8/th.xpi) = eb045f1144d959bada49bcbffe6efaa6ddaea224b3870f8abf43b1173fbce9db +SIZE (xpi/firefox-i18n-32.0b8/th.xpi) = 481720 +SHA256 (xpi/firefox-i18n-32.0b8/tr.xpi) = dc686226f75efa66db677d5b744ce494593899ebca3760dd93f3da5f90ded130 +SIZE (xpi/firefox-i18n-32.0b8/tr.xpi) = 420127 +SHA256 (xpi/firefox-i18n-32.0b8/uk.xpi) = 57eb22c2887c26a1d696761a6674b9646b0e23db7e851a36ca8a80d42b2942c1 +SIZE (xpi/firefox-i18n-32.0b8/uk.xpi) = 432602 +SHA256 (xpi/firefox-i18n-32.0b8/vi.xpi) = 28e63157f7ee4d3279d9c6399c6c767025b138be1f79f22092a7ca71241e0f91 +SIZE (xpi/firefox-i18n-32.0b8/vi.xpi) = 415404 +SHA256 (xpi/firefox-i18n-32.0b8/xh.xpi) = cbf7d96b85b4bb45e35c8282ae1ac69929a2817c55b8bf2bb97eb6569cab60dd +SIZE (xpi/firefox-i18n-32.0b8/xh.xpi) = 401584 +SHA256 (xpi/firefox-i18n-32.0b8/zh-CN.xpi) = d942d28a02a6a101cc02e0ef0dedb5c0f4afe55eee4f8b46b3c5aa32af4bda25 +SIZE (xpi/firefox-i18n-32.0b8/zh-CN.xpi) = 422373 +SHA256 (xpi/firefox-i18n-32.0b8/zh-TW.xpi) = 4d6425ba14e66f449d727187131ed9acf274fa3df4b21d8ca8e0dad3442b4e44 +SIZE (xpi/firefox-i18n-32.0b8/zh-TW.xpi) = 415189 +SHA256 (xpi/firefox-i18n-32.0b8/zu.xpi) = 803c880475c9a0f08c33b8d30447e4ffac5f4c1238e3fc7388400a992a7f39de +SIZE (xpi/firefox-i18n-32.0b8/zu.xpi) = 436626 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/www/firefox-nightly/Makefile Tue Aug 19 18:07:21 2014 (r1661) @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ sqlite3>=3.8.5:${PORTSDIR}/databases/sqlite3 \ + nss>=3.17:${PORTSDIR}/security/nss \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \ @@ -28,7 +29,6 @@ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip # cairo>=1.12.16,2:${PORTSDIR}/graphics/cairo \ -# nss>=3.17:${PORTSDIR}/security/nss \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -40,7 +40,7 @@ CPE_VERSION= ${PORTVERSION:R} CPE_UPDATE= alpha1 MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -cairo -nss +USE_MOZILLA= -cairo MOZILLA_NAME= Firefox Nightly MOZILLA_SUFX= -nightly MOZILLA= ${PORTNAME}${MOZILLA_SUFX} Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/www/firefox-nightly/Makefile.hgrev Tue Aug 19 18:07:21 2014 (r1661) @@ -1 +1 @@ -HGREV= 199442:de467cc6208f +HGREV= 200355:17aad6ca3989 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/www/firefox-nightly/distinfo Tue Aug 19 18:07:21 2014 (r1661) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/de467cc6208f.tar.bz2) = 0ed1af9f3b508100861f7940f9b6dcaee2a1e8a21d4bad21c723b26fed9c8501 -SIZE (firefox-nightly/de467cc6208f.tar.bz2) = 153364997 +SHA256 (firefox-nightly/17aad6ca3989.tar.bz2) = 21b62c5d3d3a564958cb13b924d2ce7ebfb725c4c8b54ec32bd3529d8d8a3e96 +SIZE (firefox-nightly/17aad6ca3989.tar.bz2) = 153523250 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/www/firefox/Makefile Tue Aug 19 18:07:21 2014 (r1661) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 362796 2014-07-24 13:32:58Z bapt $ PORTNAME= firefox -DISTVERSION= 32.0b6 +DISTVERSION= 32.0b8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/www/firefox/distinfo Tue Aug 19 18:07:21 2014 (r1661) @@ -1,2 +1,2 @@ -SHA256 (firefox-32.0b6.source.tar.bz2) = 1164a59f514b0b4524c50890e50c341dc376c50d99a5e05fd577809e5127b25f -SIZE (firefox-32.0b6.source.tar.bz2) = 149586700 +SHA256 (firefox-32.0b8.source.tar.bz2) = fb839a246e3dbf6ccf1187261a71a8a564ccc679fd1752f2c4c28ecc88b1c855 +SIZE (firefox-32.0b8.source.tar.bz2) = 150223260 Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/www/linux-firefox/Makefile Tue Aug 19 18:07:21 2014 (r1661) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-firefox/Makefile 357413 2014-06-11 03:42:55Z beat $ PORTNAME= firefox -DISTVERSION= 32.0b6 +DISTVERSION= 32.0b8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Tue Aug 19 09:08:23 2014 (r1660) +++ trunk/www/linux-firefox/distinfo Tue Aug 19 18:07:21 2014 (r1661) @@ -1,5 +1,5 @@ -SHA256 (firefox-32.0b6.tar.bz2) = 0f6514d0f373b32a4581174846b17ba98db20eeba4f4995e2d553d59d750993d -SIZE (firefox-32.0b6.tar.bz2) = 42229771 +SHA256 (firefox-32.0b8.tar.bz2) = e2ea5df44fb6291ac643f1f70e9a8dee47f9d216cf96dea4831fe243215f7a8e +SIZE (firefox-32.0b8.tar.bz2) = 42232466 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 19 18:10:26 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F6748FE for ; Tue, 19 Aug 2014 18:10:26 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 986853DDA for ; Tue, 19 Aug 2014 18:10:25 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7JIANE9017046 for ; Tue, 19 Aug 2014 18:10:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7JIAIe2016567 for freebsd-gecko@freebsd.org; Tue, 19 Aug 2014 18:10:18 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 19 Aug 2014 18:10:18 GMT Message-Id: <201408191810.s7JIAIe2016567@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1662 - trunk/security/ca_root_nss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 18:10:26 -0000 Author: jbeich Date: Tue Aug 19 18:10:18 2014 New Revision: 1662 Log: update Modified: trunk/security/ca_root_nss/Makefile trunk/security/ca_root_nss/distinfo Modified: trunk/security/ca_root_nss/Makefile ============================================================================== --- trunk/security/ca_root_nss/Makefile Tue Aug 19 18:07:21 2014 (r1661) +++ trunk/security/ca_root_nss/Makefile Tue Aug 19 18:10:18 2014 (r1662) @@ -25,7 +25,7 @@ # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.16.4 +VERSION_NSS= 3.17 #NSS_SUFFIX= .with.ckbi.1.93 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: trunk/security/ca_root_nss/distinfo ============================================================================== --- trunk/security/ca_root_nss/distinfo Tue Aug 19 18:07:21 2014 (r1661) +++ trunk/security/ca_root_nss/distinfo Tue Aug 19 18:10:18 2014 (r1662) @@ -1,2 +1,2 @@ -SHA256 (nss-3.16.4.tar.gz) = adcd1e655fd9508e7f13847452fd5887a835eff882e3f0d3c42dfcd651650b77 -SIZE (nss-3.16.4.tar.gz) = 6428795 +SHA256 (nss-3.17.tar.gz) = 3b1abcd8f89211dda2cc739bfa76552d080f7ea80482ef2727b006548a7f0c81 +SIZE (nss-3.17.tar.gz) = 6429534 From owner-freebsd-gecko@FreeBSD.ORG Wed Aug 20 17:06:08 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D991CA01 for ; Wed, 20 Aug 2014 17:06:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C15523875 for ; Wed, 20 Aug 2014 17:06:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7KH6826065721 for ; Wed, 20 Aug 2014 17:06:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] [PATCH] Add ARM support for devel/nspr Date: Wed, 20 Aug 2014 17:06:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2014 17:06:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |beat@FreeBSD.org --- Comment #1 from Sean Bruno --- Poudriere build log with this patch: http://chips.ysv.freebsd.org/data/11armv632-default/2014-08-20_00h11m25s/logs/nspr-4.10.6.log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Thu Aug 21 17:55:27 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2951F1B7 for ; Thu, 21 Aug 2014 17:55:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10F5533A3 for ; Thu, 21 Aug 2014 17:55:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7LHtQ0p099132 for ; Thu, 21 Aug 2014 17:55:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] [PATCH] Add ARM support for devel/nspr Date: Thu, 21 Aug 2014 17:55:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: flo@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 17:55:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 Florian Smeets changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbeich@vfemail.net --- Comment #2 from Florian Smeets --- Jan any comment on this patch? If it looks of, can you take care of upstreaming it? Thanks, Florian -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Thu Aug 21 21:28:56 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02F45D3F for ; Thu, 21 Aug 2014 21:28:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE8AF3930 for ; Thu, 21 Aug 2014 21:28:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7LLStsx012860 for ; Thu, 21 Aug 2014 21:28:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192897] www/firefox-esr fails to build with nss < 3.16.2 Date: Thu, 21 Aug 2014 21:28:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 21:28:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192897 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Open Assignee|freebsd-ports-bugs@FreeBSD. |gecko@FreeBSD.org |org | --- Comment #1 from John Marino --- over to maintainer -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Fri Aug 22 03:08:30 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED2063C7 for ; Fri, 22 Aug 2014 03:08:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3ED13A7A for ; Fri, 22 Aug 2014 03:08:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7M38UCV047943 for ; Fri, 22 Aug 2014 03:08:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192897] www/firefox-esr fails to build with nss < 3.16.2 Date: Fri, 22 Aug 2014 03:08:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: toomas.aas@raad.tartu.ee X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2014 03:08:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192897 --- Comment #2 from toomas.aas@raad.tartu.ee --- Created attachment 146141 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146141&action=edit config.log from the failed build -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 23 01:55:21 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24F44967 for ; Sat, 23 Aug 2014 01:55:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C10B3C12 for ; Sat, 23 Aug 2014 01:55:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7N1tK5a006139 for ; Sat, 23 Aug 2014 01:55:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] [PATCH] Add ARM support for devel/nspr Date: Sat, 23 Aug 2014 01:55:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: rep_platform Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 01:55:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|Any |arm -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 23 17:03:27 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DDF389F for ; Sat, 23 Aug 2014 17:03:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5571237AB for ; Sat, 23 Aug 2014 17:03:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7NH3R1X012348 for ; Sat, 23 Aug 2014 17:03:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] [PATCH] Add ARM support for devel/nspr Date: Sat, 23 Aug 2014 17:03:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 17:03:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 --- Comment #3 from Jan Beich --- Comment on attachment 145949 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145949 Add ARM support for detection Looks and builds fine on amd64 with nspr-4.10.7. A bit unclear why BROKEN wasn't removed together. Do you need one more patch to build on ARM? (In reply to Florian Smeets from comment #2) > If it looks of, can you take care of upstreaming it? Uploaded. NSPR/NSS have very slow review process unlike the rest of Mozilla projects. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 23 19:08:19 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 442606C0 for ; Sat, 23 Aug 2014 19:08:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B5413349 for ; Sat, 23 Aug 2014 19:08:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7NJ8JWO094625 for ; Sat, 23 Aug 2014 19:08:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] [PATCH] Add ARM support for devel/nspr Date: Sat, 23 Aug 2014 19:08:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 19:08:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 --- Comment #4 from Sean Bruno --- (In reply to Jan Beich from comment #3) > Comment on attachment 145949 [details] > Add ARM support for detection > > Looks and builds fine on amd64 with nspr-4.10.7. A bit unclear why BROKEN > wasn't removed together. Do you need one more patch to build on ARM? > > (In reply to Florian Smeets from comment #2) > > If it looks of, can you take care of upstreaming it? > > Uploaded. NSPR/NSS have very slow review process unlike the rest of Mozilla > projects. In my case, ARCH seems to have been "armv6" But, it should be removed with this update. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 23 19:24:18 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80B3F357 for ; Sat, 23 Aug 2014 19:24:18 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A9FB3506 for ; Sat, 23 Aug 2014 19:24:17 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7NJO8Jf074507 for ; Sat, 23 Aug 2014 19:24:08 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7NJO3t1073932 for freebsd-gecko@freebsd.org; Sat, 23 Aug 2014 19:24:03 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 23 Aug 2014 19:24:03 GMT Message-Id: <201408231924.s7NJO3t1073932@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1663 - trunk/Mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 19:24:18 -0000 Author: jbeich Date: Sat Aug 23 19:24:03 2014 New Revision: 1663 Log: drop extract excludes as they keep breaking build Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Tue Aug 19 18:10:18 2014 (r1662) +++ trunk/Mk/bsd.gecko.mk Sat Aug 23 19:24:03 2014 (r1663) @@ -106,11 +106,6 @@ PKGINSTALL_INC?= ${.CURDIR}/../../www/firefox/files/pkg-install.in PKGDEINSTALL_INC?= ${.CURDIR}/../../www/firefox/files/pkg-deinstall.in -EXTRACT_AFTER_ARGS?= --exclude */CVS/* \ - --exclude */macbuild/* \ - --exclude */package/* \ - --exclude mozilla*/gc/boehm - MOZ_PKGCONFIG_FILES?= ${MOZILLA}-gtkmozembed ${MOZILLA}-js \ ${MOZILLA}-xpcom ${MOZILLA}-plugin @@ -132,24 +127,19 @@ cairo_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo cairo_MOZ_OPTIONS= --enable-system-cairo -cairo_EXTRACT_AFTER_ARGS= --exclude mozilla*/gfx/cairo/cairo event_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 event_MOZ_OPTIONS= --with-system-libevent -event_EXTRACT_AFTER_ARGS= --exclude mozilla*/ipc/chromium/src/third_party/libevent ffi_LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi ffi_MOZ_OPTIONS= --enable-system-ffi -ffi_EXTRACT_AFTER_ARGS= --exclude mozilla*/js/src/ctypes/libffi .if exists(${FILESDIR}/patch-bug847568) || exists(${FILESDIR}/patch-z-bug847568) graphite_LIB_DEPENDS= libgraphite2.so:${PORTSDIR}/graphics/graphite2 graphite_MOZ_OPTIONS= --with-system-graphite2 -graphite_EXTRACT_AFTER_ARGS= --exclude mozilla*/gfx/graphite2 harfbuzz_LIB_DEPENDS= libharfbuzz.so:${PORTSDIR}/print/harfbuzz harfbuzz_MOZ_OPTIONS= --with-system-harfbuzz -harfbuzz_EXTRACT_AFTER_ARGS= --exclude mozilla*/gfx/harfbuzz .endif hunspell_LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell @@ -163,62 +153,48 @@ #jpeg_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/libjpeg-turbo jpeg_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg jpeg_MOZ_OPTIONS= --with-system-jpeg=${LOCALBASE} -jpeg_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libjpeg nspr_LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr nspr_MOZ_OPTIONS= --with-system-nspr nss_LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss nss_MOZ_OPTIONS= --with-system-nss -nss_EXTRACT_AFTER_ARGS= --exclude mozilla*/dbm \ - --exclude mozilla*/security/coreconf \ - --exclude mozilla*/security/nss .if exists(${FILESDIR}/patch-z-bug517422) || exists(${FILESDIR}/patch-zz-bug517422) opus_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus opus_MOZ_OPTIONS= --with-system-opus -opus_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libopus .endif pixman_LIB_DEPENDS= libpixman-1.so:${PORTSDIR}/x11/pixman pixman_MOZ_OPTIONS= --enable-system-pixman -pixman_EXTRACT_AFTER_ARGS= --exclude mozilla*/gfx/cairo/libpixman png_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png png_MOZ_OPTIONS= --with-system-png=${LOCALBASE} -#png_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libpng .if exists(${FILESDIR}/patch-z-bug517422) || exists(${FILESDIR}/patch-zz-bug517422) soundtouch_LIB_DEPENDS= libSoundTouch.so:${PORTSDIR}/audio/soundtouch soundtouch_MOZ_OPTIONS= --with-system-soundtouch -soundtouch_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libsoundtouch # XXX disabled: bug 913854 not yet upstreamed speex_LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speex speex_MOZ_OPTIONS= --with-system-speex -speex_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libspeex_resampler .endif sqlite_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 sqlite_MOZ_OPTIONS= --enable-system-sqlite -sqlite_EXTRACT_AFTER_ARGS= --exclude mozilla*/db/sqlite3 .if exists(${FILESDIR}/patch-z-bug517422) || exists(${FILESDIR}/patch-zz-bug517422) # XXX disabled: update to 1.2.x or review backported fixes theora_LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora theora_MOZ_OPTIONS= --with-system-theora -theora_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libtheora vorbis_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis vorbis_MOZ_OPTIONS= --with-system-vorbis --with-system-ogg -vorbis_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libvorbis \ - --exclude mozilla*/media/libogg .endif -vpx_BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm vpx_LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx vpx_MOZ_OPTIONS= --with-system-libvpx -vpx_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libvpx .for use in ${USE_MOZILLA} ${use:S/-/_WITHOUT_/}= ${TRUE} @@ -230,7 +206,6 @@ LIB_DEPENDS+= ${${dep}_LIB_DEPENDS} RUN_DEPENDS+= ${${dep}_RUN_DEPENDS} MOZ_OPTIONS+= ${${dep}_MOZ_OPTIONS} -EXTRACT_AFTER_ARGS+= ${${dep}_EXTRACT_AFTER_ARGS} .else BUILD_DEPENDS+= ${-${dep}_BUILD_DEPENDS} .endif From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 23 19:24:52 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D369D364 for ; Sat, 23 Aug 2014 19:24:52 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05BBA3508 for ; Sat, 23 Aug 2014 19:24:51 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7NJOobK079936 for ; Sat, 23 Aug 2014 19:24:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7NJOj56077436 for freebsd-gecko@freebsd.org; Sat, 23 Aug 2014 19:24:45 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 23 Aug 2014 19:24:45 GMT Message-Id: <201408231924.s7NJOj56077436@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1664 - in trunk: Mk/Uses www/firefox-nightly www/linux-seamonkey www/seamonkey www/seamonkey-i18n www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 19:24:52 -0000 Author: jbeich Date: Sat Aug 23 19:24:44 2014 New Revision: 1664 Log: update Deleted: trunk/www/seamonkey/files/patch-bug1013675 trunk/www/seamonkey/files/patch-bug961264 Modified: trunk/Mk/Uses/gecko.mk trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/distinfo trunk/www/linux-seamonkey/pkg-plist trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey-i18n/distinfo trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo trunk/www/seamonkey/files/patch-bug1015547 trunk/www/seamonkey/files/patch-bug826985 trunk/www/seamonkey/files/patch-z-bug517422 Modified: trunk/Mk/Uses/gecko.mk ============================================================================== --- trunk/Mk/Uses/gecko.mk Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/Mk/Uses/gecko.mk Sat Aug 23 19:24:44 2014 (r1664) @@ -53,8 +53,8 @@ .elif ${_GECKO_ARGS:Mseamonkey} -_GECKO_DEFAULT_VERSION= 28 -_GECKO_VERSIONS= 28 +_GECKO_DEFAULT_VERSION= 29 +_GECKO_VERSIONS= 29 _GECKO_TYPE= seamonkey .if exists(${LOCALBASE}/bin/seamonkey) @@ -63,7 +63,7 @@ .endif # Dependence lines for different Seamonkey versions -28_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +29_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey .elif ${_GECKO_ARGS:Mthunderbird} Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/firefox-nightly/Makefile.hgrev Sat Aug 23 19:24:44 2014 (r1664) @@ -1 +1 @@ -HGREV= 200355:17aad6ca3989 +HGREV= 201221:c0c9b96b43d6 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/firefox-nightly/distinfo Sat Aug 23 19:24:44 2014 (r1664) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/17aad6ca3989.tar.bz2) = 21b62c5d3d3a564958cb13b924d2ce7ebfb725c4c8b54ec32bd3529d8d8a3e96 -SIZE (firefox-nightly/17aad6ca3989.tar.bz2) = 153523250 +SHA256 (firefox-nightly/c0c9b96b43d6.tar.bz2) = fabd2b652219277a14c24385fd20e52d8513ed1ffdb155374fdc1c90083278cd +SIZE (firefox-nightly/c0c9b96b43d6.tar.bz2) = 156073499 Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/linux-seamonkey/Makefile Sat Aug 23 19:24:44 2014 (r1664) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-seamonkey/Makefile 362322 2014-07-20 14:44:10Z rene $ PORTNAME= seamonkey -DISTVERSION= 2.26 +DISTVERSION= 2.29b1 CATEGORIES= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US @@ -11,6 +11,8 @@ USES= tar:bzip2 +WANT_GTK218= yes + USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss .include "${.CURDIR}/Makefile.common" Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/linux-seamonkey/distinfo Sat Aug 23 19:24:44 2014 (r1664) @@ -1,5 +1,5 @@ -SHA256 (seamonkey-2.26.tar.bz2) = 4b306933c629bfaa0f6f4a8e5db08a47055061e3db87010b4c1e058d4ee4e0b2 -SIZE (seamonkey-2.26.tar.bz2) = 30916325 +SHA256 (seamonkey-2.29b1.tar.bz2) = beea1da00a42e851be28c41e46c74c8f7670120587e32b960b918fa8352c39e1 +SIZE (seamonkey-2.29b1.tar.bz2) = 39986945 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: trunk/www/linux-seamonkey/pkg-plist ============================================================================== --- trunk/www/linux-seamonkey/pkg-plist Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/linux-seamonkey/pkg-plist Sat Aug 23 19:24:44 2014 (r1664) @@ -84,6 +84,10 @@ lib/%%APP_NAME%%/isp/rss.rdf lib/%%APP_NAME%%/libfreebl3.chk lib/%%APP_NAME%%/libfreebl3.so +%%GTK218%%lib/%%APP_NAME%%/libgdk-x11-2.0.so.0 +%%GTK218%%lib/%%APP_NAME%%/libgio-2.0.so.0 +%%GTK218%%lib/%%APP_NAME%%/libglib-2.0.so.0 +%%GTK218%%lib/%%APP_NAME%%/libgtk-x11-2.0.so.0 lib/%%APP_NAME%%/libldap60.so lib/%%APP_NAME%%/libldif60.so lib/%%APP_NAME%%/libmozalloc.so Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/seamonkey-i18n/Makefile Sat Aug 23 19:24:44 2014 (r1664) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey-i18n/Makefile 355802 2014-05-30 08:50:20Z marino $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.26.1 +PORTVERSION= 2.29b1 CATEGORIES= www mail news editors irc MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: trunk/www/seamonkey-i18n/distinfo ============================================================================== --- trunk/www/seamonkey-i18n/distinfo Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/seamonkey-i18n/distinfo Sat Aug 23 19:24:44 2014 (r1664) @@ -1,54 +1,52 @@ -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.be.langpack.xpi) = 1304caf66562d819b8df6089224496d2ef593054201a124fdfea4e8d325268d6 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.be.langpack.xpi) = 818753 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.ca.langpack.xpi) = 77845f85562118ccf17ba7233408516c57aaa91a0b1f5083a08c8341e5c819a9 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.ca.langpack.xpi) = 816736 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.cs.langpack.xpi) = e71366cacb6274864fe5e6f441f3e7ebb15db090a92df30ae2395d9bcb518913 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.cs.langpack.xpi) = 814946 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.de.langpack.xpi) = 9ac22a758f62bc31aaa83a5d3a1d21e2fa0bc06d6f4ee26c8adf85e8225064ae -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.de.langpack.xpi) = 822043 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.en-GB.langpack.xpi) = 30ecd2a83e179017d24eb0dfa9e9ec7d220f0fd16bada1be14ddc69688f74ea6 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.en-GB.langpack.xpi) = 785905 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.en-US.langpack.xpi) = 1fdf1d312b6f82662e877b8361e5ae4df5249958bfd8a454e32b3b9da15867e2 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.en-US.langpack.xpi) = 786790 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.es-AR.langpack.xpi) = e6202b022e8c952449b8509f39803a626e5005fbc11ea1102af8082880b7ff27 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.es-AR.langpack.xpi) = 836836 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.es-ES.langpack.xpi) = 9818c7eb20cb9b5f47928cb8299f4807d1a722995760b70e6cae3a945bd04cc3 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.es-ES.langpack.xpi) = 814004 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.fi.langpack.xpi) = e0c70cf2fdf60b45394d89a8515820b6984edd4b252bfda19c59cb0f405467c2 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.fi.langpack.xpi) = 784389 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.fr.langpack.xpi) = b57475d1b47a2b6fb64d27230212784602146d2c45fa037b57c2ec27c0761311 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.fr.langpack.xpi) = 795190 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.gl.langpack.xpi) = 8c1d47ec6fca70b88f3fde4f2b54c6838d8a6d1cc29fc66d2d1b7f912214b8bf -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.gl.langpack.xpi) = 794260 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.hu.langpack.xpi) = 08311664e95c3da977d81c033bce4d75c1339e9eecff7bcf507318cf54ed9a82 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.hu.langpack.xpi) = 828532 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.it.langpack.xpi) = 128f4fee131b28dcde7464f675e255c5bf31bd5ba99227cc95b4257a98cb726f -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.it.langpack.xpi) = 728567 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.ja-JP-mac.langpack.xpi) = eb0b4075407d56a539b310803c1d1f505aee15253739b87e78e43875cf00331b -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.ja-JP-mac.langpack.xpi) = 892974 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.ja.langpack.xpi) = c8eaf09ad594cd589e9486fa149a695375ce4603bb927ebaafa3b72b8a13c11e -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.ja.langpack.xpi) = 867577 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.lt.langpack.xpi) = ffac3896d8c24aef230918573efa26d0d409aad53708cfdfc94679913b50b262 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.lt.langpack.xpi) = 832069 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.nb-NO.langpack.xpi) = 5f80ae03c4890980031fdc96d422d2713142d3f11e5a6b5bc6ebe106f84d474e -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.nb-NO.langpack.xpi) = 805528 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.nl.langpack.xpi) = 28ea348e46bb9ef6328fad3b1d45a18b103741803b30e4ebe5e746ae3d6b3c69 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.nl.langpack.xpi) = 781833 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.pl.langpack.xpi) = 223ae1798bb0284415218545de43919c4361a5dbd55ab2b5d4805678087e333b -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.pl.langpack.xpi) = 855816 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.pt-PT.langpack.xpi) = 49116b6d66bb00fd16e09cf9a9935cb5228300f6ac209e72ae5fd274d4afc3eb -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.pt-PT.langpack.xpi) = 817866 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.ru.langpack.xpi) = a40a053a9df8174febf2a19f98e11cfef75a82a2c3666e80b551d22ad89a495d -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.ru.langpack.xpi) = 885694 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.sk.langpack.xpi) = c6afd39a1a25384f79c58ad5757c7e15147bae3578f6e6a5d302907fbc8b0bf7 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.sk.langpack.xpi) = 841874 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.sv-SE.langpack.xpi) = 6f1ff640ee52f6f27536a1aa127bb1bc4badefcdc07157c18e3ab6d8d9bececd -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.sv-SE.langpack.xpi) = 809831 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.tr.langpack.xpi) = b7e7a2e962c156b7012d449381d40866d233a460c1f4c45ef91f67d472db2d64 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.tr.langpack.xpi) = 791387 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.uk.langpack.xpi) = 7009492796add5f7e6a6b08eda9a875245f1ed69f6457e4dedc459945694c81c -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.uk.langpack.xpi) = 853570 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.zh-CN.langpack.xpi) = c288ec1f532f021eda32ef6dd10ae12acecbbb9e1797ee21dfaeaa07fc656d7f -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.zh-CN.langpack.xpi) = 818847 -SHA256 (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.zh-TW.langpack.xpi) = 06a8fbb17152d706ec6b880e86572151cfa1a30d0d105514ecc90afcaf1daf22 -SIZE (xpi/seamonkey-i18n-2.26.1/seamonkey-2.26.1.zh-TW.langpack.xpi) = 843202 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.be.langpack.xpi) = 6f6ddd32590c752fa1c30f964e6ad95d7d6b8a5c91bb54bd4ddc0e94d0e4857b +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.be.langpack.xpi) = 837342 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ca.langpack.xpi) = 1f8c8f3eb18ded6cb84ea14ed2572d8070d722d48010cc7985f230ec36a7dd26 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ca.langpack.xpi) = 833959 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.cs.langpack.xpi) = 4a06e6ac8d4ed6ce2bd91b680d6ab33a2a4fa8523eca636fd86b23651b361246 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.cs.langpack.xpi) = 832267 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.de.langpack.xpi) = 50b946c1c824ba011cf57899ac3f48280cd6849095f870aa80efe2b7a2bf4078 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.de.langpack.xpi) = 839428 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.en-GB.langpack.xpi) = c4775331bdd2811add36e252ad8ebd07557e33c54cb61b2d4356b24b087159a5 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.en-GB.langpack.xpi) = 802137 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.en-US.langpack.xpi) = e53b0f2a26055fe1d12a9d22aa380871f0052a722bc984f6aa6585b1cb2f291e +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.en-US.langpack.xpi) = 800944 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.es-AR.langpack.xpi) = 6038f889374317d47832211adc5502ceeceace22aab62b97445c81258d7e88f5 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.es-AR.langpack.xpi) = 854836 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.es-ES.langpack.xpi) = 5fb086add165fe499fe09b75d528d85ce6f030baa86661807d23771e39922e83 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.es-ES.langpack.xpi) = 832633 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.fi.langpack.xpi) = 0ba79c2b134b9d7daa14ff79bcdd13d96708ad984112c4e5a22997bb64571df6 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.fi.langpack.xpi) = 801741 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.fr.langpack.xpi) = 208678963e2944070aadb2a9ea2eb6ec27772b3a3296ed03406811740ce414e8 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.fr.langpack.xpi) = 812576 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.gl.langpack.xpi) = c2703a33591c7234c1bd2e46d537eb39e67e424e86d98f18c35d16da8a55a042 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.gl.langpack.xpi) = 811260 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.hu.langpack.xpi) = 55dbc2503a51349e580d7740a3e0ba763daf79c93b91e6dd56af0d55193b22e9 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.hu.langpack.xpi) = 845863 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.it.langpack.xpi) = b1ad201c4680d650a2e3103652c02411eb31f7e3a0ac1cef1c51b5b697b88389 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.it.langpack.xpi) = 747181 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ja.langpack.xpi) = a98bbf2560f9912299fc4a1fa63021e4cce45ed244414715cc341bc4c92eb010 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ja.langpack.xpi) = 884914 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.lt.langpack.xpi) = 67616535f82b73f7739e78ddf7f14ab11876101e1f18b20f5113f1b4d5a777c8 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.lt.langpack.xpi) = 849533 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.nb-NO.langpack.xpi) = bb5d62fa80340b771f199d41ba6706ace550ed43d59b0aee6733bc5199f46296 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.nb-NO.langpack.xpi) = 825307 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.nl.langpack.xpi) = 82429f8598d34046d769e10a0a62077bb43d35ec6cf3e6e08c384d73d6a3e4cd +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.nl.langpack.xpi) = 799149 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.pl.langpack.xpi) = 085e96348160daf4d63efa2f4046cdcf46352e18a40caa68acfed6dbd1ae8a1b +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.pl.langpack.xpi) = 873127 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.pt-PT.langpack.xpi) = 5a3cc03a7ac30c15810f1a56355f47c3fe847de60dc2bf3c278d040560f8cd52 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.pt-PT.langpack.xpi) = 835296 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ru.langpack.xpi) = 3e2f88a160e17f578e82ad8b3db58f31bfc34219d7f54c705019375943eab428 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ru.langpack.xpi) = 904348 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.sk.langpack.xpi) = 0e0429b9ca7cf44415b52729066882948c23f3cdca73a5c934259a07014042f0 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.sk.langpack.xpi) = 859280 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.sv-SE.langpack.xpi) = b951d56947e229536a3d1336b356696397b4e7ff13d7389ae3be94dc58f36d06 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.sv-SE.langpack.xpi) = 827226 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.tr.langpack.xpi) = 2e14def8991b7ce8079ad561f983bb0de489f43df910cbe84e106cda9b3757ab +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.tr.langpack.xpi) = 808130 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.uk.langpack.xpi) = 26aaf1feafea4a286d47a065a8a7f61c9f4774ae4c3e4ddbd6dd0784b7a06746 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.uk.langpack.xpi) = 870445 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.zh-CN.langpack.xpi) = dd8fe10a2630d1702d41b18f6fe11ad85b713e2f21e229032dba63a0576f90c2 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.zh-CN.langpack.xpi) = 836302 +SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.zh-TW.langpack.xpi) = 5c4a5cfe77cd5d410b5fe0f20bccb31bfe07f3a609ce2b4b47a3aaad16a84cd8 +SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.zh-TW.langpack.xpi) = 860817 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/seamonkey/Makefile Sat Aug 23 19:24:44 2014 (r1664) @@ -1,14 +1,13 @@ # Created by: eivind/dima/jseger -# $FreeBSD: head/www/seamonkey/Makefile 362796 2014-07-24 13:32:58Z bapt $ +# $FreeBSD: head/www/seamonkey/Makefile 364464 2014-08-09 18:51:54Z antoine $ PORTNAME= seamonkey -PORTVERSION= 2.28.b1 -DISTVERSION= 31.0 +DISTVERSION= 2.29b1 CATEGORIES?= www mail news editors irc ipv6 -MASTER_SITES= MOZILLA/thunderbird/releases/${DISTVERSION}/source \ - https://ftp.mozilla.org/pub/mozilla.org/thunderbird/candidates/${DISTVERSION}-candidates/build1/source/ -DISTFILES= thunderbird-${DISTVERSION}.source${EXTRACT_SUFX} -EXTRACT_ONLY= thunderbird-${DISTVERSION}.source${EXTRACT_SUFX} +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ +DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser @@ -31,7 +30,7 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.7 -L_VERSION= 3.3 +L_VERSION= 3.4 SSP_UNSAFE= yes USE_AUTOTOOLS= autoconf213:env @@ -79,7 +78,7 @@ .include -WRKSRC= ${WRKDIR}/comm-esr31 +WRKSRC= ${WRKDIR}/comm-beta MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi @@ -197,7 +196,7 @@ .endif post-install: - ${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/ + ${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${STAGEDIR}${PREFIX}/share/applications/ ${LN} -sf ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png .if ${PORT_OPTIONS:MLIGHTNING} Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/seamonkey/distinfo Sat Aug 23 19:24:44 2014 (r1664) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-31.0.source.tar.bz2) = 571f8cca980f077ae81999aea69a78153422a75e9e6c07ab74ec6659fe0d6ef4 -SIZE (thunderbird-31.0.source.tar.bz2) = 170977129 +SHA256 (seamonkey-2.29b1.source.tar.bz2) = f70d7e3a4223baeca55cc9bfd2722d0eeea0c32500f9901226523d4c26f4d71e +SIZE (seamonkey-2.29b1.source.tar.bz2) = 173484441 SHA256 (enigmail-1.7.tar.gz) = cddbf35783194a4e994f9584ad5bee74750e25f690e81727ba9eccc4f814f161 SIZE (enigmail-1.7.tar.gz) = 1414100 Deleted: trunk/www/seamonkey/files/patch-bug1013675 ============================================================================== --- trunk/www/seamonkey/files/patch-bug1013675 Sat Aug 23 19:24:44 2014 (r1663) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,88 +0,0 @@ -diff --git xpcom/base/nsDebugImpl.cpp xpcom/base/nsDebugImpl.cpp -index 13a286f..293bd73 100644 ---- mozilla/xpcom/base/nsDebugImpl.cpp -+++ mozilla/xpcom/base/nsDebugImpl.cpp -@@ -45,12 +45,43 @@ - #endif - #endif - --#if defined(XP_MACOSX) -+#if defined(XP_MACOSX) || defined(__DragonFly__) || defined(__FreeBSD__) \ -+ || defined(__NetBSD__) || defined(__OpenBSD__) - #include - #include -+#include - #include - #endif - -+#if defined(__OpenBSD__) -+#include -+#endif -+ -+#if defined(__DragonFly__) || defined(__FreeBSD__) -+#include -+#endif -+ -+#if defined(__NetBSD__) -+#undef KERN_PROC -+#define KERN_PROC KERN_PROC2 -+#define KINFO_PROC struct kinfo_proc2 -+#else -+#define KINFO_PROC struct kinfo_proc -+#endif -+ -+#if defined(XP_MACOSX) -+#define KP_FLAGS kp_proc.p_flag -+#elif defined(__DragonFly__) -+#define KP_FLAGS kp_flags -+#elif defined(__FreeBSD__) -+#define KP_FLAGS ki_flag -+#elif defined(__OpenBSD__) && !defined(_P_TRACED) -+#define KP_FLAGS p_psflags -+#define P_TRACED PS_TRACED -+#else -+#define KP_FLAGS p_flag -+#endif -+ - #include "mozilla/mozalloc_abort.h" - - static void -@@ -144,16 +175,22 @@ nsDebugImpl::GetIsDebuggerAttached(bool* aResult) - - #if defined(XP_WIN) - *aResult = ::IsDebuggerPresent(); --#elif defined(XP_MACOSX) -+#elif defined(XP_MACOSX) || defined(__DragonFly__) || defined(__FreeBSD__) \ -+ || defined(__NetBSD__) || defined(__OpenBSD__) - // Specify the info we're looking for -- int mib[4]; -- mib[0] = CTL_KERN; -- mib[1] = KERN_PROC; -- mib[2] = KERN_PROC_PID; -- mib[3] = getpid(); -+ int mib[] = { -+ CTL_KERN, -+ KERN_PROC, -+ KERN_PROC_PID, -+ getpid(), -+#if defined(__NetBSD__) || defined(__OpenBSD__) -+ sizeof(KINFO_PROC), -+ 1, -+#endif -+ }; - size_t mibSize = sizeof(mib) / sizeof(int); - -- struct kinfo_proc info; -+ KINFO_PROC info; - size_t infoSize = sizeof(info); - memset(&info, 0, infoSize); - -@@ -163,7 +200,7 @@ nsDebugImpl::GetIsDebuggerAttached(bool* aResult) - return NS_OK; - } - -- if (info.kp_proc.p_flag & P_TRACED) { -+ if (info.KP_FLAGS & P_TRACED) { - *aResult = true; - } - #endif Modified: trunk/www/seamonkey/files/patch-bug1015547 ============================================================================== --- trunk/www/seamonkey/files/patch-bug1015547 Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/seamonkey/files/patch-bug1015547 Sat Aug 23 19:24:44 2014 (r1664) @@ -15,7 +15,7 @@ index 0687344..ca3ff8b 100644 --- mozilla/xpcom/base/nsUUIDGenerator.cpp +++ mozilla/xpcom/base/nsUUIDGenerator.cpp -@@ -15,6 +15,10 @@ +@@ -16,6 +16,10 @@ #include "nsUUIDGenerator.h" @@ -25,71 +25,71 @@ + using namespace mozilla; - NS_IMPL_ISUPPORTS1(nsUUIDGenerator, nsIUUIDGenerator) -@@ -34,7 +38,7 @@ nsUUIDGenerator::Init() - // We're a service, so we're guaranteed that Init() is not going - // to be reentered while we're inside Init(). - + NS_IMPL_ISUPPORTS(nsUUIDGenerator, nsIUUIDGenerator) +@@ -35,7 +39,7 @@ nsUUIDGenerator::Init() + // We're a service, so we're guaranteed that Init() is not going + // to be reentered while we're inside Init(). + -#if !defined(XP_WIN) && !defined(XP_MACOSX) && !defined(ANDROID) +#if !defined(XP_WIN) && !defined(XP_MACOSX) && !defined(HAVE_ARC4RANDOM) - /* initialize random number generator using NSPR random noise */ - unsigned int seed; + /* initialize random number generator using NSPR random noise */ + unsigned int seed; -@@ -67,7 +71,7 @@ nsUUIDGenerator::Init() - return NS_ERROR_FAILURE; +@@ -72,7 +76,7 @@ nsUUIDGenerator::Init() + } #endif -#endif /* non XP_WIN and non XP_MACOSX */ +#endif /* non XP_WIN and non XP_MACOSX and non ARC4RANDOM */ - return NS_OK; + return NS_OK; } -@@ -114,13 +118,16 @@ nsUUIDGenerator::GenerateUUIDInPlace(nsID* id) - * back to it; instead, we use the value returned when we called - * initstate, since older glibc's have broken setstate() return values - */ +@@ -122,13 +126,16 @@ nsUUIDGenerator::GenerateUUIDInPlace(nsID* aId) + * back to it; instead, we use the value returned when we called + * initstate, since older glibc's have broken setstate() return values + */ -#ifndef ANDROID +#ifndef HAVE_ARC4RANDOM - setstate(mState); + setstate(mState); #endif +#ifdef HAVE_ARC4RANDOM_BUF -+ arc4random_buf(id, sizeof(nsID)); ++ arc4random_buf(aId, sizeof(nsID)); +#else /* HAVE_ARC4RANDOM_BUF */ - size_t bytesLeft = sizeof(nsID); - while (bytesLeft > 0) { + size_t bytesLeft = sizeof(nsID); + while (bytesLeft > 0) { -#ifdef ANDROID +#ifdef HAVE_ARC4RANDOM - long rval = arc4random(); - const size_t mRBytes = 4; + long rval = arc4random(); + const size_t mRBytes = 4; #else -@@ -141,6 +148,7 @@ nsUUIDGenerator::GenerateUUIDInPlace(nsID* id) +@@ -150,6 +157,7 @@ nsUUIDGenerator::GenerateUUIDInPlace(nsID* aId) - bytesLeft -= toWrite; - } + bytesLeft -= toWrite; + } +#endif /* HAVE_ARC4RANDOM_BUF */ - /* Put in the version */ - id->m2 &= 0x0fff; -@@ -150,7 +158,7 @@ nsUUIDGenerator::GenerateUUIDInPlace(nsID* id) - id->m3[0] &= 0x3f; - id->m3[0] |= 0x80; + /* Put in the version */ + aId->m2 &= 0x0fff; +@@ -159,7 +167,7 @@ nsUUIDGenerator::GenerateUUIDInPlace(nsID* aId) + aId->m3[0] &= 0x3f; + aId->m3[0] |= 0x80; -#ifndef ANDROID +#ifndef HAVE_ARC4RANDOM - /* Restore the previous RNG state */ - setstate(mSavedState); + /* Restore the previous RNG state */ + setstate(mSavedState); #endif diff --git xpcom/base/nsUUIDGenerator.h xpcom/base/nsUUIDGenerator.h index 6a24212..68ed6f2 100644 --- mozilla/xpcom/base/nsUUIDGenerator.h +++ mozilla/xpcom/base/nsUUIDGenerator.h -@@ -27,7 +27,7 @@ private: +@@ -29,7 +29,7 @@ private: protected: - mozilla::Mutex mLock; + mozilla::Mutex mLock; -#if !defined(XP_WIN) && !defined(XP_MACOSX) && !defined(ANDROID) +#if !defined(XP_WIN) && !defined(XP_MACOSX) && !defined(HAVE_ARC4RANDOM) - char mState[128]; - char *mSavedState; - uint8_t mRBytes; + char mState[128]; + char* mSavedState; + uint8_t mRBytes; Modified: trunk/www/seamonkey/files/patch-bug826985 ============================================================================== --- trunk/www/seamonkey/files/patch-bug826985 Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/seamonkey/files/patch-bug826985 Sat Aug 23 19:24:44 2014 (r1664) @@ -132,10 +132,10 @@ 'targets': [ { 'target_name': 'video_capture_module', -@@ -49,6 +52,16 @@ - }, { # include_internal_video_capture == 1 - 'conditions': [ - ['include_v4l2_video_capture==1', { +@@ -46,6 +49,16 @@ + 'linux/video_capture_linux.cc', + 'linux/video_capture_linux.h', + ], + 'conditions': [ + ['use_libv4l2==1', { + 'defines': [ @@ -146,9 +146,9 @@ + ], + }], + ], - 'include_dirs': [ - 'linux', - ], + }], # linux + ['OS=="mac"', { + 'sources': [ diff --git toolkit/library/Makefile.in toolkit/library/Makefile.in index 9c16ffa..1db3794 100644 --- mozilla/toolkit/library/libxul.mk Deleted: trunk/www/seamonkey/files/patch-bug961264 ============================================================================== --- trunk/www/seamonkey/files/patch-bug961264 Sat Aug 23 19:24:44 2014 (r1663) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,266 +0,0 @@ -commit d099acd -Author: Trevor Saunders -Date: Fri Jan 17 15:08:00 2014 -0800 - - Bug 961264 - Remove obsolete checks for gcc visibility stuff. ---- - configure.in | 115 +++------------------------------------------------- - js/src/configure.in | 111 ++------------------------------------------------ - 2 files changed, 8 insertions(+), 218 deletions(-) - -diff --git configure.in configure.in -index dfb8193..33d71b3 100644 ---- mozilla/configure.in -+++ mozilla/configure.in -@@ -2507,118 +2507,15 @@ MOZ_CXX11 - - AC_LANG_C - --dnl Check for .hidden assembler directive and visibility attribute. --dnl Borrowed from glibc configure.in -+dnl Setup default hidden visibility and wrapped system headers. - dnl =============================================================== - if test "$GNU_CC"; then -- AC_CACHE_CHECK(for visibility(hidden) attribute, -- ac_cv_visibility_hidden, -- [cat > conftest.c </dev/null 2>&1; then -- if egrep '\.(hidden|private_extern).*foo' conftest.s >/dev/null; then -- ac_cv_visibility_hidden=yes -- fi -- fi -- rm -f conftest.[cs] -- ]) -- if test "$ac_cv_visibility_hidden" = "yes"; then -- AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) -- -- AC_CACHE_CHECK(for visibility(default) attribute, -- ac_cv_visibility_default, -- [cat > conftest.c </dev/null 2>&1; then -- if ! egrep '\.(hidden|private_extern).*foo' conftest.s >/dev/null; then -- ac_cv_visibility_default=yes -- fi -- fi -- rm -f conftest.[cs] -- ]) -- if test "$ac_cv_visibility_default" = "yes"; then -- AC_DEFINE(HAVE_VISIBILITY_ATTRIBUTE) -- -- AC_CACHE_CHECK(for visibility pragma support, -- ac_cv_visibility_pragma, -- [cat > conftest.c </dev/null 2>&1; then -- if egrep '\.(hidden|private_extern).*foo_hidden' conftest.s >/dev/null; then -- if ! egrep '\.(hidden|private_extern).*foo_default' conftest.s > /dev/null; then -- ac_cv_visibility_pragma=yes -- fi -- fi -- fi -- rm -f conftest.[cs] -- ]) -- if test "$ac_cv_visibility_pragma" = "yes"; then -- AC_CACHE_CHECK(For gcc visibility bug with class-level attributes (GCC bug 26905), -- ac_cv_have_visibility_class_bug, -- [cat > conftest.c < /dev/null 2>&1 ; then -- ac_cv_have_visibility_class_bug=yes -- else -- if test `egrep -c '@PLT|\\$stub' conftest.S` = 0; then -- ac_cv_have_visibility_class_bug=yes -- fi -- fi -- rm -rf conftest.{c,S} -- ]) -- -- AC_CACHE_CHECK(For x86_64 gcc visibility bug with builtins (GCC bug 20297), -- ac_cv_have_visibility_builtin_bug, -- [cat > conftest.c < --#pragma GCC visibility pop -- --__attribute__ ((visibility ("default"))) void Func() { -- char c[[100]]; -- memset(c, 0, sizeof(c)); --} --EOF -- ac_cv_have_visibility_builtin_bug=no -- if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c > /dev/null 2>&1 ; then -- ac_cv_have_visibility_builtin_bug=yes -- else -- if test `grep -c "@PLT" conftest.S` = 0; then -- ac_cv_visibility_builtin_bug=yes -- fi -- fi -- rm -f conftest.{c,S} -- ]) -- if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \ -- "$ac_cv_have_visibility_class_bug" = "no"; then -- VISIBILITY_FLAGS='-I$(DIST)/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h' -- WRAP_SYSTEM_INCLUDES=1 -- STL_FLAGS='-I$(DIST)/stl_wrappers' -- WRAP_STL_INCLUDES=1 -- else -- VISIBILITY_FLAGS='-fvisibility=hidden' -- fi # have visibility pragma bug -- fi # have visibility pragma -- fi # have visibility(default) attribute -- fi # have visibility(hidden) attribute -+ AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) -+ AC_DEFINE(HAVE_VISIBILITY_ATTRIBUTE) -+ VISIBILITY_FLAGS='-I$(DIST)/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h' -+ WRAP_SYSTEM_INCLUDES=1 -+ STL_FLAGS='-I$(DIST)/stl_wrappers' -+ WRAP_STL_INCLUDES=1 - fi # GNU_CC - - # visibility hidden flag for Sun Studio on Solaris -diff --git js/src/configure.in js/src/configure.in -index bddd46d..d4b522e 100644 ---- mozilla/js/src/configure.in -+++ mozilla/js/src/configure.in -@@ -2077,116 +2077,13 @@ AC_LANG_CPLUSPLUS - - MOZ_CXX11 - --dnl Check for .hidden assembler directive and visibility attribute. --dnl Borrowed from glibc configure.in -+dnl Setup default hidden visibility and wrapped system headers. - dnl =============================================================== - if test "$GNU_CC"; then -- AC_CACHE_CHECK(for visibility(hidden) attribute, -- ac_cv_visibility_hidden, -- [cat > conftest.c </dev/null 2>&1; then -- if egrep '\.(hidden|private_extern).*foo' conftest.s >/dev/null; then -- ac_cv_visibility_hidden=yes -- fi -- fi -- rm -f conftest.[cs] -- ]) -- if test "$ac_cv_visibility_hidden" = "yes"; then -- AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) -- -- AC_CACHE_CHECK(for visibility(default) attribute, -- ac_cv_visibility_default, -- [cat > conftest.c </dev/null 2>&1; then -- if ! egrep '\.(hidden|private_extern).*foo' conftest.s >/dev/null; then -- ac_cv_visibility_default=yes -- fi -- fi -- rm -f conftest.[cs] -- ]) -- if test "$ac_cv_visibility_default" = "yes"; then -- AC_DEFINE(HAVE_VISIBILITY_ATTRIBUTE) -- -- AC_CACHE_CHECK(for visibility pragma support, -- ac_cv_visibility_pragma, -- [cat > conftest.c </dev/null 2>&1; then -- if egrep '\.(hidden|private_extern).*foo_hidden' conftest.s >/dev/null; then -- if ! egrep '\.(hidden|private_extern).*foo_default' conftest.s > /dev/null; then -- ac_cv_visibility_pragma=yes -- fi -- fi -- fi -- rm -f conftest.[cs] -- ]) -- if test "$ac_cv_visibility_pragma" = "yes"; then -- AC_CACHE_CHECK(For gcc visibility bug with class-level attributes (GCC bug 26905), -- ac_cv_have_visibility_class_bug, -- [cat > conftest.c < /dev/null 2>&1 ; then -- ac_cv_have_visibility_class_bug=yes -- else -- if test `egrep -c '@PLT|\\$stub' conftest.S` = 0; then -- ac_cv_have_visibility_class_bug=yes -- fi -- fi -- rm -rf conftest.{c,S} -- ]) -- -- AC_CACHE_CHECK(For x86_64 gcc visibility bug with builtins (GCC bug 20297), -- ac_cv_have_visibility_builtin_bug, -- [cat > conftest.c < --#pragma GCC visibility pop -- --__attribute__ ((visibility ("default"))) void Func() { -- char c[[100]]; -- memset(c, 0, sizeof(c)); --} --EOF -- ac_cv_have_visibility_builtin_bug=no -- if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c > /dev/null 2>&1 ; then -- ac_cv_have_visibility_builtin_bug=yes -- else -- if test `grep -c "@PLT" conftest.S` = 0; then -- ac_cv_visibility_builtin_bug=yes -- fi -- fi -- rm -f conftest.{c,S} -- ]) -- if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \ -- "$ac_cv_have_visibility_class_bug" = "no"; then -- VISIBILITY_FLAGS='-I$(DIST)/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h' -- WRAP_SYSTEM_INCLUDES=1 -- else -- VISIBILITY_FLAGS='-fvisibility=hidden' -- fi # have visibility pragma bug -- fi # have visibility pragma -- fi # have visibility(default) attribute -- fi # have visibility(hidden) attribute -+ AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) -+ AC_DEFINE(HAVE_VISIBILITY_ATTRIBUTE) -+ VISIBILITY_FLAGS='-I$(DIST)/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h' -+ WRAP_SYSTEM_INCLUDES=1 - fi # GNU_CC - - # visibility hidden flag for Sun Studio on Solaris Modified: trunk/www/seamonkey/files/patch-z-bug517422 ============================================================================== --- trunk/www/seamonkey/files/patch-z-bug517422 Sat Aug 23 19:24:03 2014 (r1663) +++ trunk/www/seamonkey/files/patch-z-bug517422 Sat Aug 23 19:24:44 2014 (r1664) @@ -45,7 +45,7 @@ external_dirs += ['media/libopus'] if CONFIG['MOZ_WEBM']: -@@ -36,13 +42,15 @@ if CONFIG['MOZ_VPX'] and not CONFIG['MOZ_NATIVE_LIBVPX']: +@@ -36,14 +42,16 @@ if CONFIG['MOZ_VPX'] and not CONFIG['MOZ_NATIVE_LIBVPX']: if not CONFIG['MOZ_NATIVE_PNG']: external_dirs += ['media/libpng'] @@ -61,6 +61,7 @@ - 'media/libogg', - 'media/libtheora', - 'media/libspeex_resampler', + 'media/libstagefright', - 'media/libsoundtouch', ] From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 23 20:30:50 2014 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17C88653 for ; Sat, 23 Aug 2014 20:30:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F285C3A99 for ; Sat, 23 Aug 2014 20:30:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7NKUnEa080156 for ; Sat, 23 Aug 2014 20:30:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-gecko@FreeBSD.org Subject: [Bug 192457] [patch] security/nss, security/ca_root_nss: update to 3.16.4 Date: Sat, 23 Aug 2014 20:30:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 20:30:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192457 Adam Weinberger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adamw@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |freebsd-gecko@FreeBSD.org |org | --- Comment #8 from Adam Weinberger --- Assigning back to maintainer. I've tested this patch and I can confirm it builds clean. -- You are receiving this mail because: You are the assignee for the bug.