From owner-freebsd-gecko@FreeBSD.ORG Sun Jan 6 02:39:31 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 822B4A5B for ; Sun, 6 Jan 2013 02:39:31 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id 28656EA3 for ; Sun, 6 Jan 2013 02:39:28 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r062dM7Q012824 for ; Sat, 5 Jan 2013 21:39:23 -0500 (EST) (envelope-from andy@neu.net) Date: Sat, 5 Jan 2013 21:39:22 -0500 (EST) From: AN To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1132 - in trunk/security: ca_root_nss nss In-Reply-To: <201301052212.r05MCKgu090001@trillian.chruetertee.ch> Message-ID: References: <201301052212.r05MCKgu090001@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 02:39:31 -0000 On Sat, 5 Jan 2013, svn-freebsd-gecko@chruetertee.ch wrote: > Author: flo > Date: Sat Jan 5 22:12:20 2013 > New Revision: 1132 > > Log: > - sync with ports > - trim headers > > Modified: > trunk/security/ca_root_nss/Makefile > trunk/security/ca_root_nss/distinfo > trunk/security/nss/Makefile > trunk/security/nss/distinfo > > Modified: trunk/security/ca_root_nss/Makefile > ============================================================================== > --- trunk/security/ca_root_nss/Makefile Sat Jan 5 10:02:26 2013 (r1131) > +++ trunk/security/ca_root_nss/Makefile Sat Jan 5 22:12:20 2013 (r1132) > @@ -1,15 +1,11 @@ > -# New ports collection makefile for: ca-root-nss > -# Date created: Thu Jan 25 13:02:14 CST 2007 > -# Whom: Brooks Davis > -# > -# $FreeBSD: ports/security/ca_root_nss/Makefile,v 1.23 2012/06/04 21:14:30 flo Exp $ > -# > +# Created by: Brooks Davis > +# $FreeBSD: head/security/ca_root_nss/Makefile 309970 2013-01-05 21:34:25Z flo $ > > PORTNAME= ca_root_nss > PORTVERSION= ${VERSION_NSS} > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_MOZILLA} > -MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src > +MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_WITH_CKBI_${CKBI_VER:S/./_/}_RTM/src > DISTNAME= nss-${VERSION_NSS}${NSS_SUFFIX} > > MAINTAINER= gecko@FreeBSD.org > @@ -30,6 +26,8 @@ > # !!! been committed there first. !!! > # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > VERSION_NSS= 3.14.1 > +CKBI_VER= 1.93 > +NSS_SUFFIX= .with.ckbi.${CKBI_VER} > CERTDATA_TXT_PATH= nss-${VERSION_NSS}/mozilla/security/nss/lib/ckfw/builtins/certdata.txt > BUNDLE_PROCESSOR= MAca-bundle.pl > > > Modified: trunk/security/ca_root_nss/distinfo > ============================================================================== > --- trunk/security/ca_root_nss/distinfo Sat Jan 5 10:02:26 2013 (r1131) > +++ trunk/security/ca_root_nss/distinfo Sat Jan 5 22:12:20 2013 (r1132) > @@ -1,2 +1,2 @@ > -SHA256 (nss-3.14.1.tar.gz) = 80a5d4872da13d0272636ad04e1beddcf8d4572bcc0d47dbea1d12fb592fb7e5 > -SIZE (nss-3.14.1.tar.gz) = 5814063 > +SHA256 (nss-3.14.1.with.ckbi.1.93.tar.gz) = e22ffcca62d604029145e4f904c59e4a967a20d1276f123a91e76ecaae48ba98 > +SIZE (nss-3.14.1.with.ckbi.1.93.tar.gz) = 5813393 > > Modified: trunk/security/nss/Makefile > ============================================================================== > --- trunk/security/nss/Makefile Sat Jan 5 10:02:26 2013 (r1131) > +++ trunk/security/nss/Makefile Sat Jan 5 22:12:20 2013 (r1132) > @@ -1,16 +1,12 @@ > -# Ports collection Makefile for: nss > -# Date created: 18 December 2001 > -# Whom: Maxim Sobolev > -# > -# $FreeBSD: ports/security/nss/Makefile,v 1.66 2012/06/04 21:12:14 flo Exp $ > -# $MCom ports-experimental/security/nss/Makefile,v 1.4 2008/02/23 15:47:28 ahze Exp $ > +# Created by: Maxim Sobolev > +# $FreeBSD: head/security/nss/Makefile 309970 2013-01-05 21:34:25Z flo $ > > PORTNAME= nss > PORTVERSION= ${_MAJOR}.${_MINOR}.${_PATCH} > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_MOZILLA} > -MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src > -DISTNAME= nss-${PORTVERSION} > +MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_WITH_CKBI_${CKBI_VER:S/./_/}_RTM/src > +DISTNAME= nss-${PORTVERSION}.with.ckbi.${CKBI_VER} > > MAINTAINER= gecko@FreeBSD.org > COMMENT= Libraries to support development of security-enabled applications > @@ -24,6 +20,7 @@ > _MINOR= 14 > _PATCH= 1 > > +CKBI_VER= 1.93 > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mozilla/security/nss > > MAKE_JOBS_UNSAFE= yes > > Modified: trunk/security/nss/distinfo > ============================================================================== > --- trunk/security/nss/distinfo Sat Jan 5 10:02:26 2013 (r1131) > +++ trunk/security/nss/distinfo Sat Jan 5 22:12:20 2013 (r1132) > @@ -1,2 +1,2 @@ > -SHA256 (nss-3.14.1.tar.gz) = 80a5d4872da13d0272636ad04e1beddcf8d4572bcc0d47dbea1d12fb592fb7e5 > -SIZE (nss-3.14.1.tar.gz) = 5814063 > +SHA256 (nss-3.14.1.with.ckbi.1.93.tar.gz) = e22ffcca62d604029145e4f904c59e4a967a20d1276f123a91e76ecaae48ba98 > +SIZE (nss-3.14.1.with.ckbi.1.93.tar.gz) = 5813393 # pkg info |grep nss ap22-mod_dnssd-0.6_8 An Apache module that provides DNS-SD capabilities ca_root_nss-3.14.1 The root certificate bundle from the Mozilla Project nss-3.14.1 Libraries to support development of security-enabled applications py27-openssl-0.13 Python interface to the OpenSSL library # make update && make makesum && time make all deinstall install clean ===> Found saved configuration for firefox-nightly-20.0.,1 ===> firefox-nightly-20.0.117759,1 depends on file: /usr/local/sbin/pkg - found => 20d1a5916ef6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/firefox-nightly. => Attempting to fetch http://hg.mozilla.org/mozilla-central/archive/20d1a5916ef6.tar.bz2 fetch: http://hg.mozilla.org/mozilla-central/archive/20d1a5916ef6.tar.bz2: size of remote file is not known 20d1a5916ef6.tar.bz2 93 MB 577 kBps 02m47s ===> Found saved configuration for firefox-nightly-20.0.,1 ===> firefox-nightly-20.0.117759,1 depends on file: /usr/local/sbin/pkg - found ===> Extracting for firefox-nightly-20.0.117759,1 ===> Found saved configuration for firefox-nightly-20.0.,1 ===> firefox-nightly-20.0.117759,1 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for firefox-nightly/20d1a5916ef6.tar.bz2. ===> firefox-nightly-20.0.117759,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Patching for firefox-nightly-20.0.117759,1 ===> firefox-nightly-20.0.117759,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Applying FreeBSD patches for firefox-nightly-20.0.117759,1 ===> Applying NSS patches cannot open /root/ff_nightly/../../security/nss/files/patch-*: No such file or directory *** [gecko-post-patch] Error code 2 From owner-freebsd-gecko@FreeBSD.ORG Sun Jan 6 09:15:31 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4315711B for ; Sun, 6 Jan 2013 09:15:31 +0000 (UTC) (envelope-from flo@smeets.im) Received: from mail.solomo.de (mail.solomo.de [IPv6:2a01:4f8:162:1142::2]) by mx1.freebsd.org (Postfix) with ESMTP id D2B94882 for ; Sun, 6 Jan 2013 09:15:30 +0000 (UTC) Received: from cpos1.nexxtmobile.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 3A4F03814; Sun, 6 Jan 2013 10:15:29 +0100 (CET) X-Virus-Scanned: amavisd-new at nexxtmobile.de Received: from mail.solomo.de ([127.0.0.1]) by cpos1.nexxtmobile.de (cpos1.nexxtmobile.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ph1Qi1-wfqJf; Sun, 6 Jan 2013 10:15:27 +0100 (CET) Received: from nibbler-osx-wlan.fritz.box (unknown [85.22.87.235]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 24C62380B; Sun, 6 Jan 2013 10:15:27 +0100 (CET) Message-ID: <50E940AD.3040106@smeets.im> Date: Sun, 06 Jan 2013 10:15:25 +0100 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:20.0) Gecko/20100101 Thunderbird/20.0a1 MIME-Version: 1.0 To: AN , freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1132 - in trunk/security: ca_root_nss nss References: <201301052212.r05MCKgu090001@trillian.chruetertee.ch> In-Reply-To: X-Enigmail-Version: 1.5a1pre Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2KUEMMODOAIJAFVWRFXWO" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 09:15:31 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2KUEMMODOAIJAFVWRFXWO Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 06.01.13 03:39, AN wrote: >=20 > cannot open /root/ff_nightly/../../security/nss/files/patch-*: No such = > file or directory > *** [gecko-post-patch] Error code 2 I know you have been told before. So please follow the suggestions you are given. Either use a complete checkout of the gecko repository, or use portshaker to merge the gecko checkout with your installed ports tree, or move your ff_nightly to /usr/ports/www/ . For suggestions 1 and 3 you need to pay attention if you need to update bsd.gecko.mk in /usr/ports/Mk= / . Florian ------enig2KUEMMODOAIJAFVWRFXWO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlDpQK0ACgkQapo8P8lCvwl5hQCgzRuNnt/gQ4gZejCFt9qmhu3O tswAoNMUNQ1Fk3SyD/u1CMd7ZvbPEio0 =cENw -----END PGP SIGNATURE----- ------enig2KUEMMODOAIJAFVWRFXWO-- From owner-freebsd-gecko@FreeBSD.ORG Sun Jan 6 20:10:29 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 52565AD0 for ; Sun, 6 Jan 2013 20:10:29 +0000 (UTC) (envelope-from bounce-mc.us4_8596169.392253-gecko=freebsd.org@mail58.us1.mcsv.net) Received: from mail58.us1.mcsv.net (mail58.us1.mcsv.net [204.232.163.58]) by mx1.freebsd.org (Postfix) with ESMTP id 16A9C167E for ; Sun, 6 Jan 2013 20:10:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=mail58.us1.mcsv.net; h=Subject:From:Reply-To:To:Date:Message-ID:List-Unsubscribe:Sender:Content-Type:MIME-Version; i=andramontenegro=3Dgmail.com@mail58.us1.mcsv.net; bh=YrOXtB8lB4lyu3/xmTq7XA4vxWg=; b=bHz8Fd1V4iNMFEoI/ef7RKXj9cHoBxm7Wq48knnzSn6tSeAIiQohWgwwcJzssMZN0IohMu1McE32 QD46jBaiXjWqNu6axLPWIoysChysfHqqLwTwWcadqE6Osc44eAHZVap7kGWolpdTXAEDhZi6epSl lBoWNyFcjWU/4ftYfRs= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=mail58.us1.mcsv.net; b=GIieuJG904ZiTxjbPeEM87A0cm+zmUaiCjRnTBvjpcbKa3Jv4e9sc9EoidoRUWel5OZ5GNdvOhEB Xkl8gHyHQXiIDdxs7UBRa8rvwZV+uxt0ppJKi4LUxHw+5bNoIIqYPeu5wAc6ILHLthC2MEuCSb6J q2Mtc2+7YU7JRqoEtFc=; Received: from (127.0.0.1) by mail58.us1.mcsv.net (PowerMTA(TM) v3.5r16) id ht7d3a0vc3gf for ; Sun, 6 Jan 2013 20:10:14 +0000 (envelope-from ) Subject: =?utf-8?Q?=D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C=20=D0=A7=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D0=B8=D1=8F?= From: =?utf-8?Q?=D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C=20=D0=A7=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D0=B8=D1=8F=20=2D=20A=D0=9D=D0=94=D0=A0=D0=90=20=D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C?= To: Date: Sun, 6 Jan 2013 20:10:14 +0000 Message-ID: X-Mailer: MailChimp Mailer - **CIDbdba748dea54cabbe828** X-Campaign: mailchimpfbf1095be2934c0ea9f9f2d5c.bdba748dea X-campaignid: mailchimpfbf1095be2934c0ea9f9f2d5c.bdba748dea X-Report-Abuse: Please report abuse for this campaign here: http://www.mailchimp.com/abuse/abuse.phtml?u=fbf1095be2934c0ea9f9f2d5c&id=bdba748dea&e=54cabbe828 x-accounttype: ff Sender: "=?utf-8?Q?=D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C=20=D0=A7=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D0=B8=D1=8F=20=2D=20A=D0=9D=D0=94=D0=A0=D0=90=20=D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C?=" x-mcda: FALSE MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format="fixed" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?utf-8?Q?=D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C=20=D0=A7=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D0=B8=D1=8F=20=2D=20A=D0=9D=D0=94=D0=A0=D0=90=20=D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C?= List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 20:10:29 -0000 A=D0=9D=D0=94=D0=A0=D0=90 =D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC= =D0=BE=D1=81=D1=82=D1=8C ------------------------------------------------------------ View this email in your browser (http://us4.campaign-archive1.com/?u=3Dfbf= 1095be2934c0ea9f9f2d5c&id=3Dbdba748dea&e=3D54cabbe828) ** =D0=A7=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D1=81=D0=BA=D0=B8=D0= =B9 =D1=80=D1=8B=D0=BD=D0=BE=D0=BA =D0=BD=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0= =B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8 =D0=BF=D1=80=D0=B5=D0=B4=D0=BB=D0=B0=D0= =B3=D0=B0=D0=B5=D1=82 =D0=BF=D1=80=D0=B8=D0=B2=D0=BB=D0=B5=D0=BA=D0=B0=D1= =82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5 =D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0= =B6=D0=BD=D0=BE=D1=81=D1=82=D0=B8 =D0=B4=D0=BB=D1=8F =D0=B8=D0=BD=D0=B2=D0= =B5=D1=81=D1=82=D0=B8=D1=86=D0=B8=D0=B9 =D0=B2 =D0=B6=D0=B8=D0=BB=D0=B8=D1= =89=D0=BD=D0=BE=D0=B5 =D1=81=D1=82=D1=80=D0=BE=D0=B8=D1=82=D0=B5=D0=BB=D1= =8C=D1=81=D1=82=D0=B2=D0=BE, =D0=BE=D0=B4=D0=BD=D0=B0=D0=BA=D0=BE, =D0=B2= =D1=81=D1=82=D1=83=D0=BF=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5 =D0=B2 =D1=80=D1=8B= =D0=BD=D0=BE=D0=BA =D0=B1=D0=B5=D0=B7 =D0=B7=D0=BD=D0=B0=D0=BD=D0=B8=D1=8F= =D0=BC=D0=B5=D1=81=D1=82=D0=BD=D1=8B=D1=85 =D1=83=D1=81=D0=BB=D0=BE=D0=B2= =D0=B8=D0=B9 =D0=B8 =D1=87=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D1=81= =D0=BA=D0=BE=D0=B3=D0=BE =D1=8F=D0=B7=D1=8B=D0=BA=D0=B0 =D0=BC=D0=BE=D0=B6= =D0=B5=D1=82 =D0=B1=D1=8B=D1=82=D1=8C =D0=BE=D1=87=D0=B5=D0=BD=D1=8C =D1= =81=D0=BB=D0=BE=D0=B6=D0=BD=D1=8B=D0=BC. =D0=9C=D1=8B =D0=BF=D0=BE=D0=BC= =D0=BE=D0=B3=D0=B0=D0=B5=D0=BC =D0=B8=D0=BD=D0=B2=D0=B5=D1=81=D1=82=D0=BE= =D1=80=D0=B0=D0=BC =D0=BF=D1=80=D0=B5=D0=BE=D0=B4=D0=BE=D0=BB=D0=B5=D1=82= =D1=8C =D1=8D=D1=82=D0=B8 =D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC=D1=8B= , =D0=BE=D0=B1=D0=B5=D1=81=D0=BF=D0=B5=D1=87=D0=B8=D0=B2=D0=B0=D1=8F =D0= =BF=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=BD=D0=BD=D1=83=D1=8E =D0=BF=D0=BE=D0= =B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D1=83 =D0=B2=D1=81=D0=B5=D0=B3=D0=BE =D0= =B8=D0=BD=D0=B2=D0=B5=D1=81=D1=82=D0=B8=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0= =BE=D0=B3=D0=BE =D0=BF=D1=80=D0=BE=D1=86=D0=B5=D1=81=D1=81=D0=B0, =D0=B8= =D1=82=D0=B0=D0=BA=D0=B8=D0=BC =D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D0=BE=D0=BC= =D1=81=D1=8D=D0=BA=D0=BE=D0=BD=D0=BE=D0=BC=D0=B8=D1=82=D1=8C =D0=B2=D1=80= =D0=B5=D0=BC=D1=8F =D0=B8 =D1=83=D0=BC=D0=B5=D0=BD=D1=8C=D1=88=D0=B8=D1=82= =D1=8C =D0=B7=D0=B0=D1=82=D1=80=D0=B0=D1=82=D1=8B =D0=BD=D0=B0 =D0=BF=D1= =80=D0=B8=D1=81=D1=83=D1=82=D1=81=D1=82=D0=B2=D0=B8=D0=B5 =D0=B2 =D0=A7=D0= =B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D0=B8=D0=B8. =D0=9D=D0=B0=D1=88=D0=B8 =D1=83=D1=81=D0=BB=D1=83=D0=B3=D0=B8 =D0=B2 =D1= =81=D1=84=D0=B5=D1=80=D0=B5 =D0=BD=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0= =BC=D0=BE=D1=81=D1=82=D0=B8: =E2=80=A2 =D0=9F=D0=BE=D0=B8=D1=81=D0=BA =D0=BD=D0=B5=D0=B4=D0=B2=D0=B8=D0= =B6=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8 =D0=B8 =D0=BF=D0=BE=D0=BC=D0=BE=D1= =89=D1=8C =D0=B2=D0=BE =D0=B2=D1=81=D1=91=D0=BC =D0=BF=D1=80=D0=BE=D1=86= =D0=B5=D1=81=D1=81=D0=B5 =D0=BF=D0=BE=D0=BA=D1=83=D0=BF=D0=BA=D0=B8 =D0=BD= =D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8 =D0=B2= =D0=A7=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D0=B8=D0=B8. =D0=9D=D0= =B0 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8 =D0=BE=D0=BF=D1= =8B=D1=82=D0=B0 =D0=B8 =D0=B7=D0=BD=D0=B0=D0=BD=D0=B8=D0=B9, =D0=BC=D1=8B= =D0=B2=D1=8B=D0=B1=D0=B8=D1=80=D0=B0=D0=B5=D0=BC =D0=BD=D0=B0=D0=B8=D0=B1= =D0=BE=D0=BB=D0=B5=D0=B5 =D0=BF=D1=80=D0=B8=D0=B2=D0=BB=D0=B5=D0=BA=D0=B0= =D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5 =D0=BC=D0=B5=D1=81=D1=82=D0=B0.= =D0=92=D0=B5=D0=B4=D0=B5=D0=BC =D0=BF=D0=B5=D1=80=D0=B5=D0=B3=D0=BE=D0=B2= =D0=BE=D1=80=D1=8B =D0=B4=D0=BB=D1=8F =D0=BD=D0=B0=D1=88=D0=B8=D1=85 =D0= =BA=D0=BB=D0=B8=D0=B5=D0=BD=D1=82=D0=BE=D0=B2 =D0=B8 =D0=BE=D0=B1=D0=B5=D1= =81=D0=BF=D0=B5=D1=87=D0=B8=D0=B2=D0=B0=D0=B5=D0=BC =D1=81=D0=B0=D0=BC=D1= =8B=D0=B5 =D0=BD=D0=B8=D0=B7=D0=BA=D0=B8=D0=B5 =D1=86=D0=B5=D0=BD=D1=8B= =D0=BD=D0=B0 =D0=BF=D1=80=D0=B5=D0=B4=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8= =D1=8F. =D0=A2=D0=B5=D1=85=D0=BD=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B8 =D0= =BF=D1=80=D0=BE=D1=80=D0=B0=D0=B1=D0=B0=D1=82=D1=8B=D0=B2=D0=B0=D0=B5=D0= =BC =D0=B2=D1=81=D1=8E =D1=82=D1=80=D0=B0=D0=BD=D0=B7=D0=B0=D0=BA=D1=86=D0= =B8=D1=8E, =D1=82=D0=B0=D0=BA =D1=87=D1=82=D0=BE =D0=BD=D0=B0=D1=88=D0=B8= =D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1=82=D1=8B =D1=8D=D0=BA=D0=BE=D0=BD=D0=BE= =D0=BC=D1=8F=D1=82 =D0=B2=D1=80=D0=B5=D0=BC=D1=8F =E2=80=A2 =D0=9D=D0=B0=D1=85=D0=BE=D0=B4=D0=B8=D0=BC =D0=BD=D0=B5=D0=B7=D0= =B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D1=8B=D1=85 =D1=8E=D1=80=D0=B8=D1=81=D1= =82=D0=BE=D0=B2 =D0=BF=D0=BE =D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81=D1=83 =E2=80=A2 =D0=9E=D0=BA=D0=B0=D0=B7=D1=8B=D0=B2=D0=B0=D0=B5=D0=BC =D1=81=D0= =BE=D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B5 =D0=B2 =D0=BF=D0=B5=D1= =80=D0=B5=D0=B2=D0=BE=D0=B4=D0=B5 =D1=81=D0=BE=D0=B1=D1=81=D1=82=D0=B2=D0= =B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8, =D1=80=D0=B5=D0=B3=D0=B8=D1=81=D1= =82=D1=80=D0=B0=D1=86=D0=B8=D0=B8 =D0=B8 =D1=81=D0=B1=D0=BE=D1=80=D1=83= =D1=81=D0=BF=D0=B5=D1=86=D0=B8=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1=85 =D1=80= =D0=B0=D0=B7=D1=80=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D0=B9 =E2=80=A2 =D0=9F=D1=80=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D1= =8F=D0=B5=D0=BC =D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D1= =8E =D0=BE =D1=82=D0=B5=D0=BD=D0=B4=D0=B5=D1=80=D0=B0=D1=85 =D0=B8 =D0=BE= =D0=BA=D0=B0=D0=B7=D1=8B=D0=B2=D0=B0=D0=B5=D0=BC =D0=BF=D0=BE=D0=BC=D0=BE= =D1=89=D1=8C =D0=B2 =D1=81=D0=B1=D0=BE=D1=80=D0=B5 =D0=B8 =D0=BF=D0=BE=D0= =B4=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BA=D0=B5 =D1=82=D0=B5=D0=BD=D0=B4=D0= =B5=D1=80=D0=BD=D0=BE=D0=B9 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1= =82=D0=B0=D1=86=D0=B8=D0=B8 =E2=80=A2 =D0=9F=D0=BE =D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8E - =D1=80= =D0=B5=D0=BC=D0=BE=D0=BD=D1=82, =D1=81=D1=82=D1=80=D0=BE=D0=B8=D1=82=D0=B5= =D0=BB=D1=8C=D1=81=D1=82=D0=B2=D0=BE, =D1=80=D0=B0=D0=B7=D0=B2=D0=B8=D1=82= =D0=B8=D0=B5 =D0=BD=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC=D0=BE=D1=81= =D1=82=D0=B8 - =D0=BF=D0=BE=D0=B4=D0=B1=D0=BE=D1=80 =D0=B8 =D0=BF=D0=B5=D1= =80=D0=B5=D0=B3=D0=BE=D0=B2=D0=BE=D1=80=D1=8B =D1=81 =D0=B4=D0=B8=D0=B7=D0= =B0=D0=B9=D0=BD=D0=B5=D1=80=D0=B0=D0=BC=D0=B8 =D0=B8=D0=BD=D1=82=D0=B5=D1= =80=D1=8C=D0=B5=D1=80=D0=BE=D0=B2, =D1=81 =D0=BF=D0=BE=D1=81=D1=82=D0=B0= =D0=B2=D1=89=D0=B8=D0=BA=D0=B0=D0=BC=D0=B8 =D0=BC=D0=B5=D0=B1=D0=B5=D0=BB= =D0=B8 =D0=B8 =D0=BA=D1=83=D1=85=D0=BE=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE =D0= =BE=D0=B1=D0=BE=D1=80=D1=83=D0=B4=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F. =D0= =9C=D1=8B =D0=BC=D0=BE=D0=B6=D0=B5=D0=BC =D0=BF=D0=BE=D0=BC=D0=BE=D1=87=D1= =8C =D0=B2=D0=B0=D0=BC =D0=BF=D1=80=D0=B5=D0=B2=D1=80=D0=B0=D1=82=D0=B8=D1= =82=D1=8C =D0=BF=D1=80=D0=B8=D0=BE=D0=B1=D1=80=D0=B5=D1=82=D0=B5=D0=BD=D0= =BD=D1=8B=D0=B5 =D0=BA=D0=B2=D0=B0=D1=80=D1=82=D0=B8=D1=80=D1=8B =D0=B2= =D0=BE=D1=87=D0=B5=D0=BD=D1=8C =D0=B2=D1=8B=D0=B3=D0=BE=D0=B4=D0=BD=D1=83= =D1=8E =D0=B8=D0=BD=D0=B2=D0=B5=D1=81=D1=82=D0=B8=D1=86=D0=B8=D1=8E =E2=80=A2 =D0=9C=D0=BE=D0=BD=D0=B8=D1=82=D0=BE=D1=80=D0=B8=D0=BD=D0=B3 =D0= =BE=D0=B1=D0=BE=D1=80=D1=83=D0=B4=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F, =D0= =BF=D0=BE=D0=B4=D0=B1=D0=BE=D1=80 =D0=B8 =D1=83=D1=81=D1=82=D0=B0=D0=BD=D0= =BE=D0=B2=D0=BA=D0=B0 =D0=BC=D0=B5=D0=B1=D0=B5=D0=BB=D0=B8, =D0=BF=D1=80= =D0=B8=D1=81=D0=BC=D0=BE=D1=82=D1=80 =D0=B7=D0=B0 =D0=B4=D0=BE=D0=BC=D0=BE= =D0=BC =D0=B8 =D1=81=D1=87=D1=91=D1=82=D1=87=D0=B8=D0=BA=D0=B0=D0=BC=D0=B8= (=D0=BF=D1=80=D0=B8 =D0=BD=D0=B5=D0=BE=D0=B1=D1=85=D0=BE=D0=B4=D0=B8=D0= =BC=D0=BE=D1=81=D1=82=D0=B8). =E2=80=A2 =D0=90=D1=80=D0=B5=D0=BD=D0=B4=D0=B0 =D0=B8 =D1=83=D0=BF=D1=80= =D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5 =D1=81=D0=BE=D0=B1=D1=81=D1=82= =D0=B2=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D1=8C=D1=8E - =D0=BF=D0=BE=D0= =B8=D1=81=D0=BA =D0=B0=D1=80=D0=B5=D0=BD=D0=B4=D0=B0=D1=82=D0=BE=D1=80=D0= =BE=D0=B2, =D1=83=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5= =D0=B8=D0=BC=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2=D0=BE=D0=BC =D0=B8 =D0= =BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=B0=D0=BD=D0=B8=D0=B5 =D0=BE=D1= =82=D0=BD=D0=BE=D1=88=D0=B5=D0=BD=D0=B8=D0=B9 =D1=81 =D0=B0=D1=80=D0=B5=D0= =BD=D0=B4=D0=B0=D1=82=D0=BE=D1=80=D0=B0=D0=BC=D0=B8 =E2=80=A2 =D0=90=D0=BD=D0=B0=D0=BB=D0=B8=D0=B7 =D0=B8 =D0=BE=D0=B1=D0=B7= =D0=BE=D1=80 =D0=B8=D0=BD=D0=B2=D0=B5=D1=81=D1=82=D0=B8=D1=86=D0=B8=D0=BE= =D0=BD=D0=BD=D0=BE=D0=B9 =D0=B4=D0=B5=D1=8F=D1=82=D0=B5=D0=BB=D1=8C=D0=BD= =D0=BE=D1=81=D1=82=D0=B8 =E2=80=A2 =D0=9F=D1=80=D0=BE=D0=B4=D0=B0=D0=B6=D0=B0 =D0=B8 =D0=B0=D1=80= =D0=B5=D0=BD=D0=B4=D0=B0 =D0=BD=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC= =D0=BE=D1=81=D1=82=D0=B8 =E2=80=A2 =D0=92=D1=81=D0=B5 =D0=B4=D1=80=D1=83=D0=B3=D0=B8=D0=B5 =D0=BE= =D0=B1=D1=8F=D0=B7=D0=B0=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8, =D0=BA=D0=BE= =D1=82=D0=BE=D1=80=D1=8B=D0=B5 =D0=BC=D0=BE=D0=B3=D1=83=D1=82 =D0=B1=D1=8B= =D1=82=D1=8C =D0=BD=D0=B5=D0=BE=D0=B1=D1=85=D0=BE=D0=B4=D0=B8=D0=BC=D1=8B= =D0=B4=D0=BB=D1=8F =D0=B2=D1=8B=D1=88=D0=B5=D0=BF=D1=80=D0=B8=D0=B2=D0=B5= =D0=B4=D0=B5=D0=BD=D0=BD=D1=8B=D1=85 =D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2= =D0=B8=D0=B9, =D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=BD=D1=8B =D0=B2 =D0= =BA=D0=B0=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=B5 =D0=BE=D0=BF=D1=86=D0=B8=D0= =B8 =D0=91=D0=B8=D0=B7=D0=BD=D0=B5=D1=81-=D1=83=D1=81=D0=BB=D1=83=D0=B3=D0=B8: =E2=80=A2 =D0=9F=D0=BE=D0=B4=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BA=D0=B0 =D0= =B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D0=B8 =D0= =B4=D0=BB=D1=8F =D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D1=8F =D0=BA=D0= =BE=D0=BC=D0=BF=D0=B0=D0=BD=D0=B8=D0=B8 =E2=80=A2 =D0=A0=D0=B5=D0=B3=D0=B8=D1=81=D1=82=D1=80=D0=B0=D1=86=D0=B8=D1= =8F =D1=84=D0=B8=D1=80=D0=BC=D1=8B =E2=80=A2 =D0=9F=D0=BE=D0=B8=D1=81=D0=BA =D0=B0=D0=B4=D0=B5=D0=BA=D0=B2=D0= =B0=D1=82=D0=BD=D0=BE=D0=B3=D0=BE =D0=BC=D0=B5=D1=81=D1=82=D0=B0 =D0=B4=D0= =BB=D1=8F =D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F =D0=B1=D0=B8=D0=B7=D0= =BD=D0=B5=D1=81=D0=B0 =E2=80=A2 =D0=A1=D0=BE=D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B5 =D0= =B2 =D0=BF=D0=BE=D0=BB=D1=83=D1=87=D0=B5=D0=BD=D0=B8=D0=B8 =D0=B2=D1=81=D0= =B5=D1=85 =D0=BD=D0=B5=D0=BE=D0=B1=D1=85=D0=BE=D0=B4=D0=B8=D0=BC=D1=8B=D1= =85 =D1=80=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D0=B9 =D0=B8= =D0=BB=D0=B8=D1=86=D0=B5=D0=BD=D0=B7=D0=B8=D0=B9 =E2=80=A2 =D0=A3=D1=81=D0=BB=D1=83=D0=B3=D0=B8 =D0=BF=D0=B5=D1=80=D0=B5=D0= =B2=D0=BE=D0=B4=D0=B0 =D1=81=D0=BE =D0=B2=D1=81=D0=B5=D1=85 =D1=8F=D0=B7= =D1=8B=D0=BA=D0=BE=D0=B2 =D0=B8 =D0=BD=D0=B0 =D0=B2=D1=81=D0=B5 =D1=8F=D0= =B7=D1=8B=D0=BA=D0=B8 =D0=BC=D0=B8=D1=80=D0=B0 ------------------------------------------------------------ =D0=92=D0=B8=D0=BB=D0=BB=D0=B0 =D0=BA=D0=BB=D0=B0=D1=81=D1=81=D0=B0 =D0=9B= =D0=AE=D0=9A=D0=A1 =D0=BD=D0=B0 =D0=BF=D0=B5=D1=80=D0=B2=D0=BE=D0=B9 =D0= =BB=D0=B8=D0=BD=D0=B8=D0=B8 =D0=BC=D0=BE=D1=80=D1=8F. =D0=92 =D0=BA=D0=B0= =D0=B6=D0=B4=D0=BE=D0=BC =D0=BD=D0=BE=D0=BC=D0=B5=D1=80=D0=B5 =D0=B5=D1=81= =D1=82=D1=8C =D0=B4=D0=B6=D0=B0=D0=BA=D1=83=D0=B7=D0=B8 =D0=B8 =D0=B2=D0= =B8=D0=B4 =D0=BD=D0=B0 =D0=BC=D0=BE=D1=80=D0=B5. =D0=A5=D0=BE=D1=80=D0= =BE=D1=88=D0=B0=D1=8F =D1=86=D0=B5=D0=BDa !!! =D0=94=D0=BE=D0=BC=D0=B0 - =D0=BE=D1=82 50,000 =D0=95=D0=B2=D1=80=D0=BE= =E2=80=94 =D0=B2 =D0=B3=D0=BE=D1=80=D0=BE=D0=B4=D0=B5 =D0=91=D0=B0=D1=80= (=D0=A7=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D0=B8=D1=8F) (http://an= dramontenegro.us4.list-manage.com/track/click?u=3Dfbf1095be2934c0ea9f9f2d5= c&id=3D78116ce703&e=3D54cabbe828) . =D0=94=D0=BE=D0=BC=D0=B0 - =D0=BE=D1=82 50,000 =D0=95=D0=B2=D1=80=D0=BE= =E2=80=94 =D0=B2 =D0=B3=D0=BE=D1=80=D0=BE=D0=B4=D0=B5 =D0=91=D0=B0=D1=80= (=D0=A7=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D0=B8=D1=8F) (http://an= dramontenegro.us4.list-manage.com/track/click?u=3Dfbf1095be2934c0ea9f9f2d5= c&id=3D70a0ac0993&e=3D54cabbe828) . =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =D0=9F=D1=80=D0=B8=D1=81=D0=BE=D0=B5=D0=B4=D0=B8=D0=BD=D1=8F=D0=B9=D1=82= =D0=B5=D1=81=D1=8C =D0=BA =D1=81=D0=B5=D1=82=D0=B8 =D0=BF=D0=BE=D1=81=D1= =82=D0=BE=D1=8F=D0=BD=D0=BD=D1=8B=D1=85 =D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1= =82=D0=BE=D0=B2, =D0=B6=D0=B4=D0=B5=D0=BC =D0=B2=D0=B0=D1=81! =D0=97=D0=92=D0=9E=D0=9D=D0=98=D0=A2=D0=95 ! 00382 67 289 242 A=D0=9D=D0=94=D0=A0=D0=90 =D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC= =D0=BE=D1=81=D1=82=D1=8C =D0=B2 =D0=B3=D0=BE=D1=80=D0=BE=D0=B4=D0=B5 A=D0=9D=D0=94=D0=A0=D0=90 =D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC= =D0=BE=D1=81=D1=82=D1=8C =D0=9F=D1=80=D0=B8=D1=81=D0=BE=D0=B5=D0=B4=D0=B8=D0=BD=D1=8F=D0=B9=D1=82= =D0=B5=D1=81=D1=8C =D0=BA =D1=81=D0=B5=D1=82=D0=B8 =D0=BF=D0=BE=D1=81=D1= =82=D0=BE=D1=8F=D0=BD=D0=BD=D1=8B=D1=85 =D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1= =82=D0=BE=D0=B2, =D0=B6=D0=B4=D0=B5=D0=BC =D0=B2=D0=B0=D1=81! =D0=97=D0=92=D0=9E=D0=9D=D0=98=D0=A2=D0=95 ! 00382 67 289 242 =D0=9F=D1=80=D0=B8=D1=81=D0=BE=D0=B5=D0=B4=D0=B8=D0=BD=D1=8F=D0=B9=D1=82= =D0=B5=D1=81=D1=8C =D0=BA =D1=81=D0=B5=D1=82=D0=B8 =D0=BF=D0=BE=D1=81=D1= =82=D0=BE=D1=8F=D0=BD=D0=BD=D1=8B=D1=85 =D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1= =82=D0=BE=D0=B2, =D0=B6=D0=B4=D0=B5=D0=BC =D0=B2=D0=B0=D1=81! =D0=97=D0=92=D0=9E=D0=9D=D0=98=D0=A2=D0=95 ! 00382 67 289 242 =D0=9F=D1=80=D0=B8=D1=81=D0=BE=D0=B5=D0=B4=D0=B8=D0=BD=D1=8F=D0=B9=D1=82= =D0=B5=D1=81=D1=8C =D0=BA =D1=81=D0=B5=D1=82=D0=B8 =D0=BF=D0=BE=D1=81=D1= =82=D0=BE=D1=8F=D0=BD=D0=BD=D1=8B=D1=85 =D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1= =82=D0=BE=D0=B2, =D0=B6=D0=B4=D0=B5=D0=BC =D0=B2=D0=B0=D1=81! =D0=97=D0=92=D0=9E=D0=9D=D0=98=D0=A2=D0=95 ! 00382 67 289 242 A=D0=9D=D0=94=D0=A0=D0=90 =D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC= =D0=BE=D1=81=D1=82=D1=8C =D0=B2 =D0=B3=D0=BE=D1=80=D0=BE=D0=B4=D0=B5 ** =D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1= =8C =D0=A7=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=D1=80=D0=B8=D1=8F (http://a= ndramontenegro.us4.list-manage1.com/track/click?u=3Dfbf1095be2934c0ea9f9f2= d5c&id=3D7d5e0959c8&e=3D54cabbe828) ** =D0=91=D0=B0=D1=80 (http://andramontenegro.us4.list-manage.com/track/cl= ick?u=3Dfbf1095be2934c0ea9f9f2d5c&id=3D038b670ce0&e=3D54cabbe828) Sent to gecko@freebsd.org =E2=80=94 why did I get this? (http://andramonten= egro.us4.list-manage.com/about?u=3Dfbf1095be2934c0ea9f9f2d5c&id=3Dfe03bb72= 94&e=3D54cabbe828&c=3Dbdba748dea) unsubscribe from this list (http://andramontenegro.us4.list-manage.com/uns= ubscribe?u=3Dfbf1095be2934c0ea9f9f2d5c&id=3Dfe03bb7294&e=3D54cabbe828&c=3Dbd= ba748dea) | update subscription preferences (http://andramontenegro.us4.li= st-manage.com/profile?u=3Dfbf1095be2934c0ea9f9f2d5c&id=3Dfe03bb7294&e=3D= 54cabbe828) A=D0=9D=D0=94=D0=A0=D0=90 =D0=9D=D0=B5=D0=B4=D0=B2=D0=B8=D0=B6=D0=B8=D0=BC= =D0=BE=D1=81=D1=82=D1=8C =C2=B7 Makedonska C6 =C2=B7 Bar 85000 Email Marke= ting Powered by MailChimp http://www.mailchimp.com/monkey-rewards/?utm_source=3Dfreemium_newsletter&= utm_medium=3Demail&utm_campaign=3Dmonkey_rewards&aid=3Dfbf1095be2934c0ea9f= 9f2d5c&afl=3D1 From owner-freebsd-gecko@FreeBSD.ORG Mon Jan 7 11:07:01 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8D7B314D for ; Mon, 7 Jan 2013 11:07:01 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8008BFB8 for ; Mon, 7 Jan 2013 11:07:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r07B71Qi088183 for ; Mon, 7 Jan 2013 11:07:01 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r07B7159088181 for gecko@FreeBSD.org; Mon, 7 Jan 2013 11:07:01 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Jan 2013 11:07:01 GMT Message-Id: <201301071107.r07B7159088181@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 11:07:01 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/174096 gecko mail/thunderbird 17 and 16 crashes when try write a ne o ports/173937 gecko mail/thunderbird core dumps when using enigmail to gen p ports/171255 gecko Fix www/firefox on FreeBSD 7.4/amd64 o ports/171219 gecko www/firefox-i18n russian language pack don't translate o ports/170402 gecko www/linux-firefox: crash with flashplugin o ports/170310 gecko mail/thunderbird: coredump/crash when used with OpenLD o ports/169729 gecko www/firefox-esr "make package" produces package with z o ports/169366 gecko www/xpi-* ports need re-install after each Firefox upd o ports/169241 gecko www/firefox Right mouse buttom click freeze screen o ports/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc o ports/167397 gecko mail/thunderbird-i18n Version 12.0 and freebsd 9.0: ca f ports/165263 gecko mail/thunderbird: core dumping most time when users ar o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o ports/164013 gecko www/firefox: Firefox-9 Icons & xpi-addons from ports o ports/162939 gecko www/firefox crashes with Zotero add-on o ports/162075 gecko www/firefox >= 7.0.1_2 bug with respect to pentadactyl o ports/160387 gecko security/ca_root_nss: Allow user to trust extra local o ports/156335 gecko www/firefox: Repeatable firefox-4.0_1,1 crash f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 20 problems total. From owner-freebsd-gecko@FreeBSD.ORG Tue Jan 8 14:01:57 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D43D044E for ; Tue, 8 Jan 2013 14:01:57 +0000 (UTC) (envelope-from sanpei@sanpei.org) Received: from mail2.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 8C728265 for ; Tue, 8 Jan 2013 14:01:57 +0000 (UTC) Received: from cherry2.sanpei.org (j069113.ppp.asahi-net.or.jp [61.213.69.113]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id 2AD2B1622D; Tue, 8 Jan 2013 22:43:06 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by cherry2.sanpei.org (8.14.5/8.14.4) with ESMTP id r08DgZ1v026314; Tue, 8 Jan 2013 22:43:05 +0900 (JST) (envelope-from sanpei@sanpei.org) Date: Tue, 08 Jan 2013 22:42:35 +0900 (JST) Message-Id: <20130108.224235.872338780898972143.sanpei@sanpei.org> To: gecko@FreeBSD.org Subject: [FreeBSD] firefox does not run on 10-current From: MIHIRA Sanpei Yoshiro X-Mailer: Mew version 6.3 on Emacs 24.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (cherry2.sanpei.org [127.0.0.1]); Tue, 08 Jan 2013 22:43:05 +0900 (JST) X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2013 14:01:57 -0000 Hi, all. After all, I compiled firefox on FreeBSD-9.1-RELEASE/i386 with same ports tree. I can run firefox without SIGSEGV. This issue only reproduced on latest-10-current. Latest 10-current has /lib/libcxxrt.so.1. This issue related to libcxxrt.so.1, I think. >I would like to use latest firefox on 10-current/i386. >However I can not run firefox with SIGSEGV(exited on signal 11 (core dumped)). > >If someone have any solution, please let me to know. > >environment: >FreeBSD 10-current/i386(r244946). >IBM Think Pad X31 or Virtual Box. > >(gdb) run >Starting program: /mnt/local/bin/firefox >(no debugging symbols found)...(no debugging symbols found)...(no debugging sym] >(no debugging symbols found)...(no debugging symbols found)...(no debugging sym] >(no debugging symbols found)...(no debugging symbols found)... >Program received signal SIGSEGV, Segmentation fault. >[Switching to Thread 28501080 (LWP 100099/firefox)] >0x28bed135 in std::_Rb_tree(gdb) bt >#0 0x28bed135 in std::_Rb_tree#1 0x28a9db30 in std::__copy::copy from /mnt/local/lib/firefox/libxul.so >#2 0x297be7b7 in non-virtual thunk to nsPrintSession::QueryInterface(nsID conso >#3 0x297a1424 in JSD_GetValueForObject () > from /mnt/local/lib/firefox/libxul.so >#4 0x2d7caa00 in ?? () >#5 0x2e2c0200 in ?? () >#6 0x2ef5ccb8 in ?? () >#7 0x0000005f in ?? () >#8 0x00000000 in ?? () --- MIHIRA, Sanpei Yoshiro Tokyo, Japan. From owner-freebsd-gecko@FreeBSD.ORG Wed Jan 9 00:34:37 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9735B9EF for ; Wed, 9 Jan 2013 00:34:37 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 3A51F7CF for ; Wed, 9 Jan 2013 00:34:36 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r090YS6M065801 for ; Wed, 9 Jan 2013 00:34: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 r090YNAK063409 for freebsd-gecko@freebsd.org; Wed, 9 Jan 2013 00:34:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 9 Jan 2013 00:34:23 GMT Message-Id: <201301090034.r090YNAK063409@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] r1133 - in trunk: mail/thunderbird-esr/files mail/thunderbird/files www/firefox-esr/files www/firefox-nightly/files www/firefox/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 00:34:37 -0000 Author: jbeich Date: Wed Jan 9 00:34:22 2013 New Revision: 1133 Log: oops, r1112 broke build on i386 Reported by: flo Added: trunk/mail/thunderbird-esr/files/patch-bug828003 trunk/mail/thunderbird/files/patch-bug828003 trunk/www/firefox-esr/files/patch-bug828003 trunk/www/firefox-nightly/files/patch-bug828003 trunk/www/firefox/files/patch-bug828003 trunk/www/seamonkey/files/patch-bug828003 Deleted: trunk/mail/thunderbird-esr/files/patch-mozilla-gfx-qcms-qcmstypes.h trunk/mail/thunderbird/files/patch-mozilla-gfx-qcms-qcmstypes.h trunk/www/firefox-esr/files/patch-gfx-qcms-qcmstypes.h trunk/www/firefox-nightly/files/patch-gfx-qcms-qcmstypes.h trunk/www/firefox/files/patch-gfx-qcms-qcmstypes.h trunk/www/seamonkey/files/patch-mozilla-gfx-qcms-qcmstypes.h Added: trunk/mail/thunderbird-esr/files/patch-bug828003 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird-esr/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) @@ -0,0 +1,36 @@ +--- mozilla/gfx/qcms/qcmstypes.h ++++ mozilla/gfx/qcms/qcmstypes.h +@@ -7,30 +7,12 @@ + #include "mozilla/StandardInteger.h" + + /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ ++/* stdint.h defines int*_t and uintptr_t */ + +-#if defined (__SVR4) && defined (__sun) +-/* int_types.h gets included somehow, so avoid redefining the types differently */ +-#include +-#elif defined (_AIX) ++#if defined (_AIX) + #include +-#elif defined(__OpenBSD__) +-#include +-#elif !defined(ANDROID) +-typedef int8_t int8_t; +-typedef uint8_t uint8_t; +-typedef int16_t int16_t; +-typedef uint16_t uint16_t; +-typedef int32_t int32_t; +-typedef uint32_t uint32_t; +-typedef int64_t int64_t; +-typedef uint64_t uint64_t; +- +-#ifdef __OS2__ +-/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ ++#elif __OS2__ + #include +-#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) +-typedef PRUptrdiff uintptr_t; +-#endif + #endif + + #else // MOZ_QCMS Deleted: trunk/mail/thunderbird-esr/files/patch-mozilla-gfx-qcms-qcmstypes.h ============================================================================== --- trunk/mail/thunderbird-esr/files/patch-mozilla-gfx-qcms-qcmstypes.h Wed Jan 9 00:34:22 2013 (r1132) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- mozilla/gfx/qcms/qcmstypes.h~ -+++ mozilla/gfx/qcms/qcmstypes.h -@@ -8,6 +8,13 @@ - - /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ - -+#ifdef __FreeBSD__ -+# include -+# if __FreeBSD_version < 900037 && defined(_INTPTR_T_DECLARED) -+# define _UINTPTR_T_DEFINED // for old stdint.h -+# endif -+#endif -+ - #if defined (__SVR4) && defined (__sun) - /* int_types.h gets included somehow, so avoid redefining the types differently */ - #include Added: trunk/mail/thunderbird/files/patch-bug828003 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) @@ -0,0 +1,36 @@ +--- mozilla/gfx/qcms/qcmstypes.h ++++ mozilla/gfx/qcms/qcmstypes.h +@@ -7,30 +7,12 @@ + #include "mozilla/StandardInteger.h" + + /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ ++/* stdint.h defines int*_t and uintptr_t */ + +-#if defined (__SVR4) && defined (__sun) +-/* int_types.h gets included somehow, so avoid redefining the types differently */ +-#include +-#elif defined (_AIX) ++#if defined (_AIX) + #include +-#elif defined(__OpenBSD__) +-#include +-#elif !defined(ANDROID) +-typedef int8_t int8_t; +-typedef uint8_t uint8_t; +-typedef int16_t int16_t; +-typedef uint16_t uint16_t; +-typedef int32_t int32_t; +-typedef uint32_t uint32_t; +-typedef int64_t int64_t; +-typedef uint64_t uint64_t; +- +-#ifdef __OS2__ +-/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ ++#elif __OS2__ + #include +-#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) +-typedef unsigned long uintptr_t; +-#endif + #endif + + #else // MOZ_QCMS Deleted: trunk/mail/thunderbird/files/patch-mozilla-gfx-qcms-qcmstypes.h ============================================================================== --- trunk/mail/thunderbird/files/patch-mozilla-gfx-qcms-qcmstypes.h Wed Jan 9 00:34:22 2013 (r1132) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- mozilla/gfx/qcms/qcmstypes.h~ -+++ mozilla/gfx/qcms/qcmstypes.h -@@ -8,6 +8,13 @@ - - /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ - -+#ifdef __FreeBSD__ -+# include -+# if __FreeBSD_version < 900037 && defined(_INTPTR_T_DECLARED) -+# define _UINTPTR_T_DEFINED // for old stdint.h -+# endif -+#endif -+ - #if defined (__SVR4) && defined (__sun) - /* int_types.h gets included somehow, so avoid redefining the types differently */ - #include Added: trunk/www/firefox-esr/files/patch-bug828003 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-esr/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) @@ -0,0 +1,36 @@ +--- gfx/qcms/qcmstypes.h ++++ gfx/qcms/qcmstypes.h +@@ -7,30 +7,12 @@ + #include "mozilla/StandardInteger.h" + + /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ ++/* stdint.h defines int*_t and uintptr_t */ + +-#if defined (__SVR4) && defined (__sun) +-/* int_types.h gets included somehow, so avoid redefining the types differently */ +-#include +-#elif defined (_AIX) ++#if defined (_AIX) + #include +-#elif defined(__OpenBSD__) +-#include +-#elif !defined(ANDROID) +-typedef int8_t int8_t; +-typedef uint8_t uint8_t; +-typedef int16_t int16_t; +-typedef uint16_t uint16_t; +-typedef int32_t int32_t; +-typedef uint32_t uint32_t; +-typedef int64_t int64_t; +-typedef uint64_t uint64_t; +- +-#ifdef __OS2__ +-/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ ++#elif __OS2__ + #include +-#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) +-typedef PRUptrdiff uintptr_t; +-#endif + #endif + + #else // MOZ_QCMS Deleted: trunk/www/firefox-esr/files/patch-gfx-qcms-qcmstypes.h ============================================================================== --- trunk/www/firefox-esr/files/patch-gfx-qcms-qcmstypes.h Wed Jan 9 00:34:22 2013 (r1132) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- gfx/qcms/qcmstypes.h~ -+++ gfx/qcms/qcmstypes.h -@@ -8,6 +8,13 @@ - - /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ - -+#ifdef __FreeBSD__ -+# include -+# if __FreeBSD_version < 900037 && defined(_INTPTR_T_DECLARED) -+# define _UINTPTR_T_DEFINED // for old stdint.h -+# endif -+#endif -+ - #if defined (__SVR4) && defined (__sun) - /* int_types.h gets included somehow, so avoid redefining the types differently */ - #include Added: trunk/www/firefox-nightly/files/patch-bug828003 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) @@ -0,0 +1,36 @@ +--- gfx/qcms/qcmstypes.h ++++ gfx/qcms/qcmstypes.h +@@ -7,30 +7,12 @@ + #include "mozilla/StandardInteger.h" + + /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ ++/* stdint.h defines int*_t and uintptr_t */ + +-#if defined (__SVR4) && defined (__sun) +-/* int_types.h gets included somehow, so avoid redefining the types differently */ +-#include +-#elif defined (_AIX) ++#if defined (_AIX) + #include +-#elif defined(__OpenBSD__) +-#include +-#elif !defined(ANDROID) +-typedef int8_t int8_t; +-typedef uint8_t uint8_t; +-typedef int16_t int16_t; +-typedef uint16_t uint16_t; +-typedef int32_t int32_t; +-typedef uint32_t uint32_t; +-typedef int64_t int64_t; +-typedef uint64_t uint64_t; +- +-#ifdef __OS2__ +-/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ ++#elif __OS2__ + #include +-#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) +-typedef unsigned long uintptr_t; +-#endif + #endif + + #else // MOZ_QCMS Deleted: trunk/www/firefox-nightly/files/patch-gfx-qcms-qcmstypes.h ============================================================================== --- trunk/www/firefox-nightly/files/patch-gfx-qcms-qcmstypes.h Wed Jan 9 00:34:22 2013 (r1132) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- gfx/qcms/qcmstypes.h~ -+++ gfx/qcms/qcmstypes.h -@@ -8,6 +8,13 @@ - - /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ - -+#ifdef __FreeBSD__ -+# include -+# if __FreeBSD_version < 900037 && defined(_INTPTR_T_DECLARED) -+# define _UINTPTR_T_DEFINED // for old stdint.h -+# endif -+#endif -+ - #if defined (__SVR4) && defined (__sun) - /* int_types.h gets included somehow, so avoid redefining the types differently */ - #include Added: trunk/www/firefox/files/patch-bug828003 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) @@ -0,0 +1,36 @@ +--- gfx/qcms/qcmstypes.h ++++ gfx/qcms/qcmstypes.h +@@ -7,30 +7,12 @@ + #include "mozilla/StandardInteger.h" + + /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ ++/* stdint.h defines int*_t and uintptr_t */ + +-#if defined (__SVR4) && defined (__sun) +-/* int_types.h gets included somehow, so avoid redefining the types differently */ +-#include +-#elif defined (_AIX) ++#if defined (_AIX) + #include +-#elif defined(__OpenBSD__) +-#include +-#elif !defined(ANDROID) +-typedef int8_t int8_t; +-typedef uint8_t uint8_t; +-typedef int16_t int16_t; +-typedef uint16_t uint16_t; +-typedef int32_t int32_t; +-typedef uint32_t uint32_t; +-typedef int64_t int64_t; +-typedef uint64_t uint64_t; +- +-#ifdef __OS2__ +-/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ ++#elif __OS2__ + #include +-#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) +-typedef unsigned long uintptr_t; +-#endif + #endif + + #else // MOZ_QCMS Deleted: trunk/www/firefox/files/patch-gfx-qcms-qcmstypes.h ============================================================================== --- trunk/www/firefox/files/patch-gfx-qcms-qcmstypes.h Wed Jan 9 00:34:22 2013 (r1132) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- gfx/qcms/qcmstypes.h~ -+++ gfx/qcms/qcmstypes.h -@@ -8,6 +8,13 @@ - - /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ - -+#ifdef __FreeBSD__ -+# include -+# if __FreeBSD_version < 900037 && defined(_INTPTR_T_DECLARED) -+# define _UINTPTR_T_DEFINED // for old stdint.h -+# endif -+#endif -+ - #if defined (__SVR4) && defined (__sun) - /* int_types.h gets included somehow, so avoid redefining the types differently */ - #include Added: trunk/www/seamonkey/files/patch-bug828003 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) @@ -0,0 +1,36 @@ +--- mozilla/gfx/qcms/qcmstypes.h ++++ mozilla/gfx/qcms/qcmstypes.h +@@ -7,30 +7,12 @@ + #include "mozilla/StandardInteger.h" + + /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ ++/* stdint.h defines int*_t and uintptr_t */ + +-#if defined (__SVR4) && defined (__sun) +-/* int_types.h gets included somehow, so avoid redefining the types differently */ +-#include +-#elif defined (_AIX) ++#if defined (_AIX) + #include +-#elif defined(__OpenBSD__) +-#include +-#elif !defined(ANDROID) +-typedef int8_t int8_t; +-typedef uint8_t uint8_t; +-typedef int16_t int16_t; +-typedef uint16_t uint16_t; +-typedef int32_t int32_t; +-typedef uint32_t uint32_t; +-typedef int64_t int64_t; +-typedef uint64_t uint64_t; +- +-#ifdef __OS2__ +-/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ ++#elif __OS2__ + #include +-#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) +-typedef unsigned long uintptr_t; +-#endif + #endif + + #else // MOZ_QCMS Deleted: trunk/www/seamonkey/files/patch-mozilla-gfx-qcms-qcmstypes.h ============================================================================== --- trunk/www/seamonkey/files/patch-mozilla-gfx-qcms-qcmstypes.h Wed Jan 9 00:34:22 2013 (r1132) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ ---- mozilla/gfx/qcms/qcmstypes.h~ -+++ mozilla/gfx/qcms/qcmstypes.h -@@ -8,6 +8,13 @@ - - /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ - -+#ifdef __FreeBSD__ -+# include -+# if __FreeBSD_version < 900037 && defined(_INTPTR_T_DECLARED) -+# define _UINTPTR_T_DEFINED // for old stdint.h -+# endif -+#endif -+ - #if defined (__SVR4) && defined (__sun) - /* int_types.h gets included somehow, so avoid redefining the types differently */ - #include From owner-freebsd-gecko@FreeBSD.ORG Wed Jan 9 08:12:08 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CF491372 for ; Wed, 9 Jan 2013 08:12:08 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 745BA933 for ; Wed, 9 Jan 2013 08:12:08 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r098C6V3013964 for ; Wed, 9 Jan 2013 08:12:06 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r098C1x1011992 for freebsd-gecko@freebsd.org; Wed, 9 Jan 2013 08:12:01 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 9 Jan 2013 08:12:01 GMT Message-Id: <201301090812.r098C1x1011992@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] r1134 - in trunk: mail/thunderbird-esr/files mail/thunderbird/files www/firefox-esr/files www/firefox-nightly/files www/firefox/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 08:12:08 -0000 Author: jbeich Date: Wed Jan 9 08:12:01 2013 New Revision: 1134 Log: fix cosmetic typos Modified: trunk/mail/thunderbird-esr/files/patch-bug828003 trunk/mail/thunderbird/files/patch-bug828003 trunk/www/firefox-esr/files/patch-bug828003 trunk/www/firefox-nightly/files/patch-bug828003 trunk/www/firefox/files/patch-bug828003 trunk/www/seamonkey/files/patch-bug828003 Modified: trunk/mail/thunderbird-esr/files/patch-bug828003 ============================================================================== --- trunk/mail/thunderbird-esr/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) +++ trunk/mail/thunderbird-esr/files/patch-bug828003 Wed Jan 9 08:12:01 2013 (r1134) @@ -4,13 +4,13 @@ #include "mozilla/StandardInteger.h" /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ -+/* stdint.h defines int*_t and uintptr_t */ ++/* StandardInteger.h defines int*_t and uintptr_t */ -#if defined (__SVR4) && defined (__sun) -/* int_types.h gets included somehow, so avoid redefining the types differently */ -#include -#elif defined (_AIX) -+#if defined (_AIX) ++#if defined(_AIX) #include -#elif defined(__OpenBSD__) -#include @@ -26,7 +26,7 @@ - -#ifdef __OS2__ -/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ -+#elif __OS2__ ++#elif defined(__OS2__) #include -#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -typedef PRUptrdiff uintptr_t; Modified: trunk/mail/thunderbird/files/patch-bug828003 ============================================================================== --- trunk/mail/thunderbird/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) +++ trunk/mail/thunderbird/files/patch-bug828003 Wed Jan 9 08:12:01 2013 (r1134) @@ -4,13 +4,13 @@ #include "mozilla/StandardInteger.h" /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ -+/* stdint.h defines int*_t and uintptr_t */ ++/* StandardInteger.h defines int*_t and uintptr_t */ -#if defined (__SVR4) && defined (__sun) -/* int_types.h gets included somehow, so avoid redefining the types differently */ -#include -#elif defined (_AIX) -+#if defined (_AIX) ++#if defined(_AIX) #include -#elif defined(__OpenBSD__) -#include @@ -26,7 +26,7 @@ - -#ifdef __OS2__ -/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ -+#elif __OS2__ ++#elif defined(__OS2__) #include -#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -typedef unsigned long uintptr_t; Modified: trunk/www/firefox-esr/files/patch-bug828003 ============================================================================== --- trunk/www/firefox-esr/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) +++ trunk/www/firefox-esr/files/patch-bug828003 Wed Jan 9 08:12:01 2013 (r1134) @@ -4,13 +4,13 @@ #include "mozilla/StandardInteger.h" /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ -+/* stdint.h defines int*_t and uintptr_t */ ++/* StandardInteger.h defines int*_t and uintptr_t */ -#if defined (__SVR4) && defined (__sun) -/* int_types.h gets included somehow, so avoid redefining the types differently */ -#include -#elif defined (_AIX) -+#if defined (_AIX) ++#if defined(_AIX) #include -#elif defined(__OpenBSD__) -#include @@ -26,7 +26,7 @@ - -#ifdef __OS2__ -/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ -+#elif __OS2__ ++#elif defined(__OS2__) #include -#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -typedef PRUptrdiff uintptr_t; Modified: trunk/www/firefox-nightly/files/patch-bug828003 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) +++ trunk/www/firefox-nightly/files/patch-bug828003 Wed Jan 9 08:12:01 2013 (r1134) @@ -4,13 +4,13 @@ #include "mozilla/StandardInteger.h" /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ -+/* stdint.h defines int*_t and uintptr_t */ ++/* StandardInteger.h defines int*_t and uintptr_t */ -#if defined (__SVR4) && defined (__sun) -/* int_types.h gets included somehow, so avoid redefining the types differently */ -#include -#elif defined (_AIX) -+#if defined (_AIX) ++#if defined(_AIX) #include -#elif defined(__OpenBSD__) -#include @@ -26,7 +26,7 @@ - -#ifdef __OS2__ -/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ -+#elif __OS2__ ++#elif defined(__OS2__) #include -#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -typedef unsigned long uintptr_t; Modified: trunk/www/firefox/files/patch-bug828003 ============================================================================== --- trunk/www/firefox/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) +++ trunk/www/firefox/files/patch-bug828003 Wed Jan 9 08:12:01 2013 (r1134) @@ -4,13 +4,13 @@ #include "mozilla/StandardInteger.h" /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ -+/* stdint.h defines int*_t and uintptr_t */ ++/* StandardInteger.h defines int*_t and uintptr_t */ -#if defined (__SVR4) && defined (__sun) -/* int_types.h gets included somehow, so avoid redefining the types differently */ -#include -#elif defined (_AIX) -+#if defined (_AIX) ++#if defined(_AIX) #include -#elif defined(__OpenBSD__) -#include @@ -26,7 +26,7 @@ - -#ifdef __OS2__ -/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ -+#elif __OS2__ ++#elif defined(__OS2__) #include -#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -typedef unsigned long uintptr_t; Modified: trunk/www/seamonkey/files/patch-bug828003 ============================================================================== --- trunk/www/seamonkey/files/patch-bug828003 Wed Jan 9 00:34:22 2013 (r1133) +++ trunk/www/seamonkey/files/patch-bug828003 Wed Jan 9 08:12:01 2013 (r1134) @@ -4,13 +4,13 @@ #include "mozilla/StandardInteger.h" /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ -+/* stdint.h defines int*_t and uintptr_t */ ++/* StandardInteger.h defines int*_t and uintptr_t */ -#if defined (__SVR4) && defined (__sun) -/* int_types.h gets included somehow, so avoid redefining the types differently */ -#include -#elif defined (_AIX) -+#if defined (_AIX) ++#if defined(_AIX) #include -#elif defined(__OpenBSD__) -#include @@ -26,7 +26,7 @@ - -#ifdef __OS2__ -/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ -+#elif __OS2__ ++#elif defined(__OS2__) #include -#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -typedef unsigned long uintptr_t; From owner-freebsd-gecko@FreeBSD.ORG Wed Jan 9 23:43:24 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D25E381C; Wed, 9 Jan 2013 23:43:24 +0000 (UTC) (envelope-from flo@smeets.im) Received: from mail.solomo.de (mail.solomo.de [IPv6:2a01:4f8:162:1142::2]) by mx1.freebsd.org (Postfix) with ESMTP id C0E70642; Wed, 9 Jan 2013 23:43:23 +0000 (UTC) Received: from cpos1.nexxtmobile.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id E0D81355A; Thu, 10 Jan 2013 00:43:22 +0100 (CET) X-Virus-Scanned: amavisd-new at nexxtmobile.de Received: from mail.solomo.de ([127.0.0.1]) by cpos1.nexxtmobile.de (cpos1.nexxtmobile.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iMuV8tnHkxzd; Thu, 10 Jan 2013 00:43:18 +0100 (CET) Received: from nibbler-osx.local (b2b-92-50-66-163.unitymedia.biz [92.50.66.163]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 5B5C1354B; Thu, 10 Jan 2013 00:43:17 +0100 (CET) Message-ID: <50EE0094.9000407@smeets.im> Date: Thu, 10 Jan 2013 00:43:16 +0100 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Thunderbird/21.0a1 MIME-Version: 1.0 To: gecko@freebsd.org Subject: Fwd: svn commit: r310165 - in head: Mk mail/linux-thunderbird mail/thunderbird mail/thunderbird-esr mail/thunderbird-esr-i18n mail/thunderbird-i18n security/ca_root_nss security/nss security/vuxml www/f... References: <201301092328.r09NSKeJ062659@svn.freebsd.org> In-Reply-To: <201301092328.r09NSKeJ062659@svn.freebsd.org> X-Enigmail-Version: 1.6a1pre X-Forwarded-Message-Id: <201301092328.r09NSKeJ062659@svn.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2OPQOSOTNPFHCRKATVMTV" Cc: Beat Gaetzi , Jan Beich X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 23:43:24 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2OPQOSOTNPFHCRKATVMTV Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable A little update 1. firefox 18.0 was not committed because it still fails on i386 In file included from /wrkdirs/usr/ports/www/firefox/work/mozilla-release/content/base/src/nsTe= xtFragment.cpp:21: /wrkdirs/usr/ports/www/firefox/work/mozilla-release/content/base/src/nsTe= xtFragmentImpl.h:19: error: integer constant is too large for 'long' type /wrkdirs/usr/ports/www/firefox/work/mozilla-release/content/base/src/nsTe= xtFragmentImpl.h: In static member function 'static size_t Non8BitParameters<8u>::mask()': /wrkdirs/usr/ports/www/firefox/work/mozilla-release/content/base/src/nsTe= xtFragmentImpl.h:19: warning: large integer implicitly truncated to unsigned type gmake[5]: *** [nsTextFragment.o] Error 1 gmake[5]: *** Waiting for unfinished jobs.... 2. seamonkey 2.15 was not committed because I could not figure out how to check in this file patch-mozilla-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib= -spreadsort.hpp --- mozilla/media/webrtc/trunk/src/system_wrappers/source/spreadsortlib/sprea= dsort.hpp~ +++ mozilla/media/webrtc/trunk/src/system_wrappers/source/spreadsortlib/sprea= dsort.hpp @@ -21,6 +21,13 @@ Scott McMurray #include "constants.hpp"^M #include ^M ^M +#ifdef __FreeBSD__^M +# include ^M +# if __FreeBSD_version < 900506^M +# define getchar boost_getchar^M +# endif^M +#endif^M +^M namespace boost {^M namespace detail {^M //This only works on unsigned data types^M It complains about "svn: E135000: Inconsistent line ending style" I tried all possible values for svn:eol-style. The original file the patch was created from is in "DOS" format, so the patch needs to be too... 3. Oh right and i did not get enigmail 1.5.0, that is required for seamonkey 2.15 to compile, yet. "/usr/bin/ld" --eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=3Dboth --enable-new-dtags -o libsubprocess.so /usr/lib/crt1.= o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/lib -Bsymbolic subprocess.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/crtend.o /usr/lib/crtn.o /usr/lib/crt1.o: In function `_start': /usr/home/flo/dev/checkouts/svn-src/lib/csu/amd64/crt1.c:(.text+0x13b): undefined reference to `main' So due to trying to get something into a committable state i did not really have time to look into any of those in detail yet. I probably won't have much time before the weekend. Help would be much appreciated. :) Thanks, Florian -------- Original Message -------- Subject: svn commit: r310165 - in head: Mk mail/linux-thunderbird mail/thunderbird mail/thunderbird-esr mail/thunderbird-esr-i18n mail/thunderbird-i18n security/ca_root_nss security/nss security/vuxml www/f... Date: Wed, 9 Jan 2013 23:28:20 +0000 (UTC) From: Florian Smeets To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Author: flo Date: Wed Jan 9 23:28:19 2013 New Revision: 310165 URL: http://svnweb.freebsd.org/changeset/ports/310165 Log: - update firefox, thunderbird, linux-firefox and linux-thunderbird to 17.0.2 - update firefox-esr, thunderbird-esr and libxul to 10.0.12 - update linux-seamonkey to 2.15 Security: http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html Modified: head/Mk/bsd.gecko.mk head/mail/linux-thunderbird/Makefile head/mail/linux-thunderbird/distinfo head/mail/linux-thunderbird/pkg-plist (contents, props changed) head/mail/thunderbird-esr-i18n/Makefile head/mail/thunderbird-esr-i18n/distinfo head/mail/thunderbird-esr/Makefile head/mail/thunderbird-esr/distinfo head/mail/thunderbird-i18n/Makefile head/mail/thunderbird-i18n/distinfo head/mail/thunderbird/Makefile head/mail/thunderbird/distinfo head/security/ca_root_nss/Makefile head/security/nss/Makefile head/security/vuxml/vuln.xml head/www/firefox/Makefile head/www/firefox/Makefile.options head/www/firefox/distinfo head/www/libxul/Makefile head/www/libxul/distinfo head/www/linux-firefox/Makefile head/www/linux-firefox/distinfo head/www/linux-firefox/pkg-plist (contents, props changed) head/www/linux-seamonkey/Makefile head/www/linux-seamonkey/Makefile.common head/www/linux-seamonkey/distinfo head/www/linux-seamonkey/pkg-plist Modified: head/Mk/bsd.gecko.mk =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/Mk/bsd.gecko.mk Wed Jan 9 21:58:12 2013 (r310164) +++ head/Mk/bsd.gecko.mk Wed Jan 9 23:28:19 2013 (r310165) @@ -441,7 +441,7 @@ Gecko_Pre_Include=3D bsd.gecko.mk # # Ports can use the following: # -# USE_MOZILLA By default, it enables the denendencies: cairo, dbm, +# USE_MOZILLA By default, it enables the denendencies: cairo, # event, ffi, hunspell, jpeg, nspr, nss, png, sqlite, # vpx and zip. Search for '_ALL_DEPENDS' below to see # the list. If your port doesn't need one of list then @@ -554,10 +554,10 @@ LDFLAGS+=3D -Wl,-rpath,${PREFIX}/lib/${MO .if ${MOZILLA_VER:R:R} >=3D 16 || exists(${.CURDIR}/files/patch-bug78895= 5) .if ${OSVERSION} > 1000011 # use jemalloc 3.0.0 API in libc -MOZ_EXPORT+=3D MOZ_JEMALLOC=3D1 +MOZ_EXPORT+=3D MOZ_JEMALLOC=3D1 MOZ_JEMALLOC3=3D1 .elif ${OSVERSION} > 701106 MOZ_OPTIONS+=3D --enable-jemalloc -MOZ_EXPORT+=3D MOZ_JEMALLOC=3D1 +MOZ_EXPORT+=3D MOZ_JEMALLOC=3D1 MOZ_JEMALLOC3=3D1 .endif .endif @@ -568,14 +568,12 @@ MOZ_EXPORT+=3D ac_cv_thread_keyword=3Dno \ .endif # Standard depends -_ALL_DEPENDS=3D cairo dbm event ffi hunspell jpeg nspr nss png sqlite vp= x zip +_ALL_DEPENDS=3D cairo event ffi hunspell jpeg nspr nss png sqlite vpx zi= p cairo_LIB_DEPENDS=3D cairo:${PORTSDIR}/graphics/cairo cairo_MOZ_OPTIONS=3D --enable-system-cairo --enable-system-pixman cairo_EXTRACT_AFTER_ARGS=3D --exclude mozilla*/gfx/cairo -dbm_EXTRACT_AFTER_ARGS=3D --exclude mozilla*/dbm - event_LIB_DEPENDS=3D event-2.0:${PORTSDIR}/devel/libevent2 event_MOZ_OPTIONS=3D --with-system-libevent event_EXTRACT_AFTER_ARGS=3D --exclude mozilla*/ipc/chromium/src/third_party/libevent @@ -598,7 +596,8 @@ nspr_MOZ_OPTIONS=3D --with-system-nspr nss_LIB_DEPENDS=3D nss3:${PORTSDIR}/security/nss nss_MOZ_OPTIONS=3D --with-system-nss -nss_EXTRACT_AFTER_ARGS=3D --exclude mozilla*/security/coreconf \ +nss_EXTRACT_AFTER_ARGS=3D --exclude mozilla*/dbm \ + --exclude mozilla*/security/coreconf \ --exclude mozilla*/security/nss png_LIB_DEPENDS=3D png15:${PORTSDIR}/graphics/png @@ -607,6 +606,9 @@ png_EXTRACT_AFTER_ARGS=3D --exclude mozill sqlite_LIB_DEPENDS=3D sqlite3:${PORTSDIR}/databases/sqlite3 sqlite_MOZ_OPTIONS=3D --enable-system-sqlite +.if ${MOZILLA_VER:R:R} >=3D 20 || exists(${.CURDIR}/files/patch-bug78780= 4) +sqlite_EXTRACT_AFTER_ARGS=3D --exclude mozilla*/db/sqlite3 +.endif vpx_LIB_DEPENDS=3D vpx:${PORTSDIR}/multimedia/libvpx vpx_MOZ_OPTIONS=3D --with-system-libvpx @@ -663,12 +665,10 @@ MOZ_OPTIONS+=3D --with-system-zlib \ LIBS+=3D -Wl,--as-needed,-lcxxrt,--no-as-needed .endif -.if ${PORT_OPTIONS:MQT4} -MOZ_TOOLKIT=3D cairo-qt -USE_MOZILLA+=3D -cairo # ports/169343 -.endif - .if ${MOZ_TOOLKIT:Mcairo-qt} +# don't use - transparent backgrounds (bug 521582), +USE_MOZILLA+=3D -cairo # ports/169343 +USE_DISPLAY=3Dyes # install USE_GNOME+=3D pango USE_QT4+=3D moc_build gui network opengl MOZ_OPTIONS+=3D --with-qtdir=3D # pkg-config @@ -735,6 +735,16 @@ MOZ_OPTIONS+=3D --enable-libproxy MOZ_OPTIONS+=3D --disable-libproxy .endif +.if ${PORT_OPTIONS:MWEBRTC} +BUILD_DEPENDS+=3D v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat +LIB_DEPENDS+=3D v4l2:${PORTSDIR}/multimedia/libv4l +. if ! ${PORT_OPTIONS:MALSA} +IGNORE=3D WEBRTC works only with ALSA audio backend +. endif +.else +MOZ_OPTIONS+=3D --disable-webrtc +.endif + .if ${PORT_OPTIONS:MALSA} LIB_DEPENDS+=3D asound.2:${PORTSDIR}/audio/alsa-lib RUN_DEPENDS+=3D ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/a= lsa-plugins @@ -842,13 +852,17 @@ gecko-post-patch: ${PATCH} ${PATCH_ARGS} -d ${MOZSRC}/nsprpub/build < $$i; \ done @${REINPLACE_CMD} -e '/DLL_SUFFIX/s/so\.1$$/so/' \ - ${WRKSRC}/nsprpub/configure + ${MOZSRC}/nsprpub/configure .endif .if ${USE_MOZILLA:M-nss} @${ECHO_MSG} "=3D=3D=3D> Applying NSS patches" @for i in ${.CURDIR}/../../security/nss/files/patch-*; do \ ${PATCH} ${PATCH_ARGS} -d ${MOZSRC}/security/nss < $$i; \ done + @${REINPLACE_CMD} -e '/DLL_SUFFIX/d' \ + ${MOZSRC}/security/coreconf/FreeBSD.mk + @${REINPLACE_CMD} -e '/\.so/d' \ + ${MOZSRC}/security/coreconf/rules.mk .endif .for subdir in "" nsprpub js/src @if [ -f ${MOZSRC}/${subdir}/config/system-headers ] ; then \ Modified: head/mail/linux-thunderbird/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/linux-thunderbird/Makefile Wed Jan 9 21:58:12 2013 (r31016= 4) +++ head/mail/linux-thunderbird/Makefile Wed Jan 9 23:28:19 2013 (r31016= 5) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME=3D thunderbird -PORTVERSION=3D 10.0.11 +PORTVERSION=3D 17.0.2 CATEGORIES=3D mail MASTER_SITE_SUBDIR?=3D ${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US DISTNAME=3D ${PORTNAME}-${DISTVERSION}esr Modified: head/mail/linux-thunderbird/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/linux-thunderbird/distinfo Wed Jan 9 21:58:12 2013 (r31016= 4) +++ head/mail/linux-thunderbird/distinfo Wed Jan 9 23:28:19 2013 (r31016= 5) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-10.0.11esr.tar.bz2) =3D 60a3b539072332814a0317eab20c24fe83b33032ff4226f717633b0f28c32fbf -SIZE (thunderbird-10.0.11esr.tar.bz2) =3D 18586806 +SHA256 (thunderbird-17.0.2esr.tar.bz2) =3D 23757b745ab185bcded749377f727e5f0df75daf9df6ea2a1884d26e528aad01 +SIZE (thunderbird-17.0.2esr.tar.bz2) =3D 21453920 Modified: head/mail/linux-thunderbird/pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/linux-thunderbird/pkg-plist Wed Jan 9 21:58:12 2013 (r3101= 64) +++ head/mail/linux-thunderbird/pkg-plist Wed Jan 9 23:28:19 2013 (r3101= 65) @@ -17,13 +17,18 @@ lib/%%APP_NAME%%/crashreporter lib/%%APP_NAME%%/crashreporter.ini lib/%%APP_NAME%%/defaults/messenger/mailViews.dat lib/%%APP_NAME%%/defaults/pref/channel-prefs.js +lib/%%APP_NAME%%/dependentlibs.list lib/%%APP_NAME%%/dictionaries/en-US.aff lib/%%APP_NAME%%/dictionaries/en-US.dic +lib/%%APP_NAME%%/distribution/extensions/tbtestpilot@labs.mozilla.com.xp= i lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrom= e.manifest lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.= png lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/insta= ll.rdf lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/previ= ew.png lib/%%APP_NAME%%/icons/updater.png +lib/%%APP_NAME%%/isp/Bogofilter.sfd +lib/%%APP_NAME%%/isp/DSPAM.sfd +lib/%%APP_NAME%%/isp/POPFile.sfd lib/%%APP_NAME%%/isp/SpamAssassin.sfd lib/%%APP_NAME%%/isp/SpamPal.sfd lib/%%APP_NAME%%/isp/movemail.rdf @@ -60,36 +65,33 @@ lib/%%APP_NAME%%/searchplugins/amazondot lib/%%APP_NAME%%/searchplugins/aol-web-search.xml lib/%%APP_NAME%%/searchplugins/bing.xml lib/%%APP_NAME%%/searchplugins/eBay.xml -lib/%%APP_NAME%%/searchplugins/google.xml lib/%%APP_NAME%%/searchplugins/twitter.xml lib/%%APP_NAME%%/searchplugins/wikipedia.xml lib/%%APP_NAME%%/searchplugins/yahoo.xml lib/%%APP_NAME%%/thunderbird lib/%%APP_NAME%%/thunderbird-bin -lib/%%APP_NAME%%/update.locale +lib/%%APP_NAME%%/update-settings.ini lib/%%APP_NAME%%/updater lib/%%APP_NAME%%/updater.ini @exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true @exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true -@dirrm lib/%%APP_NAME%%/searchplugins -@dirrm lib/%%APP_NAME%%/jsloader/resource -@dirrm lib/%%APP_NAME%%/jsloader -@dirrm lib/%%APP_NAME%%/isp -@dirrm lib/%%APP_NAME%%/icons -@dirrm lib/%%APP_NAME%%/hyphenation -@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd= } -@dirrm lib/%%APP_NAME%%/extensions -@dirrm lib/%%APP_NAME%%/distribution/extensions -@dirrm lib/%%APP_NAME%%/distribution -@dirrm lib/%%APP_NAME%%/dictionaries -@dirrm lib/%%APP_NAME%%/defaults/pref -@dirrm lib/%%APP_NAME%%/defaults/messenger -@dirrm lib/%%APP_NAME%%/defaults -@dirrm lib/%%APP_NAME%%/components @dirrm lib/%%APP_NAME%%/chrome/icons/default @dirrm lib/%%APP_NAME%%/chrome/icons @dirrm lib/%%APP_NAME%%/chrome +@dirrm lib/%%APP_NAME%%/components +@dirrm lib/%%APP_NAME%%/defaults/messenger +@dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/defaults +@dirrm lib/%%APP_NAME%%/dictionaries +@dirrm lib/%%APP_NAME%%/distribution/extensions +@dirrm lib/%%APP_NAME%%/distribution +@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd= } +@dirrm lib/%%APP_NAME%%/extensions +@dirrm lib/%%APP_NAME%%/icons +@dirrm lib/%%APP_NAME%%/isp +@dirrm lib/%%APP_NAME%%/plugins +@dirrm lib/%%APP_NAME%%/searchplugins @dirrm lib/%%APP_NAME%% @dirrmtry share/applications Modified: head/mail/thunderbird-esr-i18n/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/thunderbird-esr-i18n/Makefile Wed Jan 9 21:58:12 2013 (r310164) +++ head/mail/thunderbird-esr-i18n/Makefile Wed Jan 9 23:28:19 2013 (r310165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME=3D thunderbird-i18n -PORTVERSION=3D 10.0.11 +PORTVERSION=3D 10.0.12 CATEGORIES=3D mail MASTER_SITE_SUBDIR=3D thunderbird/releases/${PORTVERSION}esr/linux-i686/= xpi PKGNAMEPREFIX=3D Modified: head/mail/thunderbird-esr-i18n/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/thunderbird-esr-i18n/distinfo Wed Jan 9 21:58:12 2013 (r310164) +++ head/mail/thunderbird-esr-i18n/distinfo Wed Jan 9 23:28:19 2013 (r310165) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-10.0.11/ar.xpi) =3D 214b343032a857fb56eae1ee22e4ad45d720fa06b8b1c03d6d11fe1c3069e605 -SIZE (xpi/thunderbird-i18n-10.0.11/ar.xpi) =3D 441467 -SHA256 (xpi/thunderbird-i18n-10.0.11/br.xpi) =3D 14afe418632a29eeb7123c0e23ced7963ef578cb054899bdb5dded9eedab0696 -SIZE (xpi/thunderbird-i18n-10.0.11/br.xpi) =3D 415528 -SHA256 (xpi/thunderbird-i18n-10.0.11/ca.xpi) =3D 514848c1792f64823ebd24143bb2848b98542f9eb7b03781718b981762b57aaf -SIZE (xpi/thunderbird-i18n-10.0.11/ca.xpi) =3D 416070 -SHA256 (xpi/thunderbird-i18n-10.0.11/cs.xpi) =3D 93c208746f0d96d0fb40b2ac66c68ba4e9c4195817045e3d7238931b9d2c75d5 -SIZE (xpi/thunderbird-i18n-10.0.11/cs.xpi) =3D 419419 -SHA256 (xpi/thunderbird-i18n-10.0.11/da.xpi) =3D 9c4cbac91256137872d31e154818e57f1dc088eb4d2a5aebb3192983656dbc38 -SIZE (xpi/thunderbird-i18n-10.0.11/da.xpi) =3D 363376 -SHA256 (xpi/thunderbird-i18n-10.0.11/de.xpi) =3D 46d97e96efd7cb573851f28e21c0a24c836f127ed7f5f6ad996d992230d3120f -SIZE (xpi/thunderbird-i18n-10.0.11/de.xpi) =3D 418267 -SHA256 (xpi/thunderbird-i18n-10.0.11/en-GB.xpi) =3D adb3becdee20338e7c463d7b1139eb8b2a54a6fd2494615a92840f8c4333bd5c -SIZE (xpi/thunderbird-i18n-10.0.11/en-GB.xpi) =3D 391744 -SHA256 (xpi/thunderbird-i18n-10.0.11/en-US.xpi) =3D 6ad7db1a4c37c66b43e7b3bd5a745521bb1939859f158be902d27ffb0e201d4c -SIZE (xpi/thunderbird-i18n-10.0.11/en-US.xpi) =3D 391242 -SHA256 (xpi/thunderbird-i18n-10.0.11/es-AR.xpi) =3D 5132154604f702a2034656e997943c2fa163ddcb0cc898a9c746df141dfec6b7 -SIZE (xpi/thunderbird-i18n-10.0.11/es-AR.xpi) =3D 410727 -SHA256 (xpi/thunderbird-i18n-10.0.11/es-ES.xpi) =3D 5215598990526ea0bbee75bd1a3edbfab79460aa9361aa632e57ba33dd3defbf -SIZE (xpi/thunderbird-i18n-10.0.11/es-ES.xpi) =3D 355144 -SHA256 (xpi/thunderbird-i18n-10.0.11/et.xpi) =3D ff892552006284cc6d3c305d4797459e9296d06e43f6fd6086173a36ac996668 -SIZE (xpi/thunderbird-i18n-10.0.11/et.xpi) =3D 410725 -SHA256 (xpi/thunderbird-i18n-10.0.11/eu.xpi) =3D 8a414f2b0c58a08347502b0ac0964cef87d9693eadf8e61adaead7ed19cd1523 -SIZE (xpi/thunderbird-i18n-10.0.11/eu.xpi) =3D 406388 -SHA256 (xpi/thunderbird-i18n-10.0.11/fi.xpi) =3D 8cbd53dc5a2361b1d1010aeba6801cd284a8c08c794b70bec6091a9650e9b925 -SIZE (xpi/thunderbird-i18n-10.0.11/fi.xpi) =3D 411928 -SHA256 (xpi/thunderbird-i18n-10.0.11/fr.xpi) =3D 908e967eb4f8f16e52322cd611a8217a140de7cdb2d5cb80718ebd7edd1c32f8 -SIZE (xpi/thunderbird-i18n-10.0.11/fr.xpi) =3D 414750 -SHA256 (xpi/thunderbird-i18n-10.0.11/fy-NL.xpi) =3D ae86eb02ceb618f14fb41a74d3d6febd2a8e4d9167eccfb64538bbf52392fcba -SIZE (xpi/thunderbird-i18n-10.0.11/fy-NL.xpi) =3D 413985 -SHA256 (xpi/thunderbird-i18n-10.0.11/ga-IE.xpi) =3D b3fa668c16b4de600599e6905ba9e78cce289a186ecd2b72a380954d17bb6856 -SIZE (xpi/thunderbird-i18n-10.0.11/ga-IE.xpi) =3D 423261 -SHA256 (xpi/thunderbird-i18n-10.0.11/gd.xpi) =3D 05b5adef59039dda70abbbed4ce17015e863c1b0ad51b22135ff42ceabf94e36 -SIZE (xpi/thunderbird-i18n-10.0.11/gd.xpi) =3D 425877 -SHA256 (xpi/thunderbird-i18n-10.0.11/gl.xpi) =3D 7735520d103872165cb34b1a2f6ec3b5ff5dcd29108490cdf299a5a4725f30b4 -SIZE (xpi/thunderbird-i18n-10.0.11/gl.xpi) =3D 409229 -SHA256 (xpi/thunderbird-i18n-10.0.11/he.xpi) =3D 955997cdbaba9c7f62267848bad150022178e99dd84d0962121fe451637b87ef -SIZE (xpi/thunderbird-i18n-10.0.11/he.xpi) =3D 439207 -SHA256 (xpi/thunderbird-i18n-10.0.11/hu.xpi) =3D 927d277947e6bb40adb0f8c230cf3f78755f70ae05ad053e907121f70ba2028f -SIZE (xpi/thunderbird-i18n-10.0.11/hu.xpi) =3D 426357 -SHA256 (xpi/thunderbird-i18n-10.0.11/is.xpi) =3D 4a30da02c0b38c53cdbbae25d18c8068b751da2a574cbc041fafc942ff78c23e -SIZE (xpi/thunderbird-i18n-10.0.11/is.xpi) =3D 412634 -SHA256 (xpi/thunderbird-i18n-10.0.11/it.xpi) =3D 66f18fecc81d17404b85b1b72d9d28c1e58745372ad7fa0968072439c144824b -SIZE (xpi/thunderbird-i18n-10.0.11/it.xpi) =3D 347634 -SHA256 (xpi/thunderbird-i18n-10.0.11/ja.xpi) =3D d4d1fce632d1cc499b832b55eb3144c5a731de6eb57d5dfbf5e16bcaafddc947 -SIZE (xpi/thunderbird-i18n-10.0.11/ja.xpi) =3D 459031 -SHA256 (xpi/thunderbird-i18n-10.0.11/ko.xpi) =3D 37b469ef795120bd739542cd4124a62d545aed7f30b98f5f65c722777f5b0d0c -SIZE (xpi/thunderbird-i18n-10.0.11/ko.xpi) =3D 372016 -SHA256 (xpi/thunderbird-i18n-10.0.11/lt.xpi) =3D 0e681ca260c365bd84a119b341c32e2e4b6bc0b093711136ada12fbbc1834b79 -SIZE (xpi/thunderbird-i18n-10.0.11/lt.xpi) =3D 531023 -SHA256 (xpi/thunderbird-i18n-10.0.11/nb-NO.xpi) =3D f486620115659d0bc6948fd512d3ef032a8b002e60ddc337b358c76e13db1070 -SIZE (xpi/thunderbird-i18n-10.0.11/nb-NO.xpi) =3D 407730 -SHA256 (xpi/thunderbird-i18n-10.0.11/nl.xpi) =3D 360f5a91a69bd85b611bd6932439f27cb39f76aa0632d621e18b1159524b6240 -SIZE (xpi/thunderbird-i18n-10.0.11/nl.xpi) =3D 407985 -SHA256 (xpi/thunderbird-i18n-10.0.11/nn-NO.xpi) =3D 6936bdb0d8ec3e7b1a78ae43e658edeb913bbf25cd4d43fb27f693b33046362c -SIZE (xpi/thunderbird-i18n-10.0.11/nn-NO.xpi) =3D 409459 -SHA256 (xpi/thunderbird-i18n-10.0.11/pl.xpi) =3D 4d5aeb30de2c7111e3dffc65fb701fccfd6fea0b68a2d491e59a9e21ad10a556 -SIZE (xpi/thunderbird-i18n-10.0.11/pl.xpi) =3D 393579 -SHA256 (xpi/thunderbird-i18n-10.0.11/pt-BR.xpi) =3D 4b804e1eb8662d86d1b4a7f8e11f65cbf7216dd4bd40af68bd1d8ed35d984e79 -SIZE (xpi/thunderbird-i18n-10.0.11/pt-BR.xpi) =3D 417230 -SHA256 (xpi/thunderbird-i18n-10.0.11/pt-PT.xpi) =3D c2b10980510a2269ec401b0ed7e7100b90f8385d232493a16a68c76cd4449b47 -SIZE (xpi/thunderbird-i18n-10.0.11/pt-PT.xpi) =3D 414266 -SHA256 (xpi/thunderbird-i18n-10.0.11/rm.xpi) =3D 38d9c3b0a27a5dd578a2691390c4b21b2a53aad0cf2d996d53736700220ca519 -SIZE (xpi/thunderbird-i18n-10.0.11/rm.xpi) =3D 414710 -SHA256 (xpi/thunderbird-i18n-10.0.11/ru.xpi) =3D f9f706bc52d22a3a54a005d3deea54c22109250764dff66c3344c3067f6163a6 -SIZE (xpi/thunderbird-i18n-10.0.11/ru.xpi) =3D 411635 -SHA256 (xpi/thunderbird-i18n-10.0.11/si.xpi) =3D 5bdf4d4b1f2041cdb4ccfbd428751ce624934cfcf5101286ccfa0f20f16c0d73 -SIZE (xpi/thunderbird-i18n-10.0.11/si.xpi) =3D 456608 -SHA256 (xpi/thunderbird-i18n-10.0.11/sk.xpi) =3D f92a1d0f2c9d47bdee159ae477cb0270673afdea767c46eaaa90737b5b574554 -SIZE (xpi/thunderbird-i18n-10.0.11/sk.xpi) =3D 425030 -SHA256 (xpi/thunderbird-i18n-10.0.11/sl.xpi) =3D 437ff8b9ef8f5b3661a2fae4227fca3a46713333d5c99c603efea81e56173281 -SIZE (xpi/thunderbird-i18n-10.0.11/sl.xpi) =3D 410432 -SHA256 (xpi/thunderbird-i18n-10.0.11/sq.xpi) =3D 95eb6ee6739e9f4fc4b262b04fcc5785679c31f220e1ff11b76f8349ca015265 -SIZE (xpi/thunderbird-i18n-10.0.11/sq.xpi) =3D 360481 -SHA256 (xpi/thunderbird-i18n-10.0.11/sv-SE.xpi) =3D 7d4290ed32a9374fe1d24e911a1fd6d85b365f1e42176a54e316588bc680977c -SIZE (xpi/thunderbird-i18n-10.0.11/sv-SE.xpi) =3D 478282 -SHA256 (xpi/thunderbird-i18n-10.0.11/ta-LK.xpi) =3D 97d71dffc0ecd537ec2ea9547858ff871e94022df535c8f7863f0c35b6dd7461 -SIZE (xpi/thunderbird-i18n-10.0.11/ta-LK.xpi) =3D 475719 -SHA256 (xpi/thunderbird-i18n-10.0.11/tr.xpi) =3D baa4357e08bcd1d561b829b76cea2d01bf5886f31d7833a9927b4c63f0cc1222 -SIZE (xpi/thunderbird-i18n-10.0.11/tr.xpi) =3D 418211 -SHA256 (xpi/thunderbird-i18n-10.0.11/uk.xpi) =3D eb48a12eb2575c464af89eaac34c2cdc1818f90dd582ec8a82b4fb3fd7be7e83 -SIZE (xpi/thunderbird-i18n-10.0.11/uk.xpi) =3D 463925 -SHA256 (xpi/thunderbird-i18n-10.0.11/zh-TW.xpi) =3D fa722a8c18aeefb24cdd43df2d18c541afa914de624ba38fe71093772295227f -SIZE (xpi/thunderbird-i18n-10.0.11/zh-TW.xpi) =3D 431828 +SHA256 (xpi/thunderbird-i18n-10.0.12/ar.xpi) =3D 8640606545b0f908e76889ee279e9fae03f7d6cb6874fc7ac2e4ee9f18633426 +SIZE (xpi/thunderbird-i18n-10.0.12/ar.xpi) =3D 441467 +SHA256 (xpi/thunderbird-i18n-10.0.12/br.xpi) =3D fdaa276753268349115d5c69171e20c5a5a65163a93dae3af1d56c734be37f8c +SIZE (xpi/thunderbird-i18n-10.0.12/br.xpi) =3D 415527 +SHA256 (xpi/thunderbird-i18n-10.0.12/ca.xpi) =3D 048a97a326e3c96315bd0fe0794565c1c9a218ef7a2b29909d82f5aaaec08164 +SIZE (xpi/thunderbird-i18n-10.0.12/ca.xpi) =3D 416070 +SHA256 (xpi/thunderbird-i18n-10.0.12/cs.xpi) =3D f98e04fff0c361cf641f65ce003f2302203dcc44c7e23277fd625415d5c3aae5 +SIZE (xpi/thunderbird-i18n-10.0.12/cs.xpi) =3D 419419 +SHA256 (xpi/thunderbird-i18n-10.0.12/da.xpi) =3D 84c41306ec93f2effa1584e715802d4394967f290c1eead20bbf0ab21ac37f71 +SIZE (xpi/thunderbird-i18n-10.0.12/da.xpi) =3D 363377 +SHA256 (xpi/thunderbird-i18n-10.0.12/de.xpi) =3D c4699b580db139597596b12c77e8fe8dd1dfdcf877edcdb10d9220b62cc2de2a +SIZE (xpi/thunderbird-i18n-10.0.12/de.xpi) =3D 418267 +SHA256 (xpi/thunderbird-i18n-10.0.12/en-GB.xpi) =3D 4a36fa81eb83964ae211074d1befa5b6582a4eb9ba80927fd86b5303eb82c8af +SIZE (xpi/thunderbird-i18n-10.0.12/en-GB.xpi) =3D 391743 +SHA256 (xpi/thunderbird-i18n-10.0.12/en-US.xpi) =3D 7ee165bed1e9f2294398d02b9e9b4412e214998593efc94f4787483fdf6d462b +SIZE (xpi/thunderbird-i18n-10.0.12/en-US.xpi) =3D 391242 +SHA256 (xpi/thunderbird-i18n-10.0.12/es-AR.xpi) =3D f6b6020981533c95b1f3cb390081d448439ec1fc0333c47d41294907e8c11d93 +SIZE (xpi/thunderbird-i18n-10.0.12/es-AR.xpi) =3D 410727 +SHA256 (xpi/thunderbird-i18n-10.0.12/es-ES.xpi) =3D 5a39d54385c37d9229a954275cbfb20cd3de7c59e16b0a2a718fa95f58f8d5b5 +SIZE (xpi/thunderbird-i18n-10.0.12/es-ES.xpi) =3D 355143 +SHA256 (xpi/thunderbird-i18n-10.0.12/et.xpi) =3D ecb178ff7a985ac2860629d974ace70855cb9c81ca7ee984bd1409b57b0bf3de +SIZE (xpi/thunderbird-i18n-10.0.12/et.xpi) =3D 410725 +SHA256 (xpi/thunderbird-i18n-10.0.12/eu.xpi) =3D 6bab4baac74e8f1c0ea2d4aafdd229d04a4db681a457e74719ef7086894ec3f5 +SIZE (xpi/thunderbird-i18n-10.0.12/eu.xpi) =3D 406387 +SHA256 (xpi/thunderbird-i18n-10.0.12/fi.xpi) =3D 2af4203f980d915f68167c09144ed6b4630583203f4f4e7e455a519644f1ecc1 +SIZE (xpi/thunderbird-i18n-10.0.12/fi.xpi) =3D 411928 +SHA256 (xpi/thunderbird-i18n-10.0.12/fr.xpi) =3D 138b0853522a5cea6c9b361f0b4915b99d5874cdf2d8f8d6390cf91765757ef2 +SIZE (xpi/thunderbird-i18n-10.0.12/fr.xpi) =3D 414750 +SHA256 (xpi/thunderbird-i18n-10.0.12/fy-NL.xpi) =3D d052d6520e9dc41134e3d0afee4beb0abed9d809a391293b034a2db57606f95b +SIZE (xpi/thunderbird-i18n-10.0.12/fy-NL.xpi) =3D 413985 +SHA256 (xpi/thunderbird-i18n-10.0.12/ga-IE.xpi) =3D 4208354ce071bb1a049646916e0a0921cc8393da5399df1c458d556cf8e8fc64 +SIZE (xpi/thunderbird-i18n-10.0.12/ga-IE.xpi) =3D 423261 +SHA256 (xpi/thunderbird-i18n-10.0.12/gd.xpi) =3D bd1de14cd558a179978d9e4138c5866a5cd35c8affb683b653e747c546b36c1d +SIZE (xpi/thunderbird-i18n-10.0.12/gd.xpi) =3D 425877 +SHA256 (xpi/thunderbird-i18n-10.0.12/gl.xpi) =3D 0d01229d75fbf49bf0217df70a986679e92f69a6c206e43591bfdefe117cbcb6 +SIZE (xpi/thunderbird-i18n-10.0.12/gl.xpi) =3D 409229 +SHA256 (xpi/thunderbird-i18n-10.0.12/he.xpi) =3D de5ba8c32c2b909c770eced2e237fe54213fc01271bdbef6d720e01d8b21812d +SIZE (xpi/thunderbird-i18n-10.0.12/he.xpi) =3D 439207 +SHA256 (xpi/thunderbird-i18n-10.0.12/hu.xpi) =3D 54bd3e348c0d4177dabd6789e77dfbee08547591b258acfe18030fdc7e66eac6 +SIZE (xpi/thunderbird-i18n-10.0.12/hu.xpi) =3D 426357 +SHA256 (xpi/thunderbird-i18n-10.0.12/is.xpi) =3D f4abd2e33b51762bc90700097d45f5a5629934d40666a58d8f577a9043941b3b +SIZE (xpi/thunderbird-i18n-10.0.12/is.xpi) =3D 412635 +SHA256 (xpi/thunderbird-i18n-10.0.12/it.xpi) =3D b0313761e838f887a906ec514f70267124d5e103e96a0eaee57d18f73ca41411 +SIZE (xpi/thunderbird-i18n-10.0.12/it.xpi) =3D 347634 +SHA256 (xpi/thunderbird-i18n-10.0.12/ja.xpi) =3D ac34c2227b3327a86f699dd0968041b350d216cd6ecfb1e948032e8e4294ea6c +SIZE (xpi/thunderbird-i18n-10.0.12/ja.xpi) =3D 459031 +SHA256 (xpi/thunderbird-i18n-10.0.12/ko.xpi) =3D 8acecd1f7649c4d18ef8f36d5666215598818934315dd05c1672bc37439b1630 +SIZE (xpi/thunderbird-i18n-10.0.12/ko.xpi) =3D 372016 +SHA256 (xpi/thunderbird-i18n-10.0.12/lt.xpi) =3D af71d869af00d7b4507d1da907cec67583951a138caed60dbc55bbfe4403b1d4 +SIZE (xpi/thunderbird-i18n-10.0.12/lt.xpi) =3D 531023 +SHA256 (xpi/thunderbird-i18n-10.0.12/nb-NO.xpi) =3D 4d580bb55cb5c060dbf1c50294e072be7fec2dd680ed65a6a178bf3d6f7d4727 +SIZE (xpi/thunderbird-i18n-10.0.12/nb-NO.xpi) =3D 407730 +SHA256 (xpi/thunderbird-i18n-10.0.12/nl.xpi) =3D 79e093884f05848ce3176dcd03a67734f44a43ce721936c5966c1ba2032a2bdc +SIZE (xpi/thunderbird-i18n-10.0.12/nl.xpi) =3D 407985 +SHA256 (xpi/thunderbird-i18n-10.0.12/nn-NO.xpi) =3D 28c90815dcb7ed4b2226f0e93800a433633f44cc88fe79cb86233cf76352b568 +SIZE (xpi/thunderbird-i18n-10.0.12/nn-NO.xpi) =3D 409459 +SHA256 (xpi/thunderbird-i18n-10.0.12/pl.xpi) =3D 594209d10ba7155e288fa5c5767374ba074e5419b62a0ca373b4c9eee9d75762 +SIZE (xpi/thunderbird-i18n-10.0.12/pl.xpi) =3D 393579 +SHA256 (xpi/thunderbird-i18n-10.0.12/pt-BR.xpi) =3D 33eeef67280c75853335d06fac8c6d3b15e3b0e3e18e5e6f92914e069784d06e +SIZE (xpi/thunderbird-i18n-10.0.12/pt-BR.xpi) =3D 417230 +SHA256 (xpi/thunderbird-i18n-10.0.12/pt-PT.xpi) =3D 3cdd5bb8072f83295979347cd67ad8cdee896f7c4fc5ce910815afe87525441f +SIZE (xpi/thunderbird-i18n-10.0.12/pt-PT.xpi) =3D 414266 +SHA256 (xpi/thunderbird-i18n-10.0.12/rm.xpi) =3D 6188a9730c0310d0f5fbcef056855c9244c451534f9790a47df498849a867229 +SIZE (xpi/thunderbird-i18n-10.0.12/rm.xpi) =3D 414710 +SHA256 (xpi/thunderbird-i18n-10.0.12/ru.xpi) =3D 74401e13a9c7e2748e798a5dbe9f46ba75ac8215189f034dfe965821be32f612 +SIZE (xpi/thunderbird-i18n-10.0.12/ru.xpi) =3D 411635 +SHA256 (xpi/thunderbird-i18n-10.0.12/si.xpi) =3D 0ee022882f55d521f324c8109e0c39cbe91e96b7544faebde1dba8c233366018 +SIZE (xpi/thunderbird-i18n-10.0.12/si.xpi) =3D 456608 +SHA256 (xpi/thunderbird-i18n-10.0.12/sk.xpi) =3D ccdafe5cfc51715ce2dcc0f496554656a16a26ab3ded3aa9888a1cea87343cd4 +SIZE (xpi/thunderbird-i18n-10.0.12/sk.xpi) =3D 425030 +SHA256 (xpi/thunderbird-i18n-10.0.12/sl.xpi) =3D 1437078e9486244904e0368fe99f3cde58d67a6261d3bebaa3d41f4fa40f27b4 +SIZE (xpi/thunderbird-i18n-10.0.12/sl.xpi) =3D 410432 +SHA256 (xpi/thunderbird-i18n-10.0.12/sq.xpi) =3D 2a4747afc1667b437de4628ca305fc71ca4b4a33c7566fa8d31dc139c10fb37c +SIZE (xpi/thunderbird-i18n-10.0.12/sq.xpi) =3D 360481 +SHA256 (xpi/thunderbird-i18n-10.0.12/sv-SE.xpi) =3D 5699c1117ebb00fb247f13a9ce1b75b24e7126f826d7e26cce2114b97560db66 +SIZE (xpi/thunderbird-i18n-10.0.12/sv-SE.xpi) =3D 478282 +SHA256 (xpi/thunderbird-i18n-10.0.12/ta-LK.xpi) =3D 533ed4e1ae373ce6cf07ee0773717117ea4bccb2e7eb7242d352f227de9e57fa +SIZE (xpi/thunderbird-i18n-10.0.12/ta-LK.xpi) =3D 475719 +SHA256 (xpi/thunderbird-i18n-10.0.12/tr.xpi) =3D 1825b73858ffeec3e48b1c46429c9ee3a1f205d878942cbd8664b0e861beecef +SIZE (xpi/thunderbird-i18n-10.0.12/tr.xpi) =3D 418210 +SHA256 (xpi/thunderbird-i18n-10.0.12/uk.xpi) =3D 49deb8c09c042e6021dce36135627dc8e461c752a26bb7fd43301a936b1c9fc9 +SIZE (xpi/thunderbird-i18n-10.0.12/uk.xpi) =3D 463925 +SHA256 (xpi/thunderbird-i18n-10.0.12/zh-TW.xpi) =3D 3baa27565d941d5ab34e3b0cb4275778aca577a3d2ac58f39852505ad414d203 +SIZE (xpi/thunderbird-i18n-10.0.12/zh-TW.xpi) =3D 431828 Modified: head/mail/thunderbird-esr/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/thunderbird-esr/Makefile Wed Jan 9 21:58:12 2013 (r310164)= +++ head/mail/thunderbird-esr/Makefile Wed Jan 9 23:28:19 2013 (r310165)= @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME=3D thunderbird -DISTVERSION=3D 10.0.11 -PORTREVISION=3D 1 +DISTVERSION=3D 10.0.12 CATEGORIES=3D mail ipv6 MASTER_SITES=3D ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR=3D ${PORTNAME}/releases/${DISTVERSION}esr/source Modified: head/mail/thunderbird-esr/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/thunderbird-esr/distinfo Wed Jan 9 21:58:12 2013 (r310164)= +++ head/mail/thunderbird-esr/distinfo Wed Jan 9 23:28:19 2013 (r310165)= @@ -1,4 +1,4 @@ -SHA256 (thunderbird-10.0.11esr.source.tar.bz2) =3D b04f8c1771462fc89b4996f92b1e1cf4fea7a96dc0a7b1e75c4688ce84a2b14e -SIZE (thunderbird-10.0.11esr.source.tar.bz2) =3D 97793584 +SHA256 (thunderbird-10.0.12esr.source.tar.bz2) =3D 9868f2523685b581626ce1d3280b47803b23e3578e1caec4493b31d0b1b02075 +SIZE (thunderbird-10.0.12esr.source.tar.bz2) =3D 97703324 SHA256 (enigmail-1.4.3.tar.gz) =3D 440035f19a22e8e234c530a0e78fb9ee74bb934fcf721777868de79324636d27 SIZE (enigmail-1.4.3.tar.gz) =3D 1337811 Modified: head/mail/thunderbird-i18n/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/thunderbird-i18n/Makefile Wed Jan 9 21:58:12 2013 (r310164= ) +++ head/mail/thunderbird-i18n/Makefile Wed Jan 9 23:28:19 2013 (r310165= ) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME=3D thunderbird-i18n -PORTVERSION=3D 17.0 +PORTVERSION=3D 17.0.2 CATEGORIES=3D mail MASTER_SITE_SUBDIR=3D thunderbird/releases/${PORTVERSION}/linux-i686/xpi= PKGNAMEPREFIX=3D Modified: head/mail/thunderbird-i18n/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/thunderbird-i18n/distinfo Wed Jan 9 21:58:12 2013 (r310164= ) +++ head/mail/thunderbird-i18n/distinfo Wed Jan 9 23:28:19 2013 (r310165= ) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-17.0/ar.xpi) =3D 3cbb52aa92794274c01df21f297bca44c194cbf3aa61df29f2070688eb17023f -SIZE (xpi/thunderbird-i18n-17.0/ar.xpi) =3D 445976 -SHA256 (xpi/thunderbird-i18n-17.0/br.xpi) =3D 95a712c61d138f23238b78507dbd451284ccf960618e8b9ad283296f7f4778ca -SIZE (xpi/thunderbird-i18n-17.0/br.xpi) =3D 417071 -SHA256 (xpi/thunderbird-i18n-17.0/ca.xpi) =3D 35a492c0947ec56401091df14ce9ae6b538084a47ca18c4051182d8a112276af -SIZE (xpi/thunderbird-i18n-17.0/ca.xpi) =3D 418407 -SHA256 (xpi/thunderbird-i18n-17.0/cs.xpi) =3D 448aac32037936288df8ad000cc1824fdb0d135ea20a7b2e83ea83c96dd87423 -SIZE (xpi/thunderbird-i18n-17.0/cs.xpi) =3D 420626 -SHA256 (xpi/thunderbird-i18n-17.0/da.xpi) =3D 399c1fc72af166f4c143f0d78617ae6940bf59b905fb6d1dde9450c3c15275a7 -SIZE (xpi/thunderbird-i18n-17.0/da.xpi) =3D 398979 -SHA256 (xpi/thunderbird-i18n-17.0/de.xpi) =3D 29e12f0b2b6596e9323ef179a71d1ecccc1c3670327c9f43b314a864cb39eb3c -SIZE (xpi/thunderbird-i18n-17.0/de.xpi) =3D 393631 -SHA256 (xpi/thunderbird-i18n-17.0/en-GB.xpi) =3D 44fda66cd063874f187288a574233b3b7596ec0032413f9b65428e7a5fdd3148 -SIZE (xpi/thunderbird-i18n-17.0/en-GB.xpi) =3D 390694 -SHA256 (xpi/thunderbird-i18n-17.0/en-US.xpi) =3D ececad8466cf8f9adb40bf9e0526a402476ece706a41cd53e098c80ae6db4515 -SIZE (xpi/thunderbird-i18n-17.0/en-US.xpi) =3D 390780 -SHA256 (xpi/thunderbird-i18n-17.0/es-AR.xpi) =3D d85e90163ca833ed812cc309dfabbf677d5dffa0ab3ae36e3442eaf68073e9c4 -SIZE (xpi/thunderbird-i18n-17.0/es-AR.xpi) =3D 415498 -SHA256 (xpi/thunderbird-i18n-17.0/es-ES.xpi) =3D a726eacaed870c0c3ffbdc855d069fcd09f281b54a18c5c6a170a9d5420951d7 -SIZE (xpi/thunderbird-i18n-17.0/es-ES.xpi) =3D 356862 -SHA256 (xpi/thunderbird-i18n-17.0/et.xpi) =3D 71bc739da6643a3efbbb3f9aefdd31c3d7f02fe3043793a6381dd2aacfc5a5f1 -SIZE (xpi/thunderbird-i18n-17.0/et.xpi) =3D 411892 -SHA256 (xpi/thunderbird-i18n-17.0/eu.xpi) =3D 4f6b2a98069611e53881dec4e849e99dccc83b795c6cba04a80c28496c096616 -SIZE (xpi/thunderbird-i18n-17.0/eu.xpi) =3D 407189 -SHA256 (xpi/thunderbird-i18n-17.0/fi.xpi) =3D 6f0a2eb8b06d930fcbb7d76cfddb0539b145dc63d17fdac35d3c8a1bb3487cc5 -SIZE (xpi/thunderbird-i18n-17.0/fi.xpi) =3D 413620 -SHA256 (xpi/thunderbird-i18n-17.0/fr.xpi) =3D cac814b56a688f6e32c1a0df2f850f16c81cef842723558320e5662cc40caf2e -SIZE (xpi/thunderbird-i18n-17.0/fr.xpi) =3D 420825 -SHA256 (xpi/thunderbird-i18n-17.0/fy-NL.xpi) =3D 0ed63752d63422477c635dddf38e897f90852570af82b1e95330cffd65810135 -SIZE (xpi/thunderbird-i18n-17.0/fy-NL.xpi) =3D 415712 -SHA256 (xpi/thunderbird-i18n-17.0/ga-IE.xpi) =3D 4a159fa1fdab98dee2e6c64282f5ebd7d6e4cc3ca0f516a86de152e7eb57a77a -SIZE (xpi/thunderbird-i18n-17.0/ga-IE.xpi) =3D 425395 -SHA256 (xpi/thunderbird-i18n-17.0/gd.xpi) =3D a8e32620b4b05bd9ed5b5f44c885785f1f56c16c4e91ae5af41667cbfbb68d3e -SIZE (xpi/thunderbird-i18n-17.0/gd.xpi) =3D 428939 -SHA256 (xpi/thunderbird-i18n-17.0/gl.xpi) =3D cc5a1924621f5f3303e9ee258150d082929650e0f7afd6325df400a0dd589ef3 -SIZE (xpi/thunderbird-i18n-17.0/gl.xpi) =3D 410369 -SHA256 (xpi/thunderbird-i18n-17.0/he.xpi) =3D 76fb587cf1522bc0608e9ddea5c62d5b0d22bfec1990323cccff1283805209e7 -SIZE (xpi/thunderbird-i18n-17.0/he.xpi) =3D 439503 -SHA256 (xpi/thunderbird-i18n-17.0/hu.xpi) =3D 7ae5970cff9c0fa02d72679e2d24bd4b13cf79300f24b0860ceb329311632973 -SIZE (xpi/thunderbird-i18n-17.0/hu.xpi) =3D 433187 -SHA256 (xpi/thunderbird-i18n-17.0/is.xpi) =3D 1a01f6fb65c37dae8c1c74868b4c189aa4aa6960390a219652c56e4ee211bddd -SIZE (xpi/thunderbird-i18n-17.0/is.xpi) =3D 414068 -SHA256 (xpi/thunderbird-i18n-17.0/it.xpi) =3D 4debda60f724c5d46ca83436d3471728a4cd438cfbe8b70275f6ca71fc5ef274 -SIZE (xpi/thunderbird-i18n-17.0/it.xpi) =3D 348621 -SHA256 (xpi/thunderbird-i18n-17.0/ja.xpi) =3D 05003502cd5a5f2d1ae5560b220306397c840516ad0b8ec8eb2411ee82cffde7 -SIZE (xpi/thunderbird-i18n-17.0/ja.xpi) =3D 463487 -SHA256 (xpi/thunderbird-i18n-17.0/ko.xpi) =3D 215846d3ba55c281273358d0db9ac70a331995a002f2ac436fc142c158193574 -SIZE (xpi/thunderbird-i18n-17.0/ko.xpi) =3D 412963 -SHA256 (xpi/thunderbird-i18n-17.0/lt.xpi) =3D 920df8494112c0c814212f6997579aef31beed10fefeafd843e38690fef36fe5 -SIZE (xpi/thunderbird-i18n-17.0/lt.xpi) =3D 519802 -SHA256 (xpi/thunderbird-i18n-17.0/nb-NO.xpi) =3D 1b51894cce54f5ec2025344440f151626f012ea51cc7e113a1ca816388eb6315 -SIZE (xpi/thunderbird-i18n-17.0/nb-NO.xpi) =3D 408519 -SHA256 (xpi/thunderbird-i18n-17.0/nl.xpi) =3D 223225ff67ae11c09167a1f099e2598ea66542886744075e495c692477838f11 -SIZE (xpi/thunderbird-i18n-17.0/nl.xpi) =3D 408526 -SHA256 (xpi/thunderbird-i18n-17.0/nn-NO.xpi) =3D 4dd87615f9989c085e3b9cb6382d0c8163cc3e07989d70cc0f5cc8bc2e946bc0 -SIZE (xpi/thunderbird-i18n-17.0/nn-NO.xpi) =3D 431471 -SHA256 (xpi/thunderbird-i18n-17.0/pl.xpi) =3D 54debb71864456864172f70f21c50b867b00637ab0f298a68abcfa221d04e159 -SIZE (xpi/thunderbird-i18n-17.0/pl.xpi) =3D 402114 -SHA256 (xpi/thunderbird-i18n-17.0/pt-BR.xpi) =3D a8910d96c162702b174c7bd3930e2348bbd52450bafb09b0c49507d003d6c308 -SIZE (xpi/thunderbird-i18n-17.0/pt-BR.xpi) =3D 415777 -SHA256 (xpi/thunderbird-i18n-17.0/pt-PT.xpi) =3D abca9f2694b12bdb804a12fa356ebb68ea4cdb286c1f1cc1523347537d7bc242 -SIZE (xpi/thunderbird-i18n-17.0/pt-PT.xpi) =3D 445753 -SHA256 (xpi/thunderbird-i18n-17.0/rm.xpi) =3D 993c1272ef31cb949e7df775c6afea6d96746ad6c092113b03dfe307d3f2de5c -SIZE (xpi/thunderbird-i18n-17.0/rm.xpi) =3D 415530 -SHA256 (xpi/thunderbird-i18n-17.0/ru.xpi) =3D 0b6278d769b1f2526847a153c9c9db3c80b7f3a29cf5181afbf0cd56ca48ea08 -SIZE (xpi/thunderbird-i18n-17.0/ru.xpi) =3D 415708 -SHA256 (xpi/thunderbird-i18n-17.0/si.xpi) =3D 04f2c4a7ba8c769983f36b0932a8f04c552c60f9bf0ee4d7c1783a548d5552a7 -SIZE (xpi/thunderbird-i18n-17.0/si.xpi) =3D 494162 -SHA256 (xpi/thunderbird-i18n-17.0/sk.xpi) =3D 9a9aca008f73cf2dfc8b7ad97ddaef572276b1bb572452df2951661c4ba68df9 -SIZE (xpi/thunderbird-i18n-17.0/sk.xpi) =3D 429756 -SHA256 (xpi/thunderbird-i18n-17.0/sl.xpi) =3D 52716753794104c91261921f47f57b0ebfa42088f108d0f013b559165bdcf6d2 -SIZE (xpi/thunderbird-i18n-17.0/sl.xpi) =3D 442096 -SHA256 (xpi/thunderbird-i18n-17.0/sq.xpi) =3D a8c1d59077f36d822d322f3c834561b55c3eb9123d8b7d56a05a2e2e55635931 -SIZE (xpi/thunderbird-i18n-17.0/sq.xpi) =3D 418779 -SHA256 (xpi/thunderbird-i18n-17.0/sv-SE.xpi) =3D ed27240255445591569a8d7cd66e9000d52f4a8c7043e196e95a379440c3be04 -SIZE (xpi/thunderbird-i18n-17.0/sv-SE.xpi) =3D 413218 -SHA256 (xpi/thunderbird-i18n-17.0/ta-LK.xpi) =3D 199b1c55d570350ac308ce7e0e615a7cc8d030ebe00f4e3ed93a86644ab2c669 -SIZE (xpi/thunderbird-i18n-17.0/ta-LK.xpi) =3D 517912 -SHA256 (xpi/thunderbird-i18n-17.0/tr.xpi) =3D 16a0c9a21cf689c25ca3cd0a8678e31f69197cf9948c6ec97979c99b02e86593 -SIZE (xpi/thunderbird-i18n-17.0/tr.xpi) =3D 444944 -SHA256 (xpi/thunderbird-i18n-17.0/uk.xpi) =3D d6c85cc9afec156d66a215da82075f7b4dd834f6f3a8021f43b4e1dff3e4396d -SIZE (xpi/thunderbird-i18n-17.0/uk.xpi) =3D 471142 -SHA256 (xpi/thunderbird-i18n-17.0/zh-TW.xpi) =3D 555fcd98a7ea2a46db0b6d8193fc1c784a140d31aa0c70a99da7bb2502038ee5 -SIZE (xpi/thunderbird-i18n-17.0/zh-TW.xpi) =3D 437590 +SHA256 (xpi/thunderbird-i18n-17.0.2/ar.xpi) =3D ef4e2988e46428fca246bffdfc5220cdd8f75e8e99f44db71c24e9e15ed5883f +SIZE (xpi/thunderbird-i18n-17.0.2/ar.xpi) =3D 445976 +SHA256 (xpi/thunderbird-i18n-17.0.2/br.xpi) =3D 195486de568516cbb15a99f8dcd4694e9d6d17152ac2cefe31643629b509d897 +SIZE (xpi/thunderbird-i18n-17.0.2/br.xpi) =3D 417071 +SHA256 (xpi/thunderbird-i18n-17.0.2/ca.xpi) =3D f224b00e0e3592c69530e672a6652ee3e79028e13e9339353f62eb25769417f3 +SIZE (xpi/thunderbird-i18n-17.0.2/ca.xpi) =3D 418407 +SHA256 (xpi/thunderbird-i18n-17.0.2/cs.xpi) =3D d8404401e274340d7426b97f74d32da6dea58d33a6635afa0a405de606fcd519 +SIZE (xpi/thunderbird-i18n-17.0.2/cs.xpi) =3D 420627 +SHA256 (xpi/thunderbird-i18n-17.0.2/da.xpi) =3D fc396ea39be93b7f828a75936c79b5c8a7e176f850bcb61708568dfb6bc1dbb5 +SIZE (xpi/thunderbird-i18n-17.0.2/da.xpi) =3D 398980 +SHA256 (xpi/thunderbird-i18n-17.0.2/de.xpi) =3D 6b824dcfcdc6e1004d1b17fd4d0995e83b4b31385449a4dc15b0ba5ab734f321 +SIZE (xpi/thunderbird-i18n-17.0.2/de.xpi) =3D 393632 +SHA256 (xpi/thunderbird-i18n-17.0.2/en-GB.xpi) =3D 12bf9ef44c9a1fc6b563b05aa11179080a9e61538c257705a77d12af8cf3d169 +SIZE (xpi/thunderbird-i18n-17.0.2/en-GB.xpi) =3D 390694 +SHA256 (xpi/thunderbird-i18n-17.0.2/en-US.xpi) =3D 10eb5e3237032c40381d16915f475919a26d3716ef12bfe41622cef6fb43aff3 +SIZE (xpi/thunderbird-i18n-17.0.2/en-US.xpi) =3D 390780 +SHA256 (xpi/thunderbird-i18n-17.0.2/es-AR.xpi) =3D bd7800bf23da78d7ea2936e7f7c294f27d8877e47aa8317a0d7414589de3732d +SIZE (xpi/thunderbird-i18n-17.0.2/es-AR.xpi) =3D 415499 +SHA256 (xpi/thunderbird-i18n-17.0.2/es-ES.xpi) =3D a2b231f0c69882e72aaa32de8036c5d41c1a3144056863c098619eebb46ef1e6 +SIZE (xpi/thunderbird-i18n-17.0.2/es-ES.xpi) =3D 356861 +SHA256 (xpi/thunderbird-i18n-17.0.2/et.xpi) =3D 79e5a2e92ff2077541a4fa70e0a655d34cd9d1891d8be1a3557979571d5fd679 +SIZE (xpi/thunderbird-i18n-17.0.2/et.xpi) =3D 411892 +SHA256 (xpi/thunderbird-i18n-17.0.2/eu.xpi) =3D fdd2faa591fa10e3fae22b06ca26a41e86a74cf3d95531dc7a4325126bde6f48 +SIZE (xpi/thunderbird-i18n-17.0.2/eu.xpi) =3D 407189 +SHA256 (xpi/thunderbird-i18n-17.0.2/fi.xpi) =3D 3f4e9b70d184ca28f2e88d5dc6600b0a95d559e15c1217d3d21ea31c6a6b3236 +SIZE (xpi/thunderbird-i18n-17.0.2/fi.xpi) =3D 413620 +SHA256 (xpi/thunderbird-i18n-17.0.2/fr.xpi) =3D 20ad82d693c4025cb8e98b43953045f174c72c48e015aff57e1c36334c88e43b +SIZE (xpi/thunderbird-i18n-17.0.2/fr.xpi) =3D 420826 +SHA256 (xpi/thunderbird-i18n-17.0.2/fy-NL.xpi) =3D 4baf020dede9bd80d6bb7cd3a0ce0ea30281e5b337c5769b2cb62ab3f2484d35 +SIZE (xpi/thunderbird-i18n-17.0.2/fy-NL.xpi) =3D 415712 +SHA256 (xpi/thunderbird-i18n-17.0.2/ga-IE.xpi) =3D 1ba6158c558a6f88e330118f461c6e3857efdf53db33f6d96a01f0e6b91ff229 +SIZE (xpi/thunderbird-i18n-17.0.2/ga-IE.xpi) =3D 425395 +SHA256 (xpi/thunderbird-i18n-17.0.2/gd.xpi) =3D 91c1e8edf254886939ed40563fad9c977c963cf4df94fd416a8378505a38d38b +SIZE (xpi/thunderbird-i18n-17.0.2/gd.xpi) =3D 428939 +SHA256 (xpi/thunderbird-i18n-17.0.2/gl.xpi) =3D 7da4aef8e4e59955707571015909735a51117890f33550e6f21bd28e04f9e15a +SIZE (xpi/thunderbird-i18n-17.0.2/gl.xpi) =3D 410370 +SHA256 (xpi/thunderbird-i18n-17.0.2/he.xpi) =3D 9fd86fc3c4c91ca7a54c076d923345897955e8e56a8e1fdc575382d8cde6bb0d +SIZE (xpi/thunderbird-i18n-17.0.2/he.xpi) =3D 439504 +SHA256 (xpi/thunderbird-i18n-17.0.2/hu.xpi) =3D e0128bcba2dc7c0b31830f33a1c4155032c5051e117c198d42b8f019aed990f0 +SIZE (xpi/thunderbird-i18n-17.0.2/hu.xpi) =3D 433186 +SHA256 (xpi/thunderbird-i18n-17.0.2/is.xpi) =3D a86c39267204b558c3dc44f35d282d2cb982d77917ae2c4fe7f883d72234b34f +SIZE (xpi/thunderbird-i18n-17.0.2/is.xpi) =3D 414068 +SHA256 (xpi/thunderbird-i18n-17.0.2/it.xpi) =3D 357fe2553d54dd1dde2ed676fe4387bc0ed16fc740361ecd3d22b3df45a194f6 +SIZE (xpi/thunderbird-i18n-17.0.2/it.xpi) =3D 348621 +SHA256 (xpi/thunderbird-i18n-17.0.2/ja.xpi) =3D 63ab723f0b7b14a70a4894651c2bd5632fc51e1a4dc4d975e40795dae23d65de +SIZE (xpi/thunderbird-i18n-17.0.2/ja.xpi) =3D 463488 +SHA256 (xpi/thunderbird-i18n-17.0.2/ko.xpi) =3D c71c68566f85fe9e759dc807f2e63cd064155526757cef905d4a15284521b74d +SIZE (xpi/thunderbird-i18n-17.0.2/ko.xpi) =3D 412964 +SHA256 (xpi/thunderbird-i18n-17.0.2/lt.xpi) =3D afdf137c7508e1f59008887054f614e714e04db62b3dcf6c0c6e00807981f495 +SIZE (xpi/thunderbird-i18n-17.0.2/lt.xpi) =3D 519802 +SHA256 (xpi/thunderbird-i18n-17.0.2/nb-NO.xpi) =3D 99e11c07b3119b4c6f2e9095e1c59bde109f08d9a85a6787cd5b97b980f0d248 +SIZE (xpi/thunderbird-i18n-17.0.2/nb-NO.xpi) =3D 408519 +SHA256 (xpi/thunderbird-i18n-17.0.2/nl.xpi) =3D 2b669554db299d0258fc47a7e08dbb95e7be6b68e9e1811ca86979e13ab826a7 +SIZE (xpi/thunderbird-i18n-17.0.2/nl.xpi) =3D 408527 +SHA256 (xpi/thunderbird-i18n-17.0.2/nn-NO.xpi) =3D 4f7baa262b9115255867a52b63b2f58ccf4a811aca4e91cb5f987962bfbbfed9 +SIZE (xpi/thunderbird-i18n-17.0.2/nn-NO.xpi) =3D 431472 +SHA256 (xpi/thunderbird-i18n-17.0.2/pl.xpi) =3D 54e3058c5ccf3b3042345abb3b3e9239effac79b5cf1133362fa2cd5a1880819 +SIZE (xpi/thunderbird-i18n-17.0.2/pl.xpi) =3D 402114 +SHA256 (xpi/thunderbird-i18n-17.0.2/pt-BR.xpi) =3D 3d8768aec5815ffcbc69eadb3b6ec3e477a7a80a7f16bcd2f76f8a6ac1e6d230 +SIZE (xpi/thunderbird-i18n-17.0.2/pt-BR.xpi) =3D 415778 +SHA256 (xpi/thunderbird-i18n-17.0.2/pt-PT.xpi) =3D dbfd93512547b93b60d9ca9ccd2d7458973f6b1b424b333d93c57506b84a1e27 +SIZE (xpi/thunderbird-i18n-17.0.2/pt-PT.xpi) =3D 445754 +SHA256 (xpi/thunderbird-i18n-17.0.2/rm.xpi) =3D d5d009d2e9f58c91a29d680242f300bf15377748c6af5abcccfca2c0312afd4d +SIZE (xpi/thunderbird-i18n-17.0.2/rm.xpi) =3D 415531 +SHA256 (xpi/thunderbird-i18n-17.0.2/ru.xpi) =3D 4fba664e92308de33dd4eed01d8a7b356ebeb940e1a1f7c09cdc5e1dce8cb2ea +SIZE (xpi/thunderbird-i18n-17.0.2/ru.xpi) =3D 415708 +SHA256 (xpi/thunderbird-i18n-17.0.2/si.xpi) =3D aaa5dbc8b9a91c3df54eb148523217fe37026321fef1761b5e58939c36b121c5 +SIZE (xpi/thunderbird-i18n-17.0.2/si.xpi) =3D 494162 +SHA256 (xpi/thunderbird-i18n-17.0.2/sk.xpi) =3D 6fcb3cad0d9e7b94b1c1147e693b586e4428b58efe4f4fb65d415ad1340b928f +SIZE (xpi/thunderbird-i18n-17.0.2/sk.xpi) =3D 429756 +SHA256 (xpi/thunderbird-i18n-17.0.2/sl.xpi) =3D a846b046500e7a121ca77902ff08b9c2ef6aafe9865f4ae3550bbdeafdc7605f +SIZE (xpi/thunderbird-i18n-17.0.2/sl.xpi) =3D 442096 +SHA256 (xpi/thunderbird-i18n-17.0.2/sq.xpi) =3D a221465a173659fea362b340e6efd6d1ee2720504e12c53790b0a601be50e1fc +SIZE (xpi/thunderbird-i18n-17.0.2/sq.xpi) =3D 418780 +SHA256 (xpi/thunderbird-i18n-17.0.2/sv-SE.xpi) =3D 2d5cfe8e9c7ae90cb18cabfb3f8df09cac83426b1b6b99c6ac2200ee5df909dd +SIZE (xpi/thunderbird-i18n-17.0.2/sv-SE.xpi) =3D 413218 +SHA256 (xpi/thunderbird-i18n-17.0.2/ta-LK.xpi) =3D 2b97d2a18027a2be72eecc79fc6b85c8cf955611c38581b634eb29b9ada759c9 +SIZE (xpi/thunderbird-i18n-17.0.2/ta-LK.xpi) =3D 517912 +SHA256 (xpi/thunderbird-i18n-17.0.2/tr.xpi) =3D db6f89bfb6b06cc91df648e131a694e78a6d1ab896c744021a58081290e13709 +SIZE (xpi/thunderbird-i18n-17.0.2/tr.xpi) =3D 444945 +SHA256 (xpi/thunderbird-i18n-17.0.2/uk.xpi) =3D 6ec02a0eb2565e81c3dda19f1926ca2de3c29d2965beb8b139c8e9c8c213bc9c +SIZE (xpi/thunderbird-i18n-17.0.2/uk.xpi) =3D 471142 +SHA256 (xpi/thunderbird-i18n-17.0.2/zh-TW.xpi) =3D 7905ad6d852d8c966ceee842202656c889e9f7b1451c5cb0eee46983690730fb +SIZE (xpi/thunderbird-i18n-17.0.2/zh-TW.xpi) =3D 437592 Modified: head/mail/thunderbird/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/thunderbird/Makefile Wed Jan 9 21:58:12 2013 (r310164) +++ head/mail/thunderbird/Makefile Wed Jan 9 23:28:19 2013 (r310165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME=3D thunderbird -DISTVERSION=3D 17.0 +DISTVERSION=3D 17.0.2 CATEGORIES=3D mail ipv6 MASTER_SITES=3D ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR=3D ${PORTNAME}/releases/${DISTVERSION}/source Modified: head/mail/thunderbird/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/mail/thunderbird/distinfo Wed Jan 9 21:58:12 2013 (r310164) +++ head/mail/thunderbird/distinfo Wed Jan 9 23:28:19 2013 (r310165) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-17.0.source.tar.bz2) =3D 08a102f21511afb696980b7c35b75f385f4260fba5f1c0b1b488ab81a49dbede -SIZE (thunderbird-17.0.source.tar.bz2) =3D 113270266 +SHA256 (thunderbird-17.0.2.source.tar.bz2) =3D 081b53161750a31f9b43d4ba4ccb496c69fdfaa3430f0ce0798cd5fa3036764c +SIZE (thunderbird-17.0.2.source.tar.bz2) =3D 113387318 SHA256 (enigmail-1.4.6.tar.gz) =3D f3771d1faa26676818bab5e2c50dce85013b9de30b82de526159eaa7ca34f036 SIZE (enigmail-1.4.6.tar.gz) =3D 1262280 Modified: head/security/ca_root_nss/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/security/ca_root_nss/Makefile Wed Jan 9 21:58:12 2013 (r310164)= +++ head/security/ca_root_nss/Makefile Wed Jan 9 23:28:19 2013 (r310165)= @@ -1,9 +1,5 @@ -# New ports collection makefile for: ca-root-nss -# Date created: Thu Jan 25 13:02:14 CST 2007 -# Whom: Brooks Davis -# +# Created by: Brooks Davis # $FreeBSD$ -# PORTNAME=3D ca_root_nss PORTVERSION=3D ${VERSION_NSS} Modified: head/security/nss/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/security/nss/Makefile Wed Jan 9 21:58:12 2013 (r310164) +++ head/security/nss/Makefile Wed Jan 9 23:28:19 2013 (r310165) @@ -1,9 +1,5 @@ -# Ports collection Makefile for: nss -# Date created: 18 December 2001 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# $MCom ports-experimental/security/nss/Makefile,v 1.4 2008/02/23 15:47:28 ahze Exp $ PORTNAME=3D nss PORTVERSION=3D ${_MAJOR}.${_MINOR}.${_PATCH} @@ -81,6 +77,8 @@ post-patch: .for i in MAJOR MINOR PATCH @${SED} -i.${i} -e 's|@${i}@|${_${i}}|' ${WRKDIR}/nss-config .endfor + @${REINPLACE_CMD} '/NSS_DEFAULT_SYSTEM/s,/etc,${PREFIX}&,' \ + ${WRKSRC}/lib/sysinit/nsssysinit.c @cd ${WRKSRC} && \ ${FIND} . -name "*.c" -o -name "*.h" | \ ${XARGS} ${REINPLACE_CMD} -e 's|"nspr.h"||' Modified: head/security/vuxml/vuln.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/security/vuxml/vuln.xml Wed Jan 9 21:58:12 2013 (r310164) +++ head/security/vuxml/vuln.xml Wed Jan 9 23:28:19 2013 (r310165) @@ -51,6 +51,136 @@ Note: Please add new entries to the beg --> + + mozilla -- multiple vulnerabilities + + + firefox + 11.0,117.0.2,1 + 10.0.12,1 + + + linux-firefox + 17.0.2,1 + + + linux-seamonkey + 2.15 + + + linux-thunderbird + 17.0.2 + + + seamonkey + 2.15 + + + thunderbird + 11.017.0.2 + 10.0.12 + + + libxul + 1.9.2.*10.0.12 + + + ca_root_nss + 3.14.1 + + + + +

The Mozilla Project reports:

+
+

MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ + rv:10.0.12 / rv:17.0.2)

+

MFSA 2013-02 Use-after-free and buffer overflow issues found using= + Address Sanitizer

+

MFSA 2013-03 Buffer Overflow in Canvas

+

MFSA 2013-04 URL spoofing in addressbar during page loads

+

MFSA 2013-05 Use-after-free when displaying table with many + columns and column groups

+

MFSA 2013-06 Touch events are shared across iframes

+

MFSA 2013-07 Crash due to handling of SSL on threads

+

MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during= + garbage collection

+

MFSA 2013-09 Compartment mismatch with quickstubs returned values<= /p> +

MFSA 2013-10 Event manipulation in plugin handler to bypass + same-origin policy

+

MFSA 2013-11 Address space layout leaked in XBL objects

+

MFSA 2013-12 Buffer overflow in Javascript string concatenation +

MFSA 2013-13 Memory corruption in XBL with XML bindings containing= + SVG

+

MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing + prototype

+

MFSA 2013-15 Privilege escalation through plugin objects

+

MFSA 2013-16 Use-after-free in serializeToStream

+

MFSA 2013-17 Use-after-free in ListenerManager

+

MFSA 2013-18 Use-after-free in Vibrate

+

MFSA 2013-19 Use-after-free in Javascript Proxy objects

+

MFSA 2013-20 Mis-issued TURKTRUST certificates

+
+ +
+ + CVE-2012-5829 + CVE-2013-0743 + CVE-2013-0744 + CVE-2013-0745 + CVE-2013-0746 + CVE-2013-0747 + CVE-2013-0748 + CVE-2013-0749 + CVE-2013-0750 + CVE-2013-0751 + CVE-2013-0752 + CVE-2013-0753 + CVE-2013-0754 + CVE-2013-0755 + CVE-2013-0756 + CVE-2013-0757 + CVE-2013-0758 + CVE-2013-0759 + CVE-2013-0760 + CVE-2013-0761 + CVE-2013-0762 + CVE-2013-0763 + CVE-2013-0764 + CVE-2013-0766 + CVE-2013-0767 + CVE-2013-0768 + CVE-2013-0769 + CVE-2013-0770 + CVE-2013-0771 + http://www.mozilla.org/security/announce/2013/mfsa2013-01.html + http://www.mozilla.org/security/announce/2013/mfsa2013-02.html + http://www.mozilla.org/security/announce/2013/mfsa2013-03.html + http://www.mozilla.org/security/announce/2013/mfsa2013-04.html + http://www.mozilla.org/security/announce/2013/mfsa2013-05.html + http://www.mozilla.org/security/announce/2013/mfsa2013-06.html + http://www.mozilla.org/security/announce/2013/mfsa2013-07.html + http://www.mozilla.org/security/announce/2013/mfsa2013-08.html + http://www.mozilla.org/security/announce/2013/mfsa2013-09.html + http://www.mozilla.org/security/announce/2013/mfsa2013-10.html + http://www.mozilla.org/security/announce/2013/mfsa2013-11.html + http://www.mozilla.org/security/announce/2013/mfsa2013-12.html + http://www.mozilla.org/security/announce/2013/mfsa2013-13.html + http://www.mozilla.org/security/announce/2013/mfsa2013-14.html + http://www.mozilla.org/security/announce/2013/mfsa2013-15.html + http://www.mozilla.org/security/announce/2013/mfsa2013-16.html + http://www.mozilla.org/security/announce/2013/mfsa2013-17.html + http://www.mozilla.org/security/announce/2013/mfsa2013-18.html + http://www.mozilla.org/security/announce/2013/mfsa2013-19.html + http://www.mozilla.org/security/announce/2013/mfsa2013-20.html + http://www.mozilla.org/security/known-vulnerabilities/ + + + 2013-01-08 + 2013-01-09 + +
+ rubygem-rails -- multiple vulnerabilities Modified: head/www/firefox/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/firefox/Makefile Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/firefox/Makefile Wed Jan 9 23:28:19 2013 (r310165) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME=3D firefox -DISTVERSION=3D 17.0.1 +DISTVERSION=3D 17.0.2 PORTEPOCH=3D 1 CATEGORIES=3D www ipv6 MASTER_SITES=3D ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR=3D ${PORTNAME}/releases/${DISTVERSION}/source -DISTNAME=3D ${PORTNAME}-${DISTVERSION}.source +MASTER_SITE_SUBDIR=3D ${PORTNAME}/releases/${DISTVERSION}esr/source +DISTNAME=3D ${PORTNAME}-${DISTVERSION}esr.source MAINTAINER=3D gecko@FreeBSD.org COMMENT=3D Web browser based on the browser portion of Mozilla @@ -53,7 +53,7 @@ OPTIONS_DEFAULT:=3D${OPTIONS_DEFAULT:S/OSS .include -WRKSRC:=3D ${WRKDIR}/mozilla-release +WRKSRC:=3D ${WRKDIR}/mozilla-esr17 .if ${ARCH} =3D=3D amd64 CONFIGURE_TARGET=3Dx86_64-portbld-freebsd${OSREL} Modified: head/www/firefox/Makefile.options =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/firefox/Makefile.options Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/firefox/Makefile.options Wed Jan 9 23:28:19 2013 (r310165) @@ -17,3 +17,4 @@ LIBPROXY_DESC?=3D Proxy support via libpr LIGHTNING_DESC?=3D Calendar extension LOGGING_DESC?=3D Additional log messages QT4_DESC?=3D Qt GUI (EXPERIMENTAL, bug 521582) +WEBRTC_DESC?=3D Web Real-Time Communication Modified: head/www/firefox/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/firefox/distinfo Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/firefox/distinfo Wed Jan 9 23:28:19 2013 (r310165) @@ -1,2 +1,2 @@ -SHA256 (firefox-17.0.1.source.tar.bz2) =3D bec6b29e5d29fa0550e95e48ec1c6842dc56981e342580ea04876d0f8d2a6e56 -SIZE (firefox-17.0.1.source.tar.bz2) =3D 90785127 +SHA256 (firefox-17.0.2esr.source.tar.bz2) =3D 92bf717b3e3933b84fd37b0e5c5026868e139be828637cfcf4acdc83f7ccd886 +SIZE (firefox-17.0.2esr.source.tar.bz2) =3D 90828234 Modified: head/www/libxul/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/libxul/Makefile Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/libxul/Makefile Wed Jan 9 23:28:19 2013 (r310165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME=3D libxul -DISTVERSION=3D 10.0.11 +DISTVERSION=3D 10.0.12 CATEGORIES?=3D www devel MASTER_SITES=3D ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR=3D firefox/releases/${DISTVERSION}esr/source Modified: head/www/libxul/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/libxul/distinfo Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/libxul/distinfo Wed Jan 9 23:28:19 2013 (r310165) @@ -1,2 +1,2 @@ -SHA256 (firefox-10.0.11esr.source.tar.bz2) =3D 94b4d5a339d97dc56fd349f93407c3af4f408a4a8409a64e3680d564d37594f8 -SIZE (firefox-10.0.11esr.source.tar.bz2) =3D 75444542 +SHA256 (firefox-10.0.12esr.source.tar.bz2) =3D 9f12cb7fd18fc51e995cd67b70a090f32fcd8dcf636be1b840281f2612d9db40 +SIZE (firefox-10.0.12esr.source.tar.bz2) =3D 75510903 Modified: head/www/linux-firefox/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/linux-firefox/Makefile Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/linux-firefox/Makefile Wed Jan 9 23:28:19 2013 (r310165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME=3D firefox -PORTVERSION=3D 10.0.11 +PORTVERSION=3D 17.0.2 PORTEPOCH=3D 1 CATEGORIES=3D www MASTER_SITE_SUBDIR?=3D firefox/releases/${PORTVERSION}esr/linux-i686/en-= US Modified: head/www/linux-firefox/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/linux-firefox/distinfo Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/linux-firefox/distinfo Wed Jan 9 23:28:19 2013 (r310165) @@ -1,2 +1,2 @@ -SHA256 (firefox-10.0.11esr.tar.bz2) =3D a917230123b9c97c64e772ed3e563d7f958443bea4dba1384e6360bb88d8657b -SIZE (firefox-10.0.11esr.tar.bz2) =3D 17305222 +SHA256 (firefox-17.0.2esr.tar.bz2) =3D aaf51e4027337bfe30ba26362bfbd25ee115b989cc20fda1aa40fb201496249a +SIZE (firefox-17.0.2esr.tar.bz2) =3D 21274620 Modified: head/www/linux-firefox/pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/linux-firefox/pkg-plist Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/linux-firefox/pkg-plist Wed Jan 9 23:28:19 2013 (r310165) @@ -22,7 +22,6 @@ lib/%%APP_NAME%%/dictionaries/en-US.aff lib/%%APP_NAME%%/dictionaries/en-US.dic lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.= png lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/insta= ll.rdf -lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/previ= ew.png lib/%%APP_NAME%%/firefox lib/%%APP_NAME%%/firefox-bin lib/%%APP_NAME%%/icons/mozicon128.png @@ -59,26 +58,37 @@ lib/%%APP_NAME%%/searchplugins/google.xm lib/%%APP_NAME%%/searchplugins/twitter.xml lib/%%APP_NAME%%/searchplugins/wikipedia.xml lib/%%APP_NAME%%/searchplugins/yahoo.xml -lib/%%APP_NAME%%/update.locale +lib/%%APP_NAME%%/update-settings.ini lib/%%APP_NAME%%/updater lib/%%APP_NAME%%/updater.ini +lib/%%APP_NAME%%/webapprt-stub +lib/%%APP_NAME%%/webapprt/omni.ja +lib/%%APP_NAME%%/webapprt/webapprt.ini @exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true @exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true -@dirrm lib/%%APP_NAME%%/searchplugins -@dirrm lib/%%APP_NAME%%/jsloader/resource -@dirrm lib/%%APP_NAME%%/jsloader -@dirrm lib/%%APP_NAME%%/icons -@dirrm lib/%%APP_NAME%%/hyphenation -@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd= } -@dirrm lib/%%APP_NAME%%/extensions -@dirrm lib/%%APP_NAME%%/dictionaries -@dirrm lib/%%APP_NAME%%/defaults/pref -@dirrm lib/%%APP_NAME%%/defaults -@dirrm lib/%%APP_NAME%%/components @dirrm lib/%%APP_NAME%%/chrome/icons/default @dirrm lib/%%APP_NAME%%/chrome/icons @dirrm lib/%%APP_NAME%%/chrome +@dirrm lib/%%APP_NAME%%/components +@dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/defaults +@dirrm lib/%%APP_NAME%%/dictionaries +@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd= } +@dirrm lib/%%APP_NAME%%/extensions +@dirrm lib/%%APP_NAME%%/icons +@dirrm lib/%%APP_NAME%%/modules/services-aitc +@dirrm lib/%%APP_NAME%%/modules/services-common +@dirrm lib/%%APP_NAME%%/modules/services-crypto +@dirrm lib/%%APP_NAME%%/modules/services-notifications +@dirrm lib/%%APP_NAME%%/modules/services-sync/engines +@dirrm lib/%%APP_NAME%%/modules/services-sync +@dirrm lib/%%APP_NAME%%/modules/sessionstore +@dirrm lib/%%APP_NAME%%/modules +@dirrm lib/%%APP_NAME%%/plugins +@dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%%/webapprt/components +@dirrm lib/%%APP_NAME%%/webapprt @dirrm lib/%%APP_NAME%% @dirrmtry share/applications Modified: head/www/linux-seamonkey/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/linux-seamonkey/Makefile Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/linux-seamonkey/Makefile Wed Jan 9 23:28:19 2013 (r310165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME=3D seamonkey -PORTVERSION=3D 2.14.1 +PORTVERSION=3D 2.15 CATEGORIES=3D www MASTER_SITE_SUBDIR=3D ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-= US Modified: head/www/linux-seamonkey/Makefile.common =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/linux-seamonkey/Makefile.common Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/linux-seamonkey/Makefile.common Wed Jan 9 23:28:19 2013 (r310165) @@ -37,6 +37,7 @@ _Q=3D 2>/dev/null || true .if !target(post-extract) post-extract: @${RM} -rf ${WRKSRC}/updates + @${MKDIR} ${WRKSRC}/plugins ${WRKSRC}/extensions .endif .if ${CATEGORIES:Mwww} @@ -62,6 +63,26 @@ do-install: ${FDIR}/extensions/ ${_Q} .endif +# Keep empty directories with pkg_* tools +.if !target(post-extract-script) +post-extract-script: + @if [ "${PKG_BIN:T}" !=3D "pkg" ]; then \ + for d in $$(${FIND} ${WRKSRC} -type d -empty); do \ + ${TOUCH} $$d/.keep_me; \ + ${ECHO_CMD} lib/${APP_NAME}/$${d#${WRKSRC}/}/.keep_me \ + >> ${WRKDIR}/.PLIST.opkg; \ + done; \ + fi +.endif + +.if !target(post-install-script) +post-install-script: + @if [ -f ${WRKDIR}/.PLIST.opkg ]; then \ + ${CAT} ${TMPPLIST} >> ${WRKDIR}/.PLIST.opkg; \ + ${MV} ${WRKDIR}/.PLIST.opkg ${TMPPLIST}; \ + fi +.endif + # Maintainer section create-plist: build ${ECHO_CMD} bin/%%APP_NAME%% > ${PLIST} Modified: head/www/linux-seamonkey/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/linux-seamonkey/distinfo Wed Jan 9 21:58:12 2013 (r310164) +++ head/www/linux-seamonkey/distinfo Wed Jan 9 23:28:19 2013 (r310165) @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.14.1.tar.bz2) =3D a52326a4e197ef83a48288420db7366c9a94a1c5f8e46a6e44b61c20aa166fac -SIZE (seamonkey-2.14.1.tar.bz2) =3D 24030719 +SHA256 (seamonkey-2.15.tar.bz2) =3D 3dc92d91230399f16e966c7b4c8b36d0870979394339f357ef2c9989575fd204 +SIZE (seamonkey-2.15.tar.bz2) =3D 25993787 Modified: head/www/linux-seamonkey/pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/www/linux-seamonkey/pkg-plist Wed Jan 9 21:58:12 2013 (r310164)= +++ head/www/linux-seamonkey/pkg-plist Wed Jan 9 23:28:19 2013 (r310165)= @@ -17,8 +17,8 @@ lib/%%APP_NAME%%/chrome/icons/default/ad lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow16.png lib/%%APP_NAME%%/chrome/icons/default/addressbookWindow48.png lib/%%APP_NAME%%/chrome/icons/default/bookmarkproperties.png -lib/%%APP_NAME%%/chrome/icons/default/bookmarkproperties48.png lib/%%APP_NAME%%/chrome/icons/default/bookmarkproperties16.png +lib/%%APP_NAME%%/chrome/icons/default/bookmarkproperties48.png lib/%%APP_NAME%%/chrome/icons/default/default.png lib/%%APP_NAME%%/chrome/icons/default/default16.png lib/%%APP_NAME%%/chrome/icons/default/default48.png @@ -117,39 +117,38 @@ lib/%%APP_NAME%%/searchplugins/creativec lib/%%APP_NAME%%/searchplugins/google.xml lib/%%APP_NAME%%/searchplugins/wikipedia.xml lib/%%APP_NAME%%/searchplugins/yahoo.xml +lib/%%APP_NAME%%/update-settings.ini lib/%%APP_NAME%%/updater lib/%%APP_NAME%%/updater.ini -lib/%%APP_NAME%%/update-settings.ini @exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true @exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true -@dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%%/chrome/icons/default +@dirrm lib/%%APP_NAME%%/chrome/icons *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** ------enig2OPQOSOTNPFHCRKATVMTV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlDuAJQACgkQapo8P8lCvwnmqgCg5C4UmRNET332ncUhiRMvzkHO xbAAni440c/PFll6Vnfs6e0++zZIVUkF =2KMm -----END PGP SIGNATURE----- ------enig2OPQOSOTNPFHCRKATVMTV-- From owner-freebsd-gecko@FreeBSD.ORG Thu Jan 10 12:13:42 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0CBE7D6B; Thu, 10 Jan 2013 12:13:42 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 59E3B987; Thu, 10 Jan 2013 12:13:41 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:22335] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r0ACDddf089883 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 10 Jan 2013 16:13:40 +0400 (MSK) From: Max Brazhnikov To: chromium@freebsd.org, gecko@freebsd.org, multimedia@freebsd.org Subject: update for DESKTOP_ENTRIES Date: Thu, 10 Jan 2013 12:14:00 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.9.3; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201301101214.00968.makc@freebsd.org> X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 12:13:42 -0000 Hi, I have submitted ports/175102, which updates DESKTOP_ENTRIES framework and removes some outdated stuff. Your ports need trivial fix, besides I have allowed myself to make other changes, e.g. adjust Categories, Comment fields: all-in-one patch: http://people.freebsd.org/~makc/patches/ports-20130109.diff by maintainer: http://people.freebsd.org/~makc/patches/desktop_entries/.diff Please let me know if you're strongly disagree with changes :) The update will be committed next week, once I get successful results from exp-run. Please CC me, I'm not subscribed to gecko@ and chromium@ maillists. Cheers, Max From owner-freebsd-gecko@FreeBSD.ORG Thu Jan 10 19:39:47 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3A050DE5 for ; Thu, 10 Jan 2013 19:39:47 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 8E5763D2 for ; Thu, 10 Jan 2013 19:39:46 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r0AJdcH1075279 for ; Thu, 10 Jan 2013 19:39:38 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r0AJdXPm071950 for freebsd-gecko@freebsd.org; Thu, 10 Jan 2013 19:39:33 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 10 Jan 2013 19:39:33 GMT Message-Id: <201301101939.r0AJdXPm071950@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] r1135 - in trunk: mail/thunderbird mail/thunderbird-esr mail/thunderbird-esr/files mail/thunderbird/files www/firefox www/firefox-esr www/firefox-nightly www/firefox-nightly/files www/seamonkey www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 19:39:47 -0000 Author: jbeich Date: Thu Jan 10 19:39:33 2013 New Revision: 1135 Log: update (untested) Added: trunk/mail/thunderbird-esr/files/patch-enigmail-ipc-src-Makefile trunk/mail/thunderbird/files/patch-enigmail-ipc-src-Makefile trunk/www/seamonkey/files/patch-enigmail-ipc-src-Makefile Modified: trunk/mail/thunderbird-esr/Makefile trunk/mail/thunderbird-esr/distinfo trunk/mail/thunderbird/Makefile trunk/mail/thunderbird/distinfo trunk/www/firefox-esr/Makefile trunk/www/firefox-esr/distinfo trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox-nightly/files/patch-browser-app-nsBrowserApp.cpp trunk/www/firefox-nightly/files/patch-bug807492 trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo Modified: trunk/mail/thunderbird-esr/Makefile ============================================================================== --- trunk/mail/thunderbird-esr/Makefile Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/mail/thunderbird-esr/Makefile Thu Jan 10 19:39:33 2013 (r1135) @@ -1,8 +1,8 @@ # Created by: Joe Marcus Clarke -# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.153 2012/06/19 18:27:11 beat Exp $ +# $FreeBSD: head/mail/thunderbird/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= thunderbird -DISTVERSION= 17.0 +DISTVERSION= 17.0.2 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}esr/source @@ -19,7 +19,7 @@ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip -EM_VERSION= 1.4.6 +EM_VERSION= 1.5.0 USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 @@ -58,7 +58,7 @@ .include "${.CURDIR}/../../www/firefox/Makefile.options" .include -WRKSRC= ${WRKDIR}/comm-release +WRKSRC= ${WRKDIR}/comm-esr17 MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi Modified: trunk/mail/thunderbird-esr/distinfo ============================================================================== --- trunk/mail/thunderbird-esr/distinfo Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/mail/thunderbird-esr/distinfo Thu Jan 10 19:39:33 2013 (r1135) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-17.0esr.source.tar.bz2) = 08a102f21511afb696980b7c35b75f385f4260fba5f1c0b1b488ab81a49dbede -SIZE (thunderbird-17.0esr.source.tar.bz2) = 113270266 -SHA256 (enigmail-1.4.6.tar.gz) = f3771d1faa26676818bab5e2c50dce85013b9de30b82de526159eaa7ca34f036 -SIZE (enigmail-1.4.6.tar.gz) = 1262280 +SHA256 (thunderbird-17.0.2esr.source.tar.bz2) = 8f177097eabc5f73002a8c0021e6720df489ab9a47a0cd8188be6be259706011 +SIZE (thunderbird-17.0.2esr.source.tar.bz2) = 113340839 +SHA256 (enigmail-1.5.0.tar.gz) = 51f55573448586718c8d7e664329d519b02c4b28af4910bcb550961ace9a9e71 +SIZE (enigmail-1.5.0.tar.gz) = 1216071 Added: trunk/mail/thunderbird-esr/files/patch-enigmail-ipc-src-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird-esr/files/patch-enigmail-ipc-src-Makefile Thu Jan 10 19:39:33 2013 (r1135) @@ -0,0 +1,90 @@ +--- mailnews/extensions/enigmail/ipc/src/Makefile.enig~ ++++ mailnews/extensions/enigmail/ipc/src/Makefile.enig +@@ -19,26 +19,26 @@ endif + + ifeq ($(OS_ARCH),NetBSD) + ifeq ($(DLL_SUFFIX),.so.1.0) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),FreeBSD) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + + ifeq ($(OS_ARCH),HP-UX) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),OSF1) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -B symbolic ++LDFLAGS += -shared -B symbolic + CFLAGS += -fPIC + endif + endif +@@ -62,7 +62,11 @@ libs: source + $(CC) $(LDFLAGS) -o $(libname) $(objfiles) + + source: $(source) ++ifneq (,$(filter 4.2.%, $(CC_VERSION))) ++ $(CC) $(CFLAGS) -c -o $(objfiles) $^ ++else + $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ ++endif + + + clean: +--- mailnews/extensions/enigmail/ipc/src/Makefile.in~ ++++ mailnews/extensions/enigmail/ipc/src/Makefile.in +@@ -19,26 +19,26 @@ endif + + ifeq ($(OS_ARCH),NetBSD) + ifeq ($(DLL_SUFFIX),.so.1.0) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),FreeBSD) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + + ifeq ($(OS_ARCH),HP-UX) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),OSF1) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -B symbolic ++LDFLAGS += -shared -B symbolic + CFLAGS += -fPIC + endif + endif +@@ -62,7 +62,11 @@ libs: source + $(CC) $(LDFLAGS) -o $(libname) $(objfiles) + + source: $(source) ++ifneq (,$(filter 4.2.%, $(CC_VERSION))) ++ $(CC) $(CFLAGS) -c -o $(objfiles) $^ ++else + $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ ++endif + + + clean: Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/mail/thunderbird/Makefile Thu Jan 10 19:39:33 2013 (r1135) @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke -# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.153 2012/06/19 18:27:11 beat Exp $ +# $FreeBSD: head/mail/thunderbird/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= thunderbird DISTVERSION= 18.0b1 @@ -19,7 +19,7 @@ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip -EM_VERSION= 1.4.6 +EM_VERSION= 1.5.0 USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 Modified: trunk/mail/thunderbird/distinfo ============================================================================== --- trunk/mail/thunderbird/distinfo Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/mail/thunderbird/distinfo Thu Jan 10 19:39:33 2013 (r1135) @@ -1,4 +1,4 @@ SHA256 (thunderbird-18.0b1.source.tar.bz2) = 60a31745fc0ee4fc5597de6663a757f55c0bd61494f67607e3b914c73e236c72 SIZE (thunderbird-18.0b1.source.tar.bz2) = 119356332 -SHA256 (enigmail-1.4.6.tar.gz) = f3771d1faa26676818bab5e2c50dce85013b9de30b82de526159eaa7ca34f036 -SIZE (enigmail-1.4.6.tar.gz) = 1262280 +SHA256 (enigmail-1.5.0.tar.gz) = 51f55573448586718c8d7e664329d519b02c4b28af4910bcb550961ace9a9e71 +SIZE (enigmail-1.5.0.tar.gz) = 1216071 Added: trunk/mail/thunderbird/files/patch-enigmail-ipc-src-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-enigmail-ipc-src-Makefile Thu Jan 10 19:39:33 2013 (r1135) @@ -0,0 +1,90 @@ +--- mailnews/extensions/enigmail/ipc/src/Makefile.enig~ ++++ mailnews/extensions/enigmail/ipc/src/Makefile.enig +@@ -19,26 +19,26 @@ endif + + ifeq ($(OS_ARCH),NetBSD) + ifeq ($(DLL_SUFFIX),.so.1.0) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),FreeBSD) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + + ifeq ($(OS_ARCH),HP-UX) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),OSF1) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -B symbolic ++LDFLAGS += -shared -B symbolic + CFLAGS += -fPIC + endif + endif +@@ -62,7 +62,11 @@ libs: source + $(CC) $(LDFLAGS) -o $(libname) $(objfiles) + + source: $(source) ++ifneq (,$(filter 4.2.%, $(CC_VERSION))) ++ $(CC) $(CFLAGS) -c -o $(objfiles) $^ ++else + $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ ++endif + + + clean: +--- mailnews/extensions/enigmail/ipc/src/Makefile.in~ ++++ mailnews/extensions/enigmail/ipc/src/Makefile.in +@@ -19,26 +19,26 @@ endif + + ifeq ($(OS_ARCH),NetBSD) + ifeq ($(DLL_SUFFIX),.so.1.0) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),FreeBSD) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + + ifeq ($(OS_ARCH),HP-UX) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),OSF1) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -B symbolic ++LDFLAGS += -shared -B symbolic + CFLAGS += -fPIC + endif + endif +@@ -62,7 +62,11 @@ libs: source + $(CC) $(LDFLAGS) -o $(libname) $(objfiles) + + source: $(source) ++ifneq (,$(filter 4.2.%, $(CC_VERSION))) ++ $(CC) $(CFLAGS) -c -o $(objfiles) $^ ++else + $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ ++endif + + + clean: Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/firefox-esr/Makefile Thu Jan 10 19:39:33 2013 (r1135) @@ -1,8 +1,8 @@ # Created by: Alan Eldridge -# $FreeBSD: head/www/firefox/Makefile 307606 2012-11-20 23:01:15Z flo $ +# $FreeBSD: head/www/firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= firefox -DISTVERSION= 17.0 +DISTVERSION= 17.0.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -54,7 +54,7 @@ .include -WRKSRC:= ${WRKDIR}/mozilla-release +WRKSRC:= ${WRKDIR}/mozilla-esr17 .if ${ARCH} == amd64 CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} Modified: trunk/www/firefox-esr/distinfo ============================================================================== --- trunk/www/firefox-esr/distinfo Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/firefox-esr/distinfo Thu Jan 10 19:39:33 2013 (r1135) @@ -1,2 +1,2 @@ -SHA256 (firefox-17.0esr.source.tar.bz2) = 7f05658701be88505747ea3537546b98a1c0e74ba23ba428d754ea838a192348 -SIZE (firefox-17.0esr.source.tar.bz2) = 90780755 +SHA256 (firefox-17.0.2esr.source.tar.bz2) = 92bf717b3e3933b84fd37b0e5c5026868e139be828637cfcf4acdc83f7ccd886 +SIZE (firefox-17.0.2esr.source.tar.bz2) = 90828234 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/firefox-nightly/Makefile Thu Jan 10 19:39:33 2013 (r1135) @@ -1,12 +1,8 @@ -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge -# -# $FreeBSD: ports/www/firefox/Makefile,v 1.273 2012/06/19 18:23:11 beat Exp $ -# +# Created by: Alan Eldridge +# $FreeBSD$ PORTNAME= firefox -PORTVERSION= 20.0.${HGREV:C/:.*//} +PORTVERSION= 21.0.${HGREV:C/:.*//} PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= http://hg.mozilla.org/mozilla-central/archive/ Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/firefox-nightly/Makefile.hgrev Thu Jan 10 19:39:33 2013 (r1135) @@ -1 +1 @@ -HGREV= 117292:a812ef63de87 +HGREV= 118260:f60b87eed1ac Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/firefox-nightly/distinfo Thu Jan 10 19:39:33 2013 (r1135) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/a812ef63de87.tar.bz2) = ebaa3a86ad79a8dbc76adccf7e6b2ea705b0209f5c7bfa769f776dd0c9505e79 -SIZE (firefox-nightly/a812ef63de87.tar.bz2) = 98288249 +SHA256 (firefox-nightly/f60b87eed1ac.tar.bz2) = 792c4e74fe8637156a0ba140b8241f7f6a5ae0a7195584acfa5a129b1e8b33b0 +SIZE (firefox-nightly/f60b87eed1ac.tar.bz2) = 98289798 Modified: trunk/www/firefox-nightly/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- trunk/www/firefox-nightly/files/patch-browser-app-nsBrowserApp.cpp Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/firefox-nightly/files/patch-browser-app-nsBrowserApp.cpp Thu Jan 10 19:39:33 2013 (r1135) @@ -1,10 +1,10 @@ --- browser/app/nsBrowserApp.cpp~ +++ browser/app/nsBrowserApp.cpp -@@ -197,6 +197,7 @@ int main(int argc, char* argv[]) +@@ -334,6 +334,7 @@ int main(int argc, char* argv[]) TriggerQuirks(); #endif + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox", 0); - nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); - if (NS_FAILED(rv)) { - Output("Couldn't calculate the application directory.\n"); + int gotCounters; + #if defined(XP_UNIX) + struct rusage initialRUsage; Modified: trunk/www/firefox-nightly/files/patch-bug807492 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug807492 Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/firefox-nightly/files/patch-bug807492 Thu Jan 10 19:39:33 2013 (r1135) @@ -509,15 +509,15 @@ if (! buf) diff --git media/webrtc/signaling/signaling.gyp media/webrtc/signaling/signaling.gyp -index f0cbf870..ba0f801 100644 +index 2a91e3d..31de641 100644 --- media/webrtc/signaling/signaling.gyp +++ media/webrtc/signaling/signaling.gyp -@@ -208,16 +208,29 @@ +@@ -212,16 +212,29 @@ 'SIPCC_BUILD', 'HAVE_WINSOCK2_H', 'CPR_STDINT_INCLUDE=\\"mozilla/StandardInteger.h\\"' ], - + 'cflags_mozilla': [ ], }], @@ -539,34 +539,34 @@ ], 'defines': [ 'SIP_OS_OSX', - 'OSX', + 'OSX', '_FORTIFY_SOURCE=2', ], -@@ -701,17 +714,17 @@ +@@ -747,17 +760,17 @@ 'EXTERNAL_TICK_REQUIRED', 'GIPS_VER=3480', ], - + 'cflags_mozilla': [ ], - + }], - ['OS=="mac"', { + ['OS=="mac" or os_bsd==1', { 'include_dirs': [ ], - + 'sources': [ # SIPSTACK './src/sipcc/core/sipstack/sip_platform_task.c', - -@@ -746,24 +759,23 @@ + +@@ -792,24 +805,23 @@ './src/sipcc/cpr/darwin/cpr_darwin_timers_using_select.c', './src/sipcc/cpr/darwin/cpr_darwin_tst.h', './src/sipcc/cpr/darwin/cpr_darwin_types.h', ], - + 'defines' : [ 'SIP_OS_OSX', @@ -581,12 +581,12 @@ - '_DARWIN_C_SOURCE', 'NO_NSPR_10_SUPPORT', ], - + 'cflags_mozilla': [ ], }], ], - + diff --git media/webrtc/signaling/src/sipcc/cpr/darwin/cpr_darwin_ipc.c media/webrtc/signaling/src/sipcc/cpr/darwin/cpr_darwin_ipc.c index a7c47e1..4f191de 100644 --- media/webrtc/signaling/src/sipcc/cpr/darwin/cpr_darwin_ipc.c Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/firefox/Makefile Thu Jan 10 19:39:33 2013 (r1135) @@ -1,12 +1,8 @@ -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge -# -# $FreeBSD: ports/www/firefox/Makefile,v 1.273 2012/06/19 18:23:11 beat Exp $ -# +# Created by: Alan Eldridge +# $FreeBSD: head/www/firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= firefox -DISTVERSION= 18.0b7 +DISTVERSION= 18.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -58,7 +54,7 @@ .include -WRKSRC:= ${WRKDIR}/mozilla-beta +WRKSRC:= ${WRKDIR}/mozilla-release .if ${ARCH} == amd64 CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/firefox/distinfo Thu Jan 10 19:39:33 2013 (r1135) @@ -1,2 +1,2 @@ -SHA256 (firefox-18.0b7.source.tar.bz2) = a7becf4297c5cddcbbeaf3fa2e434e5002fd6cf844b6d15fe86da429aa2c78fb -SIZE (firefox-18.0b7.source.tar.bz2) = 96995401 +SHA256 (firefox-18.0.source.tar.bz2) = 53f06ff49882060e811b06ceb5d59e5a8851bda23e4cc82426010de967565014 +SIZE (firefox-18.0.source.tar.bz2) = 96948716 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/seamonkey/Makefile Thu Jan 10 19:39:33 2013 (r1135) @@ -1,8 +1,8 @@ # Created by: eivind/dima/jseger -# $FreeBSD: ports/www/seamonkey/Makefile,v 1.326 2012/06/01 05:25:02 dinoex Exp $ +# $FreeBSD: head/www/seamonkey/Makefile 308332 2012-12-05 14:19:19Z flo $ PORTNAME= seamonkey -DISTVERSION= 2.15b5 +DISTVERSION= 2.15 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source @@ -18,7 +18,7 @@ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ unzip:${PORTSDIR}/archivers/unzip -EM_VERSION= 1.4.6 +EM_VERSION= 1.5.0 USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 @@ -65,7 +65,7 @@ .include -WRKSRC= ${WRKDIR}/comm-beta +WRKSRC= ${WRKDIR}/comm-release MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Wed Jan 9 08:12:01 2013 (r1134) +++ trunk/www/seamonkey/distinfo Thu Jan 10 19:39:33 2013 (r1135) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.15b5.source.tar.bz2) = 83969c1e38be9228ac2d91acd5c373e400b23440624377692d1321811d8d3c4f -SIZE (seamonkey-2.15b5.source.tar.bz2) = 119838471 -SHA256 (enigmail-1.4.6.tar.gz) = f3771d1faa26676818bab5e2c50dce85013b9de30b82de526159eaa7ca34f036 -SIZE (enigmail-1.4.6.tar.gz) = 1262280 +SHA256 (seamonkey-2.15.source.tar.bz2) = 29ef839f30bb5998cc60adfe16b2e5e64abc14e48cbf10dff98b5b3a5260f5c7 +SIZE (seamonkey-2.15.source.tar.bz2) = 120128259 +SHA256 (enigmail-1.5.0.tar.gz) = 51f55573448586718c8d7e664329d519b02c4b28af4910bcb550961ace9a9e71 +SIZE (enigmail-1.5.0.tar.gz) = 1216071 Added: trunk/www/seamonkey/files/patch-enigmail-ipc-src-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-enigmail-ipc-src-Makefile Thu Jan 10 19:39:33 2013 (r1135) @@ -0,0 +1,90 @@ +--- mailnews/extensions/enigmail/ipc/src/Makefile.enig~ ++++ mailnews/extensions/enigmail/ipc/src/Makefile.enig +@@ -19,26 +19,26 @@ endif + + ifeq ($(OS_ARCH),NetBSD) + ifeq ($(DLL_SUFFIX),.so.1.0) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),FreeBSD) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + + ifeq ($(OS_ARCH),HP-UX) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),OSF1) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -B symbolic ++LDFLAGS += -shared -B symbolic + CFLAGS += -fPIC + endif + endif +@@ -62,7 +62,11 @@ libs: source + $(CC) $(LDFLAGS) -o $(libname) $(objfiles) + + source: $(source) ++ifneq (,$(filter 4.2.%, $(CC_VERSION))) ++ $(CC) $(CFLAGS) -c -o $(objfiles) $^ ++else + $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ ++endif + + + clean: +--- mailnews/extensions/enigmail/ipc/src/Makefile.in~ ++++ mailnews/extensions/enigmail/ipc/src/Makefile.in +@@ -19,26 +19,26 @@ endif + + ifeq ($(OS_ARCH),NetBSD) + ifeq ($(DLL_SUFFIX),.so.1.0) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),FreeBSD) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + + ifeq ($(OS_ARCH),HP-UX) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -Wl,-Bsymbolic ++LDFLAGS += -shared -Wl,-Bsymbolic + CFLAGS += -fPIC + endif + endif + + ifeq ($(OS_ARCH),OSF1) + ifeq ($(GNU_CC)$(GNU_CXX),) +-LDFLAGS += -B symbolic ++LDFLAGS += -shared -B symbolic + CFLAGS += -fPIC + endif + endif +@@ -62,7 +62,11 @@ libs: source + $(CC) $(LDFLAGS) -o $(libname) $(objfiles) + + source: $(source) ++ifneq (,$(filter 4.2.%, $(CC_VERSION))) ++ $(CC) $(CFLAGS) -c -o $(objfiles) $^ ++else + $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ ++endif + + + clean: From owner-freebsd-gecko@FreeBSD.ORG Thu Jan 10 19:39:54 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 008E4DE6 for ; Thu, 10 Jan 2013 19:39:53 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 803143D3 for ; Thu, 10 Jan 2013 19:39:53 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r0AJdqI6076923 for ; Thu, 10 Jan 2013 19:39:52 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r0AJdlXB076130 for freebsd-gecko@freebsd.org; Thu, 10 Jan 2013 19:39:47 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 10 Jan 2013 19:39:47 GMT Message-Id: <201301101939.r0AJdlXB076130@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] r1136 - in trunk: mail/thunderbird/files www/firefox/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 19:39:54 -0000 Author: jbeich Date: Thu Jan 10 19:39:47 2013 New Revision: 1136 Log: unbreak gecko18 build on i386 with gcc42 Reported by: flo Added: trunk/mail/thunderbird/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h trunk/www/firefox/files/patch-content-base-src-nsTextFragmentImpl.h trunk/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h Added: trunk/mail/thunderbird/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h Thu Jan 10 19:39:47 2013 (r1136) @@ -0,0 +1,14 @@ +--- mozilla/content/base/src/nsTextFragmentImpl.h ++++ mozilla/content/base/src/nsTextFragmentImpl.h +@@ -16,7 +16,11 @@ template<> struct Non8BitParameters<4> { + }; + + template<> struct Non8BitParameters<8> { ++#if !defined(__clang__) && defined(__GNUC__) && __GNUC_MINOR__ <= 2 ++ static inline size_t mask() { return 0xff00ff00ff00ff00ULL; } ++#else + static inline size_t mask() { return 0xff00ff00ff00ff00; } ++#endif + static inline uint32_t alignMask() { return 0x7; } + static inline uint32_t numUnicharsPerWord() { return 4; } + }; Added: trunk/www/firefox/files/patch-content-base-src-nsTextFragmentImpl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-content-base-src-nsTextFragmentImpl.h Thu Jan 10 19:39:47 2013 (r1136) @@ -0,0 +1,14 @@ +--- content/base/src/nsTextFragmentImpl.h ++++ content/base/src/nsTextFragmentImpl.h +@@ -16,7 +16,11 @@ template<> struct Non8BitParameters<4> { + }; + + template<> struct Non8BitParameters<8> { ++#if !defined(__clang__) && defined(__GNUC__) && __GNUC_MINOR__ <= 2 ++ static inline size_t mask() { return 0xff00ff00ff00ff00ULL; } ++#else + static inline size_t mask() { return 0xff00ff00ff00ff00; } ++#endif + static inline uint32_t alignMask() { return 0x7; } + static inline uint32_t numUnicharsPerWord() { return 4; } + }; Added: trunk/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h Thu Jan 10 19:39:47 2013 (r1136) @@ -0,0 +1,14 @@ +--- mozilla/content/base/src/nsTextFragmentImpl.h ++++ mozilla/content/base/src/nsTextFragmentImpl.h +@@ -16,7 +16,11 @@ template<> struct Non8BitParameters<4> { + }; + + template<> struct Non8BitParameters<8> { ++#if !defined(__clang__) && defined(__GNUC__) && __GNUC_MINOR__ <= 2 ++ static inline size_t mask() { return 0xff00ff00ff00ff00ULL; } ++#else + static inline size_t mask() { return 0xff00ff00ff00ff00; } ++#endif + static inline uint32_t alignMask() { return 0x7; } + static inline uint32_t numUnicharsPerWord() { return 4; } + }; From owner-freebsd-gecko@FreeBSD.ORG Thu Jan 10 23:10:27 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1D32878B; Thu, 10 Jan 2013 23:10:27 +0000 (UTC) (envelope-from flo@smeets.im) Received: from mail.solomo.de (mail.solomo.de [5.9.87.18]) by mx1.freebsd.org (Postfix) with ESMTP id C844DF35; Thu, 10 Jan 2013 23:10:26 +0000 (UTC) Received: from cpos1.nexxtmobile.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 21006429B; Fri, 11 Jan 2013 00:10:19 +0100 (CET) X-Virus-Scanned: amavisd-new at nexxtmobile.de Received: from mail.solomo.de ([127.0.0.1]) by cpos1.nexxtmobile.de (cpos1.nexxtmobile.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2ny-Fhy0ODeL; Fri, 11 Jan 2013 00:10:16 +0100 (CET) Received: from bender-osx.fritz.box (unknown [85.22.125.95]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id DAAB2428D; Fri, 11 Jan 2013 00:10:15 +0100 (CET) Message-ID: <50EF4A54.5090500@smeets.im> Date: Fri, 11 Jan 2013 00:10:12 +0100 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Thunderbird/21.0a1 MIME-Version: 1.0 To: Max Brazhnikov , gecko@freebsd.org Subject: Re: update for DESKTOP_ENTRIES References: <201301101214.00968.makc@freebsd.org> In-Reply-To: <201301101214.00968.makc@freebsd.org> X-Enigmail-Version: 1.6a1pre Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2MRRHULLOIQVDEWJNLSON" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 23:10:27 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2MRRHULLOIQVDEWJNLSON Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 10.01.13 13:14, Max Brazhnikov wrote: > Hi, >=20 > I have submitted ports/175102, which updates DESKTOP_ENTRIES framework > and removes some outdated stuff. Your ports need trivial fix, besides I= have > allowed myself to make other changes, e.g. adjust Categories, Comment f= ields: >=20 > all-in-one patch: http://people.freebsd.org/~makc/patches/ports-2013010= 9.diff > by maintainer: http://people.freebsd.org/~makc/patches/desktop_entries/= .diff >=20 > Please let me know if you're strongly disagree with changes :) >=20 > The update will be committed next week, once I get successful results f= rom > exp-run. >=20 > Please CC me, I'm not subscribed to gecko@ and chromium@ maillists. >=20 No objections from gecko@. Thanks, Florian ------enig2MRRHULLOIQVDEWJNLSON Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlDvSlQACgkQapo8P8lCvwnsLwCfQFGfIfQj/NBVxhZ1ZJrcnxnh Q94An2oZmhELrA4MMm+nLhdu66cu/tA1 =7FUy -----END PGP SIGNATURE----- ------enig2MRRHULLOIQVDEWJNLSON-- From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 04:13:42 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F00EAE7 for ; Fri, 11 Jan 2013 04:13:42 +0000 (UTC) (envelope-from wicked@baot.se) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) by mx1.freebsd.org (Postfix) with ESMTP id 83AD9D86 for ; Fri, 11 Jan 2013 04:13:41 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id gm13so995824lbb.24 for ; Thu, 10 Jan 2013 20:13:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=Cv0YpgwLwm9K1GIeiPZJzZL6AgurM0T5dmRLNkQIFBs=; b=prlI6rNiq/ApkPVY1P36CVnbkr8YZNBFUTfUFf9Baq0S8KZRhewhPr8I+lcNUltFVx gse4gRn7ZzPukfHQv4B533V7Mcy+0/DuiceHq0k2p5kHWxo4jC3lVe6rKRdAcAkh0/zA /NEQj+HRfE26ehDNvdtDo9O3DqDr+gK0z5SXcg5HZtoQxDdlMDqopKsVCkVk+2oTMJAh G/FIa/B4qajlCwEywl22HgP3cX/upwULc2FX0rA/ypSiKqpNrn4BKoD0U3ZhskoxZkry 3a4oYw0BU/JtblUybJv402TKGXLgvuefBPDnNPfLQ5jqYhY3g5bv3Bun/3vZ9mtBfMtd tLWg== MIME-Version: 1.0 Received: by 10.112.10.3 with SMTP id e3mr30800923lbb.33.1357877620833; Thu, 10 Jan 2013 20:13:40 -0800 (PST) Received: by 10.112.48.163 with HTTP; Thu, 10 Jan 2013 20:13:40 -0800 (PST) X-Originating-IP: [82.192.84.1] In-Reply-To: <20130111001147.GA7150@baot.se> References: <20130111001147.GA7150@baot.se> Date: Fri, 11 Jan 2013 05:13:40 +0100 Message-ID: Subject: Firefox 18 patches From: =?UTF-8?Q?Anders_Nystr=C3=B6m?= To: freebsd-gecko@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQm0JjqUIPISO15aHoOk0SLGZVpTKSZPnnAZeoDIxr9ch1Mxc0WRjkX4hCE6VtHOrn6gEz82 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 04:13:43 -0000 Hi. Now with FF 18 there appears to be a problem with the patch(es)? => SHA256 Checksum OK for firefox-18.0.source.tar.bz2. ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.14.2 - found ===> Patching for firefox-18.0,1 ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.14.2 - found ===> Applying FreeBSD patches for firefox-18.0,1 1 out of 1 hunks failed--saving rejects to media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h.rej => Patch patch-bug807492 failed to apply cleanly. => Patch(es) patch-alsapulse patch-browser-app-nsBrowserApp.cpp patch-bug685258 patch-bug722975 patch-bug732340 patch-bug778078 patch-bug781457 patch-bug783463 patch-bug783505 patch-bug787804 patch-bug788955 patch-bug791305 patch-bug798354 patch-bug800401 patch-bug806139 applied cleanly. *** [do-patch] Error code 1Stop in /usr/ports/www/firefox. *** [build] Error code 1 Stop in /basejail/usr/ports/www/firefox. ===>>> make failed for www/firefox ===>>> Aborting update Terminated From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 04:19:53 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1B4CC16B for ; Fri, 11 Jan 2013 04:19:53 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id A74FFDC6 for ; Fri, 11 Jan 2013 04:19:52 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r0B4Jo3w028635 for ; Fri, 11 Jan 2013 04:19: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 r0B4Jjsq028295 for freebsd-gecko@freebsd.org; Fri, 11 Jan 2013 04:19:45 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 11 Jan 2013 04:19:45 GMT Message-Id: <201301110419.r0B4Jjsq028295@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] r1137 - trunk/www/firefox-nightly/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 04:19:53 -0000 Author: jbeich Date: Fri Jan 11 04:19:45 2013 New Revision: 1137 Log: propagate the last commit for Nightly, too Added: trunk/www/firefox-nightly/files/patch-content-base-src-nsTextFragmentImpl.h Added: trunk/www/firefox-nightly/files/patch-content-base-src-nsTextFragmentImpl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-content-base-src-nsTextFragmentImpl.h Fri Jan 11 04:19:45 2013 (r1137) @@ -0,0 +1,14 @@ +--- content/base/src/nsTextFragmentImpl.h ++++ content/base/src/nsTextFragmentImpl.h +@@ -16,7 +16,11 @@ template<> struct Non8BitParameters<4> { + }; + + template<> struct Non8BitParameters<8> { ++#if !defined(__clang__) && defined(__GNUC__) && __GNUC_MINOR__ <= 2 ++ static inline size_t mask() { return 0xff00ff00ff00ff00ULL; } ++#else + static inline size_t mask() { return 0xff00ff00ff00ff00; } ++#endif + static inline uint32_t alignMask() { return 0x7; } + static inline uint32_t numUnicharsPerWord() { return 4; } + }; From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 08:00:05 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 6072262C; Fri, 11 Jan 2013 08:00:05 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TtSTL-000D4c-Cx; Fri, 11 Jan 2013 01:27:47 +0100 To: FreeBSD-gnats-submit@freebsd.org Subject: www/firefox 18 fails to build (in patch phase) From: Matthias Andree X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: Date: Fri, 11 Jan 2013 01:27:47 +0100 Cc: gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Andree List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 08:00:05 -0000 >Submitter-Id: current-users >Originator: Matthias Andree >Organization: >Confidential: no >Synopsis: www/firefox 18 fails to build (in patch phase) >Severity: critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 9.1-RELEASE amd64 >Environment: System: FreeBSD apollo.emma.line.org 9.1-RELEASE FreeBSD 9.1-RELEASE #2 r244869: Sun Dec 30 22:05:16 CET 2012 toor@apollo.emma.line.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Trying to build www/firefox leads to problems (at least with Alsa configured); I previously had set it to OSS and got complaints that WEBRTC required ALSA: $ cd /usr/ports/www/firefox $ make pretty-print-config +DBUS -DEBUG -GCONF -GIO -GNOMEUI -GNOMEVFS2 -GSTREAMER -LIBPROXY -LOGGING -OPTIMIZED_CFLAGS -PGO +WEBRTC AUDIO( +ALSA -OSS -PULSEAUDIO ) $ make ... ===> Extracting for firefox-18.0,1 => SHA256 Checksum OK for firefox-18.0.source.tar.bz2. ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.12.4 - found ===> Patching for firefox-18.0,1 ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.12.4 - found ===> Applying extra patch /usr/ports/www/firefox/files/extra-bug780531 ===> Applying FreeBSD patches for firefox-18.0,1 1 out of 1 hunks failed--saving rejects to media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h.rej => Patch patch-bug807492 failed to apply cleanly. => Patch(es) patch-alsapulse patch-browser-app-nsBrowserApp.cpp patch-bug685258 patch-bug722975 patch-bug732340 patch-bug778078 patch-bug781457 patch-bug783463 patch-bug783505 patch-bug787804 patch-bug788955 patch-bug791305 patch-bug798354 patch-bug800401 patch-bug806139 applied cleanly. >How-To-Repeat: >Fix: From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 08:07:55 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2BE2C6F6; Fri, 11 Jan 2013 08:07:55 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id E7D23888; Fri, 11 Jan 2013 08:07:54 +0000 (UTC) Received: from p508c7a01.dip.t-dialin.net ([80.140.122.1] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1TtZea-0001FM-Qr; Fri, 11 Jan 2013 09:07:53 +0100 Message-ID: <50EFC858.9020704@gwdg.de> Date: Fri, 11 Jan 2013 09:07:52 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Stephan Schindel Subject: Re: Firefox 18 does not compile (problem with patches) References: <20130111084543.2a5709a4@freebsd> In-Reply-To: <20130111084543.2a5709a4@freebsd> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: gecko@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 08:07:55 -0000 On 11.01.2013 08:45 (UTC+2), Stephan Schindel wrote: > Hey, Hi Stephan, > for me firefox 18 does not compile. It fails at patching: > > > ===> Patching for firefox-18.0,1 > ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.14.2 - found > ===> Applying extra patch /usr/ports/www/firefox/files/extra-bug780531 > Ignoring previously applied (or reversed) patch. > 1 out of 1 hunks ignored--saving rejects to configure.in.rej > *** [do-patch] Error code 1 > > Stop in /usr/ports/www/firefox. > *** [install] Error code 1 > > Stop in /usr/ports/www/firefox. > *** [reinstall] Error code 1 > > Stop in /usr/ports/www/firefox. I also had this breakage. After updating to r310217 (second patch, this morning) a different patch does fail: ===> Applying extra patch /usr/ports/www/firefox/files/extra-bug780531 ===> Applying FreeBSD patches for firefox-18.0,1 1 out of 1 hunks failed--saving rejects to media/webrtc/trunk/src/system_wrappers/source/spreadsortlib/spreadsort.hpp.rej => Patch patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp failed to apply cleanly. > Is it a problem on my side? > > Cheers, > Stephan I included the maintainer gecko@. Rainer From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 08:10:09 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1D7BB7D5; Fri, 11 Jan 2013 08:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EC09489E; Fri, 11 Jan 2013 08:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0B8A8fH031840; Fri, 11 Jan 2013 08:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0B8A8Af031836; Fri, 11 Jan 2013 08:10:08 GMT (envelope-from edwin) Date: Fri, 11 Jan 2013 08:10:08 GMT Message-Id: <201301110810.r0B8A8Af031836@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/175199: www/firefox 18 fails to build (in patch phase) X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 08:10:09 -0000 Synopsis: www/firefox 18 fails to build (in patch phase) Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jan 11 08:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=175199 From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 08:12:04 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6EE84835; Fri, 11 Jan 2013 08:12:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 45FEB8B4; Fri, 11 Jan 2013 08:12:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0B8C4uJ033361; Fri, 11 Jan 2013 08:12:04 GMT (envelope-from mandree@freefall.freebsd.org) Received: (from mandree@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0B8C4Xu033357; Fri, 11 Jan 2013 08:12:04 GMT (envelope-from mandree) Date: Fri, 11 Jan 2013 08:12:04 GMT Message-Id: <201301110812.r0B8C4Xu033357@freefall.freebsd.org> To: mandree@FreeBSD.org, mandree@FreeBSD.org, gecko@FreeBSD.org From: mandree@FreeBSD.org Subject: Re: ports/175199: www/firefox 18 fails to build (in patch phase) X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 08:12:04 -0000 Synopsis: www/firefox 18 fails to build (in patch phase) State-Changed-From-To: open->closed State-Changed-By: mandree State-Changed-When: Fri Jan 11 08:12:03 UTC 2013 State-Changed-Why: patch now succeeds in SVN http://www.freebsd.org/cgi/query-pr.cgi?pr=175199 From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 08:20:09 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B3C07BD5; Fri, 11 Jan 2013 08:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 70B2492C; Fri, 11 Jan 2013 08:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0B8K87s035499; Fri, 11 Jan 2013 08:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0B8K8rg035495; Fri, 11 Jan 2013 08:20:08 GMT (envelope-from edwin) Date: Fri, 11 Jan 2013 08:20:08 GMT Message-Id: <201301110820.r0B8K8rg035495@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/175200: www/firefox new patch failures as of SVN 310219 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 08:20:09 -0000 Synopsis: www/firefox new patch failures as of SVN 310219 Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jan 11 08:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=175200 From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 10:18:09 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3CFBC552; Fri, 11 Jan 2013 10:18:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id AF110176; Fri, 11 Jan 2013 10:18:08 +0000 (UTC) Received: from wiggles.bwns.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with ESMTP id r0BAI73O097904; Fri, 11 Jan 2013 11:18:07 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Fri, 11 Jan 2013 11:18:07 +0100 From: Emanuel Haupt To: Rainer Hurling Subject: Re: Firefox 18 does not compile (problem with patches) Message-Id: <20130111111807.aff5017cf3a597e243a87fc7@FreeBSD.org> In-Reply-To: <50EFC858.9020704@gwdg.de> References: <20130111084543.2a5709a4@freebsd> <50EFC858.9020704@gwdg.de> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: gecko@FreeBSD.org, Stephan Schindel , freebsd-ports@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 10:18:09 -0000 Rainer Hurling wrote: > On 11.01.2013 08:45 (UTC+2), Stephan Schindel wrote: > > Hey, > > Hi Stephan, > > > for me firefox 18 does not compile. It fails at patching: > > > > > > ===> Patching for firefox-18.0,1 > > ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.14.2 - > > found ===> Applying extra > > patch /usr/ports/www/firefox/files/extra-bug780531 Ignoring > > previously applied (or reversed) patch. 1 out of 1 hunks > > ignored--saving rejects to configure.in.rej *** [do-patch] Error > > code 1 > > > > Stop in /usr/ports/www/firefox. > > *** [install] Error code 1 > > > > Stop in /usr/ports/www/firefox. > > *** [reinstall] Error code 1 > > > > Stop in /usr/ports/www/firefox. > > I also had this breakage. After updating to r310217 (second patch, > this morning) a different patch does fail: > > ===> Applying extra > patch /usr/ports/www/firefox/files/extra-bug780531 ===> Applying > FreeBSD patches for firefox-18.0,1 1 out of 1 hunks failed--saving > rejects to > media/webrtc/trunk/src/system_wrappers/source/spreadsortlib/spreadsort.hpp.rej > => Patch > patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp > failed to apply cleanly. > > > Is it a problem on my side? > > > > Cheers, > > Stephan > > I included the maintainer gecko@. May I commit the following patch? http://people.freebsd.org/~ehaupt/firefox.patch Emanuel > > Rainer > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 10:33:52 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D9250B4E; Fri, 11 Jan 2013 10:33:52 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AB60E239; Fri, 11 Jan 2013 10:33:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0BAXqRS061007; Fri, 11 Jan 2013 10:33:52 GMT (envelope-from ehaupt@freefall.freebsd.org) Received: (from ehaupt@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0BAXqW1061003; Fri, 11 Jan 2013 11:33:52 +0100 (CET) (envelope-from ehaupt) Date: Fri, 11 Jan 2013 11:33:52 +0100 (CET) Message-Id: <201301111033.r0BAXqW1061003@freefall.freebsd.org> To: mandree@FreeBSD.org, ehaupt@FreeBSD.org, gecko@FreeBSD.org From: ehaupt@FreeBSD.org Subject: Re: ports/175200: www/firefox new patch failures as of SVN 310219 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 10:33:52 -0000 Synopsis: www/firefox new patch failures as of SVN 310219 State-Changed-From-To: open->closed State-Changed-By: ehaupt State-Changed-When: Fri Jan 11 11:33:44 CET 2013 State-Changed-Why: Patch committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=175200 From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 10:36:38 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5BB89B9B; Fri, 11 Jan 2013 10:36:38 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 225EC244; Fri, 11 Jan 2013 10:36:37 +0000 (UTC) Received: from p508c7a01.dip.t-dialin.net ([80.140.122.1] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1TtbyW-0002SC-Ah; Fri, 11 Jan 2013 11:36:36 +0100 Message-ID: <50EFEB33.7090603@gwdg.de> Date: Fri, 11 Jan 2013 11:36:35 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Emanuel Haupt Subject: Re: Firefox 18 does not compile (problem with patches) References: <20130111084543.2a5709a4@freebsd> <50EFC858.9020704@gwdg.de> <20130111111807.aff5017cf3a597e243a87fc7@FreeBSD.org> In-Reply-To: <20130111111807.aff5017cf3a597e243a87fc7@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: gecko@FreeBSD.org, Stephan Schindel , freebsd-ports@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 10:36:38 -0000 On 11.01.2013 11:18 (UTC+2), Emanuel Haupt wrote: > Rainer Hurling wrote: >> On 11.01.2013 08:45 (UTC+2), Stephan Schindel wrote: >>> Hey, >> >> Hi Stephan, >> >>> for me firefox 18 does not compile. It fails at patching: >>> >>> >>> ===> Patching for firefox-18.0,1 >>> ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.14.2 - >>> found ===> Applying extra >>> patch /usr/ports/www/firefox/files/extra-bug780531 Ignoring >>> previously applied (or reversed) patch. 1 out of 1 hunks >>> ignored--saving rejects to configure.in.rej *** [do-patch] Error >>> code 1 >>> >>> Stop in /usr/ports/www/firefox. >>> *** [install] Error code 1 >>> >>> Stop in /usr/ports/www/firefox. >>> *** [reinstall] Error code 1 >>> >>> Stop in /usr/ports/www/firefox. >> >> I also had this breakage. After updating to r310217 (second patch, >> this morning) a different patch does fail: >> >> ===> Applying extra >> patch /usr/ports/www/firefox/files/extra-bug780531 ===> Applying >> FreeBSD patches for firefox-18.0,1 1 out of 1 hunks failed--saving >> rejects to >> media/webrtc/trunk/src/system_wrappers/source/spreadsortlib/spreadsort.hpp.rej >> => Patch >> patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp >> failed to apply cleanly. >> >>> Is it a problem on my side? >>> >>> Cheers, >>> Stephan >> >> I included the maintainer gecko@. > > May I commit the following patch? > http://people.freebsd.org/~ehaupt/firefox.patch Thanks for the patch. It works fine for me, Rainer > Emanuel > >> >> Rainer From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 13:15:29 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 72252D83 for ; Fri, 11 Jan 2013 13:15:29 +0000 (UTC) (envelope-from caligula@primamail.de) Received: from mail.server-king.de (mail.server-king.de [IPv6:2a01:4f8:100:41a2::25]) by mx1.freebsd.org (Postfix) with ESMTP id CBF11A2A for ; Fri, 11 Jan 2013 13:15:28 +0000 (UTC) Received: from piggy.localnet ([192.91.60.144]) (authenticated bits=0) by mail.server-king.de (8.14.6/8.14.6) with ESMTP id r0BDFGqw085657 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 11 Jan 2013 14:15:27 +0100 (CET) (envelope-from caligula@primamail.de) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=primamail.de; s=mail.server-king.de; t=1357910127; bh=ZIETn6fOa+Z/+OQybFzNxSyURRycZTZvzqDSNe9qJ5c=; h=From:To:Subject:Date; b=tqIqn4I4nDYR5YlyNaEBEEKLz1FlYw/HJbqBV3da/aTnl0sEBR7HBvspcNQlMJjXJ uLuxDR1aG3SlPcV/CZasVIKRgQIkgJfaASiNzM5lcYtJ6Gr9XQKNG6aWpdUSnhNSW1 BdG6D2PWEmYLzT5KR9NSfHUQBm2TckWm0GJl58Nk= From: =?ISO-8859-1?Q?J=FCrgen?= Galonska To: gecko@freebsd.org Subject: firefox-18.0,1 - patches don't apply Date: Fri, 11 Jan 2013 14:15:05 +0100 Message-ID: <3134101.UULHDAyIcg@piggy> User-Agent: KMail/4.8.4 (FreeBSD/9.1-RELEASE; KDE/4.8.4; i386; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart11512988.obmNVMfCqk"; micalg="sha256"; protocol="application/pkcs7-signature" Content-Transfer-Encoding: quoted-printable X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mail.server-king.de [188.40.65.110]); Fri, 11 Jan 2013 14:15:27 +0100 (CET) X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 13:15:29 -0000 --nextPart11512988.obmNVMfCqk Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-15" Hello,=20 even with the latest port-snapshot, firefox-18 patches don't apply on FreeBSD 8.3-RELEASE-p4 i386 and FreeBSD 9.1-RELEASE i386. geile-sau:/root# portsnap fetch Looking up portsnap.FreeBSD.org mirrors... 6 mirrors found. Fetching snapshot tag from ec2-eu-west-1.portsnap.freebsd.org... done. Fetching snapshot metadata... done. Updating from Fri Jan 11 11:10:36 CET 2013 to Fri Jan 11 13:39:41 CET 2= 013. Fetching 4 metadata patches... done. Applying metadata patches... done. Fetching 0 metadata files... done. Fetching 8 patches..... done. Applying patches... done. Fetching 0 new ports or files... done. geile-sau:/root# geile-sau:/root# portsnap update Removing old files and directories... done. Extracting new files: /usr/ports/LASTCOMMIT.txt /usr/ports/databases/p5-DBD-CSV/ /usr/ports/deskutils/tomboy/ /usr/ports/emulators/wine-devel/ /usr/ports/security/vuxml/ /usr/ports/www/firefox/ /usr/ports/www/squid31/ /usr/ports/www/squid32/ Building new INDEX files... done. geile-sau:/root# geile-sau:/root# portupgrade -aR ---> Session started at: Fri, 11 Jan 2013 13:53:53 +0100 =09~snip~ =3D> SHA256 Checksum OK for firefox-18.0.source.tar.bz2. =3D=3D=3D> firefox-18.0,1 depends on file: /usr/local/bin/perl5.14.2 = - found =3D=3D=3D> Patching for firefox-18.0,1 =3D=3D=3D> firefox-18.0,1 depends on file: /usr/local/bin/perl5.14.2 = - found =3D=3D=3D> Converting DOS text file to UNIX text file:=20 =3D=3D=3D> Applying FreeBSD patches for firefox-18.0,1 1 out of 1 hunks failed--saving rejects to media/mtransport/third_party= /nrappkit/src/port/generic/include/sys/queue.h.rej =3D> Patch patch-bug807492 failed to apply cleanly. =3D> Patch(es) patch-alsapulse patch-browser-app-nsBrowserApp.cpp patch= -bug685258 patch-bug722975 patch-bug732340 patch-bug778078 patch-bug781= 457 patch-bug783463 patch-bug783505 patch-bug787804 patch-bug788955 pat= ch-bug791305 patch-bug798354 patch-bug800401 patch-bug806139 applied cl= eanly. *** Error code 1 Stop in /usr/ports/www/firefox. *** Error code 1 Stop in /usr/ports/www/firefox. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20= 130111-49037-104wpd env UPGRADE_TOOL=3Dportupgrade UPGRADE_PORT=3Dfiref= ox-17.0.2,1 UPGRADE_PORT_VER=3D17.0.2,1 make ** Fix the problem and try again. ---> Build of www/firefox ended at: Fri, 11 Jan 2013 13:57:05 +0100 (c= onsumed 00:01:36) ---> Saving the log as '/var/log/portupgrade/www::firefox.log' ---> Upgrade of www/firefox ended at: Fri, 11 Jan 2013 13:57:05 +0100 = (consumed 00:01:36) ---> ** Upgrade tasks 1: 0 done, 4 ignored, 0 skipped and 1 failed --=20 J=FCrgen Galonska --nextPart11512988.obmNVMfCqk Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Disposition: attachment; filename="smime.p7s" Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCCDWkw ggY0MIIEHKADAgECAgEgMA0GCSqGSIb3DQEBBQUAMH0xCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1T dGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5n MSkwJwYDVQQDEyBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNzEwMjQyMTAy NTVaFw0xNzEwMjQyMTAyNTVaMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRk LjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMv U3RhcnRDb20gQ2xhc3MgMiBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0EwggEiMA0GCSqG SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDLKIVFnAEs+xnyq6UzjCqgDcvQVe1dIoFnRsQPCFO+y92k 8RK0Pn3MbQ2Gd+mehh9GBZ+36uUQA7Xj9AGM6wgPhEE34vKtfpAN5tJ8LcFxveDObCKrL7O5UT9W snAZHv7OYPYSR68mdmnEnJ83M4wQgKO19b+Rt8sPDAz9ptkQsntCn4GeJzg3q2SVc4QJTg/WHo7w F2ah5LMOeh8xJVSKGEmd6uPkSbj113yKMm8vmNptRPmM1+YgmVwcdOYJOjCgFtb2sOP79jji8uhW R91xx7TpM1K3hv/wrBZwffrmmEpUeuXHRs07JqCCvFh9coKF4UQZvfEg+x3/69xRCzb1AgMBAAGj ggGtMIIBqTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUrlWDb+wx yrn3HfqvazHzyB3jrLswHwYDVR0jBBgwFoAUTgvvGqRAW6UXaYcwyjRoQ9BBrvIwZgYIKwYBBQUH AQEEWjBYMCcGCCsGAQUFBzABhhtodHRwOi8vb2NzcC5zdGFydHNzbC5jb20vY2EwLQYIKwYBBQUH MAKGIWh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3Nmc2NhLmNydDBbBgNVHR8EVDBSMCegJaAjhiFo dHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9zZnNjYS5jcmwwJ6AloCOGIWh0dHA6Ly9jcmwuc3RhcnRz c2wuY29tL3Nmc2NhLmNybDCBgAYDVR0gBHkwdzB1BgsrBgEEAYG1NwECATBmMC4GCCsGAQUFBwIB FiJodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9wb2xpY3kucGRmMDQGCCsGAQUFBwIBFihodHRwOi8v d3d3LnN0YXJ0c3NsLmNvbS9pbnRlcm1lZGlhdGUucGRmMA0GCSqGSIb3DQEBBQUAA4ICAQA6qScN yNO0FpHvaZTQacVMXH33O51KyEKSRw3IvdQxRu31YR0ZDGdSfgSoOVDVMSBSdmfQfdDInHPzV3LO 5DwUXZ+lxjv7z3PO2OkfnFkvTXPfn6dxJ5rJveDsTsCPcJ/Kp6/+qN5g+J6D/SaYcFD018B6L42r 0Z4VEBy36P4tjRtF14Ex10tl5tJFVKM16qWKQHbpjIgf73s49UB0CQ5lHT2DHKfq3oPfdNc5Mk93 w1v4ryVb+qVrZIej8NsrWU+5r4O2IV91edDb/OtHFddZqHFFXKgS79IHE/hwQ2LW7r3sTX7cDUCg +dfdwO8zeLxuwk2JF8crUoyrl66RGrRIhT8VoG/OJ1Y9uUlOav69V4cG8upi4ZG2l7JZFbcBFk91 Wp+Payo5SuF61CmGFrZ386umkmpObtFacXda2O/bVoQ9xHQrzoTc/0KZTWvlZCLK3Ke/vGYT9ZdW 9lOjGsSFbXrlTA919L84iMK+48WGnvRWY28ZaVHpql43AtEGhXze6iNCbEDACy+4hkQYOytAqDgc xAnQ937mYpeZFPyz/XK9QSt9VNFMuudWxZwDDDJKoQAoSG59Hou9lZ26UrK60nRdAQBmEPL8h2nu WgoPh++XVQld9yuhbsWa39Pck8/lcfz5HUVGJF5mc/zk38iV7FDlF68puiryNq2KXHEpOTCCBy0w ggYVoAMCAQICAhq9MA0GCSqGSIb3DQEBCwUAMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3Rh cnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4 MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMiBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0Ew HhcNMTIwMTAyMDM1NTM5WhcNMTQwMTAzMDAzMjQzWjByMQswCQYDVQQGEwJERTEPMA0GA1UECBMG QmF5ZXJuMREwDwYDVQQHEwhNdWVuY2hlbjEZMBcGA1UEAwwQSsO8cmdlbiBHYWxvbnNrYTEkMCIG CSqGSIb3DQEJARYVY2FsaWd1bGFAcHJpbWFtYWlsLmRlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A MIIBCgKCAQEAzOV7Es4R4zergfnewLtBaYUfhXPjSyhQYOv6of1htUkgCORz1Y3zwUkqvBSz21Xr xzeCioq3MuUU1w73YOh5R8HKvss1qlT1HGxR6ebImO7vu2sOYm6trb1SDClnW+DZLImZ/CXZqb98 BBQEQ7Us7il4dRgIf63ueBYmli4ec3fzNOgC1maoqv3ExyYuUAuvTVpUK+myWRCwlNF6tu7CBzEj Mgf/oXBwpqXYIBtyCQrcEiuQgtRemVGhABi5UooxxvX70/cjIl/S6g3mDXXlxbjYA3TYeVqftjQR sEOay53OcSzqXAwOlUn3LwVs8cPcZFnBpKROX6Pp/uEncIxy8QIDAQABo4IDsDCCA6wwCQYDVR0T BAIwADALBgNVHQ8EBAMCBLAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMEMB0GA1UdDgQW BBRW6i9PgyRF0n2dnkeOaKgHynVxsjAfBgNVHSMEGDAWgBSuVYNv7DHKufcd+q9rMfPIHeOsuzAg BgNVHREEGTAXgRVjYWxpZ3VsYUBwcmltYW1haWwuZGUwggIhBgNVHSAEggIYMIICFDCCAhAGCysG AQQBgbU3AQICMIIB/zAuBggrBgEFBQcCARYiaHR0cDovL3d3dy5zdGFydHNzbC5jb20vcG9saWN5 LnBkZjA0BggrBgEFBQcCARYoaHR0cDovL3d3dy5zdGFydHNzbC5jb20vaW50ZXJtZWRpYXRlLnBk ZjCB9wYIKwYBBQUHAgIwgeowJxYgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwAwIB ARqBvlRoaXMgY2VydGlmaWNhdGUgd2FzIGlzc3VlZCBhY2NvcmRpbmcgdG8gdGhlIENsYXNzIDIg VmFsaWRhdGlvbiByZXF1aXJlbWVudHMgb2YgdGhlIFN0YXJ0Q29tIENBIHBvbGljeSwgcmVsaWFu Y2Ugb25seSBmb3IgdGhlIGludGVuZGVkIHB1cnBvc2UgaW4gY29tcGxpYW5jZSBvZiB0aGUgcmVs eWluZyBwYXJ0eSBvYmxpZ2F0aW9ucy4wgZwGCCsGAQUFBwICMIGPMCcWIFN0YXJ0Q29tIENlcnRp ZmljYXRpb24gQXV0aG9yaXR5MAMCAQIaZExpYWJpbGl0eSBhbmQgd2FycmFudGllcyBhcmUgbGlt aXRlZCEgU2VlIHNlY3Rpb24gIkxlZ2FsIGFuZCBMaW1pdGF0aW9ucyIgb2YgdGhlIFN0YXJ0Q29t IENBIHBvbGljeS4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5zdGFydHNzbC5jb20vY3J0 dTItY3JsLmNybDCBjgYIKwYBBQUHAQEEgYEwfzA5BggrBgEFBQcwAYYtaHR0cDovL29jc3Auc3Rh cnRzc2wuY29tL3N1Yi9jbGFzczIvY2xpZW50L2NhMEIGCCsGAQUFBzAChjZodHRwOi8vYWlhLnN0 YXJ0c3NsLmNvbS9jZXJ0cy9zdWIuY2xhc3MyLmNsaWVudC5jYS5jcnQwIwYDVR0SBBwwGoYYaHR0 cDovL3d3dy5zdGFydHNzbC5jb20vMA0GCSqGSIb3DQEBCwUAA4IBAQAwDCqDzxsyqxC9T7eft8vB gtYaHeDVqCAy4+BnnC930p5kUdphTD+aZbGGZwskO3YmP81EOFl7iv1pSyWKBDaRqJBcBCfOChPz 8tMwYJCtkevhCpDyhUBTbSoeZLiOaUosv6ohgIw27nvE7X4KY9JI3gwI0NuJPW7ZEKmDuULpYzBA tHjXUazjOUq07fY1u8RDu2FHBuZg+gVqgqR8J8S6fgxKww7YqEndkZ7+EceZ4HeLJyYjMEZDlXsl MNWfeKBEWGamHSm9l97QhOa+uuOgEj+XiX0b+aUdI9mASutbDQc4USWvlOuFNvADLmvsgT0HIzAu Gwk5K0g6vTWMVt6dMYICVTCCAlECAQEwgZMwgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFy dENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgw NgYDVQQDEy9TdGFydENvbSBDbGFzcyAyIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIC Gr0wDQYJYIZIAWUDBAIBBQCggZMwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0B CQUxDxcNMTMwMTExMTMxNTA1WjAoBgkqhkiG9w0BCQ8xGzAZMAsGCWCGSAFlAwQBAjAKBggqhkiG 9w0DBzAvBgkqhkiG9w0BCQQxIgQgqCz8hMucyKTbpmq0nxJDJWu8R2a1kPw8eknRjjs2ByQwDQYJ KoZIhvcNAQEBBQAEggEAAieeKFmH17VHpQ/NeUeiZP+HHphMtpykppHr/hlIzm59BhuBmxwzrpae 1HttDNP0lRvmhrUxxbLr6JgwUOmUh/xUHk4KHtBK8z3KUEn3IluUHkOjRHNeTiC3tt1cBArB8jwh JoHDi15Ng/I8uer5nxjziGYJte1tyqNl4nwYYcKigdfAvWhOSrWmN/D6UrLaEMfCvdusaEcuWp6e GOvzNxvxflbGTZnhocPnM3JJ1opYAkiq+PFH7/w5+jpL03iDUZ0LpaTSGF2+ywO+4u86sCN9FAQm PztdFACxkwPSSM1I4f1M32LwkFBdesf9U/Rxd9azUsllBCEqVzPf4QKnKgAAAAAAAA== --nextPart11512988.obmNVMfCqk-- From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 15:43:57 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D7D9B5A4 for ; Fri, 11 Jan 2013 15:43:57 +0000 (UTC) (envelope-from lr101fc@yahoo.co.uk) Received: from nm3-vm0.bullet.mail.ird.yahoo.com (nm3-vm0.bullet.mail.ird.yahoo.com [77.238.189.213]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1141C8 for ; Fri, 11 Jan 2013 15:43:56 +0000 (UTC) Received: from [212.82.105.246] by nm3.bullet.mail.ird.yahoo.com with NNFMP; 11 Jan 2013 15:43:53 -0000 Received: from [217.146.189.110] by tm18.bullet.mail.ird.yahoo.com with NNFMP; 11 Jan 2013 15:43:53 -0000 Received: from [127.0.0.1] by smtp126.mail.ird.yahoo.com with NNFMP; 11 Jan 2013 15:43:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s1024; t=1357919033; bh=kux7/lUFgpV8EQBzTp7abXGe+Bt1DfHPBj8qAQMq8CM=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Date:From:To:Subject:Message-ID:Reply-To:Organization:X-Mailer:User-Agent:X-Face:X-Face:X-Face:X-Face:X-Face:X-Face:Mime-Version:Content-Type; b=fez82eXNT+fB14Nk4XI2KD0dPX2TVlRWgKHKDWbopDTw2GZStaxeYVeifPzBESWQOY9i+0lTG59uyncTdx74aXxKnQlYHxiuhqqGAFHFJ7kF8MaXGlOkOA1BZXYHOHMLcdVx0VPjMCegkFdJUADVoQeAZSDEdnSp050ZwnW2WbA= X-Yahoo-Newman-Id: 737544.86847.bm@smtp126.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 5me0bOwVM1kZ7yjw88SP5gjs5zHyYfDIb8DQXvnXFztVVjf eqfjlPqVeupxtwnOnJl4DGiGTFLj020uvGNIwIblka_WyhDQqe2Hbu8sAqPl a.5fGKeFEPlC7vTtIPtVxpuFUxYNwndrvrjBWAR8N_s21.RVjaMOmFbswhK1 JxNImYjh8JIiOTKQbxTkwNymUm8KswqctVigcZ15LxFGJ.nvJFmhMx3qe8it VscjlBKFfXh4kdN3vedNbsFKdUK3E0exngW.LiBHYmvUxrDZYVEgKhXgX3fR wEc7nsuW4ldUKsL1Qn_KhK8afDs34wSYTw.4qLkHg84WPVCYuWXOqj.zyzUt N.lKUJpmf4gVFTFF97TBJFx3Yd.suvBo4BjJBVLRJH1Gvw1Pj6NccnmidWHR 7dbq9IDMoZtx4gq1Wlj5N9BJHykIYfADVNuzaZI5pxVctY0o- X-Yahoo-SMTP: jH81EsqswBDh8FJWPTt4UQtsRqw- Received: from smtp.mail.yahoo.co.uk (lr101fc@80.132.62.193 with login) by smtp126.mail.ird.yahoo.com with SMTP; 11 Jan 2013 07:43:53 -0800 PST Date: Fri, 11 Jan 2013 16:44:09 +0100 From: Hanno K. To: gecko@FreeBSD.org Subject: FF 18.0,1 IGNORED build with OSS=on Message-ID: <20130111164409.68e10d7a@smtp.mail.yahoo.co.uk> Organization: ix260.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; i386-portbld-freebsd8.2) User-Agent: X11 Sendmail + ClamAV X-Face: M$-evil is a virus X-Face: M$-evil is only good if you like worms X-Face: M$-windows is out of date X-Face: don't use M$.... trash it and go UNIX ;o) X-Face: M$-VISTA is spyware X-Face: Users against DRM, TCPA crash RFID chips Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/36D3t4X_6/6FZsqoWXvqb43"; protocol="application/pgp-signature" X-Mailman-Approved-At: Fri, 11 Jan 2013 16:33:33 +0000 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: lr101fc@yahoo.co.uk List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 15:43:57 -0000 --Sig_/36D3t4X_6/6FZsqoWXvqb43 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I don't use ALSA-Linux ports at all, therefor need OSS=3DON and ALSA=3DOFF = instead to be able to build FF 18.0,1 on FreeBSD-8.2-releng (yes I know it's out of date) but it would be nice to be able to use FF without the Linux ports. this build IGNORE message had been issued in earlier releases and was solve= d for some time, and did not appear in any FF 16.* nor in FF 17.* so far !! why is there a need to drop the build with OSS in favour for ALSA ? please look in to it. Thanks --=20 Hanno Krusken Important note: please do not replay with any HTML tags in your mail which will be blocked = and deleted. Regarding known SPAM, VIRUS and junk mail sender, which often use this way = of fooling recipients with fancy images and HTML-artwork. Remember that I'm using a very strict spam setup on top of it. Thanks for your understanding. --Sig_/36D3t4X_6/6FZsqoWXvqb43 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDwM00ACgkQWblSedSb6DYdLwCbBLFO0xi8l8G9BOekyp98V6Uy bB0AnjPA2FDzMRJ2ute/TuhckxmBp+V8 =8wN5 -----END PGP SIGNATURE----- --Sig_/36D3t4X_6/6FZsqoWXvqb43-- From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 18:20:05 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CEEC7A29 for ; Fri, 11 Jan 2013 18:20:05 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id CC0EB9FD for ; Fri, 11 Jan 2013 18:20:04 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r0BIK2eg039771 for ; Fri, 11 Jan 2013 18:20:02 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r0BIJu00032588 for freebsd-gecko@freebsd.org; Fri, 11 Jan 2013 18:19:56 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 11 Jan 2013 18:19:56 GMT Message-Id: <201301111819.r0BIJu00032588@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] r1138 - in trunk: Mk devel/nspr mail/linux-thunderbird mail/thunderbird mail/thunderbird-esr mail/thunderbird-esr-i18n mail/thunderbird-esr/files mail/thunderbird-i18n mail/thunderbird/files security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/kompozer www/libxul www/libxul19 www/linux-firefox 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 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 18:20:05 -0000 Author: jbeich Date: Fri Jan 11 18:19:56 2013 New Revision: 1138 Log: sync with ports sans changes from inconsistent svn metadata Added: trunk/mail/thunderbird-esr/files/extrapatch-enigmail-ipc-src-Makefile - copied, changed from r1137, trunk/mail/thunderbird-esr/files/patch-enigmail-ipc-src-Makefile trunk/mail/thunderbird/files/extrapatch-enigmail-ipc-src-Makefile - copied, changed from r1137, trunk/mail/thunderbird/files/patch-enigmail-ipc-src-Makefile trunk/www/seamonkey/files/extrapatch-enigmail-ipc-src-Makefile - copied, changed from r1137, trunk/www/seamonkey/files/patch-enigmail-ipc-src-Makefile trunk/www/seamonkey/files/patch-mozilla-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h Deleted: trunk/mail/thunderbird-esr/files/patch-enigmail-ipc-src-Makefile trunk/mail/thunderbird/files/patch-enigmail-ipc-src-Makefile trunk/www/seamonkey/files/patch-enigmail-ipc-src-Makefile Modified: trunk/Mk/bsd.gecko.mk trunk/devel/nspr/Makefile trunk/mail/linux-thunderbird/Makefile trunk/mail/linux-thunderbird/distinfo trunk/mail/thunderbird-esr-i18n/Makefile trunk/mail/thunderbird-esr-i18n/distinfo trunk/mail/thunderbird-esr/Makefile trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird-i18n/distinfo trunk/mail/thunderbird/Makefile trunk/security/ca_root_nss/Makefile trunk/security/nss/Makefile trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-esr-i18n/Makefile.lang trunk/www/firefox-esr-i18n/Makefile.option trunk/www/firefox-esr-i18n/distinfo trunk/www/firefox-esr/Makefile trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/distinfo trunk/www/firefox/Makefile trunk/www/firefox/Makefile.webplugins trunk/www/kompozer/Makefile trunk/www/libxul/Makefile trunk/www/libxul/distinfo trunk/www/libxul19/Makefile trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/Makefile.common trunk/www/linux-seamonkey/distinfo trunk/www/linux-seamonkey/pkg-plist trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey-i18n/Makefile.lang trunk/www/seamonkey-i18n/Makefile.option trunk/www/seamonkey-i18n/distinfo trunk/www/seamonkey/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/Mk/bsd.gecko.mk Fri Jan 11 18:19:56 2013 (r1138) @@ -4,7 +4,7 @@ # Date created: 12 Nov 2005 # Whom: Michael Johnson # -# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.62 2012/06/09 08:28:37 beat Exp $ +# $FreeBSD: head/Mk/bsd.gecko.mk 310207 2013-01-10 22:29:23Z flo $ # # 4 column tabs prevent hair loss and tooth decay! @@ -179,9 +179,9 @@ # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. -# Available values: yes 10+ 17+ 10 17+ +# Available values: yes 17+ 18+ 17 18+ # NOTE: -# default value 10 is used in case of USE_FIREFOX=yes +# default value 17 is used in case of USE_FIREFOX=yes # # USE_FIREFOX_BUILD Add buildtime dependency on Firefox. # Available values: see USE_FIREFOX @@ -190,9 +190,9 @@ # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 14+ 14 +# Available values: yes 15+ 15 # NOTE: -# default value 14 is used in case of USE_SEAMONKEY=yes +# default value 15 is used in case of USE_SEAMONKEY=yes # # USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY @@ -203,7 +203,7 @@ # the highest stable installed version. # Available values: yes 10+ 17+ 10 17 # NOTE: -# default value 10 is used in case of USE_THUNDERBIRD=yes +# default value 17 is used in case of USE_THUNDERBIRD=yes # # USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD @@ -220,13 +220,13 @@ _FIREFOX_BUILD_DEPENDS= yes .endif -_FIREFOX_DEFAULT_VERSION= 10 -_FIREFOX_VERSIONS= 10 17 -_FIREFOX_RANGE_VERSIONS= 10+ 17+ - -# For specifying [10, ..]+ -_FIREFOX_17P= 17 ${_FIREFOX_10P} -_FIREFOX_10P= 10 +_FIREFOX_DEFAULT_VERSION= 17 +_FIREFOX_VERSIONS= 17 18 +_FIREFOX_RANGE_VERSIONS= 17+ 18+ + +# For specifying [17, ..]+ +_FIREFOX_18P= 18 ${_FIREFOX_17P} +_FIREFOX_17P= 17 # Set the default Firefox version and check if USE_FIREFOX=yes was given .if ${USE_FIREFOX} == "yes" @@ -271,8 +271,8 @@ .endif # Dependence lines for different Firefox versions -10_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -17_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +17_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr +18_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox # Add dependencies .if defined(USE_FIREFOX) @@ -294,12 +294,12 @@ _SEAMONKEY_BUILD_DEPENDS= yes .endif -_SEAMONKEY_DEFAULT_VERSION= 14 -_SEAMONKEY_VERSIONS= 14 -_SEAMONKEY_RANGE_VERSIONS= 14+ +_SEAMONKEY_DEFAULT_VERSION= 15 +_SEAMONKEY_VERSIONS= 15 +_SEAMONKEY_RANGE_VERSIONS= 15+ -# For specifying [14, ..]+ -_SEAMONKEY_14P= 14 +# For specifying [15, ..]+ +_SEAMONKEY_15P= 15 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given .if ${USE_SEAMONKEY} == "yes" @@ -341,7 +341,7 @@ .endif # Dependence lines for different SeaMonkey versions -14_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +15_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey # Add dependencies .if defined(USE_SEAMONKEY) Modified: trunk/devel/nspr/Makefile ============================================================================== --- trunk/devel/nspr/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/devel/nspr/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -2,7 +2,7 @@ # Date created: 18 December 2001 # Whom: Maxim Sobolev # -# $FreeBSD: ports/devel/nspr/Makefile,v 1.50 2012/06/05 18:16:15 flo Exp $ +# $FreeBSD: head/devel/nspr/Makefile 307813 2012-11-27 00:10:13Z flo $ # $MCom: ports-experimental/devel/nspr/Makefile,v 1.6 2008/03/12 13:06:56 ahze Exp $ PORTNAME= nspr Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/mail/linux-thunderbird/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: ports/mail/linux-thunderbird/Makefile,v 1.56 2012/06/06 21:54:37 beat Exp $ +# $FreeBSD: head/mail/linux-thunderbird/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= thunderbird -PORTVERSION= 17.0 +PORTVERSION= 17.0.2 CATEGORIES= mail MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US DISTNAME= ${PORTNAME}-${DISTVERSION}esr Modified: trunk/mail/linux-thunderbird/distinfo ============================================================================== --- trunk/mail/linux-thunderbird/distinfo Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/mail/linux-thunderbird/distinfo Fri Jan 11 18:19:56 2013 (r1138) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-17.0esr.tar.bz2) = 355982db1551bad011de7512fe4ec60cea5b81523adc11320b40a94d3bab0555 -SIZE (thunderbird-17.0esr.tar.bz2) = 21457369 +SHA256 (thunderbird-17.0.2esr.tar.bz2) = 23757b745ab185bcded749377f727e5f0df75daf9df6ea2a1884d26e528aad01 +SIZE (thunderbird-17.0.2esr.tar.bz2) = 21453920 Modified: trunk/mail/thunderbird-esr-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-esr-i18n/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/mail/thunderbird-esr-i18n/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: ports/mail/thunderbird-i18n/Makefile,v 1.65 2012/06/19 18:27:39 beat Exp $ +# $FreeBSD: head/mail/thunderbird-esr-i18n/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= thunderbird-i18n -PORTVERSION= 17.0 +PORTVERSION= 10.0.12 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= @@ -24,7 +24,7 @@ LATEST_LINK= thunderbird-esr-i18n NO_BUILD= yes -USE_THUNDERBIRD= 17 +USE_THUNDERBIRD= 10 USE_XPI= thunderbird linux-thunderbird THUNDERBIRD_I18N_ALL= ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \ Modified: trunk/mail/thunderbird-esr-i18n/distinfo ============================================================================== --- trunk/mail/thunderbird-esr-i18n/distinfo Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/mail/thunderbird-esr-i18n/distinfo Fri Jan 11 18:19:56 2013 (r1138) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-17.0/ar.xpi) = 3cbb52aa92794274c01df21f297bca44c194cbf3aa61df29f2070688eb17023f -SIZE (xpi/thunderbird-i18n-17.0/ar.xpi) = 445976 -SHA256 (xpi/thunderbird-i18n-17.0/br.xpi) = 95a712c61d138f23238b78507dbd451284ccf960618e8b9ad283296f7f4778ca -SIZE (xpi/thunderbird-i18n-17.0/br.xpi) = 417071 -SHA256 (xpi/thunderbird-i18n-17.0/ca.xpi) = 35a492c0947ec56401091df14ce9ae6b538084a47ca18c4051182d8a112276af -SIZE (xpi/thunderbird-i18n-17.0/ca.xpi) = 418407 -SHA256 (xpi/thunderbird-i18n-17.0/cs.xpi) = 448aac32037936288df8ad000cc1824fdb0d135ea20a7b2e83ea83c96dd87423 -SIZE (xpi/thunderbird-i18n-17.0/cs.xpi) = 420626 -SHA256 (xpi/thunderbird-i18n-17.0/da.xpi) = 399c1fc72af166f4c143f0d78617ae6940bf59b905fb6d1dde9450c3c15275a7 -SIZE (xpi/thunderbird-i18n-17.0/da.xpi) = 398979 -SHA256 (xpi/thunderbird-i18n-17.0/de.xpi) = 29e12f0b2b6596e9323ef179a71d1ecccc1c3670327c9f43b314a864cb39eb3c -SIZE (xpi/thunderbird-i18n-17.0/de.xpi) = 393631 -SHA256 (xpi/thunderbird-i18n-17.0/en-GB.xpi) = 44fda66cd063874f187288a574233b3b7596ec0032413f9b65428e7a5fdd3148 -SIZE (xpi/thunderbird-i18n-17.0/en-GB.xpi) = 390694 -SHA256 (xpi/thunderbird-i18n-17.0/en-US.xpi) = ececad8466cf8f9adb40bf9e0526a402476ece706a41cd53e098c80ae6db4515 -SIZE (xpi/thunderbird-i18n-17.0/en-US.xpi) = 390780 -SHA256 (xpi/thunderbird-i18n-17.0/es-AR.xpi) = d85e90163ca833ed812cc309dfabbf677d5dffa0ab3ae36e3442eaf68073e9c4 -SIZE (xpi/thunderbird-i18n-17.0/es-AR.xpi) = 415498 -SHA256 (xpi/thunderbird-i18n-17.0/es-ES.xpi) = a726eacaed870c0c3ffbdc855d069fcd09f281b54a18c5c6a170a9d5420951d7 -SIZE (xpi/thunderbird-i18n-17.0/es-ES.xpi) = 356862 -SHA256 (xpi/thunderbird-i18n-17.0/et.xpi) = 71bc739da6643a3efbbb3f9aefdd31c3d7f02fe3043793a6381dd2aacfc5a5f1 -SIZE (xpi/thunderbird-i18n-17.0/et.xpi) = 411892 -SHA256 (xpi/thunderbird-i18n-17.0/eu.xpi) = 4f6b2a98069611e53881dec4e849e99dccc83b795c6cba04a80c28496c096616 -SIZE (xpi/thunderbird-i18n-17.0/eu.xpi) = 407189 -SHA256 (xpi/thunderbird-i18n-17.0/fi.xpi) = 6f0a2eb8b06d930fcbb7d76cfddb0539b145dc63d17fdac35d3c8a1bb3487cc5 -SIZE (xpi/thunderbird-i18n-17.0/fi.xpi) = 413620 -SHA256 (xpi/thunderbird-i18n-17.0/fr.xpi) = cac814b56a688f6e32c1a0df2f850f16c81cef842723558320e5662cc40caf2e -SIZE (xpi/thunderbird-i18n-17.0/fr.xpi) = 420825 -SHA256 (xpi/thunderbird-i18n-17.0/fy-NL.xpi) = 0ed63752d63422477c635dddf38e897f90852570af82b1e95330cffd65810135 -SIZE (xpi/thunderbird-i18n-17.0/fy-NL.xpi) = 415712 -SHA256 (xpi/thunderbird-i18n-17.0/ga-IE.xpi) = 4a159fa1fdab98dee2e6c64282f5ebd7d6e4cc3ca0f516a86de152e7eb57a77a -SIZE (xpi/thunderbird-i18n-17.0/ga-IE.xpi) = 425395 -SHA256 (xpi/thunderbird-i18n-17.0/gd.xpi) = a8e32620b4b05bd9ed5b5f44c885785f1f56c16c4e91ae5af41667cbfbb68d3e -SIZE (xpi/thunderbird-i18n-17.0/gd.xpi) = 428939 -SHA256 (xpi/thunderbird-i18n-17.0/gl.xpi) = cc5a1924621f5f3303e9ee258150d082929650e0f7afd6325df400a0dd589ef3 -SIZE (xpi/thunderbird-i18n-17.0/gl.xpi) = 410369 -SHA256 (xpi/thunderbird-i18n-17.0/he.xpi) = 76fb587cf1522bc0608e9ddea5c62d5b0d22bfec1990323cccff1283805209e7 -SIZE (xpi/thunderbird-i18n-17.0/he.xpi) = 439503 -SHA256 (xpi/thunderbird-i18n-17.0/hu.xpi) = 7ae5970cff9c0fa02d72679e2d24bd4b13cf79300f24b0860ceb329311632973 -SIZE (xpi/thunderbird-i18n-17.0/hu.xpi) = 433187 -SHA256 (xpi/thunderbird-i18n-17.0/is.xpi) = 1a01f6fb65c37dae8c1c74868b4c189aa4aa6960390a219652c56e4ee211bddd -SIZE (xpi/thunderbird-i18n-17.0/is.xpi) = 414068 -SHA256 (xpi/thunderbird-i18n-17.0/it.xpi) = 4debda60f724c5d46ca83436d3471728a4cd438cfbe8b70275f6ca71fc5ef274 -SIZE (xpi/thunderbird-i18n-17.0/it.xpi) = 348621 -SHA256 (xpi/thunderbird-i18n-17.0/ja.xpi) = 05003502cd5a5f2d1ae5560b220306397c840516ad0b8ec8eb2411ee82cffde7 -SIZE (xpi/thunderbird-i18n-17.0/ja.xpi) = 463487 -SHA256 (xpi/thunderbird-i18n-17.0/ko.xpi) = 215846d3ba55c281273358d0db9ac70a331995a002f2ac436fc142c158193574 -SIZE (xpi/thunderbird-i18n-17.0/ko.xpi) = 412963 -SHA256 (xpi/thunderbird-i18n-17.0/lt.xpi) = 920df8494112c0c814212f6997579aef31beed10fefeafd843e38690fef36fe5 -SIZE (xpi/thunderbird-i18n-17.0/lt.xpi) = 519802 -SHA256 (xpi/thunderbird-i18n-17.0/nb-NO.xpi) = 1b51894cce54f5ec2025344440f151626f012ea51cc7e113a1ca816388eb6315 -SIZE (xpi/thunderbird-i18n-17.0/nb-NO.xpi) = 408519 -SHA256 (xpi/thunderbird-i18n-17.0/nl.xpi) = 223225ff67ae11c09167a1f099e2598ea66542886744075e495c692477838f11 -SIZE (xpi/thunderbird-i18n-17.0/nl.xpi) = 408526 -SHA256 (xpi/thunderbird-i18n-17.0/nn-NO.xpi) = 4dd87615f9989c085e3b9cb6382d0c8163cc3e07989d70cc0f5cc8bc2e946bc0 -SIZE (xpi/thunderbird-i18n-17.0/nn-NO.xpi) = 431471 -SHA256 (xpi/thunderbird-i18n-17.0/pl.xpi) = 54debb71864456864172f70f21c50b867b00637ab0f298a68abcfa221d04e159 -SIZE (xpi/thunderbird-i18n-17.0/pl.xpi) = 402114 -SHA256 (xpi/thunderbird-i18n-17.0/pt-BR.xpi) = a8910d96c162702b174c7bd3930e2348bbd52450bafb09b0c49507d003d6c308 -SIZE (xpi/thunderbird-i18n-17.0/pt-BR.xpi) = 415777 -SHA256 (xpi/thunderbird-i18n-17.0/pt-PT.xpi) = abca9f2694b12bdb804a12fa356ebb68ea4cdb286c1f1cc1523347537d7bc242 -SIZE (xpi/thunderbird-i18n-17.0/pt-PT.xpi) = 445753 -SHA256 (xpi/thunderbird-i18n-17.0/rm.xpi) = 993c1272ef31cb949e7df775c6afea6d96746ad6c092113b03dfe307d3f2de5c -SIZE (xpi/thunderbird-i18n-17.0/rm.xpi) = 415530 -SHA256 (xpi/thunderbird-i18n-17.0/ru.xpi) = 0b6278d769b1f2526847a153c9c9db3c80b7f3a29cf5181afbf0cd56ca48ea08 -SIZE (xpi/thunderbird-i18n-17.0/ru.xpi) = 415708 -SHA256 (xpi/thunderbird-i18n-17.0/si.xpi) = 04f2c4a7ba8c769983f36b0932a8f04c552c60f9bf0ee4d7c1783a548d5552a7 -SIZE (xpi/thunderbird-i18n-17.0/si.xpi) = 494162 -SHA256 (xpi/thunderbird-i18n-17.0/sk.xpi) = 9a9aca008f73cf2dfc8b7ad97ddaef572276b1bb572452df2951661c4ba68df9 -SIZE (xpi/thunderbird-i18n-17.0/sk.xpi) = 429756 -SHA256 (xpi/thunderbird-i18n-17.0/sl.xpi) = 52716753794104c91261921f47f57b0ebfa42088f108d0f013b559165bdcf6d2 -SIZE (xpi/thunderbird-i18n-17.0/sl.xpi) = 442096 -SHA256 (xpi/thunderbird-i18n-17.0/sq.xpi) = a8c1d59077f36d822d322f3c834561b55c3eb9123d8b7d56a05a2e2e55635931 -SIZE (xpi/thunderbird-i18n-17.0/sq.xpi) = 418779 -SHA256 (xpi/thunderbird-i18n-17.0/sv-SE.xpi) = ed27240255445591569a8d7cd66e9000d52f4a8c7043e196e95a379440c3be04 -SIZE (xpi/thunderbird-i18n-17.0/sv-SE.xpi) = 413218 -SHA256 (xpi/thunderbird-i18n-17.0/ta-LK.xpi) = 199b1c55d570350ac308ce7e0e615a7cc8d030ebe00f4e3ed93a86644ab2c669 -SIZE (xpi/thunderbird-i18n-17.0/ta-LK.xpi) = 517912 -SHA256 (xpi/thunderbird-i18n-17.0/tr.xpi) = 16a0c9a21cf689c25ca3cd0a8678e31f69197cf9948c6ec97979c99b02e86593 -SIZE (xpi/thunderbird-i18n-17.0/tr.xpi) = 444944 -SHA256 (xpi/thunderbird-i18n-17.0/uk.xpi) = d6c85cc9afec156d66a215da82075f7b4dd834f6f3a8021f43b4e1dff3e4396d -SIZE (xpi/thunderbird-i18n-17.0/uk.xpi) = 471142 -SHA256 (xpi/thunderbird-i18n-17.0/zh-TW.xpi) = 555fcd98a7ea2a46db0b6d8193fc1c784a140d31aa0c70a99da7bb2502038ee5 -SIZE (xpi/thunderbird-i18n-17.0/zh-TW.xpi) = 437590 +SHA256 (xpi/thunderbird-i18n-10.0.12/ar.xpi) = 8640606545b0f908e76889ee279e9fae03f7d6cb6874fc7ac2e4ee9f18633426 +SIZE (xpi/thunderbird-i18n-10.0.12/ar.xpi) = 441467 +SHA256 (xpi/thunderbird-i18n-10.0.12/br.xpi) = fdaa276753268349115d5c69171e20c5a5a65163a93dae3af1d56c734be37f8c +SIZE (xpi/thunderbird-i18n-10.0.12/br.xpi) = 415527 +SHA256 (xpi/thunderbird-i18n-10.0.12/ca.xpi) = 048a97a326e3c96315bd0fe0794565c1c9a218ef7a2b29909d82f5aaaec08164 +SIZE (xpi/thunderbird-i18n-10.0.12/ca.xpi) = 416070 +SHA256 (xpi/thunderbird-i18n-10.0.12/cs.xpi) = f98e04fff0c361cf641f65ce003f2302203dcc44c7e23277fd625415d5c3aae5 +SIZE (xpi/thunderbird-i18n-10.0.12/cs.xpi) = 419419 +SHA256 (xpi/thunderbird-i18n-10.0.12/da.xpi) = 84c41306ec93f2effa1584e715802d4394967f290c1eead20bbf0ab21ac37f71 +SIZE (xpi/thunderbird-i18n-10.0.12/da.xpi) = 363377 +SHA256 (xpi/thunderbird-i18n-10.0.12/de.xpi) = c4699b580db139597596b12c77e8fe8dd1dfdcf877edcdb10d9220b62cc2de2a +SIZE (xpi/thunderbird-i18n-10.0.12/de.xpi) = 418267 +SHA256 (xpi/thunderbird-i18n-10.0.12/en-GB.xpi) = 4a36fa81eb83964ae211074d1befa5b6582a4eb9ba80927fd86b5303eb82c8af +SIZE (xpi/thunderbird-i18n-10.0.12/en-GB.xpi) = 391743 +SHA256 (xpi/thunderbird-i18n-10.0.12/en-US.xpi) = 7ee165bed1e9f2294398d02b9e9b4412e214998593efc94f4787483fdf6d462b +SIZE (xpi/thunderbird-i18n-10.0.12/en-US.xpi) = 391242 +SHA256 (xpi/thunderbird-i18n-10.0.12/es-AR.xpi) = f6b6020981533c95b1f3cb390081d448439ec1fc0333c47d41294907e8c11d93 +SIZE (xpi/thunderbird-i18n-10.0.12/es-AR.xpi) = 410727 +SHA256 (xpi/thunderbird-i18n-10.0.12/es-ES.xpi) = 5a39d54385c37d9229a954275cbfb20cd3de7c59e16b0a2a718fa95f58f8d5b5 +SIZE (xpi/thunderbird-i18n-10.0.12/es-ES.xpi) = 355143 +SHA256 (xpi/thunderbird-i18n-10.0.12/et.xpi) = ecb178ff7a985ac2860629d974ace70855cb9c81ca7ee984bd1409b57b0bf3de +SIZE (xpi/thunderbird-i18n-10.0.12/et.xpi) = 410725 +SHA256 (xpi/thunderbird-i18n-10.0.12/eu.xpi) = 6bab4baac74e8f1c0ea2d4aafdd229d04a4db681a457e74719ef7086894ec3f5 +SIZE (xpi/thunderbird-i18n-10.0.12/eu.xpi) = 406387 +SHA256 (xpi/thunderbird-i18n-10.0.12/fi.xpi) = 2af4203f980d915f68167c09144ed6b4630583203f4f4e7e455a519644f1ecc1 +SIZE (xpi/thunderbird-i18n-10.0.12/fi.xpi) = 411928 +SHA256 (xpi/thunderbird-i18n-10.0.12/fr.xpi) = 138b0853522a5cea6c9b361f0b4915b99d5874cdf2d8f8d6390cf91765757ef2 +SIZE (xpi/thunderbird-i18n-10.0.12/fr.xpi) = 414750 +SHA256 (xpi/thunderbird-i18n-10.0.12/fy-NL.xpi) = d052d6520e9dc41134e3d0afee4beb0abed9d809a391293b034a2db57606f95b +SIZE (xpi/thunderbird-i18n-10.0.12/fy-NL.xpi) = 413985 +SHA256 (xpi/thunderbird-i18n-10.0.12/ga-IE.xpi) = 4208354ce071bb1a049646916e0a0921cc8393da5399df1c458d556cf8e8fc64 +SIZE (xpi/thunderbird-i18n-10.0.12/ga-IE.xpi) = 423261 +SHA256 (xpi/thunderbird-i18n-10.0.12/gd.xpi) = bd1de14cd558a179978d9e4138c5866a5cd35c8affb683b653e747c546b36c1d +SIZE (xpi/thunderbird-i18n-10.0.12/gd.xpi) = 425877 +SHA256 (xpi/thunderbird-i18n-10.0.12/gl.xpi) = 0d01229d75fbf49bf0217df70a986679e92f69a6c206e43591bfdefe117cbcb6 +SIZE (xpi/thunderbird-i18n-10.0.12/gl.xpi) = 409229 +SHA256 (xpi/thunderbird-i18n-10.0.12/he.xpi) = de5ba8c32c2b909c770eced2e237fe54213fc01271bdbef6d720e01d8b21812d +SIZE (xpi/thunderbird-i18n-10.0.12/he.xpi) = 439207 +SHA256 (xpi/thunderbird-i18n-10.0.12/hu.xpi) = 54bd3e348c0d4177dabd6789e77dfbee08547591b258acfe18030fdc7e66eac6 +SIZE (xpi/thunderbird-i18n-10.0.12/hu.xpi) = 426357 +SHA256 (xpi/thunderbird-i18n-10.0.12/is.xpi) = f4abd2e33b51762bc90700097d45f5a5629934d40666a58d8f577a9043941b3b +SIZE (xpi/thunderbird-i18n-10.0.12/is.xpi) = 412635 +SHA256 (xpi/thunderbird-i18n-10.0.12/it.xpi) = b0313761e838f887a906ec514f70267124d5e103e96a0eaee57d18f73ca41411 +SIZE (xpi/thunderbird-i18n-10.0.12/it.xpi) = 347634 +SHA256 (xpi/thunderbird-i18n-10.0.12/ja.xpi) = ac34c2227b3327a86f699dd0968041b350d216cd6ecfb1e948032e8e4294ea6c +SIZE (xpi/thunderbird-i18n-10.0.12/ja.xpi) = 459031 +SHA256 (xpi/thunderbird-i18n-10.0.12/ko.xpi) = 8acecd1f7649c4d18ef8f36d5666215598818934315dd05c1672bc37439b1630 +SIZE (xpi/thunderbird-i18n-10.0.12/ko.xpi) = 372016 +SHA256 (xpi/thunderbird-i18n-10.0.12/lt.xpi) = af71d869af00d7b4507d1da907cec67583951a138caed60dbc55bbfe4403b1d4 +SIZE (xpi/thunderbird-i18n-10.0.12/lt.xpi) = 531023 +SHA256 (xpi/thunderbird-i18n-10.0.12/nb-NO.xpi) = 4d580bb55cb5c060dbf1c50294e072be7fec2dd680ed65a6a178bf3d6f7d4727 +SIZE (xpi/thunderbird-i18n-10.0.12/nb-NO.xpi) = 407730 +SHA256 (xpi/thunderbird-i18n-10.0.12/nl.xpi) = 79e093884f05848ce3176dcd03a67734f44a43ce721936c5966c1ba2032a2bdc +SIZE (xpi/thunderbird-i18n-10.0.12/nl.xpi) = 407985 +SHA256 (xpi/thunderbird-i18n-10.0.12/nn-NO.xpi) = 28c90815dcb7ed4b2226f0e93800a433633f44cc88fe79cb86233cf76352b568 +SIZE (xpi/thunderbird-i18n-10.0.12/nn-NO.xpi) = 409459 +SHA256 (xpi/thunderbird-i18n-10.0.12/pl.xpi) = 594209d10ba7155e288fa5c5767374ba074e5419b62a0ca373b4c9eee9d75762 +SIZE (xpi/thunderbird-i18n-10.0.12/pl.xpi) = 393579 +SHA256 (xpi/thunderbird-i18n-10.0.12/pt-BR.xpi) = 33eeef67280c75853335d06fac8c6d3b15e3b0e3e18e5e6f92914e069784d06e +SIZE (xpi/thunderbird-i18n-10.0.12/pt-BR.xpi) = 417230 +SHA256 (xpi/thunderbird-i18n-10.0.12/pt-PT.xpi) = 3cdd5bb8072f83295979347cd67ad8cdee896f7c4fc5ce910815afe87525441f +SIZE (xpi/thunderbird-i18n-10.0.12/pt-PT.xpi) = 414266 +SHA256 (xpi/thunderbird-i18n-10.0.12/rm.xpi) = 6188a9730c0310d0f5fbcef056855c9244c451534f9790a47df498849a867229 +SIZE (xpi/thunderbird-i18n-10.0.12/rm.xpi) = 414710 +SHA256 (xpi/thunderbird-i18n-10.0.12/ru.xpi) = 74401e13a9c7e2748e798a5dbe9f46ba75ac8215189f034dfe965821be32f612 +SIZE (xpi/thunderbird-i18n-10.0.12/ru.xpi) = 411635 +SHA256 (xpi/thunderbird-i18n-10.0.12/si.xpi) = 0ee022882f55d521f324c8109e0c39cbe91e96b7544faebde1dba8c233366018 +SIZE (xpi/thunderbird-i18n-10.0.12/si.xpi) = 456608 +SHA256 (xpi/thunderbird-i18n-10.0.12/sk.xpi) = ccdafe5cfc51715ce2dcc0f496554656a16a26ab3ded3aa9888a1cea87343cd4 +SIZE (xpi/thunderbird-i18n-10.0.12/sk.xpi) = 425030 +SHA256 (xpi/thunderbird-i18n-10.0.12/sl.xpi) = 1437078e9486244904e0368fe99f3cde58d67a6261d3bebaa3d41f4fa40f27b4 +SIZE (xpi/thunderbird-i18n-10.0.12/sl.xpi) = 410432 +SHA256 (xpi/thunderbird-i18n-10.0.12/sq.xpi) = 2a4747afc1667b437de4628ca305fc71ca4b4a33c7566fa8d31dc139c10fb37c +SIZE (xpi/thunderbird-i18n-10.0.12/sq.xpi) = 360481 +SHA256 (xpi/thunderbird-i18n-10.0.12/sv-SE.xpi) = 5699c1117ebb00fb247f13a9ce1b75b24e7126f826d7e26cce2114b97560db66 +SIZE (xpi/thunderbird-i18n-10.0.12/sv-SE.xpi) = 478282 +SHA256 (xpi/thunderbird-i18n-10.0.12/ta-LK.xpi) = 533ed4e1ae373ce6cf07ee0773717117ea4bccb2e7eb7242d352f227de9e57fa +SIZE (xpi/thunderbird-i18n-10.0.12/ta-LK.xpi) = 475719 +SHA256 (xpi/thunderbird-i18n-10.0.12/tr.xpi) = 1825b73858ffeec3e48b1c46429c9ee3a1f205d878942cbd8664b0e861beecef +SIZE (xpi/thunderbird-i18n-10.0.12/tr.xpi) = 418210 +SHA256 (xpi/thunderbird-i18n-10.0.12/uk.xpi) = 49deb8c09c042e6021dce36135627dc8e461c752a26bb7fd43301a936b1c9fc9 +SIZE (xpi/thunderbird-i18n-10.0.12/uk.xpi) = 463925 +SHA256 (xpi/thunderbird-i18n-10.0.12/zh-TW.xpi) = 3baa27565d941d5ab34e3b0cb4275778aca577a3d2ac58f39852505ad414d203 +SIZE (xpi/thunderbird-i18n-10.0.12/zh-TW.xpi) = 431828 Modified: trunk/mail/thunderbird-esr/Makefile ============================================================================== --- trunk/mail/thunderbird-esr/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/mail/thunderbird-esr/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -86,6 +86,7 @@ EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \ ${XPI_LIBDIR}/${EM_ID}/components/enigmail.js \ ${XPI_LIBDIR}/${EM_ID}/modules/enigmailCommon.jsm +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-enigmail-ipc-src-Makefile .endif .if ${PORT_OPTIONS:MLIGHTNING} Copied and modified: trunk/mail/thunderbird-esr/files/extrapatch-enigmail-ipc-src-Makefile (from r1137, trunk/mail/thunderbird-esr/files/patch-enigmail-ipc-src-Makefile) ============================================================================== Deleted: trunk/mail/thunderbird-esr/files/patch-enigmail-ipc-src-Makefile ============================================================================== --- trunk/mail/thunderbird-esr/files/patch-enigmail-ipc-src-Makefile Fri Jan 11 18:19:56 2013 (r1137) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,90 +0,0 @@ ---- mailnews/extensions/enigmail/ipc/src/Makefile.enig~ -+++ mailnews/extensions/enigmail/ipc/src/Makefile.enig -@@ -19,26 +19,26 @@ endif - - ifeq ($(OS_ARCH),NetBSD) - ifeq ($(DLL_SUFFIX),.so.1.0) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),FreeBSD) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - - ifeq ($(OS_ARCH),HP-UX) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),OSF1) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -B symbolic -+LDFLAGS += -shared -B symbolic - CFLAGS += -fPIC - endif - endif -@@ -62,7 +62,11 @@ libs: source - $(CC) $(LDFLAGS) -o $(libname) $(objfiles) - - source: $(source) -+ifneq (,$(filter 4.2.%, $(CC_VERSION))) -+ $(CC) $(CFLAGS) -c -o $(objfiles) $^ -+else - $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ -+endif - - - clean: ---- mailnews/extensions/enigmail/ipc/src/Makefile.in~ -+++ mailnews/extensions/enigmail/ipc/src/Makefile.in -@@ -19,26 +19,26 @@ endif - - ifeq ($(OS_ARCH),NetBSD) - ifeq ($(DLL_SUFFIX),.so.1.0) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),FreeBSD) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - - ifeq ($(OS_ARCH),HP-UX) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),OSF1) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -B symbolic -+LDFLAGS += -shared -B symbolic - CFLAGS += -fPIC - endif - endif -@@ -62,7 +62,11 @@ libs: source - $(CC) $(LDFLAGS) -o $(libname) $(objfiles) - - source: $(source) -+ifneq (,$(filter 4.2.%, $(CC_VERSION))) -+ $(CC) $(CFLAGS) -c -o $(objfiles) $^ -+else - $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ -+endif - - - clean: Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/mail/thunderbird-i18n/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: ports/mail/thunderbird-i18n/Makefile,v 1.65 2012/06/19 18:27:39 beat Exp $ +# $FreeBSD: head/mail/thunderbird-i18n/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= thunderbird-i18n -PORTVERSION= 17.0 +PORTVERSION= 17.0.2 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/mail/thunderbird-i18n/distinfo ============================================================================== --- trunk/mail/thunderbird-i18n/distinfo Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/mail/thunderbird-i18n/distinfo Fri Jan 11 18:19:56 2013 (r1138) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-17.0/ar.xpi) = 3cbb52aa92794274c01df21f297bca44c194cbf3aa61df29f2070688eb17023f -SIZE (xpi/thunderbird-i18n-17.0/ar.xpi) = 445976 -SHA256 (xpi/thunderbird-i18n-17.0/br.xpi) = 95a712c61d138f23238b78507dbd451284ccf960618e8b9ad283296f7f4778ca -SIZE (xpi/thunderbird-i18n-17.0/br.xpi) = 417071 -SHA256 (xpi/thunderbird-i18n-17.0/ca.xpi) = 35a492c0947ec56401091df14ce9ae6b538084a47ca18c4051182d8a112276af -SIZE (xpi/thunderbird-i18n-17.0/ca.xpi) = 418407 -SHA256 (xpi/thunderbird-i18n-17.0/cs.xpi) = 448aac32037936288df8ad000cc1824fdb0d135ea20a7b2e83ea83c96dd87423 -SIZE (xpi/thunderbird-i18n-17.0/cs.xpi) = 420626 -SHA256 (xpi/thunderbird-i18n-17.0/da.xpi) = 399c1fc72af166f4c143f0d78617ae6940bf59b905fb6d1dde9450c3c15275a7 -SIZE (xpi/thunderbird-i18n-17.0/da.xpi) = 398979 -SHA256 (xpi/thunderbird-i18n-17.0/de.xpi) = 29e12f0b2b6596e9323ef179a71d1ecccc1c3670327c9f43b314a864cb39eb3c -SIZE (xpi/thunderbird-i18n-17.0/de.xpi) = 393631 -SHA256 (xpi/thunderbird-i18n-17.0/en-GB.xpi) = 44fda66cd063874f187288a574233b3b7596ec0032413f9b65428e7a5fdd3148 -SIZE (xpi/thunderbird-i18n-17.0/en-GB.xpi) = 390694 -SHA256 (xpi/thunderbird-i18n-17.0/en-US.xpi) = ececad8466cf8f9adb40bf9e0526a402476ece706a41cd53e098c80ae6db4515 -SIZE (xpi/thunderbird-i18n-17.0/en-US.xpi) = 390780 -SHA256 (xpi/thunderbird-i18n-17.0/es-AR.xpi) = d85e90163ca833ed812cc309dfabbf677d5dffa0ab3ae36e3442eaf68073e9c4 -SIZE (xpi/thunderbird-i18n-17.0/es-AR.xpi) = 415498 -SHA256 (xpi/thunderbird-i18n-17.0/es-ES.xpi) = a726eacaed870c0c3ffbdc855d069fcd09f281b54a18c5c6a170a9d5420951d7 -SIZE (xpi/thunderbird-i18n-17.0/es-ES.xpi) = 356862 -SHA256 (xpi/thunderbird-i18n-17.0/et.xpi) = 71bc739da6643a3efbbb3f9aefdd31c3d7f02fe3043793a6381dd2aacfc5a5f1 -SIZE (xpi/thunderbird-i18n-17.0/et.xpi) = 411892 -SHA256 (xpi/thunderbird-i18n-17.0/eu.xpi) = 4f6b2a98069611e53881dec4e849e99dccc83b795c6cba04a80c28496c096616 -SIZE (xpi/thunderbird-i18n-17.0/eu.xpi) = 407189 -SHA256 (xpi/thunderbird-i18n-17.0/fi.xpi) = 6f0a2eb8b06d930fcbb7d76cfddb0539b145dc63d17fdac35d3c8a1bb3487cc5 -SIZE (xpi/thunderbird-i18n-17.0/fi.xpi) = 413620 -SHA256 (xpi/thunderbird-i18n-17.0/fr.xpi) = cac814b56a688f6e32c1a0df2f850f16c81cef842723558320e5662cc40caf2e -SIZE (xpi/thunderbird-i18n-17.0/fr.xpi) = 420825 -SHA256 (xpi/thunderbird-i18n-17.0/fy-NL.xpi) = 0ed63752d63422477c635dddf38e897f90852570af82b1e95330cffd65810135 -SIZE (xpi/thunderbird-i18n-17.0/fy-NL.xpi) = 415712 -SHA256 (xpi/thunderbird-i18n-17.0/ga-IE.xpi) = 4a159fa1fdab98dee2e6c64282f5ebd7d6e4cc3ca0f516a86de152e7eb57a77a -SIZE (xpi/thunderbird-i18n-17.0/ga-IE.xpi) = 425395 -SHA256 (xpi/thunderbird-i18n-17.0/gd.xpi) = a8e32620b4b05bd9ed5b5f44c885785f1f56c16c4e91ae5af41667cbfbb68d3e -SIZE (xpi/thunderbird-i18n-17.0/gd.xpi) = 428939 -SHA256 (xpi/thunderbird-i18n-17.0/gl.xpi) = cc5a1924621f5f3303e9ee258150d082929650e0f7afd6325df400a0dd589ef3 -SIZE (xpi/thunderbird-i18n-17.0/gl.xpi) = 410369 -SHA256 (xpi/thunderbird-i18n-17.0/he.xpi) = 76fb587cf1522bc0608e9ddea5c62d5b0d22bfec1990323cccff1283805209e7 -SIZE (xpi/thunderbird-i18n-17.0/he.xpi) = 439503 -SHA256 (xpi/thunderbird-i18n-17.0/hu.xpi) = 7ae5970cff9c0fa02d72679e2d24bd4b13cf79300f24b0860ceb329311632973 -SIZE (xpi/thunderbird-i18n-17.0/hu.xpi) = 433187 -SHA256 (xpi/thunderbird-i18n-17.0/is.xpi) = 1a01f6fb65c37dae8c1c74868b4c189aa4aa6960390a219652c56e4ee211bddd -SIZE (xpi/thunderbird-i18n-17.0/is.xpi) = 414068 -SHA256 (xpi/thunderbird-i18n-17.0/it.xpi) = 4debda60f724c5d46ca83436d3471728a4cd438cfbe8b70275f6ca71fc5ef274 -SIZE (xpi/thunderbird-i18n-17.0/it.xpi) = 348621 -SHA256 (xpi/thunderbird-i18n-17.0/ja.xpi) = 05003502cd5a5f2d1ae5560b220306397c840516ad0b8ec8eb2411ee82cffde7 -SIZE (xpi/thunderbird-i18n-17.0/ja.xpi) = 463487 -SHA256 (xpi/thunderbird-i18n-17.0/ko.xpi) = 215846d3ba55c281273358d0db9ac70a331995a002f2ac436fc142c158193574 -SIZE (xpi/thunderbird-i18n-17.0/ko.xpi) = 412963 -SHA256 (xpi/thunderbird-i18n-17.0/lt.xpi) = 920df8494112c0c814212f6997579aef31beed10fefeafd843e38690fef36fe5 -SIZE (xpi/thunderbird-i18n-17.0/lt.xpi) = 519802 -SHA256 (xpi/thunderbird-i18n-17.0/nb-NO.xpi) = 1b51894cce54f5ec2025344440f151626f012ea51cc7e113a1ca816388eb6315 -SIZE (xpi/thunderbird-i18n-17.0/nb-NO.xpi) = 408519 -SHA256 (xpi/thunderbird-i18n-17.0/nl.xpi) = 223225ff67ae11c09167a1f099e2598ea66542886744075e495c692477838f11 -SIZE (xpi/thunderbird-i18n-17.0/nl.xpi) = 408526 -SHA256 (xpi/thunderbird-i18n-17.0/nn-NO.xpi) = 4dd87615f9989c085e3b9cb6382d0c8163cc3e07989d70cc0f5cc8bc2e946bc0 -SIZE (xpi/thunderbird-i18n-17.0/nn-NO.xpi) = 431471 -SHA256 (xpi/thunderbird-i18n-17.0/pl.xpi) = 54debb71864456864172f70f21c50b867b00637ab0f298a68abcfa221d04e159 -SIZE (xpi/thunderbird-i18n-17.0/pl.xpi) = 402114 -SHA256 (xpi/thunderbird-i18n-17.0/pt-BR.xpi) = a8910d96c162702b174c7bd3930e2348bbd52450bafb09b0c49507d003d6c308 -SIZE (xpi/thunderbird-i18n-17.0/pt-BR.xpi) = 415777 -SHA256 (xpi/thunderbird-i18n-17.0/pt-PT.xpi) = abca9f2694b12bdb804a12fa356ebb68ea4cdb286c1f1cc1523347537d7bc242 -SIZE (xpi/thunderbird-i18n-17.0/pt-PT.xpi) = 445753 -SHA256 (xpi/thunderbird-i18n-17.0/rm.xpi) = 993c1272ef31cb949e7df775c6afea6d96746ad6c092113b03dfe307d3f2de5c -SIZE (xpi/thunderbird-i18n-17.0/rm.xpi) = 415530 -SHA256 (xpi/thunderbird-i18n-17.0/ru.xpi) = 0b6278d769b1f2526847a153c9c9db3c80b7f3a29cf5181afbf0cd56ca48ea08 -SIZE (xpi/thunderbird-i18n-17.0/ru.xpi) = 415708 -SHA256 (xpi/thunderbird-i18n-17.0/si.xpi) = 04f2c4a7ba8c769983f36b0932a8f04c552c60f9bf0ee4d7c1783a548d5552a7 -SIZE (xpi/thunderbird-i18n-17.0/si.xpi) = 494162 -SHA256 (xpi/thunderbird-i18n-17.0/sk.xpi) = 9a9aca008f73cf2dfc8b7ad97ddaef572276b1bb572452df2951661c4ba68df9 -SIZE (xpi/thunderbird-i18n-17.0/sk.xpi) = 429756 -SHA256 (xpi/thunderbird-i18n-17.0/sl.xpi) = 52716753794104c91261921f47f57b0ebfa42088f108d0f013b559165bdcf6d2 -SIZE (xpi/thunderbird-i18n-17.0/sl.xpi) = 442096 -SHA256 (xpi/thunderbird-i18n-17.0/sq.xpi) = a8c1d59077f36d822d322f3c834561b55c3eb9123d8b7d56a05a2e2e55635931 -SIZE (xpi/thunderbird-i18n-17.0/sq.xpi) = 418779 -SHA256 (xpi/thunderbird-i18n-17.0/sv-SE.xpi) = ed27240255445591569a8d7cd66e9000d52f4a8c7043e196e95a379440c3be04 -SIZE (xpi/thunderbird-i18n-17.0/sv-SE.xpi) = 413218 -SHA256 (xpi/thunderbird-i18n-17.0/ta-LK.xpi) = 199b1c55d570350ac308ce7e0e615a7cc8d030ebe00f4e3ed93a86644ab2c669 -SIZE (xpi/thunderbird-i18n-17.0/ta-LK.xpi) = 517912 -SHA256 (xpi/thunderbird-i18n-17.0/tr.xpi) = 16a0c9a21cf689c25ca3cd0a8678e31f69197cf9948c6ec97979c99b02e86593 -SIZE (xpi/thunderbird-i18n-17.0/tr.xpi) = 444944 -SHA256 (xpi/thunderbird-i18n-17.0/uk.xpi) = d6c85cc9afec156d66a215da82075f7b4dd834f6f3a8021f43b4e1dff3e4396d -SIZE (xpi/thunderbird-i18n-17.0/uk.xpi) = 471142 -SHA256 (xpi/thunderbird-i18n-17.0/zh-TW.xpi) = 555fcd98a7ea2a46db0b6d8193fc1c784a140d31aa0c70a99da7bb2502038ee5 -SIZE (xpi/thunderbird-i18n-17.0/zh-TW.xpi) = 437590 +SHA256 (xpi/thunderbird-i18n-17.0.2/ar.xpi) = ef4e2988e46428fca246bffdfc5220cdd8f75e8e99f44db71c24e9e15ed5883f +SIZE (xpi/thunderbird-i18n-17.0.2/ar.xpi) = 445976 +SHA256 (xpi/thunderbird-i18n-17.0.2/br.xpi) = 195486de568516cbb15a99f8dcd4694e9d6d17152ac2cefe31643629b509d897 +SIZE (xpi/thunderbird-i18n-17.0.2/br.xpi) = 417071 +SHA256 (xpi/thunderbird-i18n-17.0.2/ca.xpi) = f224b00e0e3592c69530e672a6652ee3e79028e13e9339353f62eb25769417f3 +SIZE (xpi/thunderbird-i18n-17.0.2/ca.xpi) = 418407 +SHA256 (xpi/thunderbird-i18n-17.0.2/cs.xpi) = d8404401e274340d7426b97f74d32da6dea58d33a6635afa0a405de606fcd519 +SIZE (xpi/thunderbird-i18n-17.0.2/cs.xpi) = 420627 +SHA256 (xpi/thunderbird-i18n-17.0.2/da.xpi) = fc396ea39be93b7f828a75936c79b5c8a7e176f850bcb61708568dfb6bc1dbb5 +SIZE (xpi/thunderbird-i18n-17.0.2/da.xpi) = 398980 +SHA256 (xpi/thunderbird-i18n-17.0.2/de.xpi) = 6b824dcfcdc6e1004d1b17fd4d0995e83b4b31385449a4dc15b0ba5ab734f321 +SIZE (xpi/thunderbird-i18n-17.0.2/de.xpi) = 393632 +SHA256 (xpi/thunderbird-i18n-17.0.2/en-GB.xpi) = 12bf9ef44c9a1fc6b563b05aa11179080a9e61538c257705a77d12af8cf3d169 +SIZE (xpi/thunderbird-i18n-17.0.2/en-GB.xpi) = 390694 +SHA256 (xpi/thunderbird-i18n-17.0.2/en-US.xpi) = 10eb5e3237032c40381d16915f475919a26d3716ef12bfe41622cef6fb43aff3 +SIZE (xpi/thunderbird-i18n-17.0.2/en-US.xpi) = 390780 +SHA256 (xpi/thunderbird-i18n-17.0.2/es-AR.xpi) = bd7800bf23da78d7ea2936e7f7c294f27d8877e47aa8317a0d7414589de3732d +SIZE (xpi/thunderbird-i18n-17.0.2/es-AR.xpi) = 415499 +SHA256 (xpi/thunderbird-i18n-17.0.2/es-ES.xpi) = a2b231f0c69882e72aaa32de8036c5d41c1a3144056863c098619eebb46ef1e6 +SIZE (xpi/thunderbird-i18n-17.0.2/es-ES.xpi) = 356861 +SHA256 (xpi/thunderbird-i18n-17.0.2/et.xpi) = 79e5a2e92ff2077541a4fa70e0a655d34cd9d1891d8be1a3557979571d5fd679 +SIZE (xpi/thunderbird-i18n-17.0.2/et.xpi) = 411892 +SHA256 (xpi/thunderbird-i18n-17.0.2/eu.xpi) = fdd2faa591fa10e3fae22b06ca26a41e86a74cf3d95531dc7a4325126bde6f48 +SIZE (xpi/thunderbird-i18n-17.0.2/eu.xpi) = 407189 +SHA256 (xpi/thunderbird-i18n-17.0.2/fi.xpi) = 3f4e9b70d184ca28f2e88d5dc6600b0a95d559e15c1217d3d21ea31c6a6b3236 +SIZE (xpi/thunderbird-i18n-17.0.2/fi.xpi) = 413620 +SHA256 (xpi/thunderbird-i18n-17.0.2/fr.xpi) = 20ad82d693c4025cb8e98b43953045f174c72c48e015aff57e1c36334c88e43b +SIZE (xpi/thunderbird-i18n-17.0.2/fr.xpi) = 420826 +SHA256 (xpi/thunderbird-i18n-17.0.2/fy-NL.xpi) = 4baf020dede9bd80d6bb7cd3a0ce0ea30281e5b337c5769b2cb62ab3f2484d35 +SIZE (xpi/thunderbird-i18n-17.0.2/fy-NL.xpi) = 415712 +SHA256 (xpi/thunderbird-i18n-17.0.2/ga-IE.xpi) = 1ba6158c558a6f88e330118f461c6e3857efdf53db33f6d96a01f0e6b91ff229 +SIZE (xpi/thunderbird-i18n-17.0.2/ga-IE.xpi) = 425395 +SHA256 (xpi/thunderbird-i18n-17.0.2/gd.xpi) = 91c1e8edf254886939ed40563fad9c977c963cf4df94fd416a8378505a38d38b +SIZE (xpi/thunderbird-i18n-17.0.2/gd.xpi) = 428939 +SHA256 (xpi/thunderbird-i18n-17.0.2/gl.xpi) = 7da4aef8e4e59955707571015909735a51117890f33550e6f21bd28e04f9e15a +SIZE (xpi/thunderbird-i18n-17.0.2/gl.xpi) = 410370 +SHA256 (xpi/thunderbird-i18n-17.0.2/he.xpi) = 9fd86fc3c4c91ca7a54c076d923345897955e8e56a8e1fdc575382d8cde6bb0d +SIZE (xpi/thunderbird-i18n-17.0.2/he.xpi) = 439504 +SHA256 (xpi/thunderbird-i18n-17.0.2/hu.xpi) = e0128bcba2dc7c0b31830f33a1c4155032c5051e117c198d42b8f019aed990f0 +SIZE (xpi/thunderbird-i18n-17.0.2/hu.xpi) = 433186 +SHA256 (xpi/thunderbird-i18n-17.0.2/is.xpi) = a86c39267204b558c3dc44f35d282d2cb982d77917ae2c4fe7f883d72234b34f +SIZE (xpi/thunderbird-i18n-17.0.2/is.xpi) = 414068 +SHA256 (xpi/thunderbird-i18n-17.0.2/it.xpi) = 357fe2553d54dd1dde2ed676fe4387bc0ed16fc740361ecd3d22b3df45a194f6 +SIZE (xpi/thunderbird-i18n-17.0.2/it.xpi) = 348621 +SHA256 (xpi/thunderbird-i18n-17.0.2/ja.xpi) = 63ab723f0b7b14a70a4894651c2bd5632fc51e1a4dc4d975e40795dae23d65de +SIZE (xpi/thunderbird-i18n-17.0.2/ja.xpi) = 463488 +SHA256 (xpi/thunderbird-i18n-17.0.2/ko.xpi) = c71c68566f85fe9e759dc807f2e63cd064155526757cef905d4a15284521b74d +SIZE (xpi/thunderbird-i18n-17.0.2/ko.xpi) = 412964 +SHA256 (xpi/thunderbird-i18n-17.0.2/lt.xpi) = afdf137c7508e1f59008887054f614e714e04db62b3dcf6c0c6e00807981f495 +SIZE (xpi/thunderbird-i18n-17.0.2/lt.xpi) = 519802 +SHA256 (xpi/thunderbird-i18n-17.0.2/nb-NO.xpi) = 99e11c07b3119b4c6f2e9095e1c59bde109f08d9a85a6787cd5b97b980f0d248 +SIZE (xpi/thunderbird-i18n-17.0.2/nb-NO.xpi) = 408519 +SHA256 (xpi/thunderbird-i18n-17.0.2/nl.xpi) = 2b669554db299d0258fc47a7e08dbb95e7be6b68e9e1811ca86979e13ab826a7 +SIZE (xpi/thunderbird-i18n-17.0.2/nl.xpi) = 408527 +SHA256 (xpi/thunderbird-i18n-17.0.2/nn-NO.xpi) = 4f7baa262b9115255867a52b63b2f58ccf4a811aca4e91cb5f987962bfbbfed9 +SIZE (xpi/thunderbird-i18n-17.0.2/nn-NO.xpi) = 431472 +SHA256 (xpi/thunderbird-i18n-17.0.2/pl.xpi) = 54e3058c5ccf3b3042345abb3b3e9239effac79b5cf1133362fa2cd5a1880819 +SIZE (xpi/thunderbird-i18n-17.0.2/pl.xpi) = 402114 +SHA256 (xpi/thunderbird-i18n-17.0.2/pt-BR.xpi) = 3d8768aec5815ffcbc69eadb3b6ec3e477a7a80a7f16bcd2f76f8a6ac1e6d230 +SIZE (xpi/thunderbird-i18n-17.0.2/pt-BR.xpi) = 415778 +SHA256 (xpi/thunderbird-i18n-17.0.2/pt-PT.xpi) = dbfd93512547b93b60d9ca9ccd2d7458973f6b1b424b333d93c57506b84a1e27 +SIZE (xpi/thunderbird-i18n-17.0.2/pt-PT.xpi) = 445754 +SHA256 (xpi/thunderbird-i18n-17.0.2/rm.xpi) = d5d009d2e9f58c91a29d680242f300bf15377748c6af5abcccfca2c0312afd4d +SIZE (xpi/thunderbird-i18n-17.0.2/rm.xpi) = 415531 +SHA256 (xpi/thunderbird-i18n-17.0.2/ru.xpi) = 4fba664e92308de33dd4eed01d8a7b356ebeb940e1a1f7c09cdc5e1dce8cb2ea +SIZE (xpi/thunderbird-i18n-17.0.2/ru.xpi) = 415708 +SHA256 (xpi/thunderbird-i18n-17.0.2/si.xpi) = aaa5dbc8b9a91c3df54eb148523217fe37026321fef1761b5e58939c36b121c5 +SIZE (xpi/thunderbird-i18n-17.0.2/si.xpi) = 494162 +SHA256 (xpi/thunderbird-i18n-17.0.2/sk.xpi) = 6fcb3cad0d9e7b94b1c1147e693b586e4428b58efe4f4fb65d415ad1340b928f +SIZE (xpi/thunderbird-i18n-17.0.2/sk.xpi) = 429756 +SHA256 (xpi/thunderbird-i18n-17.0.2/sl.xpi) = a846b046500e7a121ca77902ff08b9c2ef6aafe9865f4ae3550bbdeafdc7605f +SIZE (xpi/thunderbird-i18n-17.0.2/sl.xpi) = 442096 +SHA256 (xpi/thunderbird-i18n-17.0.2/sq.xpi) = a221465a173659fea362b340e6efd6d1ee2720504e12c53790b0a601be50e1fc +SIZE (xpi/thunderbird-i18n-17.0.2/sq.xpi) = 418780 +SHA256 (xpi/thunderbird-i18n-17.0.2/sv-SE.xpi) = 2d5cfe8e9c7ae90cb18cabfb3f8df09cac83426b1b6b99c6ac2200ee5df909dd +SIZE (xpi/thunderbird-i18n-17.0.2/sv-SE.xpi) = 413218 +SHA256 (xpi/thunderbird-i18n-17.0.2/ta-LK.xpi) = 2b97d2a18027a2be72eecc79fc6b85c8cf955611c38581b634eb29b9ada759c9 +SIZE (xpi/thunderbird-i18n-17.0.2/ta-LK.xpi) = 517912 +SHA256 (xpi/thunderbird-i18n-17.0.2/tr.xpi) = db6f89bfb6b06cc91df648e131a694e78a6d1ab896c744021a58081290e13709 +SIZE (xpi/thunderbird-i18n-17.0.2/tr.xpi) = 444945 +SHA256 (xpi/thunderbird-i18n-17.0.2/uk.xpi) = 6ec02a0eb2565e81c3dda19f1926ca2de3c29d2965beb8b139c8e9c8c213bc9c +SIZE (xpi/thunderbird-i18n-17.0.2/uk.xpi) = 471142 +SHA256 (xpi/thunderbird-i18n-17.0.2/zh-TW.xpi) = 7905ad6d852d8c966ceee842202656c889e9f7b1451c5cb0eee46983690730fb +SIZE (xpi/thunderbird-i18n-17.0.2/zh-TW.xpi) = 437592 Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/mail/thunderbird/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -86,6 +86,7 @@ EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \ ${XPI_LIBDIR}/${EM_ID}/components/enigmail.js \ ${XPI_LIBDIR}/${EM_ID}/modules/enigmailCommon.jsm +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-enigmail-ipc-src-Makefile .endif .if ${PORT_OPTIONS:MLIGHTNING} Copied and modified: trunk/mail/thunderbird/files/extrapatch-enigmail-ipc-src-Makefile (from r1137, trunk/mail/thunderbird/files/patch-enigmail-ipc-src-Makefile) ============================================================================== Deleted: trunk/mail/thunderbird/files/patch-enigmail-ipc-src-Makefile ============================================================================== --- trunk/mail/thunderbird/files/patch-enigmail-ipc-src-Makefile Fri Jan 11 18:19:56 2013 (r1137) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,90 +0,0 @@ ---- mailnews/extensions/enigmail/ipc/src/Makefile.enig~ -+++ mailnews/extensions/enigmail/ipc/src/Makefile.enig -@@ -19,26 +19,26 @@ endif - - ifeq ($(OS_ARCH),NetBSD) - ifeq ($(DLL_SUFFIX),.so.1.0) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),FreeBSD) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - - ifeq ($(OS_ARCH),HP-UX) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),OSF1) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -B symbolic -+LDFLAGS += -shared -B symbolic - CFLAGS += -fPIC - endif - endif -@@ -62,7 +62,11 @@ libs: source - $(CC) $(LDFLAGS) -o $(libname) $(objfiles) - - source: $(source) -+ifneq (,$(filter 4.2.%, $(CC_VERSION))) -+ $(CC) $(CFLAGS) -c -o $(objfiles) $^ -+else - $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ -+endif - - - clean: ---- mailnews/extensions/enigmail/ipc/src/Makefile.in~ -+++ mailnews/extensions/enigmail/ipc/src/Makefile.in -@@ -19,26 +19,26 @@ endif - - ifeq ($(OS_ARCH),NetBSD) - ifeq ($(DLL_SUFFIX),.so.1.0) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),FreeBSD) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - - ifeq ($(OS_ARCH),HP-UX) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),OSF1) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -B symbolic -+LDFLAGS += -shared -B symbolic - CFLAGS += -fPIC - endif - endif -@@ -62,7 +62,11 @@ libs: source - $(CC) $(LDFLAGS) -o $(libname) $(objfiles) - - source: $(source) -+ifneq (,$(filter 4.2.%, $(CC_VERSION))) -+ $(CC) $(CFLAGS) -c -o $(objfiles) $^ -+else - $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ -+endif - - - clean: Modified: trunk/security/ca_root_nss/Makefile ============================================================================== --- trunk/security/ca_root_nss/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/security/ca_root_nss/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,5 +1,5 @@ # Created by: Brooks Davis -# $FreeBSD: head/security/ca_root_nss/Makefile 309970 2013-01-05 21:34:25Z flo $ +# $FreeBSD: head/security/ca_root_nss/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= ca_root_nss PORTVERSION= ${VERSION_NSS} Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/security/nss/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,5 +1,5 @@ # Created by: Maxim Sobolev -# $FreeBSD: head/security/nss/Makefile 309970 2013-01-05 21:34:25Z flo $ +# $FreeBSD: head/security/nss/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= nss PORTVERSION= ${_MAJOR}.${_MINOR}.${_PATCH} Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/firefox-esr-i18n/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.73 2012/06/18 17:13:55 beat Exp $ +# $FreeBSD: head/www/firefox-esr-i18n/Makefile 310207 2013-01-10 22:29:23Z flo $ PORTNAME= firefox-i18n -PORTVERSION= 17.0 +PORTVERSION= 17.0.2 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-esr-i18n/Makefile.lang ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile.lang Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/firefox-esr-i18n/Makefile.lang Fri Jan 11 18:19:56 2013 (r1138) @@ -2,7 +2,7 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/firefox-i18n/Makefile.lang,v 1.4 2011/06/21 21:12:31 flo Exp $ +# $FreeBSD: ports/www/firefox-esr-i18n/Makefile.lang,v 1.5 2012/04/18 14:43:11 beat Exp $ # # Currently, the following 71 languages are supported. # Modified: trunk/www/firefox-esr-i18n/Makefile.option ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile.option Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/firefox-esr-i18n/Makefile.option Fri Jan 11 18:19:56 2013 (r1138) @@ -2,7 +2,7 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/firefox-i18n/Makefile.option,v 1.5 2011/06/27 09:53:31 flo Exp $ +# $FreeBSD: ports/www/firefox-esr-i18n/Makefile.option,v 1.6 2012/04/18 14:43:11 beat Exp $ # OPTIONS= LANG_AF "Africaans" off \ LANG_AK "Akan" off \ Modified: trunk/www/firefox-esr-i18n/distinfo ============================================================================== --- trunk/www/firefox-esr-i18n/distinfo Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/firefox-esr-i18n/distinfo Fri Jan 11 18:19:56 2013 (r1138) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-17.0/af.xpi) = b58bd14b202876b16dd1b5cef11e03cb61879164a9ba81413f7d81ee21a70723 -SIZE (xpi/firefox-i18n-17.0/af.xpi) = 281145 -SHA256 (xpi/firefox-i18n-17.0/ak.xpi) = 50895d873f09aa2143aebc80bbf459c531dbc430de5194754d98cc0f6654a689 -SIZE (xpi/firefox-i18n-17.0/ak.xpi) = 282976 -SHA256 (xpi/firefox-i18n-17.0/ar.xpi) = be677c15c0f43123a387629a4e41415561c02b1113f92b5be0190db5ce55f190 -SIZE (xpi/firefox-i18n-17.0/ar.xpi) = 311506 -SHA256 (xpi/firefox-i18n-17.0/ast.xpi) = e13d990eb87d0e3afe9cf822aad18fb5ad8cd63c3410e04bf22277d63f00d7b1 -SIZE (xpi/firefox-i18n-17.0/ast.xpi) = 264124 -SHA256 (xpi/firefox-i18n-17.0/be.xpi) = be25848163da49b832563df5925fee3ce33eace9575543c34a851924860703e7 -SIZE (xpi/firefox-i18n-17.0/be.xpi) = 273411 -SHA256 (xpi/firefox-i18n-17.0/bg.xpi) = 0b97f882967f0f2dbb06279d0694808d2aba64c4622ab3ab0e979871cf96d73b -SIZE (xpi/firefox-i18n-17.0/bg.xpi) = 327260 -SHA256 (xpi/firefox-i18n-17.0/bn-BD.xpi) = 3e5753c89da37987086a65d7814c3f27ebf2457c8eb178d34716ecc6c7d2a041 -SIZE (xpi/firefox-i18n-17.0/bn-BD.xpi) = 339303 -SHA256 (xpi/firefox-i18n-17.0/bn-IN.xpi) = 0b274b2f68e2ac69f0adf126189c7106a397dd35108c0e3e0f9aaf5a2c246c65 -SIZE (xpi/firefox-i18n-17.0/bn-IN.xpi) = 373021 -SHA256 (xpi/firefox-i18n-17.0/br.xpi) = 74b2969e5b5dd1c4e19d6ee8cc5aa1c19d9adec2226bae3dec6223c4cff179e2 -SIZE (xpi/firefox-i18n-17.0/br.xpi) = 291582 -SHA256 (xpi/firefox-i18n-17.0/bs.xpi) = c159d1348a032b045ed03a6e6a0f24a0675c06686303765ac22a5ef45a8a7a1d -SIZE (xpi/firefox-i18n-17.0/bs.xpi) = 292223 -SHA256 (xpi/firefox-i18n-17.0/ca.xpi) = f67c8be7772b2164e3219c6db4a9b7334752ff6781fbb204b9acba5cfd048a83 -SIZE (xpi/firefox-i18n-17.0/ca.xpi) = 293531 -SHA256 (xpi/firefox-i18n-17.0/cs.xpi) = df9c74c5d7a598d03e6deb8e561f4fe7b7d6e2fd51ec033af9eedbab8d928b26 -SIZE (xpi/firefox-i18n-17.0/cs.xpi) = 294132 -SHA256 (xpi/firefox-i18n-17.0/cy.xpi) = c9a29411e6b103532d9c0c5956afbbaec8a0a3f5022d8aac8e198b683a623090 -SIZE (xpi/firefox-i18n-17.0/cy.xpi) = 284867 -SHA256 (xpi/firefox-i18n-17.0/da.xpi) = e1dd6de45076755fd9a86dcc754a6420e45b4466a3897a87c48ab9edac7f6364 -SIZE (xpi/firefox-i18n-17.0/da.xpi) = 282668 -SHA256 (xpi/firefox-i18n-17.0/de.xpi) = 1398865ee97fa27c836fbb38f3e8a6c3a30e1f3d7eb754ec3b4104e98110b21a -SIZE (xpi/firefox-i18n-17.0/de.xpi) = 270383 -SHA256 (xpi/firefox-i18n-17.0/el.xpi) = 265be88eb1c30f26e1bf7202c5bdd17c5f8e0594a77ffba441814503640dab89 -SIZE (xpi/firefox-i18n-17.0/el.xpi) = 311652 -SHA256 (xpi/firefox-i18n-17.0/en-GB.xpi) = 6637487e7a8defe5e58604ee36193f7b7819ca7699c92740b0cfaf6a86780889 -SIZE (xpi/firefox-i18n-17.0/en-GB.xpi) = 272104 -SHA256 (xpi/firefox-i18n-17.0/en-US.xpi) = f4cc171a4def0a02b3c99c7e125637eca31ab66fb12c584428a44f29db4a60e5 -SIZE (xpi/firefox-i18n-17.0/en-US.xpi) = 272155 -SHA256 (xpi/firefox-i18n-17.0/en-ZA.xpi) = c720ebf750e4e400b90165097767f4fa91006f805d78e7829712dd5eb60743e1 -SIZE (xpi/firefox-i18n-17.0/en-ZA.xpi) = 272935 -SHA256 (xpi/firefox-i18n-17.0/eo.xpi) = 04d93b23d8726aad774ae697258d6c2b31642e7833d2efce60410976d5838a50 -SIZE (xpi/firefox-i18n-17.0/eo.xpi) = 284800 -SHA256 (xpi/firefox-i18n-17.0/es-AR.xpi) = 03a63e72e2e874b6ef635e1f190dca58490a6d8536ef2dcc54df123e7e155a7e -SIZE (xpi/firefox-i18n-17.0/es-AR.xpi) = 289238 -SHA256 (xpi/firefox-i18n-17.0/es-CL.xpi) = db731e16a57887be798b931dda7608d3a4be743f1335bca1ca16ed16c30e2216 -SIZE (xpi/firefox-i18n-17.0/es-CL.xpi) = 296877 -SHA256 (xpi/firefox-i18n-17.0/es-ES.xpi) = 6e4dc68eb2438b23e673bd1b90868e7a878e2482127ccea2e9c8041c3858e9de -SIZE (xpi/firefox-i18n-17.0/es-ES.xpi) = 242184 -SHA256 (xpi/firefox-i18n-17.0/es-MX.xpi) = 4f3267c32805fe2bafdb20a4d185b55b4f8c068a5625b031526627dd3c6fe421 -SIZE (xpi/firefox-i18n-17.0/es-MX.xpi) = 247971 -SHA256 (xpi/firefox-i18n-17.0/et.xpi) = f65f51772a7b30fb04ffb5ca016eb35745080ea90c36fbabb5dbfc69f274d852 -SIZE (xpi/firefox-i18n-17.0/et.xpi) = 284693 -SHA256 (xpi/firefox-i18n-17.0/eu.xpi) = 37e00136afcc2394416bf15006b8598b04d6c9e3a545143e249849f594f84058 -SIZE (xpi/firefox-i18n-17.0/eu.xpi) = 284226 -SHA256 (xpi/firefox-i18n-17.0/fa.xpi) = 89aa220e567e81a02306b2369bfcee6faee39f421407c70d7445fab2d5b44ac8 -SIZE (xpi/firefox-i18n-17.0/fa.xpi) = 323996 -SHA256 (xpi/firefox-i18n-17.0/fi.xpi) = 3d080a415ac39f8db6f114be3b9c3bcf9c83e8291f89c717c2afaeabe6c434c0 -SIZE (xpi/firefox-i18n-17.0/fi.xpi) = 288655 -SHA256 (xpi/firefox-i18n-17.0/fr.xpi) = fb19527ca5f694b324a6ff6b1f81974d7b75d84b2656da0c658c2f953aa8cfb3 -SIZE (xpi/firefox-i18n-17.0/fr.xpi) = 293361 -SHA256 (xpi/firefox-i18n-17.0/fy-NL.xpi) = 1d90cef7f0f896febe81d8fb5783838b0315ace1a2841238c787c0b9db48491b -SIZE (xpi/firefox-i18n-17.0/fy-NL.xpi) = 289687 -SHA256 (xpi/firefox-i18n-17.0/ga-IE.xpi) = 0090fca417a03cc039abdd2c847b123e581d6f2559e7a3fd79ec9b8ccf294081 -SIZE (xpi/firefox-i18n-17.0/ga-IE.xpi) = 296976 -SHA256 (xpi/firefox-i18n-17.0/gl.xpi) = 42059a43bc1f9753f8760048ee681135c594e3c73813711c2107dfec218d3919 -SIZE (xpi/firefox-i18n-17.0/gl.xpi) = 286996 -SHA256 (xpi/firefox-i18n-17.0/gu-IN.xpi) = 107ad9d372f2a56934a6d7317f0e264a94c2421866030f069d7707c61794f861 -SIZE (xpi/firefox-i18n-17.0/gu-IN.xpi) = 319476 -SHA256 (xpi/firefox-i18n-17.0/he.xpi) = 1496e41c314b774c00579701151af655da61f58df0c758d5e0a9854b78044b57 -SIZE (xpi/firefox-i18n-17.0/he.xpi) = 301480 -SHA256 (xpi/firefox-i18n-17.0/hi-IN.xpi) = 6765eb72547a577c97e3835fc892023b43f8062af6e8572fb61fdfeb3c8f6cbd -SIZE (xpi/firefox-i18n-17.0/hi-IN.xpi) = 330864 -SHA256 (xpi/firefox-i18n-17.0/hr.xpi) = 8002e83253cf2c8064a9356caaaebeb99b1b5c50403fa6b5e24dd6efc556a7fd -SIZE (xpi/firefox-i18n-17.0/hr.xpi) = 287939 -SHA256 (xpi/firefox-i18n-17.0/hu.xpi) = e07404c2b79c263944ef0e5ad67c4eb8ca9a2f2e80f1cfcf5be08a7a1155af73 -SIZE (xpi/firefox-i18n-17.0/hu.xpi) = 303044 -SHA256 (xpi/firefox-i18n-17.0/hy-AM.xpi) = f7bc1b87bd672f21b4a17208abfa3146872afca6070f7e33e477113b086d774d -SIZE (xpi/firefox-i18n-17.0/hy-AM.xpi) = 328201 -SHA256 (xpi/firefox-i18n-17.0/id.xpi) = 9ee5883013499b2f61931db82c3129a8c7a5dd2b3d453d41bc7e4a4976d9bae6 -SIZE (xpi/firefox-i18n-17.0/id.xpi) = 283725 -SHA256 (xpi/firefox-i18n-17.0/is.xpi) = 8220dbf3b028f6493ac992b6ce263972ddc5eaf57439bd7e6a8dd5da85422402 -SIZE (xpi/firefox-i18n-17.0/is.xpi) = 284908 -SHA256 (xpi/firefox-i18n-17.0/it.xpi) = 0cd1935b1e28d1841960802fd2f3fd88286d8ef7e539491d32c9685293f91f8d -SIZE (xpi/firefox-i18n-17.0/it.xpi) = 238645 -SHA256 (xpi/firefox-i18n-17.0/ja.xpi) = 615904ef39f50baf49d760d0a056dc698fa6636b6336529302f783ea9230f7a7 -SIZE (xpi/firefox-i18n-17.0/ja.xpi) = 322489 -SHA256 (xpi/firefox-i18n-17.0/kk.xpi) = 9888560fd7a11112a0277b50f5ff60c85f7bbd28177af35356eb6faa68f8922c -SIZE (xpi/firefox-i18n-17.0/kk.xpi) = 330351 -SHA256 (xpi/firefox-i18n-17.0/kn.xpi) = 66212b802f1a64a38b97adbf06276b25c1ab33611720a8765b262d807a8f892e -SIZE (xpi/firefox-i18n-17.0/kn.xpi) = 354899 -SHA256 (xpi/firefox-i18n-17.0/ko.xpi) = 4db8970e81f20a26f0e9a93ecc15f9c9c2ca4061ecdbe8724813e468ce4ee58a -SIZE (xpi/firefox-i18n-17.0/ko.xpi) = 296728 -SHA256 (xpi/firefox-i18n-17.0/ku.xpi) = b7b467f826f6a7e7d4354bce08c792375dea8ce85a7cb7119893be3e31613dc4 -SIZE (xpi/firefox-i18n-17.0/ku.xpi) = 304897 -SHA256 (xpi/firefox-i18n-17.0/lg.xpi) = d5f46fc6c93a7cc26176fa9595db9e13a3ad9a847c480370aff61adb1555b429 -SIZE (xpi/firefox-i18n-17.0/lg.xpi) = 290627 -SHA256 (xpi/firefox-i18n-17.0/lt.xpi) = cd8bc25c39ff76fd3e748bfcc02c9b42d4e706c15079304848a0f3bf4a1513cf -SIZE (xpi/firefox-i18n-17.0/lt.xpi) = 349461 -SHA256 (xpi/firefox-i18n-17.0/lv.xpi) = 19c33a0da883525839166e64a3e1c23e358e5c565cae43246f52feede20f0358 -SIZE (xpi/firefox-i18n-17.0/lv.xpi) = 291403 -SHA256 (xpi/firefox-i18n-17.0/mai.xpi) = 6d0fa4a595ce0e75247526883b782f35fe50da4990a8fb9f5e98b5b19d83c358 -SIZE (xpi/firefox-i18n-17.0/mai.xpi) = 328267 -SHA256 (xpi/firefox-i18n-17.0/mk.xpi) = e21d4ea5e64d52300189d1d4787d70bd112a0f1a342dbaf3d0b6fe0b1745bafe -SIZE (xpi/firefox-i18n-17.0/mk.xpi) = 315578 -SHA256 (xpi/firefox-i18n-17.0/ml.xpi) = 096b6ee6d3ff551b3f1f1b5da415d3ba2b5739205da55e4d6515d212aa2a2cb0 -SIZE (xpi/firefox-i18n-17.0/ml.xpi) = 361542 -SHA256 (xpi/firefox-i18n-17.0/mr.xpi) = 82506dce47a51c7ea21cb28b4deee44246bfbef739850ac20a7a3b131632b539 -SIZE (xpi/firefox-i18n-17.0/mr.xpi) = 327860 -SHA256 (xpi/firefox-i18n-17.0/nb-NO.xpi) = bd3b4fb25007cdcf58c1dcc8c0fe719cc9f9738b226a417dbade31d4a7222b07 -SIZE (xpi/firefox-i18n-17.0/nb-NO.xpi) = 284888 -SHA256 (xpi/firefox-i18n-17.0/nl.xpi) = ca85ed7847f9d94375be581f43652b9afb483010f3733142769eb32847005028 -SIZE (xpi/firefox-i18n-17.0/nl.xpi) = 286112 -SHA256 (xpi/firefox-i18n-17.0/nn-NO.xpi) = 12977d65fb9403b3a0f0a810117d3273c73c2b17555557ecdd595266f1e9e93b -SIZE (xpi/firefox-i18n-17.0/nn-NO.xpi) = 287844 -SHA256 (xpi/firefox-i18n-17.0/nso.xpi) = f0235a8a61d5d1cf0a90646ab6ee460212a26c73c31811414a51928cc106a216 -SIZE (xpi/firefox-i18n-17.0/nso.xpi) = 288150 -SHA256 (xpi/firefox-i18n-17.0/or.xpi) = 710e72d3e49a942ef2f98dad2e2861a45a842d8ab28e7bf5159ab72d855eea9a -SIZE (xpi/firefox-i18n-17.0/or.xpi) = 329684 -SHA256 (xpi/firefox-i18n-17.0/pa-IN.xpi) = 7ee5f6cee04f9abab8f163d8bde119e41e48458323d20821f3444b6842276023 -SIZE (xpi/firefox-i18n-17.0/pa-IN.xpi) = 318503 -SHA256 (xpi/firefox-i18n-17.0/pl.xpi) = 13dc5db2ee1625ef52a9865f538dd7259fbdbd82d8c5825b1a4c6cc3fabcfd55 -SIZE (xpi/firefox-i18n-17.0/pl.xpi) = 301035 -SHA256 (xpi/firefox-i18n-17.0/pt-BR.xpi) = e2d85d9153fd606fb1f49e07591ce43742ee20e717acb2b63e0f3db647cb5660 -SIZE (xpi/firefox-i18n-17.0/pt-BR.xpi) = 289243 -SHA256 (xpi/firefox-i18n-17.0/pt-PT.xpi) = 50e25ab3af372def18af0070bbda5c212bcf488b73783d12435b7055c449126b -SIZE (xpi/firefox-i18n-17.0/pt-PT.xpi) = 291457 -SHA256 (xpi/firefox-i18n-17.0/rm.xpi) = a03a726863a105433401bae5a417826d8ad43c17fc50f16b3631cdbc674eb47a -SIZE (xpi/firefox-i18n-17.0/rm.xpi) = 288465 -SHA256 (xpi/firefox-i18n-17.0/ro.xpi) = c6525da2183344184a564a299e7f91fe98ae8391152abe192568ea9ea8819a70 -SIZE (xpi/firefox-i18n-17.0/ro.xpi) = 310252 -SHA256 (xpi/firefox-i18n-17.0/ru.xpi) = 0704239b6872b3f416788e0830579c600867282237132eb440fd2b017fd4931f -SIZE (xpi/firefox-i18n-17.0/ru.xpi) = 284915 -SHA256 (xpi/firefox-i18n-17.0/si.xpi) = c877615a9a5c421947ba12555e095ae8b5d2a7858085d834fef41e2c1e60180a -SIZE (xpi/firefox-i18n-17.0/si.xpi) = 317364 -SHA256 (xpi/firefox-i18n-17.0/sk.xpi) = 1d2777d49b0d1d60543a871025ee505de88496807b29bd3148bc26c57977473b -SIZE (xpi/firefox-i18n-17.0/sk.xpi) = 301478 -SHA256 (xpi/firefox-i18n-17.0/sl.xpi) = d6aeda5c2f490b7d7bf736461dcdd20c662a7507b1bb17067bf9e45b2f9b6d45 -SIZE (xpi/firefox-i18n-17.0/sl.xpi) = 286637 -SHA256 (xpi/firefox-i18n-17.0/son.xpi) = ba3dd3582b7c4b5019380b0fe7e0ff8f58bf97b8f6877e3ec385e49053d87726 -SIZE (xpi/firefox-i18n-17.0/son.xpi) = 283680 -SHA256 (xpi/firefox-i18n-17.0/sq.xpi) = 650fae79f2b93d4e97ca0fc9243ba27c7c749ea401f5b3878d89646f05d186ac -SIZE (xpi/firefox-i18n-17.0/sq.xpi) = 291165 -SHA256 (xpi/firefox-i18n-17.0/sr.xpi) = 99f465b8588ea602f973f4d1631e5c14be4f76f44bb28b18bc5d2514c06a6844 -SIZE (xpi/firefox-i18n-17.0/sr.xpi) = 334014 -SHA256 (xpi/firefox-i18n-17.0/sv-SE.xpi) = 6f4ab7f2f74d4547d06db938165c7b51a73f5464ba8ec9f00c6fa4c24151c5a0 -SIZE (xpi/firefox-i18n-17.0/sv-SE.xpi) = 288084 -SHA256 (xpi/firefox-i18n-17.0/ta-LK.xpi) = 8e334f38c7c91bf9494587c0cb9ed5f3f24804a0cba308145569d5e4a0ddca86 -SIZE (xpi/firefox-i18n-17.0/ta-LK.xpi) = 339932 -SHA256 (xpi/firefox-i18n-17.0/ta.xpi) = 787e156708e987748ef9acca4ef981d45bca7b38b77935f2a754690e27692099 -SIZE (xpi/firefox-i18n-17.0/ta.xpi) = 325366 -SHA256 (xpi/firefox-i18n-17.0/te.xpi) = 48bdbb8346ca8ab0808fb38374db906d0249e3c4e615ac290aae589817b0565f -SIZE (xpi/firefox-i18n-17.0/te.xpi) = 341957 -SHA256 (xpi/firefox-i18n-17.0/th.xpi) = f6d60174c3a4d1b51fb3cfffbddaa40f20a582b370e8f1cd5ed2473e34dd3614 -SIZE (xpi/firefox-i18n-17.0/th.xpi) = 323675 -SHA256 (xpi/firefox-i18n-17.0/tr.xpi) = 245b87dddb100be92f5f1a294653752b9ff71024a89883aa9a28f7d5544ed14a -SIZE (xpi/firefox-i18n-17.0/tr.xpi) = 295842 -SHA256 (xpi/firefox-i18n-17.0/uk.xpi) = de19ced0c9ea38d654027efdb51ccd244375ad4b497b7c387d3478a3dffb94cc -SIZE (xpi/firefox-i18n-17.0/uk.xpi) = 324250 -SHA256 (xpi/firefox-i18n-17.0/vi.xpi) = 6c7be12b34fde6cb1b6973dda203fe50252ef01c337b2c31566fca353bf2a7af -SIZE (xpi/firefox-i18n-17.0/vi.xpi) = 313549 -SHA256 (xpi/firefox-i18n-17.0/zh-CN.xpi) = 111256e6a6960aaf8c737d24a024b5c26131964e02aaec24348053808e1c23b0 -SIZE (xpi/firefox-i18n-17.0/zh-CN.xpi) = 304250 -SHA256 (xpi/firefox-i18n-17.0/zh-TW.xpi) = a11e96586b0e880a04a3d32f6a9251e8555b61eede0faa32b8c2365bb821ad76 -SIZE (xpi/firefox-i18n-17.0/zh-TW.xpi) = 305437 -SHA256 (xpi/firefox-i18n-17.0/zu.xpi) = 52a3f87725cda80949d9d57c47f59d066ae7cf833de047681851401b97401229 -SIZE (xpi/firefox-i18n-17.0/zu.xpi) = 296594 +SHA256 (xpi/firefox-i18n-17.0.2/af.xpi) = 6d5b8d789da804fb261093e5ad6026273497b8ba2eb505dab2d8637195cb6ebd +SIZE (xpi/firefox-i18n-17.0.2/af.xpi) = 285646 +SHA256 (xpi/firefox-i18n-17.0.2/ak.xpi) = d25e30e73ea0c9ad96cd5f58344d624cbabaa5dcd355c8760ef43013f1e0a04d +SIZE (xpi/firefox-i18n-17.0.2/ak.xpi) = 287476 +SHA256 (xpi/firefox-i18n-17.0.2/ar.xpi) = 528f44b1054fe2f426d942fa69011666c2e3c245aaeaccdf652d9d9cab9004ea +SIZE (xpi/firefox-i18n-17.0.2/ar.xpi) = 316007 +SHA256 (xpi/firefox-i18n-17.0.2/ast.xpi) = 918812abf88a6ab942e551fecd8f25f72a3f91218d4dd19c1d7cc991de38c63a +SIZE (xpi/firefox-i18n-17.0.2/ast.xpi) = 268623 +SHA256 (xpi/firefox-i18n-17.0.2/be.xpi) = 6eb8091585624dcc4781dfd876b1952ce1bdc6004bb7d2885c1e405ae2a01c7c +SIZE (xpi/firefox-i18n-17.0.2/be.xpi) = 277911 +SHA256 (xpi/firefox-i18n-17.0.2/bg.xpi) = 979d1fb47d0d4c76269ad271e032212f7eb6f35dab0b4393d695e32073857765 +SIZE (xpi/firefox-i18n-17.0.2/bg.xpi) = 331761 +SHA256 (xpi/firefox-i18n-17.0.2/bn-BD.xpi) = 27bfe4fde40586a18897701f4fd786b78b6237c56c22a7dd64ffacb6007f38a6 +SIZE (xpi/firefox-i18n-17.0.2/bn-BD.xpi) = 343803 +SHA256 (xpi/firefox-i18n-17.0.2/bn-IN.xpi) = 47399b587379b5eed87a7648d5c9783d3996bd550e31b0fd031b59719d0e8897 +SIZE (xpi/firefox-i18n-17.0.2/bn-IN.xpi) = 377521 +SHA256 (xpi/firefox-i18n-17.0.2/br.xpi) = 17230b71212b70583828ac84abf197a607336c72b39039add18c2931b00bbef3 +SIZE (xpi/firefox-i18n-17.0.2/br.xpi) = 296083 +SHA256 (xpi/firefox-i18n-17.0.2/bs.xpi) = 398cc929a711e785f6058b40838943227dd8e90f35d67dd903f25a6aba9931ca +SIZE (xpi/firefox-i18n-17.0.2/bs.xpi) = 296723 +SHA256 (xpi/firefox-i18n-17.0.2/ca.xpi) = 07dcf710f1b5b3a80aadd1ae680a8b65d802740ded815bbc6aa06464b2f0c17d +SIZE (xpi/firefox-i18n-17.0.2/ca.xpi) = 298032 +SHA256 (xpi/firefox-i18n-17.0.2/cs.xpi) = 6e235250929d1a9b273ed49b58d03f14a29ffafde4f35d1fbde733cf42961a35 +SIZE (xpi/firefox-i18n-17.0.2/cs.xpi) = 298633 +SHA256 (xpi/firefox-i18n-17.0.2/cy.xpi) = 734201eb4ba589380559af9875a1161d5684a5a08393c5f886ea1c2962852b62 +SIZE (xpi/firefox-i18n-17.0.2/cy.xpi) = 289368 +SHA256 (xpi/firefox-i18n-17.0.2/da.xpi) = b986646e296e3addc098893213e090632dcb69235b313eeff39bad58e47c948d +SIZE (xpi/firefox-i18n-17.0.2/da.xpi) = 287168 +SHA256 (xpi/firefox-i18n-17.0.2/de.xpi) = 9caf742303a72dd0183b7a9685f4c902ea5ba8bb808cb2571fd7f3eb2bbbdea5 +SIZE (xpi/firefox-i18n-17.0.2/de.xpi) = 274884 +SHA256 (xpi/firefox-i18n-17.0.2/el.xpi) = 77f3022fd8cc99094163ff731631957cf504992222f02d448e69aaa6df4b1d7f +SIZE (xpi/firefox-i18n-17.0.2/el.xpi) = 316152 +SHA256 (xpi/firefox-i18n-17.0.2/en-GB.xpi) = abfe856366428908f4a8392667968dd65cb894dd2af4d8a6e82b343d497b7d92 +SIZE (xpi/firefox-i18n-17.0.2/en-GB.xpi) = 276604 +SHA256 (xpi/firefox-i18n-17.0.2/en-US.xpi) = fca93c146b34b808546dbf88d2c17d26bd68ed26a4ce4dcf4e9f31d103764ffe +SIZE (xpi/firefox-i18n-17.0.2/en-US.xpi) = 276655 +SHA256 (xpi/firefox-i18n-17.0.2/en-ZA.xpi) = 21465bfe612c8656fa676ab545e096ed96f65cbdf7aeadbdbb712f8375b508b6 +SIZE (xpi/firefox-i18n-17.0.2/en-ZA.xpi) = 277435 +SHA256 (xpi/firefox-i18n-17.0.2/eo.xpi) = 81fd6274cd248840a02879341025a1399bb1f16863d8352255064de12bfd8784 +SIZE (xpi/firefox-i18n-17.0.2/eo.xpi) = 289300 +SHA256 (xpi/firefox-i18n-17.0.2/es-AR.xpi) = c0efd7922fcffea22b86bbb78f3e67d6e3641523e4806d2dd21bca104c2f9485 +SIZE (xpi/firefox-i18n-17.0.2/es-AR.xpi) = 293739 +SHA256 (xpi/firefox-i18n-17.0.2/es-CL.xpi) = 1f94635df9d969aa3e02486bd0a89490d02d71e61961d0fa6162537d110f14ac +SIZE (xpi/firefox-i18n-17.0.2/es-CL.xpi) = 301378 +SHA256 (xpi/firefox-i18n-17.0.2/es-ES.xpi) = ecf0f9a4279cab133779eca077b93a5336dfb37c78a088863de0ee60ac7c1426 +SIZE (xpi/firefox-i18n-17.0.2/es-ES.xpi) = 246685 +SHA256 (xpi/firefox-i18n-17.0.2/es-MX.xpi) = 336c3262f8b8ab9822de6e574714c47dfc5edc960b622ddc6838a775d57b1cf4 +SIZE (xpi/firefox-i18n-17.0.2/es-MX.xpi) = 252471 +SHA256 (xpi/firefox-i18n-17.0.2/et.xpi) = 0756ac731e0cd6571f7c6f826c67ffce040dcaf9db233c71f83c9fcb2703e3af +SIZE (xpi/firefox-i18n-17.0.2/et.xpi) = 289194 +SHA256 (xpi/firefox-i18n-17.0.2/eu.xpi) = 47ea6e37cf4e83443abc33e297a7c7b059627a73477c96d4fe71c8319f79abd5 +SIZE (xpi/firefox-i18n-17.0.2/eu.xpi) = 288727 +SHA256 (xpi/firefox-i18n-17.0.2/fa.xpi) = e4406bde464693adb956f882310ac7c2d1231343ff2087ff40257581980c1cfd +SIZE (xpi/firefox-i18n-17.0.2/fa.xpi) = 328497 +SHA256 (xpi/firefox-i18n-17.0.2/fi.xpi) = 5192fbc5cd6401df1dd429647d18917c5fb760e384909fb8b151abeddcf11219 +SIZE (xpi/firefox-i18n-17.0.2/fi.xpi) = 293155 +SHA256 (xpi/firefox-i18n-17.0.2/fr.xpi) = 3917245c0c2b7a6b5eefc84733aed1a8cf9af7c749845825d3db2459075d62db +SIZE (xpi/firefox-i18n-17.0.2/fr.xpi) = 297862 +SHA256 (xpi/firefox-i18n-17.0.2/fy-NL.xpi) = bf6798af96f37c5d7e205586adb00d5a603f6cda6f68931a37026a9a21fd7943 +SIZE (xpi/firefox-i18n-17.0.2/fy-NL.xpi) = 294190 +SHA256 (xpi/firefox-i18n-17.0.2/ga-IE.xpi) = 84583f93270ac4fec14522bac7567f21ea34f4fbe2ac21c7059b0aeaa9deef81 +SIZE (xpi/firefox-i18n-17.0.2/ga-IE.xpi) = 301476 +SHA256 (xpi/firefox-i18n-17.0.2/gl.xpi) = 68df133bf048268db0f026e34952303e518a03db34fb8da3cf6864ffd44d52ba +SIZE (xpi/firefox-i18n-17.0.2/gl.xpi) = 291497 +SHA256 (xpi/firefox-i18n-17.0.2/gu-IN.xpi) = 7663fb8fc33167fe69bc144d952d6f7468ba1dc7c4e577c8e4d5bfae822f8a45 +SIZE (xpi/firefox-i18n-17.0.2/gu-IN.xpi) = 323980 +SHA256 (xpi/firefox-i18n-17.0.2/he.xpi) = a63942d94f82e7d82488af6481d66bc7ebc252ff22bc83465ff92d85260a0665 +SIZE (xpi/firefox-i18n-17.0.2/he.xpi) = 305982 +SHA256 (xpi/firefox-i18n-17.0.2/hi-IN.xpi) = 0d3ca8f2d75b94826625e9058465e51897d517ae1a5304f6976a775b7df4e980 +SIZE (xpi/firefox-i18n-17.0.2/hi-IN.xpi) = 335364 +SHA256 (xpi/firefox-i18n-17.0.2/hr.xpi) = 10c19f435aab461c68c373b3a641fc58b2a6ee6e652fda2a86180a9ee092eeda +SIZE (xpi/firefox-i18n-17.0.2/hr.xpi) = 292440 +SHA256 (xpi/firefox-i18n-17.0.2/hu.xpi) = 579fed50c2d95b34e252b2b201e46b059a57779add5eb715ea60511212c60ee5 +SIZE (xpi/firefox-i18n-17.0.2/hu.xpi) = 307544 +SHA256 (xpi/firefox-i18n-17.0.2/hy-AM.xpi) = c491aed01542cb4fe7ece9b9f6381d5719d02ae588fb4765fa8b122a357e3d69 +SIZE (xpi/firefox-i18n-17.0.2/hy-AM.xpi) = 332703 +SHA256 (xpi/firefox-i18n-17.0.2/id.xpi) = 28383d70e236213d8f9691e41f36f2d97f90d41eff5e4cbc12788d89dd0baa41 +SIZE (xpi/firefox-i18n-17.0.2/id.xpi) = 288225 +SHA256 (xpi/firefox-i18n-17.0.2/is.xpi) = 6d44bad43c84d53ab443fc7175390e142688307682015ceb4564cb981893c4be +SIZE (xpi/firefox-i18n-17.0.2/is.xpi) = 289408 +SHA256 (xpi/firefox-i18n-17.0.2/it.xpi) = 55d0b58610a6237a821d6a1e2ad3f3982d03c0fb6cdacc7c01185a089e7e72e4 +SIZE (xpi/firefox-i18n-17.0.2/it.xpi) = 243145 +SHA256 (xpi/firefox-i18n-17.0.2/ja.xpi) = 22723d0f2d958d1ed991157efdebea1358a5de10e855c206a349d3f349cfb27a +SIZE (xpi/firefox-i18n-17.0.2/ja.xpi) = 326990 +SHA256 (xpi/firefox-i18n-17.0.2/kk.xpi) = 208ad4848ed9cf22413912ea60234f697e12967e75527542a0e56bb7b662bf8e +SIZE (xpi/firefox-i18n-17.0.2/kk.xpi) = 334852 +SHA256 (xpi/firefox-i18n-17.0.2/kn.xpi) = 97e8be41f22e0d188190d3b093d6b6ddf6e9ae08c3af8ebb0f4ae7dfc811322a +SIZE (xpi/firefox-i18n-17.0.2/kn.xpi) = 359400 +SHA256 (xpi/firefox-i18n-17.0.2/ko.xpi) = ad09b95fb698bbb977e03d06f45a4cdc98f33cdaa726d53902b1ae6a2879d659 +SIZE (xpi/firefox-i18n-17.0.2/ko.xpi) = 301229 +SHA256 (xpi/firefox-i18n-17.0.2/ku.xpi) = 591ad0aec47eeb41719747ab8890e4985c3fead338c5dcb47196c08a7bbca2e1 +SIZE (xpi/firefox-i18n-17.0.2/ku.xpi) = 309398 +SHA256 (xpi/firefox-i18n-17.0.2/lg.xpi) = 52037aff0b854432bcadb125e81124eaf3bc53e4a3c066a61cfc5135ab9a2750 +SIZE (xpi/firefox-i18n-17.0.2/lg.xpi) = 295127 +SHA256 (xpi/firefox-i18n-17.0.2/lt.xpi) = eca9fcabfc1e486ad59ee841460c0379b0bd2e54f1487c63bd61e89d94cabeb7 +SIZE (xpi/firefox-i18n-17.0.2/lt.xpi) = 353962 +SHA256 (xpi/firefox-i18n-17.0.2/lv.xpi) = 11e2eb38248f7e4e39cca3550c3e2953c5541bdc8e78a4aa34f0d578a69c161c +SIZE (xpi/firefox-i18n-17.0.2/lv.xpi) = 295904 +SHA256 (xpi/firefox-i18n-17.0.2/mai.xpi) = 7d93d89c7875fa0a46994b1fecbf1355629b5438e33d4837faefd9242120661f +SIZE (xpi/firefox-i18n-17.0.2/mai.xpi) = 332767 +SHA256 (xpi/firefox-i18n-17.0.2/mk.xpi) = 96bbbb901703e6943e0071f42149b3f79b4689ae52fc1736d1e769f54b830cd3 +SIZE (xpi/firefox-i18n-17.0.2/mk.xpi) = 320078 +SHA256 (xpi/firefox-i18n-17.0.2/ml.xpi) = 185fea73d12ddd3f37b28b6c6235caca5bd468bb601cbcf6cce9ff148931b7f3 +SIZE (xpi/firefox-i18n-17.0.2/ml.xpi) = 366041 +SHA256 (xpi/firefox-i18n-17.0.2/mr.xpi) = 7c36acce4865ff26e5eb0dd60085f703ac6f004f4b6a0ca7aa1ce7c904be718c +SIZE (xpi/firefox-i18n-17.0.2/mr.xpi) = 332360 +SHA256 (xpi/firefox-i18n-17.0.2/nb-NO.xpi) = f5a27194dc2ca6a6a7e2cb7c70784fb3798b49a1f008ff90d98e68997f44ced9 +SIZE (xpi/firefox-i18n-17.0.2/nb-NO.xpi) = 289388 +SHA256 (xpi/firefox-i18n-17.0.2/nl.xpi) = 26c6860c0eead97210586fef461cfc4fb85d726ee8b3941a371686233db60bdc +SIZE (xpi/firefox-i18n-17.0.2/nl.xpi) = 290612 +SHA256 (xpi/firefox-i18n-17.0.2/nn-NO.xpi) = 543971f7f6b15d8ae63120e9fc3f0f7cb1f0a897ca95face942d581e5791186c +SIZE (xpi/firefox-i18n-17.0.2/nn-NO.xpi) = 292344 +SHA256 (xpi/firefox-i18n-17.0.2/nso.xpi) = 1c1baebb622c2826b4e1eb763468bbe0bf56f7fdd2e6431abd7f32004dd55f11 +SIZE (xpi/firefox-i18n-17.0.2/nso.xpi) = 292650 +SHA256 (xpi/firefox-i18n-17.0.2/or.xpi) = c2f1ca7cca066f39ac6883d1067b3c79016a381d46447eb7e4a5293280328d15 +SIZE (xpi/firefox-i18n-17.0.2/or.xpi) = 334183 +SHA256 (xpi/firefox-i18n-17.0.2/pa-IN.xpi) = ff49e418d4e325e4c9fa84781742374b3c27aefbf6b8bbe09887775caaa91ebf +SIZE (xpi/firefox-i18n-17.0.2/pa-IN.xpi) = 323004 +SHA256 (xpi/firefox-i18n-17.0.2/pl.xpi) = 7f721e9882045105313429509ab226e41095b5770884344641de151cb9263388 +SIZE (xpi/firefox-i18n-17.0.2/pl.xpi) = 305535 +SHA256 (xpi/firefox-i18n-17.0.2/pt-BR.xpi) = 15ca70dd7ab5347f1cba36694c3b95186ec51116ce025e5c37af3fbe89e71c61 +SIZE (xpi/firefox-i18n-17.0.2/pt-BR.xpi) = 293744 +SHA256 (xpi/firefox-i18n-17.0.2/pt-PT.xpi) = 0e8a3ca7f66147f0ae6c31d6a852d3b1ccc0ce7ba6172ba3c508e00fbd02fdd7 +SIZE (xpi/firefox-i18n-17.0.2/pt-PT.xpi) = 295958 +SHA256 (xpi/firefox-i18n-17.0.2/rm.xpi) = 3e679cb3e971c789355f49c14e23224182443a2288c77c951cabd7a2c4114213 +SIZE (xpi/firefox-i18n-17.0.2/rm.xpi) = 292966 +SHA256 (xpi/firefox-i18n-17.0.2/ro.xpi) = 09609f849f05a04682ef546680b4f759314ba06019b7dd934790a92e17a366c3 +SIZE (xpi/firefox-i18n-17.0.2/ro.xpi) = 314752 +SHA256 (xpi/firefox-i18n-17.0.2/ru.xpi) = 6527cac471d9871acb1a6da80de4d9710b81ebd49fe43129d2786c3d96e90436 +SIZE (xpi/firefox-i18n-17.0.2/ru.xpi) = 289415 +SHA256 (xpi/firefox-i18n-17.0.2/si.xpi) = 0fb93b12d416021158623f7d7b5b63dda7502a9f20702e30d7744e94ebdf77aa +SIZE (xpi/firefox-i18n-17.0.2/si.xpi) = 321864 +SHA256 (xpi/firefox-i18n-17.0.2/sk.xpi) = ccce11f3a9d13609053a1a3ff147d34c5bade81f7453b3da0ee487df1f5376a6 +SIZE (xpi/firefox-i18n-17.0.2/sk.xpi) = 305978 +SHA256 (xpi/firefox-i18n-17.0.2/sl.xpi) = c90f58f2eb25729d2427e19013ff2d0101c2e99bc4234835fed68c6959287781 +SIZE (xpi/firefox-i18n-17.0.2/sl.xpi) = 291138 +SHA256 (xpi/firefox-i18n-17.0.2/son.xpi) = f88c4f4dbc5b7ade0de1346e35bbc2bacb642eb1d1659d32d7893fcce5737377 +SIZE (xpi/firefox-i18n-17.0.2/son.xpi) = 288184 +SHA256 (xpi/firefox-i18n-17.0.2/sq.xpi) = e3e8314dfbf0d0f864a76916ef3f19ac57256db64f42c4f1ac05cdb0eab9a845 +SIZE (xpi/firefox-i18n-17.0.2/sq.xpi) = 295666 +SHA256 (xpi/firefox-i18n-17.0.2/sr.xpi) = 189f7b005034028a09e10a45f6809c0606dceee1345e986003702ef571a57f31 +SIZE (xpi/firefox-i18n-17.0.2/sr.xpi) = 338515 +SHA256 (xpi/firefox-i18n-17.0.2/sv-SE.xpi) = 0c9892582a3f219fc07e6ba4e588984c008feca940faab729882a50c5e3ac4f2 +SIZE (xpi/firefox-i18n-17.0.2/sv-SE.xpi) = 292584 +SHA256 (xpi/firefox-i18n-17.0.2/ta-LK.xpi) = 91ace66d948897af1e4ab2b519dd6f4572bf13915c9d21a6a7f07cff9dab86f2 +SIZE (xpi/firefox-i18n-17.0.2/ta-LK.xpi) = 344432 +SHA256 (xpi/firefox-i18n-17.0.2/ta.xpi) = 315956e7fccce6adf7f784800a03a7f7e5a24601eb575bd76c6734fec2f1b398 +SIZE (xpi/firefox-i18n-17.0.2/ta.xpi) = 329867 +SHA256 (xpi/firefox-i18n-17.0.2/te.xpi) = 33c6a4a17e92ab3268758ece255271888658cbd9061aee0aea2d50956b85a525 +SIZE (xpi/firefox-i18n-17.0.2/te.xpi) = 346458 +SHA256 (xpi/firefox-i18n-17.0.2/th.xpi) = a13de019b2814a5bb31648dcaff04ba66c128e5e809541899c729bb87171a501 +SIZE (xpi/firefox-i18n-17.0.2/th.xpi) = 328177 +SHA256 (xpi/firefox-i18n-17.0.2/tr.xpi) = b684db78c4f01e13ebdc779f8802b2883f5f8ff8015c38458634a10fb99871b5 +SIZE (xpi/firefox-i18n-17.0.2/tr.xpi) = 300342 +SHA256 (xpi/firefox-i18n-17.0.2/uk.xpi) = e5474caf32058dece593b881802bffd23a9c1548d44a51227dc83d3c8c6b4e01 +SIZE (xpi/firefox-i18n-17.0.2/uk.xpi) = 328751 +SHA256 (xpi/firefox-i18n-17.0.2/vi.xpi) = 8d305abdae1b2dd69fcd73ca56c9ae664208a7cdcfeb3e0e58103dd606256412 +SIZE (xpi/firefox-i18n-17.0.2/vi.xpi) = 318048 +SHA256 (xpi/firefox-i18n-17.0.2/zh-CN.xpi) = 7746f105a0bc76603b07d51e0b01aa88f53edc6dbc4e98e864f7e4c607a5c526 +SIZE (xpi/firefox-i18n-17.0.2/zh-CN.xpi) = 308750 +SHA256 (xpi/firefox-i18n-17.0.2/zh-TW.xpi) = 7724971a455a04f7f8709720fa734ad407a73d09584f7fc16cdf8d7ece31b2e5 +SIZE (xpi/firefox-i18n-17.0.2/zh-TW.xpi) = 309938 +SHA256 (xpi/firefox-i18n-17.0.2/zu.xpi) = 81a2bf30599c6805b47d8af2708c9b2c8bd3d2611f1f0596259ba9ac854e4a98 +SIZE (xpi/firefox-i18n-17.0.2/zu.xpi) = 301094 Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/firefox-esr/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,5 +1,5 @@ # Created by: Alan Eldridge -# $FreeBSD: head/www/firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ +# $FreeBSD: head/www/firefox-esr/Makefile 310207 2013-01-10 22:29:23Z flo $ PORTNAME= firefox DISTVERSION= 17.0.2 Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/firefox-i18n/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.73 2012/06/18 17:13:55 beat Exp $ +# $FreeBSD: head/www/firefox-i18n/Makefile 310207 2013-01-10 22:29:23Z flo $ PORTNAME= firefox-i18n -PORTVERSION= 17.0 +PORTVERSION= 18.0 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -14,7 +14,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USE_FIREFOX= 17 +USE_FIREFOX= 18 USE_XPI= firefox linux-firefox USE_SUBMAKE= yes Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/firefox-i18n/distinfo Fri Jan 11 18:19:56 2013 (r1138) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-17.0/af.xpi) = b58bd14b202876b16dd1b5cef11e03cb61879164a9ba81413f7d81ee21a70723 -SIZE (xpi/firefox-i18n-17.0/af.xpi) = 281145 -SHA256 (xpi/firefox-i18n-17.0/ak.xpi) = 50895d873f09aa2143aebc80bbf459c531dbc430de5194754d98cc0f6654a689 -SIZE (xpi/firefox-i18n-17.0/ak.xpi) = 282976 -SHA256 (xpi/firefox-i18n-17.0/ar.xpi) = be677c15c0f43123a387629a4e41415561c02b1113f92b5be0190db5ce55f190 -SIZE (xpi/firefox-i18n-17.0/ar.xpi) = 311506 -SHA256 (xpi/firefox-i18n-17.0/ast.xpi) = e13d990eb87d0e3afe9cf822aad18fb5ad8cd63c3410e04bf22277d63f00d7b1 -SIZE (xpi/firefox-i18n-17.0/ast.xpi) = 264124 -SHA256 (xpi/firefox-i18n-17.0/be.xpi) = be25848163da49b832563df5925fee3ce33eace9575543c34a851924860703e7 -SIZE (xpi/firefox-i18n-17.0/be.xpi) = 273411 -SHA256 (xpi/firefox-i18n-17.0/bg.xpi) = 0b97f882967f0f2dbb06279d0694808d2aba64c4622ab3ab0e979871cf96d73b -SIZE (xpi/firefox-i18n-17.0/bg.xpi) = 327260 -SHA256 (xpi/firefox-i18n-17.0/bn-BD.xpi) = 3e5753c89da37987086a65d7814c3f27ebf2457c8eb178d34716ecc6c7d2a041 -SIZE (xpi/firefox-i18n-17.0/bn-BD.xpi) = 339303 -SHA256 (xpi/firefox-i18n-17.0/bn-IN.xpi) = 0b274b2f68e2ac69f0adf126189c7106a397dd35108c0e3e0f9aaf5a2c246c65 -SIZE (xpi/firefox-i18n-17.0/bn-IN.xpi) = 373021 -SHA256 (xpi/firefox-i18n-17.0/br.xpi) = 74b2969e5b5dd1c4e19d6ee8cc5aa1c19d9adec2226bae3dec6223c4cff179e2 -SIZE (xpi/firefox-i18n-17.0/br.xpi) = 291582 -SHA256 (xpi/firefox-i18n-17.0/bs.xpi) = c159d1348a032b045ed03a6e6a0f24a0675c06686303765ac22a5ef45a8a7a1d -SIZE (xpi/firefox-i18n-17.0/bs.xpi) = 292223 -SHA256 (xpi/firefox-i18n-17.0/ca.xpi) = f67c8be7772b2164e3219c6db4a9b7334752ff6781fbb204b9acba5cfd048a83 -SIZE (xpi/firefox-i18n-17.0/ca.xpi) = 293531 -SHA256 (xpi/firefox-i18n-17.0/cs.xpi) = df9c74c5d7a598d03e6deb8e561f4fe7b7d6e2fd51ec033af9eedbab8d928b26 -SIZE (xpi/firefox-i18n-17.0/cs.xpi) = 294132 -SHA256 (xpi/firefox-i18n-17.0/cy.xpi) = c9a29411e6b103532d9c0c5956afbbaec8a0a3f5022d8aac8e198b683a623090 -SIZE (xpi/firefox-i18n-17.0/cy.xpi) = 284867 -SHA256 (xpi/firefox-i18n-17.0/da.xpi) = e1dd6de45076755fd9a86dcc754a6420e45b4466a3897a87c48ab9edac7f6364 -SIZE (xpi/firefox-i18n-17.0/da.xpi) = 282668 -SHA256 (xpi/firefox-i18n-17.0/de.xpi) = 1398865ee97fa27c836fbb38f3e8a6c3a30e1f3d7eb754ec3b4104e98110b21a -SIZE (xpi/firefox-i18n-17.0/de.xpi) = 270383 -SHA256 (xpi/firefox-i18n-17.0/el.xpi) = 265be88eb1c30f26e1bf7202c5bdd17c5f8e0594a77ffba441814503640dab89 -SIZE (xpi/firefox-i18n-17.0/el.xpi) = 311652 -SHA256 (xpi/firefox-i18n-17.0/en-GB.xpi) = 6637487e7a8defe5e58604ee36193f7b7819ca7699c92740b0cfaf6a86780889 -SIZE (xpi/firefox-i18n-17.0/en-GB.xpi) = 272104 -SHA256 (xpi/firefox-i18n-17.0/en-US.xpi) = f4cc171a4def0a02b3c99c7e125637eca31ab66fb12c584428a44f29db4a60e5 -SIZE (xpi/firefox-i18n-17.0/en-US.xpi) = 272155 -SHA256 (xpi/firefox-i18n-17.0/en-ZA.xpi) = c720ebf750e4e400b90165097767f4fa91006f805d78e7829712dd5eb60743e1 -SIZE (xpi/firefox-i18n-17.0/en-ZA.xpi) = 272935 -SHA256 (xpi/firefox-i18n-17.0/eo.xpi) = 04d93b23d8726aad774ae697258d6c2b31642e7833d2efce60410976d5838a50 -SIZE (xpi/firefox-i18n-17.0/eo.xpi) = 284800 -SHA256 (xpi/firefox-i18n-17.0/es-AR.xpi) = 03a63e72e2e874b6ef635e1f190dca58490a6d8536ef2dcc54df123e7e155a7e -SIZE (xpi/firefox-i18n-17.0/es-AR.xpi) = 289238 -SHA256 (xpi/firefox-i18n-17.0/es-CL.xpi) = db731e16a57887be798b931dda7608d3a4be743f1335bca1ca16ed16c30e2216 -SIZE (xpi/firefox-i18n-17.0/es-CL.xpi) = 296877 -SHA256 (xpi/firefox-i18n-17.0/es-ES.xpi) = 6e4dc68eb2438b23e673bd1b90868e7a878e2482127ccea2e9c8041c3858e9de -SIZE (xpi/firefox-i18n-17.0/es-ES.xpi) = 242184 -SHA256 (xpi/firefox-i18n-17.0/es-MX.xpi) = 4f3267c32805fe2bafdb20a4d185b55b4f8c068a5625b031526627dd3c6fe421 -SIZE (xpi/firefox-i18n-17.0/es-MX.xpi) = 247971 -SHA256 (xpi/firefox-i18n-17.0/et.xpi) = f65f51772a7b30fb04ffb5ca016eb35745080ea90c36fbabb5dbfc69f274d852 -SIZE (xpi/firefox-i18n-17.0/et.xpi) = 284693 -SHA256 (xpi/firefox-i18n-17.0/eu.xpi) = 37e00136afcc2394416bf15006b8598b04d6c9e3a545143e249849f594f84058 -SIZE (xpi/firefox-i18n-17.0/eu.xpi) = 284226 -SHA256 (xpi/firefox-i18n-17.0/fa.xpi) = 89aa220e567e81a02306b2369bfcee6faee39f421407c70d7445fab2d5b44ac8 -SIZE (xpi/firefox-i18n-17.0/fa.xpi) = 323996 -SHA256 (xpi/firefox-i18n-17.0/fi.xpi) = 3d080a415ac39f8db6f114be3b9c3bcf9c83e8291f89c717c2afaeabe6c434c0 -SIZE (xpi/firefox-i18n-17.0/fi.xpi) = 288655 -SHA256 (xpi/firefox-i18n-17.0/fr.xpi) = fb19527ca5f694b324a6ff6b1f81974d7b75d84b2656da0c658c2f953aa8cfb3 -SIZE (xpi/firefox-i18n-17.0/fr.xpi) = 293361 -SHA256 (xpi/firefox-i18n-17.0/fy-NL.xpi) = 1d90cef7f0f896febe81d8fb5783838b0315ace1a2841238c787c0b9db48491b -SIZE (xpi/firefox-i18n-17.0/fy-NL.xpi) = 289687 -SHA256 (xpi/firefox-i18n-17.0/ga-IE.xpi) = 0090fca417a03cc039abdd2c847b123e581d6f2559e7a3fd79ec9b8ccf294081 -SIZE (xpi/firefox-i18n-17.0/ga-IE.xpi) = 296976 -SHA256 (xpi/firefox-i18n-17.0/gl.xpi) = 42059a43bc1f9753f8760048ee681135c594e3c73813711c2107dfec218d3919 -SIZE (xpi/firefox-i18n-17.0/gl.xpi) = 286996 -SHA256 (xpi/firefox-i18n-17.0/gu-IN.xpi) = 107ad9d372f2a56934a6d7317f0e264a94c2421866030f069d7707c61794f861 -SIZE (xpi/firefox-i18n-17.0/gu-IN.xpi) = 319476 -SHA256 (xpi/firefox-i18n-17.0/he.xpi) = 1496e41c314b774c00579701151af655da61f58df0c758d5e0a9854b78044b57 -SIZE (xpi/firefox-i18n-17.0/he.xpi) = 301480 -SHA256 (xpi/firefox-i18n-17.0/hi-IN.xpi) = 6765eb72547a577c97e3835fc892023b43f8062af6e8572fb61fdfeb3c8f6cbd -SIZE (xpi/firefox-i18n-17.0/hi-IN.xpi) = 330864 -SHA256 (xpi/firefox-i18n-17.0/hr.xpi) = 8002e83253cf2c8064a9356caaaebeb99b1b5c50403fa6b5e24dd6efc556a7fd -SIZE (xpi/firefox-i18n-17.0/hr.xpi) = 287939 -SHA256 (xpi/firefox-i18n-17.0/hu.xpi) = e07404c2b79c263944ef0e5ad67c4eb8ca9a2f2e80f1cfcf5be08a7a1155af73 -SIZE (xpi/firefox-i18n-17.0/hu.xpi) = 303044 -SHA256 (xpi/firefox-i18n-17.0/hy-AM.xpi) = f7bc1b87bd672f21b4a17208abfa3146872afca6070f7e33e477113b086d774d -SIZE (xpi/firefox-i18n-17.0/hy-AM.xpi) = 328201 -SHA256 (xpi/firefox-i18n-17.0/id.xpi) = 9ee5883013499b2f61931db82c3129a8c7a5dd2b3d453d41bc7e4a4976d9bae6 -SIZE (xpi/firefox-i18n-17.0/id.xpi) = 283725 -SHA256 (xpi/firefox-i18n-17.0/is.xpi) = 8220dbf3b028f6493ac992b6ce263972ddc5eaf57439bd7e6a8dd5da85422402 -SIZE (xpi/firefox-i18n-17.0/is.xpi) = 284908 -SHA256 (xpi/firefox-i18n-17.0/it.xpi) = 0cd1935b1e28d1841960802fd2f3fd88286d8ef7e539491d32c9685293f91f8d -SIZE (xpi/firefox-i18n-17.0/it.xpi) = 238645 -SHA256 (xpi/firefox-i18n-17.0/ja.xpi) = 615904ef39f50baf49d760d0a056dc698fa6636b6336529302f783ea9230f7a7 -SIZE (xpi/firefox-i18n-17.0/ja.xpi) = 322489 -SHA256 (xpi/firefox-i18n-17.0/kk.xpi) = 9888560fd7a11112a0277b50f5ff60c85f7bbd28177af35356eb6faa68f8922c -SIZE (xpi/firefox-i18n-17.0/kk.xpi) = 330351 -SHA256 (xpi/firefox-i18n-17.0/kn.xpi) = 66212b802f1a64a38b97adbf06276b25c1ab33611720a8765b262d807a8f892e -SIZE (xpi/firefox-i18n-17.0/kn.xpi) = 354899 -SHA256 (xpi/firefox-i18n-17.0/ko.xpi) = 4db8970e81f20a26f0e9a93ecc15f9c9c2ca4061ecdbe8724813e468ce4ee58a -SIZE (xpi/firefox-i18n-17.0/ko.xpi) = 296728 -SHA256 (xpi/firefox-i18n-17.0/ku.xpi) = b7b467f826f6a7e7d4354bce08c792375dea8ce85a7cb7119893be3e31613dc4 -SIZE (xpi/firefox-i18n-17.0/ku.xpi) = 304897 -SHA256 (xpi/firefox-i18n-17.0/lg.xpi) = d5f46fc6c93a7cc26176fa9595db9e13a3ad9a847c480370aff61adb1555b429 -SIZE (xpi/firefox-i18n-17.0/lg.xpi) = 290627 -SHA256 (xpi/firefox-i18n-17.0/lt.xpi) = cd8bc25c39ff76fd3e748bfcc02c9b42d4e706c15079304848a0f3bf4a1513cf -SIZE (xpi/firefox-i18n-17.0/lt.xpi) = 349461 -SHA256 (xpi/firefox-i18n-17.0/lv.xpi) = 19c33a0da883525839166e64a3e1c23e358e5c565cae43246f52feede20f0358 -SIZE (xpi/firefox-i18n-17.0/lv.xpi) = 291403 -SHA256 (xpi/firefox-i18n-17.0/mai.xpi) = 6d0fa4a595ce0e75247526883b782f35fe50da4990a8fb9f5e98b5b19d83c358 -SIZE (xpi/firefox-i18n-17.0/mai.xpi) = 328267 -SHA256 (xpi/firefox-i18n-17.0/mk.xpi) = e21d4ea5e64d52300189d1d4787d70bd112a0f1a342dbaf3d0b6fe0b1745bafe -SIZE (xpi/firefox-i18n-17.0/mk.xpi) = 315578 -SHA256 (xpi/firefox-i18n-17.0/ml.xpi) = 096b6ee6d3ff551b3f1f1b5da415d3ba2b5739205da55e4d6515d212aa2a2cb0 -SIZE (xpi/firefox-i18n-17.0/ml.xpi) = 361542 -SHA256 (xpi/firefox-i18n-17.0/mr.xpi) = 82506dce47a51c7ea21cb28b4deee44246bfbef739850ac20a7a3b131632b539 -SIZE (xpi/firefox-i18n-17.0/mr.xpi) = 327860 -SHA256 (xpi/firefox-i18n-17.0/nb-NO.xpi) = bd3b4fb25007cdcf58c1dcc8c0fe719cc9f9738b226a417dbade31d4a7222b07 -SIZE (xpi/firefox-i18n-17.0/nb-NO.xpi) = 284888 -SHA256 (xpi/firefox-i18n-17.0/nl.xpi) = ca85ed7847f9d94375be581f43652b9afb483010f3733142769eb32847005028 -SIZE (xpi/firefox-i18n-17.0/nl.xpi) = 286112 -SHA256 (xpi/firefox-i18n-17.0/nn-NO.xpi) = 12977d65fb9403b3a0f0a810117d3273c73c2b17555557ecdd595266f1e9e93b -SIZE (xpi/firefox-i18n-17.0/nn-NO.xpi) = 287844 -SHA256 (xpi/firefox-i18n-17.0/nso.xpi) = f0235a8a61d5d1cf0a90646ab6ee460212a26c73c31811414a51928cc106a216 -SIZE (xpi/firefox-i18n-17.0/nso.xpi) = 288150 -SHA256 (xpi/firefox-i18n-17.0/or.xpi) = 710e72d3e49a942ef2f98dad2e2861a45a842d8ab28e7bf5159ab72d855eea9a -SIZE (xpi/firefox-i18n-17.0/or.xpi) = 329684 -SHA256 (xpi/firefox-i18n-17.0/pa-IN.xpi) = 7ee5f6cee04f9abab8f163d8bde119e41e48458323d20821f3444b6842276023 -SIZE (xpi/firefox-i18n-17.0/pa-IN.xpi) = 318503 -SHA256 (xpi/firefox-i18n-17.0/pl.xpi) = 13dc5db2ee1625ef52a9865f538dd7259fbdbd82d8c5825b1a4c6cc3fabcfd55 -SIZE (xpi/firefox-i18n-17.0/pl.xpi) = 301035 -SHA256 (xpi/firefox-i18n-17.0/pt-BR.xpi) = e2d85d9153fd606fb1f49e07591ce43742ee20e717acb2b63e0f3db647cb5660 -SIZE (xpi/firefox-i18n-17.0/pt-BR.xpi) = 289243 -SHA256 (xpi/firefox-i18n-17.0/pt-PT.xpi) = 50e25ab3af372def18af0070bbda5c212bcf488b73783d12435b7055c449126b -SIZE (xpi/firefox-i18n-17.0/pt-PT.xpi) = 291457 -SHA256 (xpi/firefox-i18n-17.0/rm.xpi) = a03a726863a105433401bae5a417826d8ad43c17fc50f16b3631cdbc674eb47a -SIZE (xpi/firefox-i18n-17.0/rm.xpi) = 288465 -SHA256 (xpi/firefox-i18n-17.0/ro.xpi) = c6525da2183344184a564a299e7f91fe98ae8391152abe192568ea9ea8819a70 -SIZE (xpi/firefox-i18n-17.0/ro.xpi) = 310252 -SHA256 (xpi/firefox-i18n-17.0/ru.xpi) = 0704239b6872b3f416788e0830579c600867282237132eb440fd2b017fd4931f -SIZE (xpi/firefox-i18n-17.0/ru.xpi) = 284915 -SHA256 (xpi/firefox-i18n-17.0/si.xpi) = c877615a9a5c421947ba12555e095ae8b5d2a7858085d834fef41e2c1e60180a -SIZE (xpi/firefox-i18n-17.0/si.xpi) = 317364 -SHA256 (xpi/firefox-i18n-17.0/sk.xpi) = 1d2777d49b0d1d60543a871025ee505de88496807b29bd3148bc26c57977473b -SIZE (xpi/firefox-i18n-17.0/sk.xpi) = 301478 -SHA256 (xpi/firefox-i18n-17.0/sl.xpi) = d6aeda5c2f490b7d7bf736461dcdd20c662a7507b1bb17067bf9e45b2f9b6d45 -SIZE (xpi/firefox-i18n-17.0/sl.xpi) = 286637 -SHA256 (xpi/firefox-i18n-17.0/son.xpi) = ba3dd3582b7c4b5019380b0fe7e0ff8f58bf97b8f6877e3ec385e49053d87726 -SIZE (xpi/firefox-i18n-17.0/son.xpi) = 283680 -SHA256 (xpi/firefox-i18n-17.0/sq.xpi) = 650fae79f2b93d4e97ca0fc9243ba27c7c749ea401f5b3878d89646f05d186ac -SIZE (xpi/firefox-i18n-17.0/sq.xpi) = 291165 -SHA256 (xpi/firefox-i18n-17.0/sr.xpi) = 99f465b8588ea602f973f4d1631e5c14be4f76f44bb28b18bc5d2514c06a6844 -SIZE (xpi/firefox-i18n-17.0/sr.xpi) = 334014 -SHA256 (xpi/firefox-i18n-17.0/sv-SE.xpi) = 6f4ab7f2f74d4547d06db938165c7b51a73f5464ba8ec9f00c6fa4c24151c5a0 -SIZE (xpi/firefox-i18n-17.0/sv-SE.xpi) = 288084 -SHA256 (xpi/firefox-i18n-17.0/ta-LK.xpi) = 8e334f38c7c91bf9494587c0cb9ed5f3f24804a0cba308145569d5e4a0ddca86 -SIZE (xpi/firefox-i18n-17.0/ta-LK.xpi) = 339932 -SHA256 (xpi/firefox-i18n-17.0/ta.xpi) = 787e156708e987748ef9acca4ef981d45bca7b38b77935f2a754690e27692099 -SIZE (xpi/firefox-i18n-17.0/ta.xpi) = 325366 -SHA256 (xpi/firefox-i18n-17.0/te.xpi) = 48bdbb8346ca8ab0808fb38374db906d0249e3c4e615ac290aae589817b0565f -SIZE (xpi/firefox-i18n-17.0/te.xpi) = 341957 -SHA256 (xpi/firefox-i18n-17.0/th.xpi) = f6d60174c3a4d1b51fb3cfffbddaa40f20a582b370e8f1cd5ed2473e34dd3614 -SIZE (xpi/firefox-i18n-17.0/th.xpi) = 323675 -SHA256 (xpi/firefox-i18n-17.0/tr.xpi) = 245b87dddb100be92f5f1a294653752b9ff71024a89883aa9a28f7d5544ed14a -SIZE (xpi/firefox-i18n-17.0/tr.xpi) = 295842 -SHA256 (xpi/firefox-i18n-17.0/uk.xpi) = de19ced0c9ea38d654027efdb51ccd244375ad4b497b7c387d3478a3dffb94cc -SIZE (xpi/firefox-i18n-17.0/uk.xpi) = 324250 -SHA256 (xpi/firefox-i18n-17.0/vi.xpi) = 6c7be12b34fde6cb1b6973dda203fe50252ef01c337b2c31566fca353bf2a7af -SIZE (xpi/firefox-i18n-17.0/vi.xpi) = 313549 -SHA256 (xpi/firefox-i18n-17.0/zh-CN.xpi) = 111256e6a6960aaf8c737d24a024b5c26131964e02aaec24348053808e1c23b0 -SIZE (xpi/firefox-i18n-17.0/zh-CN.xpi) = 304250 -SHA256 (xpi/firefox-i18n-17.0/zh-TW.xpi) = a11e96586b0e880a04a3d32f6a9251e8555b61eede0faa32b8c2365bb821ad76 -SIZE (xpi/firefox-i18n-17.0/zh-TW.xpi) = 305437 -SHA256 (xpi/firefox-i18n-17.0/zu.xpi) = 52a3f87725cda80949d9d57c47f59d066ae7cf833de047681851401b97401229 -SIZE (xpi/firefox-i18n-17.0/zu.xpi) = 296594 +SHA256 (xpi/firefox-i18n-18.0/af.xpi) = ec615f98f61239de0fef37a13ae4d9dc86176c7293b00abba276ff47a2213a10 +SIZE (xpi/firefox-i18n-18.0/af.xpi) = 290197 +SHA256 (xpi/firefox-i18n-18.0/ak.xpi) = c419c301af9f98e9789797a9f3c4ff4641754f72f35d10adc1fed36a2f00237e +SIZE (xpi/firefox-i18n-18.0/ak.xpi) = 292032 +SHA256 (xpi/firefox-i18n-18.0/ar.xpi) = 6eaedfe083a03737cb70cb4a95a997817e7ebf4e97b4da7c94e49c732d0df0cb +SIZE (xpi/firefox-i18n-18.0/ar.xpi) = 320810 +SHA256 (xpi/firefox-i18n-18.0/ast.xpi) = ffd0c2726fa3ebacdff7557b59e5d93af1d79f0f93921a2aa05b68a244116589 +SIZE (xpi/firefox-i18n-18.0/ast.xpi) = 274123 +SHA256 (xpi/firefox-i18n-18.0/be.xpi) = d248a4be34e4be30c8c5e5f1f73f036854088010113ab252cc9202aae2d340ca +SIZE (xpi/firefox-i18n-18.0/be.xpi) = 283984 +SHA256 (xpi/firefox-i18n-18.0/bg.xpi) = 113d52823f8946d9ed7f342054efc6095f4f65b59174528f39847103f0d36a8b +SIZE (xpi/firefox-i18n-18.0/bg.xpi) = 336593 +SHA256 (xpi/firefox-i18n-18.0/bn-BD.xpi) = df70c518378890f7445c3f7779e4d366834bf52d319135def75ce957d6e479c3 +SIZE (xpi/firefox-i18n-18.0/bn-BD.xpi) = 349685 +SHA256 (xpi/firefox-i18n-18.0/bn-IN.xpi) = c22d62a41af648e3e73ad3364c25b80889dacc602be7ce6c302eb84ca62df451 +SIZE (xpi/firefox-i18n-18.0/bn-IN.xpi) = 382202 +SHA256 (xpi/firefox-i18n-18.0/br.xpi) = dee9c3d21d515b067b75f3b1bbccd9a43fac8853dc7e68315871f04c494162b0 +SIZE (xpi/firefox-i18n-18.0/br.xpi) = 299178 +SHA256 (xpi/firefox-i18n-18.0/bs.xpi) = d65ddcc4b537049ab2120a66825081cdc5c386b65dc6125f9702a7059eab4101 +SIZE (xpi/firefox-i18n-18.0/bs.xpi) = 301364 +SHA256 (xpi/firefox-i18n-18.0/ca.xpi) = 07fe39e491e7db5d353e6b802fa0ef8118c88ec6c436fdec61b8af41a13cae57 +SIZE (xpi/firefox-i18n-18.0/ca.xpi) = 301729 +SHA256 (xpi/firefox-i18n-18.0/cs.xpi) = 5fbc3d6e30bb3da7924c2e4b94325bfa74376369f134f52804febeb0a3f69bfa +SIZE (xpi/firefox-i18n-18.0/cs.xpi) = 303376 +SHA256 (xpi/firefox-i18n-18.0/cy.xpi) = 45057fe7aa10c0bba63833075fa9a174585a60c20c723f354a6a15f735d9ac69 +SIZE (xpi/firefox-i18n-18.0/cy.xpi) = 294047 +SHA256 (xpi/firefox-i18n-18.0/da.xpi) = 9700f5a3e3af5a11e3815217d4eb33041c05e4a36a7a8967dda1f99fc5a45373 +SIZE (xpi/firefox-i18n-18.0/da.xpi) = 290720 +SHA256 (xpi/firefox-i18n-18.0/de.xpi) = 0313e4b1f39f64c6cf1790aacec4ac2460fb030cf299b721d84bf93628816d0c +SIZE (xpi/firefox-i18n-18.0/de.xpi) = 278521 +SHA256 (xpi/firefox-i18n-18.0/el.xpi) = bf98480d33aa29d10f2f6a6e1a3c3d701e0a7ca7545baadfef4764fa3f9c2d23 +SIZE (xpi/firefox-i18n-18.0/el.xpi) = 328483 +SHA256 (xpi/firefox-i18n-18.0/en-GB.xpi) = 8bb7df4df90ba3e76e41cd268fbfda0836c11e6bbd29608b88b42deaea602e8f +SIZE (xpi/firefox-i18n-18.0/en-GB.xpi) = 279671 +SHA256 (xpi/firefox-i18n-18.0/en-US.xpi) = 440405f3a5f721d9e9488cb0f59bbc98da2f94992b72647c465ea7432e3fa533 +SIZE (xpi/firefox-i18n-18.0/en-US.xpi) = 281027 +SHA256 (xpi/firefox-i18n-18.0/en-ZA.xpi) = 9d1257ecde3ac065add91f0a886a36b8e49eeaf0a16104189ec854d0f8939f95 +SIZE (xpi/firefox-i18n-18.0/en-ZA.xpi) = 281568 +SHA256 (xpi/firefox-i18n-18.0/eo.xpi) = abf3a015163f65ee5a2d3ea46a2fd46428f4e9339122a5f8a769bfd1bcfe256a +SIZE (xpi/firefox-i18n-18.0/eo.xpi) = 294113 +SHA256 (xpi/firefox-i18n-18.0/es-AR.xpi) = 24e14f386f4e0cc7d57676fe14e6f907881dac8cb16c096c30993800c815ea6f +SIZE (xpi/firefox-i18n-18.0/es-AR.xpi) = 296926 +SHA256 (xpi/firefox-i18n-18.0/es-CL.xpi) = 1544c0d2162bcc345a65fb0cd5897f6cde268eea6ec579b56c14a96e776635de +SIZE (xpi/firefox-i18n-18.0/es-CL.xpi) = 305621 +SHA256 (xpi/firefox-i18n-18.0/es-ES.xpi) = 97650503d3364f5b108e0e4a685aa0e260b480c75a8cd7ffe5285f7f4db0c487 +SIZE (xpi/firefox-i18n-18.0/es-ES.xpi) = 249721 +SHA256 (xpi/firefox-i18n-18.0/es-MX.xpi) = 70e093b910b54a77006202a98306cd66824553df15ae9e61aec61b7ddcecec6f +SIZE (xpi/firefox-i18n-18.0/es-MX.xpi) = 257693 +SHA256 (xpi/firefox-i18n-18.0/et.xpi) = cef0e3ef852574d3fdb8147b07940cbf96694241948859eb2f93fc58f6c4623f +SIZE (xpi/firefox-i18n-18.0/et.xpi) = 292421 +SHA256 (xpi/firefox-i18n-18.0/eu.xpi) = 8a60e9402cd0bdeb8dae1490a1ff2b990f91a7196fafba1c2cc29a595cbe41d4 +SIZE (xpi/firefox-i18n-18.0/eu.xpi) = 292628 +SHA256 (xpi/firefox-i18n-18.0/fa.xpi) = 80dfeed5a601678efa5373172b1593a7c0a5d7427f88e09b36e4eab29aee03eb +SIZE (xpi/firefox-i18n-18.0/fa.xpi) = 328164 +SHA256 (xpi/firefox-i18n-18.0/fi.xpi) = 8edfceb32534a6065942acde7a60e4faea37bee602d96ca8e6fcf3ee6546d463 +SIZE (xpi/firefox-i18n-18.0/fi.xpi) = 296405 +SHA256 (xpi/firefox-i18n-18.0/fr.xpi) = da8ee38aeac38a048b046082c1095a26d527da8f32a70a2f6be6fe644cfbe34a +SIZE (xpi/firefox-i18n-18.0/fr.xpi) = 301055 +SHA256 (xpi/firefox-i18n-18.0/fy-NL.xpi) = 3565d2b8aecb35c977573776a40cf9125825c560614cab54717dc0513951343d +SIZE (xpi/firefox-i18n-18.0/fy-NL.xpi) = 297842 +SHA256 (xpi/firefox-i18n-18.0/ga-IE.xpi) = e710115da28cc6875987c8e89d5b02cce65cc4f5e5bd259e9d00ee84182afd31 +SIZE (xpi/firefox-i18n-18.0/ga-IE.xpi) = 306165 +SHA256 (xpi/firefox-i18n-18.0/gl.xpi) = fdb3ead49de542f9a4fefb550a8937fde2a01bbf2f5c714adb4ff8a3413a2ead +SIZE (xpi/firefox-i18n-18.0/gl.xpi) = 296117 +SHA256 (xpi/firefox-i18n-18.0/gu-IN.xpi) = 337ad24946899d504958dae8d96a6e9819cee433e718038a2ca3712da36ca04b +SIZE (xpi/firefox-i18n-18.0/gu-IN.xpi) = 329139 +SHA256 (xpi/firefox-i18n-18.0/he.xpi) = 00bec56fcebd5542a1500c31681acce7af4e31ad083549559a2d5f0ceed7c6df +SIZE (xpi/firefox-i18n-18.0/he.xpi) = 310625 +SHA256 (xpi/firefox-i18n-18.0/hi-IN.xpi) = 0c8ff57d18dc1202157269c393e936d3587c2dda9551558db0d346f55fe36a03 +SIZE (xpi/firefox-i18n-18.0/hi-IN.xpi) = 340355 +SHA256 (xpi/firefox-i18n-18.0/hr.xpi) = 2b0055ab81ccd10f94ae0612a777f4ba2a63638b0f06c17b66702e756ac9b6ca +SIZE (xpi/firefox-i18n-18.0/hr.xpi) = 295802 +SHA256 (xpi/firefox-i18n-18.0/hu.xpi) = cb502aa109d76d8bf781954b0694b772906bc9f7ce3c8d32728fd1753a0d9d1d +SIZE (xpi/firefox-i18n-18.0/hu.xpi) = 311629 +SHA256 (xpi/firefox-i18n-18.0/hy-AM.xpi) = 4ce31c92ec6e8e8bcd0ca29916dea53d83292af9211c36ccd47a418762070e0e +SIZE (xpi/firefox-i18n-18.0/hy-AM.xpi) = 337288 +SHA256 (xpi/firefox-i18n-18.0/id.xpi) = cc855a5abc73239d03879765ca5167ed22cbd11a6264f3086e9c37e2fe05df42 +SIZE (xpi/firefox-i18n-18.0/id.xpi) = 292685 +SHA256 (xpi/firefox-i18n-18.0/is.xpi) = ca884bb02d6b710003b764cb86aa6f519f96b572c1c3c5331031d4bab90e0cc8 +SIZE (xpi/firefox-i18n-18.0/is.xpi) = 293896 +SHA256 (xpi/firefox-i18n-18.0/it.xpi) = fa81e9536555aeca783e2176c9814061f5bdcfe4666db859e86cf5cbf2d9a0ea +SIZE (xpi/firefox-i18n-18.0/it.xpi) = 245757 +SHA256 (xpi/firefox-i18n-18.0/ja.xpi) = b86cbd21a6cb19e3e48a27664eccb8fbae8a8358f70b89ffadbc0710c21d1f65 +SIZE (xpi/firefox-i18n-18.0/ja.xpi) = 332142 +SHA256 (xpi/firefox-i18n-18.0/kk.xpi) = caf8a17e0ce3c6a7bddfaac114b97507a8142165101581c17e3be399aba7d610 +SIZE (xpi/firefox-i18n-18.0/kk.xpi) = 338262 +SHA256 (xpi/firefox-i18n-18.0/kn.xpi) = 10afd530fcc2f0e503ef36a62157e89be485233f5b18e6ab144e9ee004a1a955 +SIZE (xpi/firefox-i18n-18.0/kn.xpi) = 364066 +SHA256 (xpi/firefox-i18n-18.0/ko.xpi) = 91ece69cf30b96207c18b6038d246e4ae56b0cbe0c6b0bf8ae9601a31894e72e +SIZE (xpi/firefox-i18n-18.0/ko.xpi) = 304674 +SHA256 (xpi/firefox-i18n-18.0/ku.xpi) = 8d359e1a60208d72f85da04f4ec35fd5b560667a8909f2bbd5687396fb8639b1 +SIZE (xpi/firefox-i18n-18.0/ku.xpi) = 313503 +SHA256 (xpi/firefox-i18n-18.0/lg.xpi) = 2fb581047bfd9455a9dcb38a815a22856edab63dd67610080777576a4f90735e +SIZE (xpi/firefox-i18n-18.0/lg.xpi) = 299711 +SHA256 (xpi/firefox-i18n-18.0/lt.xpi) = a1df9b7576835c5d286cbb94c90380c83e1af62a338f97821580274057b4244d +SIZE (xpi/firefox-i18n-18.0/lt.xpi) = 312535 +SHA256 (xpi/firefox-i18n-18.0/lv.xpi) = 20b29f6aef2262d5c8cbb1325d73fe033be946bb3174183726103831cdf6eecf +SIZE (xpi/firefox-i18n-18.0/lv.xpi) = 293706 +SHA256 (xpi/firefox-i18n-18.0/mai.xpi) = 43954afb184f86b77e8f8c8cc912fe2cf046b0c66425ed2442a5a342986a57b5 +SIZE (xpi/firefox-i18n-18.0/mai.xpi) = 337574 +SHA256 (xpi/firefox-i18n-18.0/mk.xpi) = bd102720786b7ce2bd5914eac87aedad1ca77d0e0d6f7af66c9a68e58cb03480 +SIZE (xpi/firefox-i18n-18.0/mk.xpi) = 324802 +SHA256 (xpi/firefox-i18n-18.0/ml.xpi) = 1dd385805f170d361aed64cd2c8b0e178a63e463aa1f52e1d203aedbb9f8be0f +SIZE (xpi/firefox-i18n-18.0/ml.xpi) = 371094 +SHA256 (xpi/firefox-i18n-18.0/mr.xpi) = 017d48da78ec0417dd374fb75773ee79a426fb7eb734c61c6c76e804b56f55b1 +SIZE (xpi/firefox-i18n-18.0/mr.xpi) = 337701 +SHA256 (xpi/firefox-i18n-18.0/nb-NO.xpi) = a3493d5882ef1d0c7d5b04b019cc910e9af59eb213ee0250017a8560228f2b23 +SIZE (xpi/firefox-i18n-18.0/nb-NO.xpi) = 292590 +SHA256 (xpi/firefox-i18n-18.0/nl.xpi) = 314c2abc7fc62d230fd113ccb70dafedcf76782b8ebf0421a47d909c6be71789 +SIZE (xpi/firefox-i18n-18.0/nl.xpi) = 293813 +SHA256 (xpi/firefox-i18n-18.0/nn-NO.xpi) = f48a90ace289cccf3b0a8edf4e558d36e1b0127f314e7afe39f10ba5fecbe4f8 +SIZE (xpi/firefox-i18n-18.0/nn-NO.xpi) = 296936 +SHA256 (xpi/firefox-i18n-18.0/nso.xpi) = 83d70f8222e3489c64aa574734b6093f363c7e87fa8509a4f354929613277c4a +SIZE (xpi/firefox-i18n-18.0/nso.xpi) = 297261 +SHA256 (xpi/firefox-i18n-18.0/or.xpi) = ababf628d316fa9928c9c593d3468b84db06751eb05efd2a22fdc4e7c867ce86 +SIZE (xpi/firefox-i18n-18.0/or.xpi) = 339402 +SHA256 (xpi/firefox-i18n-18.0/pa-IN.xpi) = 09691aab9de0f7cc497933485b8d25c2865826018f299cc72749c4dc2149f01b +SIZE (xpi/firefox-i18n-18.0/pa-IN.xpi) = 327711 +SHA256 (xpi/firefox-i18n-18.0/pl.xpi) = b1db3cd45b2b27749d43413cf68508c9e4b92f10d253cea870d2393b8bfc5ffb +SIZE (xpi/firefox-i18n-18.0/pl.xpi) = 310234 +SHA256 (xpi/firefox-i18n-18.0/pt-BR.xpi) = 7f835180c342665f7d575d04c5164440cdfce9396c9e15d05c22129927fcecae +SIZE (xpi/firefox-i18n-18.0/pt-BR.xpi) = 298674 +SHA256 (xpi/firefox-i18n-18.0/pt-PT.xpi) = 44b36f7dd48626908dd091c00afd2a081620859135fd734bcc7f37d80226b01f +SIZE (xpi/firefox-i18n-18.0/pt-PT.xpi) = 298405 +SHA256 (xpi/firefox-i18n-18.0/rm.xpi) = 5fadabd7559ec85405d599e8c15fd153e8f0341e9410ce96aa2f9e016a795cf3 +SIZE (xpi/firefox-i18n-18.0/rm.xpi) = 296158 +SHA256 (xpi/firefox-i18n-18.0/ro.xpi) = 23e18fdd2805398e18f81e755e42bfa41e3d7e8c68bb990295ceaf47b256b833 +SIZE (xpi/firefox-i18n-18.0/ro.xpi) = 319296 +SHA256 (xpi/firefox-i18n-18.0/ru.xpi) = 7a9916f8cc2e743e3a3a10b03a3575fb0d9a7807aeddfe3a51147fb1e3f2e795 +SIZE (xpi/firefox-i18n-18.0/ru.xpi) = 292427 +SHA256 (xpi/firefox-i18n-18.0/si.xpi) = 972449afca04b1470156edf6278cacef2a8ea95eeb0ef3cb1d43e660ba0d389f +SIZE (xpi/firefox-i18n-18.0/si.xpi) = 326714 +SHA256 (xpi/firefox-i18n-18.0/sk.xpi) = 6d95a4bb54f6f004df610af33229830ba4e4ee040af1fe7452738361207994f8 +SIZE (xpi/firefox-i18n-18.0/sk.xpi) = 309261 +SHA256 (xpi/firefox-i18n-18.0/sl.xpi) = b42f103b75d1475509e5fa99cd100e25c0dc8919d3f9eb6f273633ba87582d75 +SIZE (xpi/firefox-i18n-18.0/sl.xpi) = 292333 +SHA256 (xpi/firefox-i18n-18.0/son.xpi) = d82ff652148a24587a5ca41ab42373e8aad3692ac77203ddd881ed02a0bd57df +SIZE (xpi/firefox-i18n-18.0/son.xpi) = 292736 +SHA256 (xpi/firefox-i18n-18.0/sq.xpi) = 609ac57fe54034f649e564edf69ba1b278a9f1aab06f4a311092cb9c1b667874 +SIZE (xpi/firefox-i18n-18.0/sq.xpi) = 299091 +SHA256 (xpi/firefox-i18n-18.0/sr.xpi) = 59eca44e8bc84a1fcbb5d705f30a27fa9703dccadc350371a5f351f84f5e3e5c +SIZE (xpi/firefox-i18n-18.0/sr.xpi) = 342986 +SHA256 (xpi/firefox-i18n-18.0/sv-SE.xpi) = ba6296e0d25e7d33ac048863d10f4f504cbba6c21559f8970f99e639dd3228e2 +SIZE (xpi/firefox-i18n-18.0/sv-SE.xpi) = 296299 +SHA256 (xpi/firefox-i18n-18.0/ta-LK.xpi) = 846f09087d642091542b3c2938b31ea6191dbdb448f5da6252a327d4e8d64907 +SIZE (xpi/firefox-i18n-18.0/ta-LK.xpi) = 348880 +SHA256 (xpi/firefox-i18n-18.0/ta.xpi) = db4183c24131d95f26f3c06c20959ea41891525550c2ed6a5c697db83e10397f +SIZE (xpi/firefox-i18n-18.0/ta.xpi) = 333867 +SHA256 (xpi/firefox-i18n-18.0/te.xpi) = f81fa1ec7bea4f8f0f249fb96410ee991915e190074db940d489a3b2a4130e40 +SIZE (xpi/firefox-i18n-18.0/te.xpi) = 348022 +SHA256 (xpi/firefox-i18n-18.0/th.xpi) = 083921dd603a4c86da42e27150eba77ef422279d7cca6a06c6121aec44fed302 +SIZE (xpi/firefox-i18n-18.0/th.xpi) = 332567 +SHA256 (xpi/firefox-i18n-18.0/tr.xpi) = 940a948eaf1ee4805399aa1fedabdb6fdf108ec5b8b56210f8157c6010e68cad +SIZE (xpi/firefox-i18n-18.0/tr.xpi) = 303776 +SHA256 (xpi/firefox-i18n-18.0/uk.xpi) = 91be4d10068ea3032d049664eee8ffb1790b12a7951e453dd4c4bef566ddc8af +SIZE (xpi/firefox-i18n-18.0/uk.xpi) = 333533 +SHA256 (xpi/firefox-i18n-18.0/vi.xpi) = 42c1361211a0692e6475c30fe464735eab7fd03d2dd9e0168a669684c0fc0a48 +SIZE (xpi/firefox-i18n-18.0/vi.xpi) = 322148 +SHA256 (xpi/firefox-i18n-18.0/zh-CN.xpi) = fa5816d39c1752d987c3772414526ced9e92f63c6c9f22805ca5b2da4f6d03c7 +SIZE (xpi/firefox-i18n-18.0/zh-CN.xpi) = 313764 +SHA256 (xpi/firefox-i18n-18.0/zh-TW.xpi) = 9fe7a039ddaf7c0666c3e25cc87c6a342a5ac09b0316c60f7723c927167c2095 +SIZE (xpi/firefox-i18n-18.0/zh-TW.xpi) = 315081 +SHA256 (xpi/firefox-i18n-18.0/zu.xpi) = 442ea76cdfc9f94eb66c4479b9647466d1f06d5c2bad993dee45542937bdfbcd +SIZE (xpi/firefox-i18n-18.0/zu.xpi) = 305238 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/firefox/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,5 +1,5 @@ # Created by: Alan Eldridge -# $FreeBSD: head/www/firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ +# $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ PORTNAME= firefox DISTVERSION= 18.0 Modified: trunk/www/firefox/Makefile.webplugins ============================================================================== --- trunk/www/firefox/Makefile.webplugins Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/firefox/Makefile.webplugins Fri Jan 11 18:19:56 2013 (r1138) @@ -1,15 +1,7 @@ -# -*- mode: makefile-bsdmake; tab-width: 4; -*- -# ex:ts=4 -# -# New ports collection makefile for: npapi infrastructure -# Date created: 27 June 2006 -# Whom: Andrew Pantyukhin -# -# $FreeBSD: ports/www/firefox/Makefile.webplugins,v 1.1 2009/01/10 02:45:41 mezz Exp $ -# $MCom: ports-stable/www/firefox/Makefile.webplugins,v 1.14 2008/11/12 17:55:09 mezz Exp $ -# +# Created by: Andrew Pantyukhin +# $FreeBSD: head/www/firefox/Makefile.webplugins 310207 2013-01-10 22:29:23Z flo $ -# MAINTAINER= gnome@FreeBSD.org +# MAINTAINER= gecko@FreeBSD.org # # Documentation and examples: # Modified: trunk/www/kompozer/Makefile ============================================================================== --- trunk/www/kompozer/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/kompozer/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -2,7 +2,7 @@ # Date created: August 21, 2004 # Whom: Thierry Thomas # -# $FreeBSD: ports/www/kompozer/Makefile,v 1.51 2012/06/01 05:24:55 dinoex Exp $ +# $FreeBSD: head/www/kompozer/Makefile 305684 2012-10-10 21:13:06Z flo $ # $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $ # Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/libxul/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,8 +1,8 @@ # Created by: Michael Johnson -# $FreeBSD: ports/www/libxul/Makefile,v 1.30 2011/08/23 18:39:15 kwm Exp $ +# $FreeBSD: head/www/libxul/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= libxul -DISTVERSION= 10.0.11 +DISTVERSION= 10.0.12 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= firefox/releases/${DISTVERSION}esr/source Modified: trunk/www/libxul/distinfo ============================================================================== --- trunk/www/libxul/distinfo Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/libxul/distinfo Fri Jan 11 18:19:56 2013 (r1138) @@ -1,2 +1,2 @@ -SHA256 (firefox-10.0.11esr.source.tar.bz2) = 94b4d5a339d97dc56fd349f93407c3af4f408a4a8409a64e3680d564d37594f8 -SIZE (firefox-10.0.11esr.source.tar.bz2) = 75444542 +SHA256 (firefox-10.0.12esr.source.tar.bz2) = 9f12cb7fd18fc51e995cd67b70a090f32fcd8dcf636be1b840281f2612d9db40 +SIZE (firefox-10.0.12esr.source.tar.bz2) = 75510903 Modified: trunk/www/libxul19/Makefile ============================================================================== --- trunk/www/libxul19/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/libxul19/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -2,7 +2,7 @@ # Date created: 2006-02-20 # Whom: Michael Johnson # -# $FreeBSD: ports/www/libxul/Makefile,v 1.36 2012/06/01 05:24:56 dinoex Exp $ +# $FreeBSD: head/www/libxul19/Makefile 305684 2012-10-10 21:13:06Z flo $ # PORTNAME= libxul Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/linux-firefox/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,8 +1,8 @@ # Created by: voisine -# $FreeBSD: ports/www/linux-firefox/Makefile,v 1.94 2012/06/05 21:17:35 beat Exp $ +# $FreeBSD: head/www/linux-firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= firefox -PORTVERSION= 17.0 +PORTVERSION= 17.0.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITE_SUBDIR?= firefox/releases/${PORTVERSION}esr/linux-i686/en-US Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/linux-firefox/distinfo Fri Jan 11 18:19:56 2013 (r1138) @@ -1,2 +1,2 @@ -SHA256 (firefox-17.0esr.tar.bz2) = dade189072d0e8b25db1b37ba535722edf3312b6873b9136c252784c997f4f79 -SIZE (firefox-17.0esr.tar.bz2) = 21262365 +SHA256 (firefox-17.0.2esr.tar.bz2) = aaf51e4027337bfe30ba26362bfbd25ee115b989cc20fda1aa40fb201496249a +SIZE (firefox-17.0.2esr.tar.bz2) = 21274620 Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/linux-seamonkey/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: ports/www/linux-seamonkey/Makefile,v 1.63 2012/06/19 16:04:18 beat Exp $ +# $FreeBSD: head/www/linux-seamonkey/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= seamonkey -PORTVERSION= 2.14 +PORTVERSION= 2.15 CATEGORIES= www MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/linux-seamonkey/Makefile.common Fri Jan 11 18:19:56 2013 (r1138) @@ -2,7 +2,7 @@ # Date created: 1 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/linux-seamonkey/Makefile.common,v 1.18 2012/06/19 16:04:19 beat Exp $ +# $FreeBSD: head/www/linux-seamonkey/Makefile.common 310165 2013-01-09 23:28:19Z flo $ # CATEGORIES+= linux Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/linux-seamonkey/distinfo Fri Jan 11 18:19:56 2013 (r1138) @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.14.tar.bz2) = e0552788d828b71c68ef68b6bf5b2b2f5372a0264f13b98b00717a48a855f660 -SIZE (seamonkey-2.14.tar.bz2) = 24028306 +SHA256 (seamonkey-2.15.tar.bz2) = 3dc92d91230399f16e966c7b4c8b36d0870979394339f357ef2c9989575fd204 +SIZE (seamonkey-2.15.tar.bz2) = 25993787 Modified: trunk/www/linux-seamonkey/pkg-plist ============================================================================== --- trunk/www/linux-seamonkey/pkg-plist Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/linux-seamonkey/pkg-plist Fri Jan 11 18:19:56 2013 (r1138) @@ -144,6 +144,9 @@ @dirrm lib/%%APP_NAME%%/modules/services-notifications @dirrm lib/%%APP_NAME%%/modules/services-sync/engines @dirrm lib/%%APP_NAME%%/modules/services-sync +@dirrm lib/%%APP_NAME%%/modules/identity +@dirrm lib/%%APP_NAME%%/modules/commonjs/promise +@dirrm lib/%%APP_NAME%%/modules/commonjs @dirrm lib/%%APP_NAME%%/modules @dirrm lib/%%APP_NAME%%/plugins @dirrm lib/%%APP_NAME%%/searchplugins Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/seamonkey-i18n/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: ports/www/seamonkey-i18n/Makefile,v 1.22 2012/05/11 01:57:59 beat Exp $ +# $FreeBSD: head/www/seamonkey-i18n/Makefile 310207 2013-01-10 22:29:23Z flo $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.14 +PORTVERSION= 2.15 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= @@ -18,7 +18,7 @@ PLISTD?= ${WRKDIR}/plist_dirs PLISTF?= ${WRKDIR}/plist_files -USE_SEAMONKEY= 14 +USE_SEAMONKEY= 15 USE_XPI= seamonkey linux-seamonkey USE_SUBMAKE= yes Modified: trunk/www/seamonkey-i18n/Makefile.lang ============================================================================== --- trunk/www/seamonkey-i18n/Makefile.lang Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/seamonkey-i18n/Makefile.lang Fri Jan 11 18:19:56 2013 (r1138) @@ -2,7 +2,7 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/seamonkey-i18n/Makefile.lang,v 1.1 2011/08/01 23:43:20 flo Exp $ +# $FreeBSD: head/www/seamonkey-i18n/Makefile.lang 303831 2012-09-07 22:10:01Z flo $ # # Currently, the following 22 languages are supported. # Modified: trunk/www/seamonkey-i18n/Makefile.option ============================================================================== --- trunk/www/seamonkey-i18n/Makefile.option Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/seamonkey-i18n/Makefile.option Fri Jan 11 18:19:56 2013 (r1138) @@ -2,7 +2,7 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/seamonkey-i18n/Makefile.option,v 1.1 2011/08/01 23:43:20 flo Exp $ +# $FreeBSD: head/www/seamonkey-i18n/Makefile.option 303831 2012-09-07 22:10:01Z flo $ # OPTIONS= LANG_CA "Catalan" off \ Modified: trunk/www/seamonkey-i18n/distinfo ============================================================================== --- trunk/www/seamonkey-i18n/distinfo Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/seamonkey-i18n/distinfo Fri Jan 11 18:19:56 2013 (r1138) @@ -1,46 +1,46 @@ -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.ca.langpack.xpi) = 644fc547cd5c0b04900957f5eb0a2b496a1bbe5067b4ea536a330261ccc91014 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.ca.langpack.xpi) = 772003 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.cs.langpack.xpi) = ff8ccaf1969e0a2be2fa31c8269a22e7d7491e30b55107f9abe6282b74171a84 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.cs.langpack.xpi) = 778721 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.de.langpack.xpi) = 8b7e77852c0283fdca432dc8ce4514f451fceba90365759f9f6ff0f5c84a7675 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.de.langpack.xpi) = 800688 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.en-GB.langpack.xpi) = 56a3c9a7c991157dab8ace85d588e14f313547eb6b19a897191059a8906cf673 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.en-GB.langpack.xpi) = 746982 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.en-US.langpack.xpi) = 65c4f2419a8b019f5e0cd57680e030e3dc0502486bd2eb30b4a56eaf928119ae -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.en-US.langpack.xpi) = 747024 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.es-AR.langpack.xpi) = 3f5241b3b3a9ff63e4e2cc835e26a08df694d51f598dd84df8572d55268700b2 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.es-AR.langpack.xpi) = 820216 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.es-ES.langpack.xpi) = e4f81265c921d322a6b34d4aa966998cd11b180da3158336898cc4b88e32bf35 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.es-ES.langpack.xpi) = 768613 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.fi.langpack.xpi) = adbcaa0989502c1c7235b04dd6ec2f126a7a66e77dc2a4b14aac0e77003dfefc -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.fi.langpack.xpi) = 818994 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.fr.langpack.xpi) = 58cbc3b13f28af423bc537822a0655f1f3c5a8ca1926d891aaf1543498fc9ea4 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.fr.langpack.xpi) = 776944 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.hu.langpack.xpi) = fd60ebf1a6639ce76fc53e3befd3f893170a32591ce6bbbbb284554b5bc95492 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.hu.langpack.xpi) = 810668 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.it.langpack.xpi) = dd2b730176ba340bf65554827c1c041260781186b8df2fcf60a0e14d381f4966 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.it.langpack.xpi) = 717945 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.ja-JP-mac.langpack.xpi) = 6be6ea3fa0a6aa7ec275e03d3d215b2300e3898121376d0f19bd0bda94f81a1e -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.ja-JP-mac.langpack.xpi) = 848616 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.ja.langpack.xpi) = 44b27e7fccfbc9752da292833c24118ca7e4e9335b1119bb7caeda8938c3b3a7 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.ja.langpack.xpi) = 823861 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.lt.langpack.xpi) = 55a45eeb14041411cd1486bd68bafb558a08dc65152aa1e56d6f8eb880bdf76b -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.lt.langpack.xpi) = 922033 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.nb-NO.langpack.xpi) = e597bd17dccc4b1f05ed13d156e908b14b41867b701a6bf7f4fb6d2bd8e753cf -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.nb-NO.langpack.xpi) = 766189 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.nl.langpack.xpi) = 1cf958c706b7a4c9f2040cd2b7ee9a23d9a23e1a3f907c386402d92fa026b704 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.nl.langpack.xpi) = 763367 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.pl.langpack.xpi) = e29ab91b4ca5d320eba5a8cda294254b6e936e37e22bb7c4c8dba536688a1e6c -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.pl.langpack.xpi) = 812917 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.pt-PT.langpack.xpi) = d29ab00a8ab393d92f8d55e50f37ee2bdd7801049cdf49941f24c3d49ca510d5 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.pt-PT.langpack.xpi) = 850606 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.ru.langpack.xpi) = 61e318680d40e992af256ac1b4c0ecaaf4a5cc9dcd0310aaddffe386cf3be24e -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.ru.langpack.xpi) = 870792 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.sk.langpack.xpi) = af1e8c0f4801782c75751b81b5cd1173b8ac47a2b5392ac78c2d648f47346880 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.sk.langpack.xpi) = 804675 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.sv-SE.langpack.xpi) = e2721d6e8a23762f5c220fe6d4bfacc9d8392e69132592bc35d1857d6f594e8b -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.sv-SE.langpack.xpi) = 790139 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.tr.langpack.xpi) = d1f2079d73a4ef468d7cf84f91e696b181017085927e44db19439a21771d146e -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.tr.langpack.xpi) = 829213 -SHA256 (xpi/seamonkey-i18n-2.14/seamonkey-2.14.uk.langpack.xpi) = a0f83136b69ab27709feb9b33bbb048c0dfe5687b602492a828aa340f260e000 -SIZE (xpi/seamonkey-i18n-2.14/seamonkey-2.14.uk.langpack.xpi) = 828100 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.ca.langpack.xpi) = 6d50618890ce0e027a267a660acd5077bd92204ff51a633935dd2e14755bf548 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.ca.langpack.xpi) = 774381 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.cs.langpack.xpi) = 8fccf87607c994fa17fbfe702b540bbb12b07634b2c04b37e0a557d2abe3f48f +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.cs.langpack.xpi) = 780635 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.de.langpack.xpi) = a505f3a527772e0fbabeeec22f9b897f884baf6f37387008cbb2f8f5a59fd122 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.de.langpack.xpi) = 803512 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.en-GB.langpack.xpi) = c212ae7470dde686171a22ebc2f453e24dbc983f56f232fe9bf5df32986f09fb +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.en-GB.langpack.xpi) = 749207 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.en-US.langpack.xpi) = 5a769a47423138f6906d33f286dc537127bd67d19a234b9c025c7427feeac52f +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.en-US.langpack.xpi) = 750320 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.es-AR.langpack.xpi) = 3886c630c357018a753e7811bfff7a2a0b8feb384cb1154cb054125429e7d6a5 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.es-AR.langpack.xpi) = 822641 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.es-ES.langpack.xpi) = 36f2f9b492bb090ef558e3cf2e50c0d4e67f8d438745fcf23828af611d880d24 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.es-ES.langpack.xpi) = 771022 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.fi.langpack.xpi) = 3f167297e49ea07e30c0a9344a78ecc36d41bf52645f826b87d721d21a8b70b9 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.fi.langpack.xpi) = 769725 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.fr.langpack.xpi) = 2ef7cef1d5c10c19c007991873d4862d0f7be58852e40210393c8ecb84d4efde +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.fr.langpack.xpi) = 779197 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.hu.langpack.xpi) = 3c5692c45a0b5c5f57c05611d639b02974756fc00f344c66a507cd6b700ce46b +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.hu.langpack.xpi) = 814029 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.it.langpack.xpi) = 4b6ad130c007c39f77d4f0e4993e9d6972b80561f8d8535a8eed35c685a3fc80 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.it.langpack.xpi) = 720238 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.ja-JP-mac.langpack.xpi) = bbda684ee88b8d6b10fc92fd78802b614b6ea476c36f8513a2316114ba6fbaf1 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.ja-JP-mac.langpack.xpi) = 852408 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.ja.langpack.xpi) = 49527887f98b0f7a0b062888474502067ffa65a1f82b54ead13ffd5eafd2f8d3 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.ja.langpack.xpi) = 827550 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.lt.langpack.xpi) = 13870b04fdec8cff3b482ee1662ce9a4a18f8830902726e6ed4ed294862bf683 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.lt.langpack.xpi) = 793490 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.nb-NO.langpack.xpi) = b7e1d4cb09c7b178ceef9e46f21df0f01ecf605a253f419827d9ff1628edb4ac +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.nb-NO.langpack.xpi) = 768618 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.nl.langpack.xpi) = 7024a0e51f718e2b6d7780e16c173600abf9b7b15cd5a26ec32e20111a44fa76 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.nl.langpack.xpi) = 765521 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.pl.langpack.xpi) = c4e02b93829255fdf11b8d41ce406bf152f18187e4c4a5cd274add7c99413b2e +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.pl.langpack.xpi) = 815325 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.pt-PT.langpack.xpi) = e682683f36279888792b2a0bea5efb19c81f1c4577f3ee0860263ac4be29945a +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.pt-PT.langpack.xpi) = 801658 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.ru.langpack.xpi) = 1d7f61ffb9fc39941ab6f4c33a72ce11799c6124b57a93cca37949b2e87bf018 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.ru.langpack.xpi) = 873512 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.sk.langpack.xpi) = 8ee2cbbe409af42d49d5867f1f099bd38db6c9fdb8b71b6d43433707c30ab913 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.sk.langpack.xpi) = 807146 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.sv-SE.langpack.xpi) = 10ca3e4aa7d6c6d9386ec336e1164d013459d4792989fb74d5ebdfe6034ba4ab +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.sv-SE.langpack.xpi) = 792884 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.tr.langpack.xpi) = b2f4e90228c06c85686b5f8d0fbf37105aceba9ce581930937892bb359a882b3 +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.tr.langpack.xpi) = 831669 +SHA256 (xpi/seamonkey-i18n-2.15/seamonkey-2.15.uk.langpack.xpi) = a047bed31c246951a43edf4889dc69c882612bf389f505b612d62457d0246cdd +SIZE (xpi/seamonkey-i18n-2.15/seamonkey-2.15.uk.langpack.xpi) = 831595 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Fri Jan 11 04:19:45 2013 (r1137) +++ trunk/www/seamonkey/Makefile Fri Jan 11 18:19:56 2013 (r1138) @@ -1,5 +1,5 @@ # Created by: eivind/dima/jseger -# $FreeBSD: head/www/seamonkey/Makefile 308332 2012-12-05 14:19:19Z flo $ +# $FreeBSD: head/www/seamonkey/Makefile 310240 2013-01-11 16:48:10Z flo $ PORTNAME= seamonkey DISTVERSION= 2.15 @@ -104,6 +104,7 @@ EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \ ${XPI_LIBDIR}/${EM_ID}/components/enigmail.js \ ${XPI_LIBDIR}/${EM_ID}/modules/enigmailCommon.jsm +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-enigmail-ipc-src-Makefile .endif .endif Copied and modified: trunk/www/seamonkey/files/extrapatch-enigmail-ipc-src-Makefile (from r1137, trunk/www/seamonkey/files/patch-enigmail-ipc-src-Makefile) ============================================================================== Deleted: trunk/www/seamonkey/files/patch-enigmail-ipc-src-Makefile ============================================================================== --- trunk/www/seamonkey/files/patch-enigmail-ipc-src-Makefile Fri Jan 11 18:19:56 2013 (r1137) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,90 +0,0 @@ ---- mailnews/extensions/enigmail/ipc/src/Makefile.enig~ -+++ mailnews/extensions/enigmail/ipc/src/Makefile.enig -@@ -19,26 +19,26 @@ endif - - ifeq ($(OS_ARCH),NetBSD) - ifeq ($(DLL_SUFFIX),.so.1.0) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),FreeBSD) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - - ifeq ($(OS_ARCH),HP-UX) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),OSF1) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -B symbolic -+LDFLAGS += -shared -B symbolic - CFLAGS += -fPIC - endif - endif -@@ -62,7 +62,11 @@ libs: source - $(CC) $(LDFLAGS) -o $(libname) $(objfiles) - - source: $(source) -+ifneq (,$(filter 4.2.%, $(CC_VERSION))) -+ $(CC) $(CFLAGS) -c -o $(objfiles) $^ -+else - $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ -+endif - - - clean: ---- mailnews/extensions/enigmail/ipc/src/Makefile.in~ -+++ mailnews/extensions/enigmail/ipc/src/Makefile.in -@@ -19,26 +19,26 @@ endif - - ifeq ($(OS_ARCH),NetBSD) - ifeq ($(DLL_SUFFIX),.so.1.0) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),FreeBSD) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - - ifeq ($(OS_ARCH),HP-UX) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),OSF1) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -B symbolic -+LDFLAGS += -shared -B symbolic - CFLAGS += -fPIC - endif - endif -@@ -62,7 +62,11 @@ libs: source - $(CC) $(LDFLAGS) -o $(libname) $(objfiles) - - source: $(source) -+ifneq (,$(filter 4.2.%, $(CC_VERSION))) -+ $(CC) $(CFLAGS) -c -o $(objfiles) $^ -+else - $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ -+endif - - - clean: Added: trunk/www/seamonkey/files/patch-mozilla-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-mozilla-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h Fri Jan 11 18:19:56 2013 (r1138) @@ -0,0 +1,17 @@ +--- mozilla/media/webrtc/trunk/testing/gtest/include/gtest/internal/gtest-port.h.orig 2012-12-09 16:28:45.641625374 +0100 ++++ mozilla/media/webrtc/trunk/testing/gtest/include/gtest/internal/gtest-port.h 2012-12-09 19:09:11.664625374 +0100 +@@ -490,10 +490,10 @@ + # define GTEST_ENV_HAS_TR1_TUPLE_ 1 + # endif + +-// C++11 specifies that provides std::tuple. Users can't use +-// gtest in C++11 mode until their standard library is at least that +-// compliant. +-# if GTEST_LANG_CXX11 ++// C++11 specifies that provides std::tuple. Use that if gtest is used ++// in C++11 mode and libstdc++ isn't very old (binaries targeting OS X 10.6 ++// can build with clang but need to use gcc4.2's libstdc++). ++# if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325) + # define GTEST_ENV_HAS_STD_TUPLE_ 1 + # endif + From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 11 19:47:06 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6CE37CEE for ; Fri, 11 Jan 2013 19:47:06 +0000 (UTC) (envelope-from sib@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 1F063D89 for ; Fri, 11 Jan 2013 19:47:05 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1TtkZ6-0007Zg-5y for freebsd-gecko@freebsd.org; Fri, 11 Jan 2013 22:46:57 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Transfer-Encoding:Content-Type:MIME-Version:To:From:Subject:Date; bh=fLP/1xcClqf1ELJnVffa17YLIn7q0ft7osxCORwrYdA=; b=CZ/6d4SNynseAsTmQzy3D+/v/oKOrwdxb4FwhEquDaeo66bMNWEhSrdkxpVDztF+WExU/IkZpxiGJ5Vj6LNY14J3ZdUEG6ZRtGnK3oSfcN17Ie5kfuxuZhRj25nrawgOlOJK91thfD0XiQKy3EpiiISUagYtwdzGml7vo2GI7RI=; Received: from sib by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TtkWU-0001LO-Dm for freebsd-gecko@freebsd.org; Fri, 11 Jan 2013 19:44:14 +0000 Date: Fri, 11 Jan 2013 19:44:14 -0000 Subject: Firefox 18 failing after patch fix From: sib@tormail.org To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Importance: Normal X-TorMail-User: sib Message-Id: <1TtkWU-0001LO-Dm@internal.tormail.org> X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 19:47:06 -0000 Hi list. I updated my ports tree again after the Firefox "patch" problem was supposedly fixed, but now I am getting the following while trying to build FF. Any ideas? resource://gre/modules/devtools/Jsbeautify.jsm [27/983] resource://gre/modules/devtools/CmdEdit.jsm resource://gre/modules/devtools/CmdScreenshot.jsm resource://gre/modules/PrivateBrowsingUtils.jsm resource://gre/modules/devtools/StyleInspector.jsm resource://gre/modules/ObjectWrapper.jsm resource://gre/modules/devtools/Templater.jsm resource://gre/modules/NetworkPrioritizer.jsm resource://gre/modules/devtools/CmdCookie.jsm resource://gre/modules/UpdateChannel.jsm [18/983] resource://gre/modules/devtools/CmdBreak.jsm Illegal instruction (core dumped) gmake[1]: *** [prepare-package] Error 132 gmake[1]: Leaving directory `/tmp/usr/ports/www/firefox/work/mozilla-release/ob j-i386-portbld-freebsd9.1/browser/installer' gmake: *** [install] Error 2 *** [gecko-pre-install] Error code 2 Stop in /usr/ports/www/firefox. *** [install] Error code 1 From owner-freebsd-gecko@FreeBSD.ORG Sat Jan 12 03:33:59 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B76A5EB9 for ; Sat, 12 Jan 2013 03:33:59 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 71FF7180 for ; Sat, 12 Jan 2013 03:33:59 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1Ttrr1-0000IH-HK for freebsd-gecko@freebsd.org; Sat, 12 Jan 2013 06:33:56 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=yIrvNwk0N6aaeH7dgo5xdfWetYoe7g/581NkaF+TYXA=; b=FZ9BcZHlBWAc1NBXAXLezcDLGUA7rjkx0Sfadd+0XtumbKhWAOhE318qqi3GO7VIiE3XpFQn7LFFRcwY9COZZ3t9CFikez/QQTJdoY+Sc0Er57vmk/3W67bfqoUAm0R5c5wKEJwe2Mf8sjrm/SwHdSNHA7ut/UCOQjp4nrKbbx0=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1Ttrp6-000KG7-ME; Sat, 12 Jan 2013 03:31:57 +0000 From: Jan Beich To: sib@tormail.org Subject: Re: Firefox 18 failing after patch fix Date: Sat, 12 Jan 2013 13:17:10 +1000 References: <1TtkWU-0001LO-Dm@internal.tormail.org> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1Ttrp6-000KG7-ME@internal.tormail.org> Cc: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 03:33:59 -0000 sib@tormail.org writes: > Hi list. I updated my ports tree again after the Firefox "patch" problem > was supposedly fixed, but now I am getting the following while trying to > build FF. Any ideas? > > > resource://gre/modules/devtools/Jsbeautify.jsm > [27/983] > resource://gre/modules/devtools/CmdEdit.jsm > resource://gre/modules/devtools/CmdScreenshot.jsm > resource://gre/modules/PrivateBrowsingUtils.jsm > resource://gre/modules/devtools/StyleInspector.jsm > resource://gre/modules/ObjectWrapper.jsm > resource://gre/modules/devtools/Templater.jsm > resource://gre/modules/NetworkPrioritizer.jsm > resource://gre/modules/devtools/CmdCookie.jsm > resource://gre/modules/UpdateChannel.jsm > [18/983] > resource://gre/modules/devtools/CmdBreak.jsm > Illegal instruction (core dumped) Here's a quick list of missing info: 1. Can you show compiler/cflags/etc you use? run 'cat /etc/make.conf' 2. Can you show the list of installed packages? run 'pkg_info -aE' 3. Can you show port options? run 'cat /var/db/ports/*/options' 4. Can you show cpu features? extract them from 'dmesg' 5. Try disabling WEBRTC and rebuild. 6. Try enabling DEBUG, rebuild and run the .core file in gdb(1). 7. If DEBUG option makes the crash go away then try building as $ make WITHOUT=DEBUG DEBUG_FLAGS='-O0 -g -fno-omit-frame-pointer' 8. Does www/firefox-esr builds/installs fine with same options in your environment? > gmake[1]: *** [prepare-package] Error 132 > gmake[1]: Leaving directory > `/tmp/usr/ports/www/firefox/work/mozilla-release/ob > j-i386-portbld-freebsd9.1/browser/installer' I'm not even sure if you're running 9.1-RELEASE or 9.1-STABLE... My testing was limited to 9.1R i386 poudriere jail on 10.0 amd64 host. I wish someone could confirm firefox still works on a old i386 cpus e.g., those without SSE2. > gmake: *** [install] Error 2 > *** [gecko-pre-install] Error code 2 > > Stop in /usr/ports/www/firefox. > *** [install] Error code 1 From owner-freebsd-gecko@FreeBSD.ORG Sat Jan 12 06:01:22 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B6A97D2; Sat, 12 Jan 2013 06:01:22 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-yh0-f44.google.com (mail-yh0-f44.google.com [209.85.213.44]) by mx1.freebsd.org (Postfix) with ESMTP id 48714711; Sat, 12 Jan 2013 06:01:22 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id f11so466806yha.3 for ; Fri, 11 Jan 2013 22:01:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=+X5MvWDy/FLorz9HcYaxtR05QtaDLhLeXiWCzHM8T4o=; b=e5cIcW9qaIjQB5megRsISkyYPt1icfw3NprTnrRthVPxaLiz29Y7MfG4MBfx/F+OA5 ZWWroyvYvR4lIel2GyvVDOyjWwXgU89L2YyuPN21wHnQ/zqbyV0NYr1CYfAl5Lk2CPgM QIHsk1LCYdnxKuVTew52yTz6BnkpkME9zSMMR2fBScmPr6ZDu77+tf8ex4hx43jaz3tb wCIaCtak9+Au5jVM13TpAw0QlRcH2C/5MxCkzp/bUzd+uz0miOZuHkeRU01kAaAFMGBT QF4iOx7Dme5NOS+2hz27GMJW5G63O3ASxCVo4VcBAKBbBA2tKKBJPIjfkVcsLNo0ekrA i+eQ== X-Received: by 10.100.209.15 with SMTP id h15mr24857637ang.30.1357970481221; Fri, 11 Jan 2013 22:01:21 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id s30sm6612823yhl.21.2013.01.11.22.01.19 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jan 2013 22:01:20 -0800 (PST) Message-ID: <50F0FC2C.5040905@gmail.com> Date: Sat, 12 Jan 2013 00:01:16 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: gecko@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: Firefox 18 does not compile (problem with patches) References: <20130111084543.2a5709a4@freebsd> <50EFC858.9020704@gwdg.de> In-Reply-To: <50EFC858.9020704@gwdg.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 06:01:22 -0000 On 01/11/13 02:07, Rainer Hurling wrote: > On 11.01.2013 08:45 (UTC+2), Stephan Schindel wrote: >> Hey, > > Hi Stephan, > >> for me firefox 18 does not compile. It fails at patching: >> >> >> ===> Patching for firefox-18.0,1 >> ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.14.2 - found >> ===> Applying extra patch /usr/ports/www/firefox/files/extra-bug780531 >> Ignoring previously applied (or reversed) patch. >> 1 out of 1 hunks ignored--saving rejects to configure.in.rej >> *** [do-patch] Error code 1 >> >> Stop in /usr/ports/www/firefox. >> *** [install] Error code 1 >> >> Stop in /usr/ports/www/firefox. >> *** [reinstall] Error code 1 >> >> Stop in /usr/ports/www/firefox. > > I also had this breakage. After updating to r310217 (second patch, this > morning) a different patch does fail: > > ===> Applying extra patch /usr/ports/www/firefox/files/extra-bug780531 > ===> Applying FreeBSD patches for firefox-18.0,1 > 1 out of 1 hunks failed--saving rejects to > media/webrtc/trunk/src/system_wrappers/source/spreadsortlib/spreadsort.hpp.rej > => Patch > patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp > failed to apply cleanly. > >> Is it a problem on my side? >> >> Cheers, >> Stephan > > I included the maintainer gecko@. > > Rainer I'm also having a problem here: ===> Cleaning for firefox-18.0,1 ===> Found saved configuration for firefox-18.0,1 ===> firefox-18.0,1 depends on file: /usr/local/sbin/pkg - found ===> Extracting for firefox-18.0,1 => SHA256 Checksum OK for firefox-18.0.source.tar.bz2. ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Patching for firefox-18.0,1 ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Applying FreeBSD patches for firefox-18.0,1 1 out of 1 hunks failed--saving rejects to media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h.rej => Patch patch-bug807492 failed to apply cleanly. => Patch(es) patch-alsapulse patch-browser-app-nsBrowserApp.cpp patch-bug685258 patch-bug722975 patch-bug732340 patch-bug778078 patch-bug781457 patch-bug783463 patch-bug783505 patch-bug787804 patch-bug788955 patch-bug791305 patch-bug798354 patch-bug800401 patch-bug806139 applied cleanly. *** [do-patch] Error code 1 Stop in /usr/ports/www/firefox. *** [build] Error code 1 Stop in /usr/ports/www/firefox. ===>>> make failed for www/firefox ===>>> Aborting update ===>>> Update for firefox-17.0.1,1 failed ===>>> Aborting update Terminated ===>>> There are messages from installed ports to display, but first take a moment to review the error messages above. Then press Enter when ready to proceed. Will update svn and attempt again tomorrow morning. -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-gecko@FreeBSD.ORG Sat Jan 12 06:10:39 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BA26D1D2; Sat, 12 Jan 2013 06:10:39 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8430A74D; Sat, 12 Jan 2013 06:10:39 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id rl6so1394870pac.1 for ; Fri, 11 Jan 2013 22:10:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=c79HwK48nkUrE2vyFAsbMDpljOHSqvgPpMuDZESk2s8=; b=wSrhbzJ66ywPy57N0tfzwAak4qGVEmevAJsudpyxFk8yjvSL+gzbsFGONFzI+ePBK9 brzaTYoHNeT1DUDbVCeWImD46Pmq8YGDdFT3TKnWB7uNYouaR14Wn2VYEbe1Ta3pfWAe OZbqBt/vZrtS2hdl/HXvxEKKJKe6YBd62zlNw30XlK3dH0agXakhMpBtyNRPKiYMrv4a K+Y3jifyO5ZBscS5BsRmyhUuY22oXGujV1lOeYOsIYkjr7y2NqyRuNdMsq7sV5hVSzyL na/7xJiISGya9lHKfSDsOshfCDt5O0FhZEUAv2jKUZEKCKyLN6A9e83K2ROfrh8A68jk bKBw== MIME-Version: 1.0 Received: by 10.68.229.194 with SMTP id ss2mr236557710pbc.17.1357971039072; Fri, 11 Jan 2013 22:10:39 -0800 (PST) Received: by 10.67.2.65 with HTTP; Fri, 11 Jan 2013 22:10:38 -0800 (PST) In-Reply-To: <50F0FC2C.5040905@gmail.com> References: <20130111084543.2a5709a4@freebsd> <50EFC858.9020704@gwdg.de> <50F0FC2C.5040905@gmail.com> Date: Fri, 11 Jan 2013 22:10:38 -0800 Message-ID: Subject: Re: Firefox 18 does not compile (problem with patches) From: Kevin Oberman To: "Joseph A. Nagy, Jr" Content-Type: text/plain; charset=UTF-8 Cc: gecko@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 06:10:39 -0000 On Fri, Jan 11, 2013 at 10:01 PM, Joseph A. Nagy, Jr wrote: > On 01/11/13 02:07, Rainer Hurling wrote: >> >> On 11.01.2013 08:45 (UTC+2), Stephan Schindel wrote: >>> >>> Hey, >> >> >> Hi Stephan, >> >>> for me firefox 18 does not compile. It fails at patching: >>> >>> >>> ===> Patching for firefox-18.0,1 >>> ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.14.2 - found >>> ===> Applying extra patch /usr/ports/www/firefox/files/extra-bug780531 >>> Ignoring previously applied (or reversed) patch. >>> 1 out of 1 hunks ignored--saving rejects to configure.in.rej >>> *** [do-patch] Error code 1 >>> >>> Stop in /usr/ports/www/firefox. >>> *** [install] Error code 1 >>> >>> Stop in /usr/ports/www/firefox. >>> *** [reinstall] Error code 1 >>> >>> Stop in /usr/ports/www/firefox. >> >> >> I also had this breakage. After updating to r310217 (second patch, this >> morning) a different patch does fail: >> >> ===> Applying extra patch /usr/ports/www/firefox/files/extra-bug780531 >> ===> Applying FreeBSD patches for firefox-18.0,1 >> 1 out of 1 hunks failed--saving rejects to >> >> media/webrtc/trunk/src/system_wrappers/source/spreadsortlib/spreadsort.hpp.rej >> => Patch >> >> patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp >> failed to apply cleanly. >> >>> Is it a problem on my side? >>> >>> Cheers, >>> Stephan >> >> >> I included the maintainer gecko@. >> >> Rainer > > > > I'm also having a problem here: > > ===> Cleaning for firefox-18.0,1 > ===> Found saved configuration for firefox-18.0,1 > ===> firefox-18.0,1 depends on file: /usr/local/sbin/pkg - found > ===> Extracting for firefox-18.0,1 > => SHA256 Checksum OK for firefox-18.0.source.tar.bz2. > ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.16.2 - found > ===> Patching for firefox-18.0,1 > ===> firefox-18.0,1 depends on file: /usr/local/bin/perl5.16.2 - found > ===> Applying FreeBSD patches for firefox-18.0,1 > 1 out of 1 hunks failed--saving rejects to > media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h.rej > => Patch patch-bug807492 failed to apply cleanly. > => Patch(es) patch-alsapulse patch-browser-app-nsBrowserApp.cpp > patch-bug685258 patch-bug722975 patch-bug732340 patch-bug778078 > patch-bug781457 patch-bug783463 patch-bug783505 patch-bug787804 > patch-bug788955 patch-bug791305 patch-bug798354 patch-bug800401 > patch-bug806139 applied cleanly. > *** [do-patch] Error code 1 > > Stop in /usr/ports/www/firefox. > *** [build] Error code 1 > > Stop in /usr/ports/www/firefox. > > ===>>> make failed for www/firefox > ===>>> Aborting update > > ===>>> Update for firefox-17.0.1,1 failed > ===>>> Aborting update > > Terminated > ===>>> There are messages from installed ports to display, > but first take a moment to review the error messages > above. Then press Enter when ready to proceed. > > Will update svn and attempt again tomorrow morning. > -- > Yours in Christ, > > Joseph A Nagy Jr > "Whoever loves instruction loves knowledge, But he who hates correction > is stupid." -- Proverbs 12:1 > Emails are not formal business letters, whatever businesses may want. > Original content CopyFree (F) under the OWL http://owl.apotheon.org You likely know this, but you can update an individual port (or set it to any rev) with the command: svn up /usr/ports/www/firefox -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com From owner-freebsd-gecko@FreeBSD.ORG Sat Jan 12 08:30:05 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 60547509; Sat, 12 Jan 2013 08:30:05 +0000 (UTC) (envelope-from flo@smeets.im) Received: from mail.solomo.de (mail.solomo.de [IPv6:2a01:4f8:162:1142::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1D31DAFE; Sat, 12 Jan 2013 08:30:05 +0000 (UTC) Received: from cpos1.nexxtmobile.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 0305348EC; Sat, 12 Jan 2013 09:30:04 +0100 (CET) X-Virus-Scanned: amavisd-new at nexxtmobile.de Received: from mail.solomo.de ([127.0.0.1]) by cpos1.nexxtmobile.de (cpos1.nexxtmobile.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vS-I5UM0w2ir; Sat, 12 Jan 2013 09:30:01 +0100 (CET) Received: from nibbler-osx-wlan.fritz.box (unknown [85.22.116.216]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 21E2848E3; Sat, 12 Jan 2013 09:30:01 +0100 (CET) Message-ID: <50F11F08.3030409@smeets.im> Date: Sat, 12 Jan 2013 09:30:00 +0100 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Thunderbird/21.0a1 MIME-Version: 1.0 To: "Joseph A. Nagy, Jr" , gecko@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: Firefox 18 does not compile (problem with patches) References: <20130111084543.2a5709a4@freebsd> <50EFC858.9020704@gwdg.de> <50F0FC2C.5040905@gmail.com> In-Reply-To: <50F0FC2C.5040905@gmail.com> X-Enigmail-Version: 1.6a1pre Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2BCXVUASUNMUHSXMVPFHD" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 08:30:05 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2BCXVUASUNMUHSXMVPFHD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 12.01.13 07:01, Joseph A. Nagy, Jr wrote: > 1 out of 1 hunks failed--saving rejects to=20 > media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queu= e.h.rej > =3D> Patch patch-bug807492 failed to apply cleanly. > =3D> Patch(es) patch-alsapulse patch-browser-app-nsBrowserApp.cpp=20 > patch-bug685258 patch-bug722975 patch-bug732340 patch-bug778078=20 > patch-bug781457 patch-bug783463 patch-bug783505 patch-bug787804=20 > patch-bug788955 patch-bug791305 patch-bug798354 patch-bug800401=20 > patch-bug806139 applied cleanly. > *** [do-patch] Error code 1 >=20 > Will update svn and attempt again tomorrow morning. >=20 I have just verified, the correct files are now in svn and in portsnap. If there are any problems left, please do not hesitate to email gecko@. Thanks, Florian ------enig2BCXVUASUNMUHSXMVPFHD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlDxHwgACgkQapo8P8lCvwk+jQCgqdUiHFuuqnDZdR8Pu0BI2NfB zPIAn0So7w268WHFYOqkZtt00yQZPrLD =7noR -----END PGP SIGNATURE----- ------enig2BCXVUASUNMUHSXMVPFHD-- From owner-freebsd-gecko@FreeBSD.ORG Sat Jan 12 12:22:07 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 566391A4; Sat, 12 Jan 2013 12:22:07 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-gh0-f176.google.com (mail-gh0-f176.google.com [209.85.160.176]) by mx1.freebsd.org (Postfix) with ESMTP id 0D013645; Sat, 12 Jan 2013 12:22:06 +0000 (UTC) Received: by mail-gh0-f176.google.com with SMTP id g10so58506ghb.21 for ; Sat, 12 Jan 2013 04:22:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=7RHRgz6UQ5v5LnOnF4cFZR8bRF5BPVzKVMEplMSUFfs=; b=QaYfwYIYCprN4HCVPTu7AUC5rWUxNR8vVko3oGoL6dJKXWnhPodnvp2UnUv1XPwkQ4 CTCkgryEPRx+dcO+7v87tPxhMUkE58Hq7nila1hwYJmHtFxu4M0opdalzytY6w09JaMS zIG97TYmonVYUt9G5IpvsfqR0cFFCiIxP+coq34JBhVcAdGqkin80XoYcv2PG5BCjGpl n5Zjplh0tQKKB8GK99R05vfcV7zdL68gbeqTWlnuAUVmr4mQ/sZgoizW/UHg9MPuVzgx JO0FDE3HrcMQRRGg02T7Hm71vDgaV+UQQNGsLE8s83DJBm2EdDefSFjSBeH18ezUmzCY Sa3A== X-Received: by 10.236.75.200 with SMTP id z48mr87845704yhd.41.1357993326061; Sat, 12 Jan 2013 04:22:06 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id s21sm7264006yhb.5.2013.01.12.04.22.04 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 12 Jan 2013 04:22:05 -0800 (PST) Message-ID: <50F15568.5080104@gmail.com> Date: Sat, 12 Jan 2013 06:22:00 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: gecko@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Firefox 18 does not compile (problem with patches) References: <20130111084543.2a5709a4@freebsd> <50EFC858.9020704@gwdg.de> <50F0FC2C.5040905@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 12:22:07 -0000 On 01/12/13 00:10, Kevin Oberman wrote: > You likely know this, but you can update an individual port (or set it > to any rev) with the command: > svn up /usr/ports/www/firefox > I do, but I have the whole tree scheduled for update anyway. -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org