From owner-freebsd-gecko@FreeBSD.ORG Sun Oct 19 18:23:24 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51DA78A2 for ; Sun, 19 Oct 2014 18:23:24 +0000 (UTC) Received: from sinkng.sics.se (unknown [IPv6:2001:6b0:3a:1:c654:44ff:fe45:117c]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9C8278E for ; Sun, 19 Oct 2014 18:23:23 +0000 (UTC) Received: from P142s.sics.se (h139n3-u-d1.ias.bredband.telia.com [90.228.197.139]) by sinkng.sics.se (8.14.9/8.14.9) with ESMTP id s9JINJnW028009 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 19 Oct 2014 20:23:20 +0200 (CEST) (envelope-from bengta@P142s.sics.se) Received: from P142s.sics.se (localhost [127.0.0.1]) by P142s.sics.se (8.14.9/8.14.9) with ESMTP id s9JIMAuH053777; Sun, 19 Oct 2014 20:22:10 +0200 (CEST) (envelope-from bengta@P142s.sics.se) Received: (from bengta@localhost) by P142s.sics.se (8.14.9/8.14.9/Submit) id s9JIMAfe053776; Sun, 19 Oct 2014 20:22:10 +0200 (CEST) (envelope-from bengta@P142s.sics.se) From: Bengt Ahlgren To: gecko@freebsd.org Subject: Downscaled images broken in Firefox built with OPTIMIZED_CFLAGS User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) Date: Sun, 19 Oct 2014 20:22:10 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2014 18:23:24 -0000 I have started to see this problem (now with FF 33.0) with white stripes in downscaled images: https://bugzilla.mozilla.org/show_bug.cgi?id=810604 That bug report says that the problem appears when compiling with -O3 - -O2 (or -Os) should be ok. My FF indeed seems to be built with -O3 when using standard options. I rebuilt with unchecked option OPTIMIZED_CFLAGS, and the problem disappeared. A workaround is to turn off image.high_quality_downscaling.enabled. (I run 9.3-REL amd64, but build packages on 9.1-REL using poudriere.) Bengt From owner-freebsd-gecko@FreeBSD.ORG Sun Oct 19 20:11:19 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5AA09B0 for ; Sun, 19 Oct 2014 20:11:19 +0000 (UTC) Received: from vfemail.net (nine.vfemail.net [108.76.175.9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39213F4 for ; Sun, 19 Oct 2014 20:11:17 +0000 (UTC) Received: (qmail 79792 invoked by uid 89); 19 Oct 2014 20:11:03 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 19 Oct 2014 20:11:03 -0000 Received: (qmail 79132 invoked by uid 89); 19 Oct 2014 20:10:45 -0000 Received: by simscan 1.3.1 ppid: 79128, pid: 79130, t: 0.1013s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 19 Oct 2014 20:10:45 -0000 Received: (qmail 9286 invoked by uid 89); 19 Oct 2014 20:10:45 -0000 Received: by simscan 1.4.0 ppid: 9191, pid: 9263, t: 1.3837s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 19 Oct 2014 20:10:44 -0000 From: Jan Beich To: Steve Robertson Subject: Re: libxul is marked BROKEN References: <544124A9.3090008@gmail.com> Date: Sun, 19 Oct 2014 22:10:23 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2014 20:11:20 -0000 Steve Robertson writes: > I'm running FreeBSD-10.0-RELEASE-p9. > Running portmaster -aD indicates that www/libxul is among ports needing > to be updated, but it is marked BROKEN. > pkg audit -F reports that the currently installed version has > vulnerabilities. > When will we be able to build the new version? mozilla-esr24 branch was EOL'd recently as such it no longer receives security fixes. Tracking it in ports brings little benefit over staying with old ports snashpot and maybe *carefully* cherry-picking updates. Here's a partial fix. TEST is broken during install since libxul-27.0. Index: www/libxul/Makefile =================================================================== --- www/libxul/Makefile (revision 1733) +++ www/libxul/Makefile (revision 1737) @@ -46,7 +46,6 @@ LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA} MOZ_OPTIONS?= --enable-application=xulrunner -MOZ_EXTENSIONS= default,cookie,permissions USE_GECKO= gecko CPE_PRODUCT= firefox_esr OBJDIR_BUILD= # in-tree build broken after bug 789837 @@ -56,8 +55,6 @@ MOZILLA_PLIST_DIRS= bin include lib share/idl libd MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin -BROKEN= build error on js/xpconnect/src/libxpconnect_s.a.desc - .include "${.CURDIR}/../../www/firefox/Makefile.options" .include @@ -90,6 +87,10 @@ RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/aud RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif +.if ${PORT_OPTIONS:MTEST} +BROKEN= stage-package fails with ValueError: no path specified +.endif + post-patch: @${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \ ${WRKSRC}/configure.in ------------------------------------------------- VFEmail.net - http://www.vfemail.net ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! $24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No bandwidth quotas! Commercial and Bulk Mail Options! From owner-freebsd-gecko@FreeBSD.ORG Sun Oct 19 20:47:43 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B46312B for ; Sun, 19 Oct 2014 20:47:43 +0000 (UTC) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FD513DD for ; Sun, 19 Oct 2014 20:47:43 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id r5so2772027qcx.7 for ; Sun, 19 Oct 2014 13:47:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=55XSvF8RflkWYlREZ9J67D52tiYKpJEU//tt/iOzL/g=; b=i+D3ei0sfX1W71+s1DyyCrLHxIPpUG2UMrUS4Ml5kIHv5hy4bFyTTq1TwXo2utsBO3 JWZQQakg+ElDEZTcZb5xnHFglS82A2DUUQWU7QPjnJxVL+g5/W6so5mef5TM0tj//kVS zburhFo53F5jLqQ4m0jHgEkGSCa7+rHyC4SPKs7lWOIn80R/swfr3qCnlgHT5yoEUTW3 Mrv4Az3MPyd4GAm0WPdDNcA1TiUbhPIufVIm4NJw4YBGAj4CuaGylwBBNkqUY4RLl6cv 40eweIJ1kdzQw9sMprOnCluWMpTnscAQVLPH5y3Mt0zLiSSKFef6MoTgRIhqB6zyiU9w ZuKQ== X-Received: by 10.140.22.106 with SMTP id 97mr28722824qgm.12.1413751661989; Sun, 19 Oct 2014 13:47:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.193.70 with HTTP; Sun, 19 Oct 2014 13:47:11 -0700 (PDT) From: Alexander Jones Date: Sun, 19 Oct 2014 16:47:11 -0400 Message-ID: Subject: www/libxul is marked as BROKEN To: gecko@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2014 20:47:43 -0000 Hello! I'm sorry if somebody's already commented on this, but is there any word on a fix? I haven't been able to find out if a fix is in the works, and this issue is a really big inconvenience to me right now :/ From owner-freebsd-gecko@FreeBSD.ORG Mon Oct 20 17:26:11 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97EE2DCE for ; Mon, 20 Oct 2014 17:26:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ED7FD43 for ; Mon, 20 Oct 2014 17:26:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KHQBsk040122 for ; Mon, 20 Oct 2014 17:26:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 194490] New: www/firefox 33.0 does not build under poudriere Date: Mon, 20 Oct 2014 17:26:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: truckman@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 17:26:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194490 Bug ID: 194490 Summary: www/firefox 33.0 does not build under poudriere Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: truckman@FreeBSD.org Assignee: gecko@FreeBSD.org Flags: maintainer-feedback?(gecko@FreeBSD.org) I'm able to build www/firefox version 33.0 by running make in the port directory, but if I attempt to build a package with poudriere, it fails during the configure step. The failure occurs in the configuration of jemalloc. checking for memalign... no checking for valloc... yes checking configured backtracing method... N/A checking for sbrk... yes checking whether utrace(2) is compilable... yes checking whether valgrind is compilable... no checking STATIC_PAGE_SHIFT... configure: error: in `/wrkdirs/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.4/memory/jemalloc/src': configure: error: cannot run test program while cross compiling See `config.log' for more details configure: error: /wrkdirs/usr/ports/www/firefox/work/mozilla-release/memory/jemalloc/src/configure failed for memory/jemalloc/src ===> Script "../configure" failed unexpectedly. Please report the problem to gecko@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 The problem appears to be that the configure script thinks a cross compile is being done even though this is an 8.4-STABLE i386 jail on an 8.4-STABLE i386 host. A bit earlier in the configure output: checking build system type... i386-portbld-freebsd8.4 checking host system type... i386-unknown-freebsd8.4 These are both passed to configure: configuring in memory/jemalloc/src running /bin/sh /wrkdirs/usr/ports/www/firefox/work/mozilla-release/memory/jemal loc/src/configure --build=i386-portbld-freebsd8.4 --host=i386-unknown-freebsd8. 4 --enable-stats --with-jemalloc-prefix=je_ --with-mangling=malloc_usable_size:m alloc_usable_size,valloc:valloc,memalign:memalign,free:free,realloc:realloc,call oc:calloc,aligned_alloc:aligned_alloc,posix_memalign:posix_memalign,malloc:mallo c AS='$(CC)' CC='gcc48' CXX='g++48' CPP='cpp48' LD='/usr/local/bin/ld' AR='/usr/ local/bin/ar' RANLIB='/usr/local/bin/ranlib' STRIP='strip' CPPFLAGS='-isystem/us r/local/include -I/usr/local/include' EXTRA_CFLAGS='-Wall -Wpointer-arith -Wdecl aration-after-statement -Werror=return-type -Werror=int-to-pointer-cast -Wtype-l imits -Wempty-body -Wsign-compare -Wno-unused -Wcast-align -O2 -pipe -O3 -Wl,-rp ath=/usr/local/lib/gcc48 -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-str ict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pipe' LDFLAGS= '-pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/loc al/lib/gcc48 -L/usr/local/lib/gcc48 -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-i d' --cache-file=/wrkdirs/usr/ports/www/firefox/work/mozilla-release/obj-i386-por tbld-freebsd8.4/memory/jemalloc/src/config.cache --srcdir=/wrkdirs/usr/ports/www /firefox/work/mozilla-release/memory/jemalloc/src which compares them to detect cross building: # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gecko@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Mon Oct 20 17:26:11 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B9A5DCC for ; Mon, 20 Oct 2014 17:26:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27CACD41 for ; Mon, 20 Oct 2014 17:26:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KHQBfp040116 for ; Mon, 20 Oct 2014 17:26:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 194490] www/firefox 33.0 does not build under poudriere Date: Mon, 20 Oct 2014 17:26:10 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 17:26:11 -0000 Don Lewis has asked gecko@FreeBSD.org for maintainer-feedback: Bug 194490: www/firefox 33.0 does not build under poudriere https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194490 --- Description --- I'm able to build www/firefox version 33.0 by running make in the port directory, but if I attempt to build a package with poudriere, it fails during the configure step. The failure occurs in the configuration of jemalloc. checking for memalign... no checking for valloc... yes checking configured backtracing method... N/A checking for sbrk... yes checking whether utrace(2) is compilable... yes checking whether valgrind is compilable... no checking STATIC_PAGE_SHIFT... configure: error: in `/wrkdirs/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8. 4/memory/jemalloc/src': configure: error: cannot run test program while cross compiling See `config.log' for more details configure: error: /wrkdirs/usr/ports/www/firefox/work/mozilla-release/memory/jemalloc/src/configu re failed for memory/jemalloc/src ===> Script "../configure" failed unexpectedly. Please report the problem to gecko@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8. 4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 The problem appears to be that the configure script thinks a cross compile is being done even though this is an 8.4-STABLE i386 jail on an 8.4-STABLE i386 host. A bit earlier in the configure output: checking build system type... i386-portbld-freebsd8.4 checking host system type... i386-unknown-freebsd8.4 These are both passed to configure: configuring in memory/jemalloc/src running /bin/sh /wrkdirs/usr/ports/www/firefox/work/mozilla-release/memory/jemal loc/src/configure --build=i386-portbld-freebsd8.4 --host=i386-unknown-freebsd8. 4 --enable-stats --with-jemalloc-prefix=je_ --with-mangling=malloc_usable_size:m alloc_usable_size,valloc:valloc,memalign:memalign,free:free,realloc:realloc,cal l oc:calloc,aligned_alloc:aligned_alloc,posix_memalign:posix_memalign,malloc:mall o c AS='$(CC)' CC='gcc48' CXX='g++48' CPP='cpp48' LD='/usr/local/bin/ld' AR='/usr/ local/bin/ar' RANLIB='/usr/local/bin/ranlib' STRIP='strip' CPPFLAGS='-isystem/us r/local/include -I/usr/local/include' EXTRA_CFLAGS='-Wall -Wpointer-arith -Wdecl aration-after-statement -Werror=return-type -Werror=int-to-pointer-cast -Wtype-l imits -Wempty-body -Wsign-compare -Wno-unused -Wcast-align -O2 -pipe -O3 -Wl,-rp ath=/usr/local/lib/gcc48 -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-str ict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pipe' LDFLAGS= '-pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/loc al/lib/gcc48 -L/usr/local/lib/gcc48 -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-i d' --cache-file=/wrkdirs/usr/ports/www/firefox/work/mozilla-release/obj-i386-por tbld-freebsd8.4/memory/jemalloc/src/config.cache --srcdir=/wrkdirs/usr/ports/www /firefox/work/mozilla-release/memory/jemalloc/src which compares them to detect cross building: # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gecko@FreeBSD.org From owner-freebsd-gecko@FreeBSD.ORG Tue Oct 21 08:28:07 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F40A100 for ; Tue, 21 Oct 2014 08:28:07 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16EE2753 for ; Tue, 21 Oct 2014 08:28:07 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.9/8.14.9) with ESMTP id s9L8S7L9057642 for ; Tue, 21 Oct 2014 08:28:07 GMT (envelope-from linimon@FreeBSD.org) Date: Tue, 21 Oct 2014 08:28:07 GMT Message-Id: <201410210828.s9L8S7L9057642@portsmon.freebsd.org> From: linimon@FreeBSD.org To: gecko@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 08:28:07 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: www/libxul broken because: build error on js/xpconnect/src/libxpconnect_s.a.desc build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=libxul If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gecko@FreeBSD.ORG Tue Oct 21 12:12:13 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0DEB300 for ; Tue, 21 Oct 2014 12:12:13 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5640E298 for ; Tue, 21 Oct 2014 12:12:12 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9LBothM031238 for ; Tue, 21 Oct 2014 11:50:55 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s9LBooCN030567 for freebsd-gecko@freebsd.org; Tue, 21 Oct 2014 11:50:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 21 Oct 2014 11:50:50 GMT Message-Id: <201410211150.s9LBooCN030567@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] r1738 - trunk/Mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 12:12:13 -0000 Author: jbeich Date: Tue Oct 21 11:50:50 2014 New Revision: 1738 Log: revert r1300 and try different approach PR: ports/194490 Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sat Oct 18 21:32:14 2014 (r1737) +++ trunk/Mk/bsd.gecko.mk Tue Oct 21 11:50:50 2014 (r1738) @@ -109,9 +109,10 @@ MOZ_PKGCONFIG_FILES?= ${MOZILLA}-gtkmozembed ${MOZILLA}-js \ ${MOZILLA}-xpcom ${MOZILLA}-plugin +CONFIGURE_TARGET:=${ARCH:C/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} MOZ_EXPORT+= ${CONFIGURE_ENV} \ PERL="${PERL}" -MOZ_OPTIONS+= --prefix="${PREFIX}" +MOZ_OPTIONS+= ${CONFIGURE_TARGET} --prefix="${PREFIX}" CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath,${PREFIX}/lib/${MOZILLA} @@ -428,7 +429,6 @@ MOZCONFIG_SED?= ${SED} ${MOZ_SED_ARGS} .if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-unknown-${OPSYS:tl}${OSREL} . if ${USE_MOZILLA:M-nss} USE_BINUTILS= # intel-gcm.s CFLAGS+= -B${LOCALBASE}/bin From owner-freebsd-gecko@FreeBSD.ORG Tue Oct 21 20:31:11 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10E0C676 for ; Tue, 21 Oct 2014 20:31:11 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9168138E for ; Tue, 21 Oct 2014 20:31:10 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id w7so1683475lbi.8 for ; Tue, 21 Oct 2014 13:31:08 -0700 (PDT) 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 :content-type; bh=GsporyTP3RzbubPnc/zWzhUElhevsVpHtREdvhcroRw=; b=t3qd1OU7nLKJc0oK8a2Jgcw9jePJ5psdIEpUSYXl8QC1xeBsn6ATk9QCWi2fLiTPtZ c6EUI4YuRe9cDUKDgKrexuSGlOcxjB5TcfS3pNiKA/7vAJStJWFN5504EyoDwSoNcGIk kCKqrCs6F8BlYVBsYsNSdCiLoMd7od1wLcdUnHWZo1Ny9ps9HpeEq3ZEF0MzHK4vfIVO QHM3avajhQHk29eupcbV0j4ZAqkyAzCvvBgKu0o2/cEd//LBVARkBuUo5BEVVkJFZ9Os JO432dkB7I7qe0Bb3TUJWWMcXA6sxkifvs3JHDZ+6v9PV5wpErUFkvrnFF/VPcn/SNPP ltUg== MIME-Version: 1.0 X-Received: by 10.152.87.194 with SMTP id ba2mr7533196lab.22.1413923468470; Tue, 21 Oct 2014 13:31:08 -0700 (PDT) Received: by 10.25.217.8 with HTTP; Tue, 21 Oct 2014 13:31:08 -0700 (PDT) In-Reply-To: References: Date: Tue, 21 Oct 2014 22:31:08 +0200 Message-ID: Subject: Fwd: firefox-esr 31.2.0,1 is broken From: Torfinn Ingolfsen To: gecko@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 20:31:11 -0000 Sorry, forgot to CC maintainer. ---------- Forwarded message ---------- From: Torfinn Ingolfsen Date: Tue, Oct 21, 2014 at 10:29 PM Subject: firefox-esr 31.2.0,1 is broken To: FreeBSD Ports ML It seems like firefox-esr 31.2.0,1 is broken: tingo@kg-core1$ firefox (process:85057): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed 1413913937178 addons.manager WARN Application shipped blocklist has an unexpected namespace (http://www.mozilla.org/newlayout/xml/parsererror.xml) Bus error (core dumped) tingo@kg-core1$ portversion -v firefox* [Reading data from pkg(8) ... - 992 packages found - done] firefox-esr-31.2.0,1 = up-to-date with port tingo@kg-core1$ uname -a FreeBSD kg-core1.kg4.no 8.4-STABLE FreeBSD 8.4-STABLE #1 r266590: Fri May 23 20:23:35 CEST 2014 root@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 My ports tree is updated today. -- Regards, Torfinn Ingolfsen -- mvh Torfinn From owner-freebsd-gecko@FreeBSD.ORG Tue Oct 21 21:51:45 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECA88FFF for ; Tue, 21 Oct 2014 21:51:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4C022C9 for ; Tue, 21 Oct 2014 21:51:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9LLpjaY094984 for ; Tue, 21 Oct 2014 21:51:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 193799] image problems with Firefox 32.0 Date: Tue, 21 Oct 2014 21:51:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bengta@sics.se X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 21:51:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193799 bengta@sics.se changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gecko@FreeBSD.org --- Comment #7 from bengta@sics.se --- Adding www/firefox port maintainer (gecko@) to cc: list! -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-gecko@FreeBSD.ORG Wed Oct 22 04:55:51 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3BB9F85 for ; Wed, 22 Oct 2014 04:55:51 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.229]) by mx1.freebsd.org (Postfix) with ESMTP id 83B9314B for ; Wed, 22 Oct 2014 04:55:50 +0000 (UTC) Received: from [72.132.160.201] ([72.132.160.201:43451] helo=bsdfull.Belkin) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 4F/A4-01490-E1737445; Wed, 22 Oct 2014 04:48:31 +0000 Message-ID: <54473715.1000004@SDF.org> Date: Tue, 21 Oct 2014 21:48:21 -0700 From: Cary User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: gecko@freebsd.org Subject: seamonkey-2.30 snprintf out of scope error Content-Type: multipart/mixed; boundary="------------070501040504080703010804" X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 04:55:51 -0000 This is a multi-part message in MIME format. --------------070501040504080703010804 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit www/seamonkey built on my i386, 9.3-R system. An bug in the source halted the build once. Please see attached files. -- cary@sdf.org SDF Public Access UNIX System - http://sdf.org ------------------------------ --------------070501040504080703010804 Content-Type: application/octet-stream; name="rtc-stop" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="rtc-stop" Z21ha2VbNV06IE5vdGhpbmcgdG8gYmUgZG9uZSBmb3IgA29tcGlsZScuCmdtYWtlWzVdOiBM ZWF2aW5nIGRpcmVjdG9yeSAvdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21tLXJl bGVhc2Uvb2JqLWkzODYtcG9ydGJsZC1mcmVlYnNkOS4zL21vemlsbGEvbWVkaWEvd2VicnRj L3RydW5rL3dlYnJ0Yy9tb2R1bGVzL21vZHVsZXNfUENNMTZCJwpVbmlmaWVkX2NwcF91bGVz X2Rlc2t0b3BfY2FwdHVyZTEubwpnbWFrZVs1XTogRW50ZXJpbmcgZGlyZWN0b3J5IC91c3Iv cG9ydHMvd3d3L3NlYW1vbmtleS93b3JrL2NvbW0tcmVsZWFzZS9vYmotaTM4Ni1wb3J0Ymxk LWZyZWVic2Q5LjMvbW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsvd2VicnRjL21vZHVsZXMv bW9kdWxlc19kZXNrdG9wX2NhcHR1cmUnCmcrKzUgLW8gVW5pZmllZF9jcHBfdWxlc19kZXNr dG9wX2NhcHR1cmUxLm8gLWMgIC1JLi4vLi4vLi4vLi4vLi4vLi4vZGlzdC9zeXN0ZW1fd3Jh cHBlcnMgLWluY2x1ZGUgL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxl YXNlL21vemlsbGEvY29uZmlnL2djY19oaWRkZW4uaCAtRF9GSUxFX09GRlNFVF9CSVRTPSc2 NCcgLURDSFJPTUlVTV9CVUlMRCAtRFVTRV9MSUJKUEVHX1RVUkJPPScxJyAtRFVTRV9OU1M9 JzEnIC1ER1RLX0RJU0FCTEVfU0lOR0xFX0lOQ0xVREVTPScxJyAtREVOQUJMRV9SRU1PVElO Rz0nMScgLURFTkFCTEVfV0VCUlRDPScxJyAtREVOQUJMRV9DT05GSUdVUkFUSU9OX1BPTElD WSAtREVOQUJMRV9JTlBVVF9TUEVFQ0ggLURFTkFCTEVfTk9USUZJQ0FUSU9OUyAtREVOQUJM RV9HUFU9JzEnIC1ERU5BQkxFX0VHTElNQUdFPScxJyAtRFVTRV9TS0lBPScxJyAtREVOQUJM RV9UQVNLX01BTkFHRVI9JzEnIC1ERU5BQkxFX1dFQl9JTlRFTlRTPScxJyAtREVOQUJMRV9F WFRFTlNJT05TPScxJyAtREVOQUJMRV9QTFVHSU5fSU5TVEFMTEFUSU9OPScxJyAtREVOQUJM RV9QUk9URUNUT1JfU0VSVklDRT0nMScgLURFTkFCTEVfU0VTU0lPTl9TRVJWSUNFPScxJyAt REVOQUJMRV9USEVNRVM9JzEnIC1ERU5BQkxFX0JBQ0tHUk9VTkQ9JzEnIC1ERU5BQkxFX0FV VE9NQVRJT049JzEnIC1ERU5BQkxFX1BSSU5USU5HPScxJyAtREVOQUJMRV9DQVBUSVZFX1BP UlRBTF9ERVRFQ1RJT049JzEnIC1EV0VCUlRDX01PWklMTEFfQlVJTEQgLURXRUJSVENfTU9E VUxFX1VUSUxJVFlfVklERU8gLURXRUJSVENfQlNEIC1EV0VCUlRDX1RIUkVBRF9SUiAtRFVT RV9YMTEgLURfX1NURENfRk9STUFUX01BQ1JPUyAtRE5ERUJVRyAtRE5WQUxHUklORCAtRERZ TkFNSUNfQU5OT1RBVElPTlNfRU5BQkxFRD0nMCcgLURNT1pfR0xVRV9JTl9QUk9HUkFNIC1E TU9aSUxMQV9JTlRFUk5BTF9BUEkgLURJTVBMX0xJQlhVTCAgLURTVEFUSUNfRVhQT1JUQUJM RV9KU19BUEkgLUROT19OU1BSXzEwX1NVUFBPUlQgLUkuIC1JL3Vzci9wb3J0cy93d3cvc2Vh bW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL21vemlsbGEvbWVkaWEvd2VicnRjL3RydW5rL3dl YnJ0Yy9tb2R1bGVzLy4uLy4uIC1JL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29t bS1yZWxlYXNlL21vemlsbGEvbWVkaWEvd2VicnRjL3RydW5rL3dlYnJ0Yy9tb2R1bGVzLy4u Ly4uIC1JL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL21vemls bGEvbWVkaWEvd2VicnRjL3RydW5rL3dlYnJ0Yy9tb2R1bGVzLy4uL3N5c3RlbV93cmFwcGVy cy9pbnRlcmZhY2UgLUkvdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21tLXJlbGVh c2UvbW96aWxsYS9pcGMvY2hyb21pdW0vc3JjIC1JL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5 L3dvcmsvY29tbS1yZWxlYXNlL21vemlsbGEvaXBjL2dsdWUgLUkuLi8uLi8uLi8uLi8uLi8u Li9pcGMvaXBkbC9faXBkbGhlYWRlcnMgIC1JLi4vLi4vLi4vLi4vLi4vLi4vZGlzdC9pbmNs dWRlICAtZlBJQyAgLWlzeXN0ZW0vdXNyL2xvY2FsL2luY2x1ZGUgIC1JL3Vzci9sb2NhbC9p bmNsdWRlIC1ETU9aSUxMQV9DTElFTlQgLWluY2x1ZGUgLi4vLi4vLi4vLi4vLi4vLi4vbW96 aWxsYS1jb25maWcuaCAtTUQgLU1QIC1NRiAuZGVwcy9VbmlmaWVkX2NwcF91bGVzX2Rlc2t0 b3BfY2FwdHVyZTEuby5wcCAtaXN5c3RlbS91c3IvbG9jYWwvaW5jbHVkZSAgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgLVdhbGwgLVdwb2ludGVyLWFyaXRoIC1Xb3ZlcmxvYWRlZC12aXJ0dWFs IC1XZXJyb3I9cmV0dXJuLXR5cGUgLVdlcnJvcj1pbnQtdG8tcG9pbnRlci1jYXN0IC1XdHlw ZS1saW1pdHMgLVdlbXB0eS1ib2R5IC1Xc2lnbi1jb21wYXJlIC1Xbm8taW52YWxpZC1vZmZz ZXRvZiAtV2Nhc3QtYWxpZ24gLU8yIC1waXBlIC1PMyAtV2wsLXJwYXRoPS91c3IvbG9jYWwv bGliL2djYzUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLVdsLC1ycGF0aD0vdXNyL2xvY2FsL2xp Yi9nY2M1IC1mbm8tZXhjZXB0aW9ucyAtZm5vLXN0cmljdC1hbGlhc2luZyAtZm5vLXJ0dGkg LWZmdW5jdGlvbi1zZWN0aW9ucyAtZmRhdGEtc2VjdGlvbnMgLWZuby1leGNlcHRpb25zIC1m bm8tbWF0aC1lcnJubyAtc3RkPWdudSsrMHggLXBpcGUgIC1ETkRFQlVHIC1EVFJJTU1FRCAt TzIgLU8zIC1mb21pdC1mcmFtZS1wb2ludGVyICAtbTMyIC1tbW14ICAgL3Vzci9wb3J0cy93 d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL29iai1pMzg2LXBvcnRibGQtZnJlZWJz ZDkuMy9tb3ppbGxhL21lZGlhL3dlYnJ0Yy90cnVuay93ZWJydGMvbW9kdWxlcy9tb2R1bGVz X2Rlc2t0b3BfY2FwdHVyZS9VbmlmaWVkX2NwcF91bGVzX2Rlc2t0b3BfY2FwdHVyZTEuY3Bw CkluIGZpbGUgaW5jbHVkZWQgZnJvbSAvdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9j b21tLXJlbGVhc2UvbW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsvd2VicnRjL21vZHVsZXMv Li4vLi4vd2VicnRjL3N5c3RlbV93cmFwcGVycy9pbnRlcmZhY2Uvc2NvcGVkX3B0ci5oOjEw NzowLAogICAgICAgICAgICAgICAgIGZyb20gL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dv cmsvY29tbS1yZWxlYXNlL21vemlsbGEvbWVkaWEvd2VicnRjL3RydW5rL3dlYnJ0Yy9tb2R1 bGVzLy4uLy4uL3dlYnJ0Yy9tb2R1bGVzL2Rlc2t0b3BfY2FwdHVyZS9kZXNrdG9wX2ZyYW1l Lmg6MTcsCiAgICAgICAgICAgICAgICAgZnJvbSAvdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkv d29yay9jb21tLXJlbGVhc2UvbW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsvd2VicnRjL21v ZHVsZXMvLi4vLi4vd2VicnRjL21vZHVsZXMvZGVza3RvcF9jYXB0dXJlL3NoYXJlZF9kZXNr dG9wX2ZyYW1lLmg6MTQsCiAgICAgICAgICAgICAgICAgZnJvbSAvdXNyL3BvcnRzL3d3dy9z ZWFtb25rZXkvd29yay9jb21tLXJlbGVhc2UvbW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsv d2VicnRjL21vZHVsZXMvZGVza3RvcF9jYXB0dXJlL3NoYXJlZF9kZXNrdG9wX2ZyYW1lLmNj OjExLAogICAgICAgICAgICAgICAgIGZyb20gL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dv cmsvY29tbS1yZWxlYXNlL29iai1pMzg2LXBvcnRibGQtZnJlZWJzZDkuMy9tb3ppbGxhL21l ZGlhL3dlYnJ0Yy90cnVuay93ZWJydGMvbW9kdWxlcy9tb2R1bGVzX2Rlc2t0b3BfY2FwdHVy ZS9VbmlmaWVkX2NwcF91bGVzX2Rlc2t0b3BfY2FwdHVyZTEuY3BwOjI6Ci91c3IvcG9ydHMv d3d3L3NlYW1vbmtleS93b3JrL2NvbW0tcmVsZWFzZS9tb3ppbGxhL21lZGlhL3dlYnJ0Yy90 cnVuay93ZWJydGMvbW9kdWxlcy8uLi8uLi93ZWJydGMvc3lzdGVtX3dyYXBwZXJzL2ludGVy ZmFjZS9zY29wZWRfcHRyLmg6IEluIGNvbnN0cnVjdG9yICd3ZWJydGM6OkRlZmF1bHREZWxl dGVyPFQ+OjpEZWZhdWx0RGVsZXRlcihjb25zdCB3ZWJydGM6OkRlZmF1bHREZWxldGVyPFU+ JiknOgonCmcrKzUgLW8gVW5pZmllZF9jcHBfdWxlc19kZXNrdG9wX2NhcHR1cmUxLm8gLWMg IC1JLi4vLi4vLi4vLi4vLi4vLi4vZGlzdC9zeXN0ZW1fd3JhcHBlcnMgLWluY2x1ZGUgL3Vz ci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL21vemlsbGEvY29uZmln L2djY19oaWRkZW4uaCAtRF9GSUxFX09GRlNFVF9CSVRTPSc2NCcgLURDSFJPTUlVTV9CVUlM RCAtRFVTRV9MSUJKUEVHX1RVUkJPPScxJyAtRFVTRV9OU1M9JzEnIC1ER1RLX0RJU0FCTEVf U0lOR0xFX0lOQ0xVREVTPScxJyAtREVOQUJMRV9SRU1PVElORz0nMScgLURFTkFCTEVfV0VC UlRDPScxJyAtREVOQUJMRV9DT05GSUdVUkFUSU9OX1BPTElDWSAtREVOQUJMRV9JTlBVVF9T UEVFQ0ggLURFTkFCTEVfTk9USUZJQ0FUSU9OUyAtREVOQUJMRV9HUFU9JzEnIC1ERU5BQkxF X0VHTElNQUdFPScxJyAtRFVTRV9TS0lBPScxJyAtREVOQUJMRV9UQVNLX01BTkFHRVI9JzEn IC1ERU5BQkxFX1dFQl9JTlRFTlRTPScxJyAtREVOQUJMRV9FWFRFTlNJT05TPScxJyAtREVO QUJMRV9QTFVHSU5fSU5TVEFMTEFUSU9OPScxJyAtREVOQUJMRV9QUk9URUNUT1JfU0VSVklD RT0nMScgLURFTkFCTEVfU0VTU0lPTl9TRVJWSUNFPScxJyAtREVOQUJMRV9USEVNRVM9JzEn IC1ERU5BQkxFX0JBQ0tHUk9VTkQ9JzEnIC1ERU5BQkxFX0FVVE9NQVRJT049JzEnIC1ERU5B QkxFX1BSSU5USU5HPScxJyAtREVOQUJMRV9DQVBUSVZFX1BPUlRBTF9ERVRFQ1RJT049JzEn IC1EV0VCUlRDX01PWklMTEFfQlVJTEQgLURXRUJSVENfTU9EVUxFX1VUSUxJVFlfVklERU8g LURXRUJSVENfQlNEIC1EV0VCUlRDX1RIUkVBRF9SUiAtRFVTRV9YMTEgLURfX1NURENfRk9S TUFUX01BQ1JPUyAtRE5ERUJVRyAtRE5WQUxHUklORCAtRERZTkFNSUNfQU5OT1RBVElPTlNf RU5BQkxFRD0nMCcgLURNT1pfR0xVRV9JTl9QUk9HUkFNIC1ETU9aSUxMQV9JTlRFUk5BTF9B UEkgLURJTVBMX0xJQlhVTCAgLURTVEFUSUNfRVhQT1JUQUJMRV9KU19BUEkgLUROT19OU1BS XzEwX1NVUFBPUlQgLUkuIC1JL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1y ZWxlYXNlL21vemlsbGEvbWVkaWEvd2VicnRjL3RydW5rL3dlYnJ0Yy9tb2R1bGVzLy4uLy4u IC1JL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL21vemlsbGEv bWVkaWEvd2VicnRjL3RydW5rL3dlYnJ0Yy9tb2R1bGVzLy4uLy4uIC1JL3Vzci9wb3J0cy93 d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL21vemlsbGEvbWVkaWEvd2VicnRjL3Ry dW5rL3dlYnJ0Yy9tb2R1bGVzLy4uL3N5c3RlbV93cmFwcGVycy9pbnRlcmZhY2UgLUkvdXNy L3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21tLXJlbGVhc2UvbW96aWxsYS9pcGMvY2hy b21pdW0vc3JjIC1JL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNl L21vemlsbGEvaXBjL2dsdWUgLUkuLi8uLi8uLi8uLi8uLi8uLi9pcGMvaXBkbC9faXBkbGhl YWRlcnMgIC1JLi4vLi4vLi4vLi4vLi4vLi4vZGlzdC9pbmNsdWRlICAtZlBJQyAgLWlzeXN0 ZW0vdXNyL2xvY2FsL2luY2x1ZGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1ETU9aSUxMQV9D TElFTlQgLWluY2x1ZGUgLi4vLi4vLi4vLi4vLi4vLi4vbW96aWxsYS1jb25maWcuaCAtTUQg LU1QIC1NRiAuZGVwcy9VbmlmaWVkX2NwcF91bGVzX2Rlc2t0b3BfY2FwdHVyZTEuby5wcCAt aXN5c3RlbS91c3IvbG9jYWwvaW5jbHVkZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLVdhbGwg LVdwb2ludGVyLWFyaXRoIC1Xb3ZlcmxvYWRlZC12aXJ0dWFsIC1XZXJyb3I9cmV0dXJuLXR5 cGUgLVdlcnJvcj1pbnQtdG8tcG9pbnRlci1jYXN0IC1XdHlwZS1saW1pdHMgLVdlbXB0eS1i b2R5IC1Xc2lnbi1jb21wYXJlIC1Xbm8taW52YWxpZC1vZmZzZXRvZiAtV2Nhc3QtYWxpZ24g LU8yIC1waXBlIC1PMyAtV2wsLXJwYXRoPS91c3IvbG9jYWwvbGliL2djYzUgLWZuby1zdHJp Y3QtYWxpYXNpbmcgLVdsLC1ycGF0aD0vdXNyL2xvY2FsL2xpYi9nY2M1IC1mbm8tZXhjZXB0 aW9ucyAtZm5vLXN0cmljdC1hbGlhc2luZyAtZm5vLXJ0dGkgLWZmdW5jdGlvbi1zZWN0aW9u cyAtZmRhdGEtc2VjdGlvbnMgLWZuby1leGNlcHRpb25zIC1mbm8tbWF0aC1lcnJubyAtc3Rk PWdudSsrMHggLXBpcGUgIC1ETkRFQlVHIC1EVFJJTU1FRCAtTzIgLU8zIC1mb21pdC1mcmFt ZS1wb2ludGVyICAtbTMyIC1tbW14ICAgL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsv Y29tbS1yZWxlYXNlL29iai1pMzg2LXBvcnRibGQtZnJlZWJzZDkuMy9tb3ppbGxhL21lZGlh L3dlYnJ0Yy90cnVuay93ZWJydGMvbW9kdWxlcy9tb2R1bGVzX2Rlc2t0b3BfY2FwdHVyZS9V bmlmaWVkX2NwcF91bGVzX2Rlc2t0b3BfY2FwdHVyZTEuY3BwCkluIGZpbGUgaW5jbHVkZWQg ZnJvbSAvdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21tLXJlbGVhc2UvbW96aWxs YS9tZWRpYS93ZWJydGMvdHJ1bmsvd2VicnRjL21vZHVsZXMvLi4vLi4vd2VicnRjL3N5c3Rl bV93cmFwcGVycy9pbnRlcmZhY2Uvc2NvcGVkX3B0ci5oOjEwNzowLAogICAgICAgICAgICAg ICAgIGZyb20gL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL21v emlsbGEvbWVkaWEvd2VicnRjL3RydW5rL3dlYnJ0Yy9tb2R1bGVzLy4uLy4uL3dlYnJ0Yy9t b2R1bGVzL2Rlc2t0b3BfY2FwdHVyZS9kZXNrdG9wX2ZyYW1lLmg6MTcsCiAgICAgICAgICAg ICAgICAgZnJvbSAvdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21tLXJlbGVhc2Uv bW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsvd2VicnRjL21vZHVsZXMvLi4vLi4vd2VicnRj L21vZHVsZXMvZGVza3RvcF9jYXB0dXJlL3NoYXJlZF9kZXNrdG9wX2ZyYW1lLmg6MTQsCiAg ICAgICAgICAgICAgICAgZnJvbSAvdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21t LXJlbGVhc2UvbW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsvd2VicnRjL21vZHVsZXMvZGVz a3RvcF9jYXB0dXJlL3NoYXJlZF9kZXNrdG9wX2ZyYW1lLmNjOjExLAogICAgICAgICAgICAg ICAgIGZyb20gL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL29i ai1pMzg2LXBvcnRibGQtZnJlZWJzZDkuMy9tb3ppbGxhL21lZGlhL3dlYnJ0Yy90cnVuay93 ZWJydGMvbW9kdWxlcy9tb2R1bGVzX2Rlc2t0b3BfY2FwdHVyZS9VbmlmaWVkX2NwcF91bGVz X2Rlc2t0b3BfY2FwdHVyZTEuY3BwOjI6Ci91c3IvcG9ydHMvd3d3L3NlYW1vbmtleS93b3Jr L2NvbW0tcmVsZWFzZS9tb3ppbGxhL21lZGlhL3dlYnJ0Yy90cnVuay93ZWJydGMvbW9kdWxl cy8uLi8uLi93ZWJydGMvc3lzdGVtX3dyYXBwZXJzL2ludGVyZmFjZS9zY29wZWRfcHRyLmg6 IEluIGNvbnN0cnVjdG9yICd3ZWJydGM6OkRlZmF1bHREZWxldGVyPFQ+OjpEZWZhdWx0RGVs ZXRlcihjb25zdCB3ZWJydGM6OkRlZmF1bHREZWxldGVyPFU+JiknOgovdXNyL3BvcnRzL3d3 dy9zZWFtb25rZXkvd29yay9jb21tLXJlbGVhc2UvbW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1 bmsvd2VicnRjL21vZHVsZXMvLi4vLi4vd2VicnRjL3N5c3RlbV93cmFwcGVycy9pbnRlcmZh Y2Uvc2NvcGVkX3B0ci5oOjEzNzoyMDogd2FybmluZzogdHlwZWRlZiAnVV9wdHJfbXVzdF9p bXBsaWNpdGx5X2NvbnZlcnRfdG9fVF9wdHInIGxvY2FsbHkgZGVmaW5lZCBidXQgbm90IHVz ZWQgWy1XdW51c2VkLWxvY2FsLXR5cGVkZWZzXQogICAgICAgICAgICAgICAgICAgIFVfcHRy X211c3RfaW1wbGljaXRseV9jb252ZXJ0X3RvX1RfcHRyKTsKICAgICAgICAgICAgICAgICAg ICBeCi91c3IvcG9ydHMvd3d3L3NlYW1vbmtleS93b3JrL2NvbW0tcmVsZWFzZS9tb3ppbGxh L21lZGlhL3dlYnJ0Yy90cnVuay93ZWJydGMvbW9kdWxlcy8uLi8uLi93ZWJydGMvc3lzdGVt X3dyYXBwZXJzL2ludGVyZmFjZS9jb21waWxlX2Fzc2VydC5oOjM5OjM5OiBub3RlOiBpbiBk ZWZpbml0aW9uIG9mIG1hY3JvICdDT01QSUxFX0FTU0VSVCcKICAgdHlwZWRlZiBDb21waWxl QXNzZXJ0PChib29sKGV4cHIpKT4gbXNnW2Jvb2woZXhwcikgPyAxIDogLTFdCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIF4KL3Vzci9wb3J0cy93d3cvc2VhbW9u a2V5L3dvcmsvY29tbS1yZWxlYXNlL21vemlsbGEvbWVkaWEvd2VicnRjL3RydW5rL3dlYnJ0 Yy9tb2R1bGVzLy4uLy4uL3dlYnJ0Yy9zeXN0ZW1fd3JhcHBlcnMvaW50ZXJmYWNlL3Njb3Bl ZF9wdHIuaDogSW4gY29uc3RydWN0b3IgJ3dlYnJ0Yzo6c2NvcGVkX3B0cjxULCBEPjo6c2Nv cGVkX3B0cih3ZWJydGM6OnNjb3BlZF9wdHI8VSwgVj4pJzoKL3Vzci9wb3J0cy93d3cvc2Vh bW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL21vemlsbGEvbWVkaWEvd2VicnRjL3RydW5rL3dl YnJ0Yy9tb2R1bGVzLy4uLy4uL3dlYnJ0Yy9zeXN0ZW1fd3JhcHBlcnMvaW50ZXJmYWNlL3Nj b3BlZF9wdHIuaDozMzM6NDk6IHdhcm5pbmc6IHR5cGVkZWYgJ1VfY2Fubm90X2JlX2FuX2Fy cmF5JyBsb2NhbGx5IGRlZmluZWQgYnV0IG5vdCB1c2VkIFstV3VudXNlZC1sb2NhbC10eXBl ZGVmc10KICAgICBDT01QSUxFX0FTU0VSVCghd2VicnRjOjppc19hcnJheTxVPjo6dmFsdWUs IFVfY2Fubm90X2JlX2FuX2FycmF5KTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIF4KL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29t bS1yZWxlYXNlL21vemlsbGEvbWVkaWEvd2VicnRjL3RydW5rL3dlYnJ0Yy9tb2R1bGVzLy4u Ly4uL3dlYnJ0Yy9zeXN0ZW1fd3JhcHBlcnMvaW50ZXJmYWNlL2NvbXBpbGVfYXNzZXJ0Lmg6 Mzk6Mzk6IG5vdGU6IGluIGRlZmluaXRpb24gb2YgbWFjcm8gJ0NPTVBJTEVfQVNTRVJUJwog ICB0eXBlZGVmIENvbXBpbGVBc3NlcnQ8KGJvb2woZXhwcikpPiBtc2dbYm9vbChleHByKSA/ IDEgOiAtMV0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXgovdXNy L3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21tLXJlbGVhc2UvbW96aWxsYS9tZWRpYS93 ZWJydGMvdHJ1bmsvd2VicnRjL21vZHVsZXMvLi4vLi4vd2VicnRjL3N5c3RlbV93cmFwcGVy cy9pbnRlcmZhY2Uvc2NvcGVkX3B0ci5oOiBJbiBtZW1iZXIgZnVuY3Rpb24gJ3dlYnJ0Yzo6 c2NvcGVkX3B0cjxULCBEPiYgd2VicnRjOjpzY29wZWRfcHRyPFQsIEQ+OjpvcGVyYXRvcj0o d2VicnRjOjpzY29wZWRfcHRyPFUsIFY+KSc6Ci91c3IvcG9ydHMvd3d3L3NlYW1vbmtleS93 b3JrL2NvbW0tcmVsZWFzZS9tb3ppbGxhL21lZGlhL3dlYnJ0Yy90cnVuay93ZWJydGMvbW9k dWxlcy8uLi8uLi93ZWJydGMvc3lzdGVtX3dyYXBwZXJzL2ludGVyZmFjZS9zY29wZWRfcHRy Lmg6MzUxOjQ5OiB3YXJuaW5nOiB0eXBlZGVmICdVX2Nhbm5vdF9iZV9hbl9hcnJheScgbG9j YWxseSBkZWZpbmVkIGJ1dCBub3QgdXNlZCBbLVd1bnVzZWQtbG9jYWwtdHlwZWRlZnNdCiAg ICAgQ09NUElMRV9BU1NFUlQoIXdlYnJ0Yzo6aXNfYXJyYXk8VT46OnZhbHVlLCBVX2Nhbm5v dF9iZV9hbl9hcnJheSk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICBeCi91c3IvcG9ydHMvd3d3L3NlYW1vbmtleS93b3JrL2NvbW0tcmVsZWFz ZS9tb3ppbGxhL21lZGlhL3dlYnJ0Yy90cnVuay93ZWJydGMvbW9kdWxlcy8uLi8uLi93ZWJy dGMvc3lzdGVtX3dyYXBwZXJzL2ludGVyZmFjZS9jb21waWxlX2Fzc2VydC5oOjM5OjM5OiBu b3RlOiBpbiBkZWZpbml0aW9uIG9mIG1hY3JvICdDT01QSUxFX0FTU0VSVCcKICAgdHlwZWRl ZiBDb21waWxlQXNzZXJ0PChib29sKGV4cHIpKT4gbXNnW2Jvb2woZXhwcikgPyAxIDogLTFd CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIF4KSW4gZmlsZSBpbmNs dWRlZCBmcm9tIC91c3IvcG9ydHMvd3d3L3NlYW1vbmtleS93b3JrL2NvbW0tcmVsZWFzZS9t b3ppbGxhL21lZGlhL3dlYnJ0Yy90cnVuay93ZWJydGMvbW9kdWxlcy8uLi8uLi93ZWJydGMv bW9kdWxlcy9kZXNrdG9wX2NhcHR1cmUvZGVza3RvcF9mcmFtZS5oOjE3OjAsCiAgICAgICAg ICAgICAgICAgZnJvbSAvdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21tLXJlbGVh c2UvbW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsvd2VicnRjL21vZHVsZXMvLi4vLi4vd2Vi cnRjL21vZHVsZXMvZGVza3RvcF9jYXB0dXJlL3NoYXJlZF9kZXNrdG9wX2ZyYW1lLmg6MTQs CiAgICAgICAgICAgICAgICAgZnJvbSAvdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9j b21tLXJlbGVhc2UvbW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsvd2VicnRjL21vZHVsZXMv ZGVza3RvcF9jYXB0dXJlL3NoYXJlZF9kZXNrdG9wX2ZyYW1lLmNjOjExLAogICAgICAgICAg ICAgICAgIGZyb20gL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNl L29iai1pMzg2LXBvcnRibGQtZnJlZWJzZDkuMy9tb3ppbGxhL21lZGlhL3dlYnJ0Yy90cnVu ay93ZWJydGMvbW9kdWxlcy9tb2R1bGVzX2Rlc2t0b3BfY2FwdHVyZS9VbmlmaWVkX2NwcF91 bGVzX2Rlc2t0b3BfY2FwdHVyZTEuY3BwOjI6Ci91c3IvcG9ydHMvd3d3L3NlYW1vbmtleS93 b3JrL2NvbW0tcmVsZWFzZS9tb3ppbGxhL21lZGlhL3dlYnJ0Yy90cnVuay93ZWJydGMvbW9k dWxlcy8uLi8uLi93ZWJydGMvc3lzdGVtX3dyYXBwZXJzL2ludGVyZmFjZS9zY29wZWRfcHRy Lmg6IEluIGRlc3RydWN0b3IgJ3dlYnJ0Yzo6c2NvcGVkX2FycmF5PFQ+Ojp+c2NvcGVkX2Fy cmF5KCknOgovdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21tLXJlbGVhc2UvbW96 aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsvd2VicnRjL21vZHVsZXMvLi4vLi4vd2VicnRjL3N5 c3RlbV93cmFwcGVycy9pbnRlcmZhY2Uvc2NvcGVkX3B0ci5oOjU5MToxODogd2FybmluZzog dHlwZWRlZiAndHlwZV9tdXN0X2JlX2NvbXBsZXRlJyBsb2NhbGx5IGRlZmluZWQgYnV0IG5v dCB1c2VkIFstV3VudXNlZC1sb2NhbC10eXBlZGVmc10KICAgICB0eXBlZGVmIGNoYXIgdHlw ZV9tdXN0X2JlX2NvbXBsZXRlW3NpemVvZihUKV07CiAgICAgICAgICAgICAgICAgIF4KL3Vz ci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL21vemlsbGEvbWVkaWEv d2VicnRjL3RydW5rL3dlYnJ0Yy9tb2R1bGVzLy4uLy4uL3dlYnJ0Yy9zeXN0ZW1fd3JhcHBl cnMvaW50ZXJmYWNlL3Njb3BlZF9wdHIuaDogSW4gbWVtYmVyIGZ1bmN0aW9uICd2b2lkIHdl YnJ0Yzo6c2NvcGVkX2FycmF5PFQ+OjpyZXNldChUKiknOgovdXNyL3BvcnRzL3d3dy9zZWFt b25rZXkvd29yay9jb21tLXJlbGVhc2UvbW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsvd2Vi cnRjL21vZHVsZXMvLi4vLi4vd2VicnRjL3N5c3RlbV93cmFwcGVycy9pbnRlcmZhY2Uvc2Nv cGVkX3B0ci5oOjU5NjoxODogd2FybmluZzogdHlwZWRlZiAndHlwZV9tdXN0X2JlX2NvbXBs ZXRlJyBsb2NhbGx5IGRlZmluZWQgYnV0IG5vdCB1c2VkIFstV3VudXNlZC1sb2NhbC10eXBl ZGVmc10KICAgICB0eXBlZGVmIGNoYXIgdHlwZV9tdXN0X2JlX2NvbXBsZXRlW3NpemVvZihU KV07CiAgICAgICAgICAgICAgICAgIF4KSW4gZmlsZSBpbmNsdWRlZCBmcm9tIC91c3IvcG9y dHMvd3d3L3NlYW1vbmtleS93b3JrL2NvbW0tcmVsZWFzZS9vYmotaTM4Ni1wb3J0YmxkLWZy ZWVic2Q5LjMvbW96aWxsYS9tZWRpYS93ZWJydGMvdHJ1bmsvd2VicnRjL21vZHVsZXMvbW9k dWxlc19kZXNrdG9wX2NhcHR1cmUvVW5pZmllZF9jcHBfdWxlc19kZXNrdG9wX2NhcHR1cmUx LmNwcDo1NDowOgpfY3BwX3VsZXNfZGVza3RvcF9jYXB0dXJlMS5jcHA6NTQ6MDoKL3Vzci9w b3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL21vemlsbGEvbWVkaWEvd2Vi cnRjL3RydW5rL3dlYnJ0Yy9tb2R1bGVzL2Rlc2t0b3BfY2FwdHVyZS94MTEvZGVza3RvcF9k ZXZpY2VfaW5mb194MTEuY2M6IEluIG1lbWJlciBmdW5jdGlvbiAnaW50MzJfdCB3ZWJydGM6 OkRlc2t0b3BEZXZpY2VJbmZvWDExOjpNdWx0aU1vbml0b3JTY3JlZW5zaGFyZSgpJzoKL3Vz ci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL21vemlsbGEvbWVkaWEv d2VicnRjL3RydW5rL3dlYnJ0Yy9tb2R1bGVzL2Rlc2t0b3BfY2FwdHVyZS94MTEvZGVza3Rv cF9kZXZpY2VfaW5mb194MTEuY2M6MzQ6NDg6IGVycm9yOiAnc25wcmludGYnIHdhcyBub3Qg ZGVjbGFyZWQgaW4gdGhpcyBzY29wZQogICAgIHNucHJpbnRmKGlkU3RyLCBzaXplb2YoaWRT dHIpLCAiJWxkIiwgaWRTdHIpOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICBeCmdtYWtlWzVdOiAqKiogW1VuaWZpZWRfY3BwX3VsZXNfZGVza3Rv cF9jYXB0dXJlMS5vXSBFcnJvciAxCmdtYWtlWzVdOiBMZWF2aW5nIGRpcmVjdG9yeSAvdXNy L3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21tLXJlbGVhc2Uvb2JqLWkzODYtcG9ydGJs ZC1mcmVlYnNkOS4zL21vemlsbGEvbWVkaWEvd2VicnRjL3RydW5rL3dlYnJ0Yy9tb2R1bGVz L21vZHVsZXNfZGVza3RvcF9jYXB0dXJlJwpnbWFrZVs0XTogKioqIFttZWRpYS93ZWJydGMv dHJ1bmsvd2VicnRjL21vZHVsZXMvbW9kdWxlc19kZXNrdG9wX2NhcHR1cmUvY29tcGlsZV0g RXJyb3IgMgpnbWFrZVs0XTogTGVhdmluZyBkaXJlY3RvcnkgL3Vzci9wb3J0cy93d3cvc2Vh bW9ua2V5L3dvcmsvY29tbS1yZWxlYXNlL29iai1pMzg2LXBvcnRibGQtZnJlZWJzZDkuMy9t b3ppbGxhJwpnbWFrZVszXTogKioqIFtjb21waWxlXSBFcnJvciAyCmdtYWtlWzNdOiBMZWF2 aW5nIGRpcmVjdG9yeSAvdXNyL3BvcnRzL3d3dy9zZWFtb25rZXkvd29yay9jb21tLXJlbGVh c2Uvb2JqLWkzODYtcG9ydGJsZC1mcmVlYnNkOS4zL21vemlsbGEnCmdtYWtlWzJdOiAqKiog W2RlZmF1bHRdIEVycm9yIDIKZ21ha2VbMl06IExlYXZpbmcgZGlyZWN0b3J5IC91c3IvcG9y dHMvd3d3L3NlYW1vbmtleS93b3JrL2NvbW0tcmVsZWFzZS9vYmotaTM4Ni1wb3J0YmxkLWZy ZWVic2Q5LjMvbW96aWxsYScKZ21ha2VbMV06ICoqKiBbZGVmYXVsdF0gRXJyb3IgMgpnbWFr ZVsxXTogTGVhdmluZyBkaXJlY3RvcnkgL3Vzci9wb3J0cy93d3cvc2VhbW9ua2V5L3dvcmsv Y29tbS1yZWxlYXNlL29iai1pMzg2LXBvcnRibGQtZnJlZWJzZDkuMycKZ21ha2U6ICoqKiBb YnVpbGRdIEVycm9yIDIKKioqIFtkby1idWlsZF0gRXJyb3IgY29kZSAxCgpTdG9wIGluIC91 c3IvcG9ydHMvd3d3L3NlYW1vbmtleS4KKioqIFtzdGFnZV0gRXJyb3IgY29kZSAxCgpTdG9w IGluIC91c3IvcG9ydHMvd3d3L3NlYW1vbmtleS4KYnNkZnVsbCMgCg== --------------070501040504080703010804 Content-Type: text/plain; charset=windows-1252; name="patch-webrtc-x11" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch-webrtc-x11" LS0tIGNvbW0tcmVsZWFzZS9tb3ppbGxhL21lZGlhL3dlYnJ0Yy90cnVuay93ZWJydGMvbW9k dWxlcy9kZXNrdG9wX2NhcHR1cmUveDExL2Rlc2t0b3BfZGV2aWNlX2luZm9feDExLmNjCTIw MTQtMTAtMTMgMjM6MzY6MzEuMDAwMDAwMDAwIC0wNzAwCisrKyBkZXNrdG9wX2RldmljZV9p bmZvX3gxMS5jYwkyMDE0LTEwLTIxIDEyOjQxOjM4LjAwMDAwMDAwMCAtMDcwMApAQCAtMzEs NyArMzEsNiBAQAogICAgIHBEZXNrdG9wRGV2aWNlSW5mby0+c2V0RGV2aWNlTmFtZSgiUHJp bWFyeSBNb25pdG9yIik7CiAKICAgICBjaGFyIGlkU3RyWzY0XTsKLSAgICBzbnByaW50Zihp ZFN0ciwgc2l6ZW9mKGlkU3RyKSwgIiVsZCIsIGlkU3RyKTsKICAgICBwRGVza3RvcERldmlj ZUluZm8tPnNldFVuaXF1ZUlkTmFtZShpZFN0cik7CiAgICAgZGVza3RvcF9kaXNwbGF5X2xp c3RfW3BEZXNrdG9wRGV2aWNlSW5mby0+Z2V0U2NyZWVuSWQoKV0gPSBwRGVza3RvcERldmlj ZUluZm87CiAgIH0K --------------070501040504080703010804-- From owner-freebsd-gecko@FreeBSD.ORG Wed Oct 22 07:55:23 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93BCD9F for ; Wed, 22 Oct 2014 07:55:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C55E61B for ; Wed, 22 Oct 2014 07:55:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9M7tNY8040542 for ; Wed, 22 Oct 2014 07:55:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 193799] image problems with Firefox 32.0 Date: Wed, 22 Oct 2014 07:55:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: callumgibson@optusnet.com.au X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 07:55:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193799 --- Comment #8 from Callum Gibson --- Yes, I also found disabling OPTIMIZED_CFLAGS fixed it. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-gecko@FreeBSD.ORG Wed Oct 22 17:42:42 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 861C98DF; Wed, 22 Oct 2014 17:42:42 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE075AB1; Wed, 22 Oct 2014 17:42:41 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id 10so3316206lbg.28 for ; Wed, 22 Oct 2014 10:42:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=QLjaq/pb5ZkWoXAKmR9F756UQg7q+Qn7dZ7/bw+w/VU=; b=JMMnEJR/N09IuOrf09kYBEcNmZh1M3m5PiPiG2RFS7Hcci0Te7sRwrGTV6eoZYqOgN pycHNGHMQeg8zZsVkRmupqUPbGGMi8+9phxlcdXpdefxV8Qmpc6GrOaNbJ3Xs9Me+PX0 vdgskTpHW/rsyMWHQTJ9GfUAn/GMxwMjCWI/xv/hvq7J1kA+w2kP0b5YsYVZmLaMyHIf YZtZHo+/mwGHd+vjfQ/HqB5xX3wuU5sxaiLfFFwrYptmL4nNcvWM5wjxzVN+k4eC0K2j 7gh2gN4VUVeYALLS51m5ly+kKl3jcgL372hv7gvmrh7rREiB6aKEVLsv6WGaG6C85WzS AN/Q== MIME-Version: 1.0 X-Received: by 10.153.11.133 with SMTP id ei5mr43338484lad.75.1413999759570; Wed, 22 Oct 2014 10:42:39 -0700 (PDT) Received: by 10.25.217.8 with HTTP; Wed, 22 Oct 2014 10:42:39 -0700 (PDT) Date: Wed, 22 Oct 2014 19:42:39 +0200 Message-ID: Subject: www/linux-firefox package doesn't work From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 Cc: gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 17:42:42 -0000 linux-firefox 32.0.3,1 doesn't work on FreeBSD 8.4-stable. When started from the menu all wiondows just hang. When started from the shell I get this: tingo@kg-core1$ linux-firefox (firefox:65362): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number LoadPlugin: failed to initialize shared library libXt.so [libXt.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library /usr/home/tingo/.mozilla/plugins/npwrapper.libflashplayer.so [/usr/home/tingo/.mozilla/plugins/npwrapper.libflashplayer.so: wrong ELF class: ELFCLASS64] LoadPlugin: failed to initialize shared library /usr/local/lib/IcedTeaPlugin.so [/usr/local/lib/IcedTeaPlugin.so: wrong ELF class: ELFCLASS64] out of memory: 0x0000000000010000 bytes requested out of memory: 0x0000000000010000 bytes requested out of memory: 0x0000000000003A20 bytes requested Segmentation fault (core dumped) package info: root@kg-core1# pkg search linux-firefox linux-firefox-32.0.3,1 FreeBSD version info: root@kg-core1# uname -a FreeBSD kg-core1.kg4.no 8.4-STABLE FreeBSD 8.4-STABLE #1 r266590: Fri May 23 20:23:35 CEST 2014 root@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 It's getting increasingly difficult to work with FreeBSD as my workstation; I was stupid enough to upgrade Firefox to a newer version (ok, my fault), and now I find with the newest version of the ports tree that firefox-esr, firefox and chromium are all broken(does not build, or does not work). The only firefox package available is linux-firefox, and that doesn't work. I also trie installing chromium from a package, that crashes too. Not a good evening :-( -- Regards Torfinn Ingolfsen, Norway From owner-freebsd-gecko@FreeBSD.ORG Wed Oct 22 21:58:38 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90437D11 for ; Wed, 22 Oct 2014 21:58:38 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24ECBA4D for ; Wed, 22 Oct 2014 21:58:37 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9MLwScs093776 for ; Wed, 22 Oct 2014 21:58: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 s9MLwNbi092721 for freebsd-gecko@freebsd.org; Wed, 22 Oct 2014 21:58:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 22 Oct 2014 21:58:23 GMT Message-Id: <201410222158.s9MLwNbi092721@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] r1739 - branches/firefox33/www/firefox trunk/www/firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 21:58:38 -0000 Author: jbeich Date: Wed Oct 22 21:58:23 2014 New Revision: 1739 Log: disable -O3 or OPTIMIZED_CFLAGS by default per crashes and rendering artifacts PR: 192474, 192628, 193799 Reported by: many Modified: branches/firefox33/www/firefox/Makefile.options trunk/www/firefox/Makefile.options Modified: branches/firefox33/www/firefox/Makefile.options ============================================================================== --- branches/firefox33/www/firefox/Makefile.options Tue Oct 21 11:50:50 2014 (r1738) +++ branches/firefox33/www/firefox/Makefile.options Wed Oct 22 21:58:23 2014 (r1739) @@ -2,7 +2,7 @@ OPTIONS_DEFINE+= DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \ LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST -OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS +OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIONS_MULTI+= AUDIO OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO Modified: trunk/www/firefox/Makefile.options ============================================================================== --- trunk/www/firefox/Makefile.options Tue Oct 21 11:50:50 2014 (r1738) +++ trunk/www/firefox/Makefile.options Wed Oct 22 21:58:23 2014 (r1739) @@ -2,7 +2,7 @@ OPTIONS_DEFINE+= DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \ LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST -OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS +OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIONS_MULTI+= AUDIO OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 05:14:08 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 131217FF for ; Thu, 23 Oct 2014 05:14:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 008E9982 for ; Thu, 23 Oct 2014 05:14:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9N5E7Bi010262 for ; Thu, 23 Oct 2014 05:14:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 194543] www/libxul: unbreak sans TEST Date: Thu, 23 Oct 2014 05:14:07 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 05:14:08 -0000 Jan Beich has asked gecko@FreeBSD.org for maintainer-feedback: Bug 194543: www/libxul: unbreak sans TEST https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194543 --- Description --- Created attachment 148572 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148572&action=edit fix https://trillian.chruetertee.ch/freebsd-gecko/changeset/1734/branches/firefox33 https://trillian.chruetertee.ch/freebsd-gecko/changeset/1736/branches/firefox33 Only tested java version with icedtea-web. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gecko@FreeBSD.org From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 05:14:08 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64810801 for ; Thu, 23 Oct 2014 05:14:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C5EE984 for ; Thu, 23 Oct 2014 05:14:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9N5E87n010268 for ; Thu, 23 Oct 2014 05:14:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 194543] New: www/libxul: unbreak sans TEST Date: Thu, 23 Oct 2014 05:14:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter dependson flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 05:14:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194543 Bug ID: 194543 Summary: www/libxul: unbreak sans TEST Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: jbeich@vfemail.net Depends on: 194356 Assignee: gecko@FreeBSD.org Flags: maintainer-feedback?(gecko@FreeBSD.org) Created attachment 148572 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148572&action=edit fix https://trillian.chruetertee.ch/freebsd-gecko/changeset/1734/branches/firefox33 https://trillian.chruetertee.ch/freebsd-gecko/changeset/1736/branches/firefox33 Only tested java version with icedtea-web. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gecko@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 05:14:08 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8818A802 for ; Thu, 23 Oct 2014 05:14:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FFB3985 for ; Thu, 23 Oct 2014 05:14:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9N5E8kx010271 for ; Thu, 23 Oct 2014 05:14:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 194356] www/firefox et al. update to fix CVE-2014-157[4-8], CVE-2014-158[0-6] Date: Thu, 23 Oct 2014 05:14:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 05:14:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194356 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |194543 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 05:16:08 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14C838C6 for ; Thu, 23 Oct 2014 05:16:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0CDA99B for ; Thu, 23 Oct 2014 05:16:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9N5G7bb013151 for ; Thu, 23 Oct 2014 05:16:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 194543] www/libxul: unbreak sans TEST Date: Thu, 23 Oct 2014 05:16:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 05:16:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194543 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbeich@vfemail.net See Also| |https://bugzilla.mozilla.or | |g/show_bug.cgi?id=933111 --- Comment #2 from Jan Beich --- TEST is broken because of Mozilla bug 933111. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 11:43:36 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D75062B6 for ; Thu, 23 Oct 2014 11:43:36 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AE19950 for ; Thu, 23 Oct 2014 11:43:35 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9NBhWPq056791 for ; Thu, 23 Oct 2014 11:43:32 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s9NBhR0L056065 for freebsd-gecko@freebsd.org; Thu, 23 Oct 2014 11:43:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 23 Oct 2014 11:43:27 GMT Message-Id: <201410231143.s9NBhR0L056065@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] r1740 - branches/firefox33/www/firefox trunk/www/firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 11:43:36 -0000 Author: jbeich Date: Thu Oct 23 11:43:26 2014 New Revision: 1740 Log: backout the last commit, bug 193799 is specific to gcc which r1737 may fix Modified: branches/firefox33/www/firefox/Makefile.options trunk/www/firefox/Makefile.options Modified: branches/firefox33/www/firefox/Makefile.options ============================================================================== --- branches/firefox33/www/firefox/Makefile.options Wed Oct 22 21:58:23 2014 (r1739) +++ branches/firefox33/www/firefox/Makefile.options Thu Oct 23 11:43:26 2014 (r1740) @@ -2,7 +2,7 @@ OPTIONS_DEFINE+= DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \ LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST -OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING +OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS OPTIONS_MULTI+= AUDIO OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO Modified: trunk/www/firefox/Makefile.options ============================================================================== --- trunk/www/firefox/Makefile.options Wed Oct 22 21:58:23 2014 (r1739) +++ trunk/www/firefox/Makefile.options Thu Oct 23 11:43:26 2014 (r1740) @@ -2,7 +2,7 @@ OPTIONS_DEFINE+= DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \ LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST -OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING +OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS OPTIONS_MULTI+= AUDIO OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 11:43:58 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 840572CE for ; Thu, 23 Oct 2014 11:43:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AFDD95D for ; Thu, 23 Oct 2014 11:43:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9NBhwRP078906 for ; Thu, 23 Oct 2014 11:43:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 194543] www/libxul: unbreak sans TEST Date: Thu, 23 Oct 2014 11:43:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 11:43:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194543 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: beat Date: Thu Oct 23 11:43:24 UTC 2014 New revision: 371388 URL: https://svnweb.freebsd.org/changeset/ports/371388 Log: Unbreak sans TEST PR: 194543 Submitted by: Jan Beich MFH: 2014Q4 Changes: head/www/libxul/Makefile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 11:48:28 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 463903BB for ; Thu, 23 Oct 2014 11:48:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D08E98F for ; Thu, 23 Oct 2014 11:48:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9NBmSm2083179 for ; Thu, 23 Oct 2014 11:48:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 194543] www/libxul: unbreak sans TEST Date: Thu, 23 Oct 2014 11:48:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: beat@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 11:48:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194543 Beat Gaetzi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Issue Resolved CC| |beat@FreeBSD.org Resolution|--- |FIXED --- Comment #4 from Beat Gaetzi --- Committed. Thanks! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 19:00:49 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2EB68B67; Thu, 23 Oct 2014 19:00:49 +0000 (UTC) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 811C1BE; Thu, 23 Oct 2014 19:00:48 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id u10so1620599lbd.1 for ; Thu, 23 Oct 2014 12:00:46 -0700 (PDT) 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=fm3YQFnb3kko/cQaVGbXmiCByP5Y8akQKab2JQe2TzY=; b=em+dLIImg/jHPNvraTHjAmpij0b1nNn3Ee5L8wWoqs2Zvw4gqsYkkvSbUnH7stSTNF U2wkGm3EwQYxqHTtdSz1VPH8A8LqUSRwMIpkK26nCYkbBxKYG8OGui/HZ+Fpm1ho55zH QqpHs1orTFapHk/RjwLFSSELD5M+XDoVy3iS2W4oWWgYnKlMNJss3sR+kesxADaCdJUD JYyCH8PRorDV93bmykJgWMiC1SVjCr7I3/zrByolbReHPutLR5qzMid/dEkajcuD6Ysq OXtFmBc78j2G2uFKmHgSm9jMZ+FrHvtEW8EywCEfiUi+LL8bs44BEnXNgiYLpwL5J558 tgKQ== MIME-Version: 1.0 X-Received: by 10.152.10.143 with SMTP id i15mr115569lab.5.1414090846530; Thu, 23 Oct 2014 12:00:46 -0700 (PDT) Received: by 10.25.217.8 with HTTP; Thu, 23 Oct 2014 12:00:46 -0700 (PDT) In-Reply-To: <1414011534049-5958762.post@n5.nabble.com> References: <1414011534049-5958762.post@n5.nabble.com> Date: Thu, 23 Oct 2014 21:00:46 +0200 Message-ID: Subject: Re: www/linux-firefox package doesn't work From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 Cc: gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 19:00:49 -0000 On Wed, Oct 22, 2014 at 10:58 PM, Beeblebrox wrote: >>> [/usr/home/tingo/.mozilla/plugins/npwrapper.libflashplayer.so: wrong ELF > class: ELFCLASS64] > > This is what looks like the problem, It might seem like it. but that is not the problem: tingo@kg-core1$ linux-firefox -safe-mode (firefox:79317): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number firefox: Fatal IO error 12 (Cannot allocate memory) on X server :0.0. I really don't know why it complains about memory; this machine has 32 GB RAM, and currently only 12.6 GB is used. > but I would really; > 1. Seriously consider upgrading to 10.* Testing of FreeBSD 10.* is ongoing; when I'm ready to switch is far too early to say. > 2. Create poudriere jails for package upgrades (or just use the public > binaries) rather than relying on portmaster and such. This sounds (I know that it might not be intended that way) like you saying "only poudriere jails are supported; portupgrade and portmaster are not". > 3. Switch t o Linux-c6 rather than hanging around on Linux-f10 Well, you see, at this point in time, I'm in trouble solving mode. I'm trying to get myself a working browser (currently using Opera, workable in Gmail, unusable many other places) on my FreeBSD workstation so that I can be a bit productive again. So a suggestion to change a lot of things (linux- ports) sounds like "yes, let's change a lot of additional ports and increase the work needed to test all this" just now doesn't look like the smartest thing I might do. If all else faiils (but why should it?) I might be forced to try that as well. -- Regards, Torfinn Ingolfsen From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 19:47:05 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F38B6EA5; Thu, 23 Oct 2014 19:47:04 +0000 (UTC) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DAD47CD; Thu, 23 Oct 2014 19:47:04 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id mc6so1717671lab.2 for ; Thu, 23 Oct 2014 12:47:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=kbSvxN+FgnzhP+rX+jHGDOSBPjhnqStcXhiEsm8KJuo=; b=F1jpb8qYN5w3gHJMQLvhLhO/q46mfxWegnIUXEF4uI8bHFUh+L04T8VBXPMHSVZOG+ AxqFYnXtD8F3p5zJHSnN1C64+zTwQgsqO8JoHXZQOl7e73c3I6yvpmAzQg2SbcLk61o0 i6kzHtYyeuQnyyV4mKvkDVs7sssTse5NeDR3W2Ue0B6HVms8OeCj10HBbNBe2sEkisXS UpyqWGyiNSQtxbm9JxR5PxCkWvxIzrMThSagoy/RpeP8cjQ7uBgEWQwDoGBm/BOzJuia q52cA58w/esgzEIQjXeoYJBR+nUoqu8TyFRHo4V6+GafyJluPITHdJWXgPm0PjNG1dzv eGkQ== MIME-Version: 1.0 X-Received: by 10.112.146.5 with SMTP id sy5mr18086lbb.97.1414093622253; Thu, 23 Oct 2014 12:47:02 -0700 (PDT) Received: by 10.25.217.8 with HTTP; Thu, 23 Oct 2014 12:47:02 -0700 (PDT) Date: Thu, 23 Oct 2014 21:47:02 +0200 Message-ID: Subject: firefox-33.0,1 fails on FeeBSD 8.4-stable From: Torfinn Ingolfsen To: gecko@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Ports ML X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 19:47:05 -0000 the www/firefox port (firefox-33.0,1) fails on FreeBSD 8.4-stable. Info: tingo@kg-core1$ uname -a FreeBSD kg-core1.kg4.no 8.4-STABLE FreeBSD 8.4-STABLE #1 r266590: Fri May 23 20:23:35 CEST 2014 root@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 tingo@kg-core1$ ident /usr/ports/www/firefox/Makefile /usr/ports/www/firefox/Makefile: $FreeBSD: head/www/firefox/Makefile 370932 2014-10-15 15:48:16Z beat $ A normal start: tingo@kg-core1$ firefox (process:79465): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed Bus error (core dumped) start in safe mode: tingo@kg-core1$ firefox -safe-mode (process:79448): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed 1414092654908 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 1414092655 seconds ago, minimum seconds: 86400 1414092654908 GMPInstallManager._getURL INFO Using url: https://aus4.mozilla.org/update/3/GMP/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml 1414092654909 GMPInstallManager._getURL INFO Using url (with replacement): https://aus4.mozilla.org/update/3/GMP/33.0/20141022201320/FreeBSD_x86_64-gcc3/en-US/default/FreeBSD%208.4-STABLE%20(GTK%202.24.22)/default/default/update.xml 1414092654910 GMPInstallManager.checkForAddons INFO sending request to: https://aus4.mozilla.org/update/3/GMP/33.0/20141022201320/FreeBSD_x86_64-gcc3/en-US/default/FreeBSD%208.4-STABLE%20(GTK%202.24.22)/default/default/update.xml 1414092660613 GMPInstallManager.onLoadXML INFO request completed downloading document 1414092660613 GMPInstallManager.onLoadXML INFO allowNonBuiltIn: false 1414092660705 GMPInstallManager.simpleCheckAndInstall INFO Found 0 addons advertised. 1414092660705 GMPInstallManager.simpleCheckAndInstall INFO No new addons to install, returning 1414092683232 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 22 seconds ago, minimum seconds: 86400 1414092683232 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092684534 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 24 seconds ago, minimum seconds: 86400 1414092684534 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092687095 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 26 seconds ago, minimum seconds: 86400 1414092687095 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092687680 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 27 seconds ago, minimum seconds: 86400 1414092687680 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092687747 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 27 seconds ago, minimum seconds: 86400 1414092687747 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092689217 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 28 seconds ago, minimum seconds: 86400 1414092689217 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092689481 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 28 seconds ago, minimum seconds: 86400 1414092689481 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092690536 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 30 seconds ago, minimum seconds: 86400 1414092690536 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092694843 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 34 seconds ago, minimum seconds: 86400 1414092694843 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092695294 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 34 seconds ago, minimum seconds: 86400 1414092695294 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092696834 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 36 seconds ago, minimum seconds: 86400 1414092696834 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092697986 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 37 seconds ago, minimum seconds: 86400 1414092697986 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092698977 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 38 seconds ago, minimum seconds: 86400 1414092698977 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092699974 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 39 seconds ago, minimum seconds: 86400 1414092699975 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092700639 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 40 seconds ago, minimum seconds: 86400 1414092700639 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092700650 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 40 seconds ago, minimum seconds: 86400 1414092700650 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092701496 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 40 seconds ago, minimum seconds: 86400 1414092701496 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092702922 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 42 seconds ago, minimum seconds: 86400 1414092702922 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092702978 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 42 seconds ago, minimum seconds: 86400 1414092702978 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092705522 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 45 seconds ago, minimum seconds: 86400 1414092705522 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092706589 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 46 seconds ago, minimum seconds: 86400 1414092706590 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092707355 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 46 seconds ago, minimum seconds: 86400 1414092707355 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092707586 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 47 seconds ago, minimum seconds: 86400 1414092707586 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092707629 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 47 seconds ago, minimum seconds: 86400 1414092707629 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092709624 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 49 seconds ago, minimum seconds: 86400 1414092709624 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092710279 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 49 seconds ago, minimum seconds: 86400 1414092710279 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092710584 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 50 seconds ago, minimum seconds: 86400 1414092710584 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092711063 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 50 seconds ago, minimum seconds: 86400 1414092711063 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092712846 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 52 seconds ago, minimum seconds: 86400 1414092712846 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092715278 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 54 seconds ago, minimum seconds: 86400 1414092715279 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092715298 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 54 seconds ago, minimum seconds: 86400 1414092715298 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092717526 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 57 seconds ago, minimum seconds: 86400 1414092717526 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092717819 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 57 seconds ago, minimum seconds: 86400 1414092717819 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092718515 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 58 seconds ago, minimum seconds: 86400 1414092718515 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092720021 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 59 seconds ago, minimum seconds: 86400 1414092720021 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092720731 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 60 seconds ago, minimum seconds: 86400 1414092720731 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092721968 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 61 seconds ago, minimum seconds: 86400 1414092721968 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092723291 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 62 seconds ago, minimum seconds: 86400 1414092723291 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092724656 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 64 seconds ago, minimum seconds: 86400 1414092724656 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092725828 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 65 seconds ago, minimum seconds: 86400 1414092725828 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092725831 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 65 seconds ago, minimum seconds: 86400 1414092725831 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092725876 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 65 seconds ago, minimum seconds: 86400 1414092725876 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092725959 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 65 seconds ago, minimum seconds: 86400 1414092725959 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092727246 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 66 seconds ago, minimum seconds: 86400 1414092727246 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092727754 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 67 seconds ago, minimum seconds: 86400 1414092727755 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092728747 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 68 seconds ago, minimum seconds: 86400 1414092728747 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092742684 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 82 seconds ago, minimum seconds: 86400 1414092742684 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092746467 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 85 seconds ago, minimum seconds: 86400 1414092746467 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. 1414092787680 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 127 seconds ago, minimum seconds: 86400 1414092787680 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates. Bus error (core dumped) Ports tree updated yesterday. HTH -- Regards, Torfinn IngolfsenI From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 19:48:18 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97206FD2 for ; Thu, 23 Oct 2014 19:48:18 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BF657E5 for ; Thu, 23 Oct 2014 19:48:17 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9NJmEE5063985 for ; Thu, 23 Oct 2014 19:48:14 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s9NJm9TJ062002 for freebsd-gecko@freebsd.org; Thu, 23 Oct 2014 19:48:09 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 23 Oct 2014 19:48:09 GMT Message-Id: <201410231948.s9NJm9TJ062002@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] r1741 - in trunk: Mk mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 19:48:18 -0000 Author: jbeich Date: Thu Oct 23 19:48:08 2014 New Revision: 1741 Log: drop non-objdir build support Modified: trunk/Mk/bsd.gecko.mk trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/libxul/Makefile trunk/www/seamonkey/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Thu Oct 23 11:43:26 2014 (r1740) +++ trunk/Mk/bsd.gecko.mk Thu Oct 23 19:48:08 2014 (r1741) @@ -96,8 +96,14 @@ WRKSRC?= ${WRKDIR}/mozilla PLISTF?= ${WRKDIR}/plist_files +MOZ_OBJDIR?= ${WRKSRC}/obj-${CONFIGURE_TARGET} +CONFIGURE_WRKSRC?=${MOZ_OBJDIR} +BUILD_WRKSRC?= ${MOZ_OBJDIR} +INSTALL_WRKSRC?=${MOZ_OBJDIR} + MOZ_PIS_DIR?= lib/${MOZILLA}/init.d +CONFIGURE_SCRIPT?=../configure PORT_MOZCONFIG?= ${FILESDIR}/mozconfig.in MOZCONFIG?= ${WRKSRC}/.mozconfig MOZILLA_PLIST_DIRS?= bin lib share/pixmaps share/applications @@ -113,6 +119,7 @@ MOZ_EXPORT+= ${CONFIGURE_ENV} \ PERL="${PERL}" MOZ_OPTIONS+= ${CONFIGURE_TARGET} --prefix="${PREFIX}" +MOZ_MK_OPTIONS+=MOZ_OBJDIR="${MOZ_OBJDIR}" CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath,${PREFIX}/lib/${MOZILLA} @@ -450,17 +457,6 @@ MOZ_OPTIONS+= --disable-v1-string-abi .endif -.if defined(OBJDIR_BUILD) -CONFIGURE_SCRIPT=../configure - -MOZ_OBJDIR= ${WRKSRC}/obj-${CONFIGURE_TARGET} -CONFIGURE_WRKSRC=${MOZ_OBJDIR} -BUILD_WRKSRC= ${MOZ_OBJDIR} -INSTALL_WRKSRC= ${MOZ_OBJDIR} -.else -MOZ_OBJDIR= ${WRKSRC} -.endif - .else # bsd.port.post.mk pre-extract: gecko-pre-extract @@ -569,9 +565,7 @@ pre-configure: gecko-pre-configure gecko-pre-configure: -.if defined(OBJDIR_BUILD) ${MKDIR} ${MOZ_OBJDIR} -.endif post-configure: gecko-post-configure Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Thu Oct 23 11:43:26 2014 (r1740) +++ trunk/mail/thunderbird/Makefile Thu Oct 23 19:48:08 2014 (r1741) @@ -35,7 +35,6 @@ L_VERSION= 3.3.2 SSP_UNSAFE= yes -OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko USE_MOZILLA= # empty Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Thu Oct 23 11:43:26 2014 (r1740) +++ trunk/www/firefox-esr/Makefile Thu Oct 23 19:48:08 2014 (r1741) @@ -31,7 +31,6 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS= firefox-3[02-9].* firefox-2[0-35-9].* Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Thu Oct 23 11:43:26 2014 (r1740) +++ trunk/www/firefox-nightly/Makefile Thu Oct 23 19:48:08 2014 (r1741) @@ -35,7 +35,6 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l FETCH_ENV= SSL_CA_CERT_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt -OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CPE_VERSION= ${PORTVERSION:R} CPE_UPDATE= alpha1 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Thu Oct 23 11:43:26 2014 (r1740) +++ trunk/www/firefox/Makefile Thu Oct 23 19:48:08 2014 (r1741) @@ -31,7 +31,6 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CONFLICTS= firefox-esr-31.* firefox-esr-24.* firefox-esr-17.* MOZ_PKGCONFIG_FILES= # empty Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Thu Oct 23 11:43:26 2014 (r1740) +++ trunk/www/libxul/Makefile Thu Oct 23 19:48:08 2014 (r1741) @@ -48,7 +48,6 @@ MOZ_OPTIONS?= --enable-application=xulrunner USE_GECKO= gecko CPE_PRODUCT= firefox_esr -OBJDIR_BUILD= # in-tree build broken after bug 789837 MOZILLA_EXEC_NAME=xulrunner USE_MOZILLA= # empty MOZILLA_PLIST_DIRS= bin include lib share/idl libdata Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Thu Oct 23 11:43:26 2014 (r1740) +++ trunk/www/seamonkey/Makefile Thu Oct 23 19:48:08 2014 (r1741) @@ -35,7 +35,6 @@ L_VERSION= 3.5 SSP_UNSAFE= yes -OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko WANT_GNOME= yes USE_QT5= # empty From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 19:48:24 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC5A0FDF for ; Thu, 23 Oct 2014 19:48:24 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56CCC7E7 for ; Thu, 23 Oct 2014 19:48:24 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9NJmMrW067023 for ; Thu, 23 Oct 2014 19:48:22 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s9NJmHRW065448 for freebsd-gecko@freebsd.org; Thu, 23 Oct 2014 19:48:17 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 23 Oct 2014 19:48:17 GMT Message-Id: <201410231948.s9NJmHRW065448@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] r1742 - in trunk: Mk mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 19:48:24 -0000 Author: jbeich Date: Thu Oct 23 19:48:17 2014 New Revision: 1742 Log: drop non-client.mk build support Modified: trunk/Mk/bsd.gecko.mk trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/libxul/Makefile trunk/www/seamonkey/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Thu Oct 23 19:48:08 2014 (r1741) +++ trunk/Mk/bsd.gecko.mk Thu Oct 23 19:48:17 2014 (r1742) @@ -97,15 +97,13 @@ PLISTF?= ${WRKDIR}/plist_files MOZ_OBJDIR?= ${WRKSRC}/obj-${CONFIGURE_TARGET} -CONFIGURE_WRKSRC?=${MOZ_OBJDIR} -BUILD_WRKSRC?= ${MOZ_OBJDIR} -INSTALL_WRKSRC?=${MOZ_OBJDIR} MOZ_PIS_DIR?= lib/${MOZILLA}/init.d -CONFIGURE_SCRIPT?=../configure PORT_MOZCONFIG?= ${FILESDIR}/mozconfig.in MOZCONFIG?= ${WRKSRC}/.mozconfig +# XXX Not ?= because fmake uses MAKEFILE internally +MAKEFILE= ${WRKSRC}/client.mk MOZILLA_PLIST_DIRS?= bin lib share/pixmaps share/applications PKGINSTALL?= ${WRKDIR}/pkg-install PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall @@ -115,6 +113,8 @@ MOZ_PKGCONFIG_FILES?= ${MOZILLA}-gtkmozembed ${MOZILLA}-js \ ${MOZILLA}-xpcom ${MOZILLA}-plugin +ALL_TARGET?= build + CONFIGURE_TARGET:=${ARCH:C/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} MOZ_EXPORT+= ${CONFIGURE_ENV} \ PERL="${PERL}" @@ -338,8 +338,6 @@ USES:= compiler:gcc-c++11-lib ${USES:Ncompiler*c++11*} USE_DISPLAY=yes -.undef GNU_CONFIGURE -MAKEFILE= ${WRKSRC}/client.mk ALL_TARGET= profiledbuild MOZ_EXPORT+=MOZ_OPTIMIZE_FLAGS="-Os" MOZ_PGO_OPTIMIZE_FLAGS="${CFLAGS:M-O*}" .endif Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Thu Oct 23 19:48:08 2014 (r1741) +++ trunk/mail/thunderbird/Makefile Thu Oct 23 19:48:17 2014 (r1742) @@ -41,7 +41,6 @@ WANT_GNOME= yes USE_QT5= # empty QT_NONSTANDARD= yes -ALL_TARGET= default USE_GL= gl USES= dos2unix tar:bzip2 DOS2UNIX_FILES= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp @@ -62,11 +61,6 @@ OPTIONS_DEFINE= ENIGMAIL LIGHTNING OPTIONS_DEFAULT=ENIGMAIL LIGHTNING -# non-client.mk objdir build broken after bug 846540 -.undef GNU_CONFIGURE -ALL_TARGET= build -MAKEFILE= ${WRKSRC}/client.mk - .include "${.CURDIR}/../../www/firefox/Makefile.options" OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/GSTREAMER//} Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Thu Oct 23 19:48:08 2014 (r1741) +++ trunk/www/firefox-esr/Makefile Thu Oct 23 19:48:17 2014 (r1742) @@ -41,8 +41,6 @@ WANT_GNOME= yes USE_QT5= # empty QT_NONSTANDARD= yes -ALL_TARGET= default -GNU_CONFIGURE= yes USE_GL= gl USES= dos2unix tar:bzip2 DOS2UNIX_FILES= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Thu Oct 23 19:48:08 2014 (r1741) +++ trunk/www/firefox-nightly/Makefile Thu Oct 23 19:48:17 2014 (r1742) @@ -48,7 +48,6 @@ WANT_GNOME= yes USE_QT5= # empty QT_NONSTANDARD= yes -ALL_TARGET= build MAKEFILE= ${WRKSRC}/client.mk USE_GL= gl USES= dos2unix tar:bzip2 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Thu Oct 23 19:48:08 2014 (r1741) +++ trunk/www/firefox/Makefile Thu Oct 23 19:48:17 2014 (r1742) @@ -40,8 +40,6 @@ WANT_GNOME= yes USE_QT5= # empty QT_NONSTANDARD= yes -ALL_TARGET= default -GNU_CONFIGURE= yes USE_GL= gl USES= dos2unix tar:bzip2 DOS2UNIX_FILES= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Thu Oct 23 19:48:08 2014 (r1741) +++ trunk/www/libxul/Makefile Thu Oct 23 19:48:17 2014 (r1742) @@ -36,8 +36,6 @@ USE_QT5= # empty QT_NONSTANDARD= yes WANT_PERL= yes -ALL_TARGET= default -GNU_CONFIGURE= yes USE_GL= gl USES= dos2unix pathfix tar:bzip2 DOS2UNIX_FILES= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Thu Oct 23 19:48:08 2014 (r1741) +++ trunk/www/seamonkey/Makefile Thu Oct 23 19:48:17 2014 (r1742) @@ -40,7 +40,6 @@ USE_QT5= # empty QT_NONSTANDARD= yes WANT_PERL= yes -ALL_TARGET= default USE_GL= gl USES= dos2unix tar:bzip2 DOS2UNIX_FILES= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp @@ -63,11 +62,6 @@ LDAP_DESC?= LDAP support for Mailnews MAILNEWS_DESC?= Mail and News modules -# non-client.mk objdir build broken after bug 846540 -.undef GNU_CONFIGURE -ALL_TARGET= build -MAKEFILE= ${WRKSRC}/client.mk - .include "${.CURDIR}/../../www/firefox/Makefile.options" .include From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 19:48:31 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB631FEA for ; Thu, 23 Oct 2014 19:48:31 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F9257E8 for ; Thu, 23 Oct 2014 19:48:31 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9NJmTgM069446 for ; Thu, 23 Oct 2014 19:48:29 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s9NJmOMt068537 for freebsd-gecko@freebsd.org; Thu, 23 Oct 2014 19:48:24 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 23 Oct 2014 19:48:24 GMT Message-Id: <201410231948.s9NJmOMt068537@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] r1743 - in trunk: Mk www/firefox-nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 19:48:31 -0000 Author: jbeich Date: Thu Oct 23 19:48:24 2014 New Revision: 1743 Log: configure in a separate step Modified: trunk/Mk/bsd.gecko.mk trunk/www/firefox-nightly/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Thu Oct 23 19:48:17 2014 (r1742) +++ trunk/Mk/bsd.gecko.mk Thu Oct 23 19:48:24 2014 (r1743) @@ -560,10 +560,14 @@ @${MOZCONFIG_SED} < ${FILESDIR}/${moz} > ${WRKDIR}/${moz} .endfor -pre-configure: gecko-pre-configure +do-configure: gecko-do-configure -gecko-pre-configure: - ${MKDIR} ${MOZ_OBJDIR} +gecko-do-configure: + @(if ! ${DO_MAKE_BUILD} configure; then \ + ${ECHO_MSG} "===> Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \ + (${ECHO_CMD} ${CONFIGURE_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ + ${FALSE}; \ + fi) post-configure: gecko-post-configure Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Thu Oct 23 19:48:17 2014 (r1742) +++ trunk/www/firefox-nightly/Makefile Thu Oct 23 19:48:24 2014 (r1743) @@ -100,6 +100,10 @@ (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) .else +do-configure: + cd ${WRKSRC} && MOZBUILD_STATE_PATH=${WRKDIR} \ + ${MAKE_ENV} ${PYTHON_CMD} ${MOZSRC}/mach configure + do-build: cd ${WRKSRC} && MOZBUILD_STATE_PATH=${WRKDIR} \ ${MAKE_ENV} ${PYTHON_CMD} ${MOZSRC}/mach build From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 23 19:48:38 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F9E3FF5 for ; Thu, 23 Oct 2014 19:48:38 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 043467E9 for ; Thu, 23 Oct 2014 19:48:37 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9NJmaW5070834 for ; Thu, 23 Oct 2014 19:48:36 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s9NJmVeo070369 for freebsd-gecko@freebsd.org; Thu, 23 Oct 2014 19:48:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 23 Oct 2014 19:48:31 GMT Message-Id: <201410231948.s9NJmVeo070369@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] r1744 - trunk/mail/thunderbird MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 19:48:38 -0000 Author: jbeich Date: Thu Oct 23 19:48:30 2014 New Revision: 1744 Log: unbreak thunderbird Modified: trunk/mail/thunderbird/Makefile Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Thu Oct 23 19:48:24 2014 (r1743) +++ trunk/mail/thunderbird/Makefile Thu Oct 23 19:48:30 2014 (r1744) @@ -72,6 +72,11 @@ XPI_LIBDIR= ${PREFIX}/lib/xpi +.if ${PORTVERSION:R:R} < 33 +CONFIGURE_TARGET:=${CONFIGURE_TARGET:S/portbld/unknown/} +MOZ_OPTIONS:= ${MOZ_OPTIONS:N${CONFIGURE_TARGET}} +.endif + .if ${PORT_OPTIONS:MALSA} RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib .endif From owner-freebsd-gecko@FreeBSD.ORG Fri Oct 24 08:08:34 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6324F118 for ; Fri, 24 Oct 2014 08:08:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AE0A937 for ; Fri, 24 Oct 2014 08:08:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9O88Y8n028154 for ; Fri, 24 Oct 2014 08:08:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 194543] www/libxul: unbreak sans TEST Date: Fri, 24 Oct 2014 08:08:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 08:08:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194543 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: beat Date: Fri Oct 24 08:08:11 UTC 2014 New revision: 371425 URL: https://svnweb.freebsd.org/changeset/ports/371425 Log: MFH: r371388 Unbreak sans TEST PR: 194543 Submitted by: Jan Beich Approved by: ports-secteam (rea) Changes: _U branches/2014Q4/ branches/2014Q4/www/libxul/Makefile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Fri Oct 24 11:32:45 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE2FDE98 for ; Fri, 24 Oct 2014 11:32:45 +0000 (UTC) Received: from outbound-mail03.dca.untd.com (outbound-mail03.dca.untd.com [64.136.47.37]) by mx1.freebsd.org (Postfix) with SMTP id 33A953CE for ; Fri, 24 Oct 2014 11:32:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=juno.com; s=alpha; t=1414150363; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; l=0; h=From:Subject:To:Content-Type:Date:Message-Id; b=UDuC0/gLG93Rl7lp4sQr5UqiHMExKtKM/70Lua4okwwwhCOQXLeoQ96PyJ9/+GB8t 0d/i3kYB4NZ/gbgl9FG9X5csO/lLvnK02zxmQWYvXOxjoEXBs0BKDCwYA74S09WrlI KT9JHJrxSjTma2fAIc4I8zTANExESTOz15ejM+zo= X-UOL-TAGLINE: true Received: from bmcts02 (50-244-82-113-static.hfc.comcastbusiness.net [50.244.82.113]) by smtpout04.dca.untd.com with SMTP id AABLEWP3EABWJ8F2 for (sender ); Fri, 24 Oct 2014 04:25:24 -0700 (PDT) From: "Wells Fargo Online" Subject: Account Update To: gecko@freebsd.org Content-Type: multipart/mixed; boundary="0f6RQhNm=_QZS5U64QJMdpv1fmPSe9Ip8A0" MIME-Version: 1.0 Reply-To: allison.lawton@redmusic.com Date: Fri, 24 Oct 2014 07:25:23 -0400 Message-Id: X-Originating-Ip: 50.244.82.113 X-UNTD-BodySize: 19416 X-ContentStamp: 2:2:4229032079 X-MAIL-INFO: 5dba3f77ba37335aef3f9f2a8ebf8f0e071ffe232f1f471b3e2f43ab23a74b779a8a5b9ab7c34a738a4fea43aff75e6ad33f7e9fd377cf979fab9e7edf1a273a631a73f7d34f5e5bdbda6bf38aea9e6fcbc74aa373 X-UNTD-OriginStamp: q6HqRZ+WHj+9BtXGoL/XVTfGTUdsiIYYKOKVrUqgqXWVC1GT12VCjg== X-UNTD-Peer-Info: 10.171.42.34|smtpout04.dca.untd.com|smtpout04.dca.untd.com|instagone@juno.com X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 11:32:45 -0000 This is a multi-part message in MIME format --0f6RQhNm=_QZS5U64QJMdpv1fmPSe9Ip8A0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable - This mail is in HTML. Some elements may be ommited in plain text. - Dear Wells Fargo Client, Due to recent upgrade on your account, we wish to inform you of an impor= tant update on your billing details. An update form is attached to this mail, download and fill accordingly. Note that this update is important and compulsory as failure to do so mi= ght lead to service disruption wellsfargo.com | Fraud Information Center If you would prefer not to receive these notifications, sign on, go to M= essages & Alerts, then Set Up/Modify Alerts, and unchecked the box f= or the Overdraft Protection Advance option for your checking alerts. Please do not reply to this email directly =2E. To ensure a prompt and secure response, sign on to email us. ____________________________________________________________ Map Your Flood Risk Find Floodplan Maps, Facts, FAQs, Your Flood Risk Profile and More! http://thirdpartyoffers.juno.com/TGL3131/544a372451550371d1ffdst04duc --0f6RQhNm=_QZS5U64QJMdpv1fmPSe9Ip8A0 Content-Type: application/octet-stream; name="wellsfargo_verification_updat.html" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="wellsfargo_verification_updat.html" PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRNTCAxLjAgVHJhbnNpdGlvbmFs Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1sMS9EVEQveGh0bWwxLXRyYW5zaXRpb25h bC5kdGQiPg0KPGh0bWwgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGh0bWwiIHhtbDps YW5nPSJlbiIgbGFuZz0iZW4iPjxoZWFkPg0KPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC10eXBl IiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9VVRGLTgiPg0KDQoNCg0KDQoNCg0KDQo8dGl0 bGU+V2VsbHMgRmFyZ28mbmJzcDtTaWduIE9uIHRvIFZpZXcgWW91ciBBY2NvdW50czwvdGl0bGU+ DQoNCjxzY3JpcHQgc3JjPSJodHRwczovL29ubGluZS53ZWxsc2ZhcmdvLmNvbS9kYXMvY29tbW9u L3NjcmlwdHMvd2Z3aWJsaWIuanM/cD0yMDEzLjAxLjIuMiIgdHlwZT0idGV4dC9qYXZhc2NyaXB0 Ij48L3NjcmlwdD48c2NyaXB0IHNyYz0iaHR0cHM6Ly9vbmxpbmUud2VsbHNmYXJnby5jb20vZGFz L2NvbW1vbi9zY3JpcHRzL2pxdWVyeS5qcz9wPTIwMTMuMDEuMi4yIiB0eXBlPSJ0ZXh0L2phdmFz Y3JpcHQiPjwvc2NyaXB0PjxzY3JpcHQgc3JjPSJodHRwczovL29ubGluZS53ZWxsc2ZhcmdvLmNv bS9kYXMvY29tbW9uL3NjcmlwdHMvdXRpbC5qcz9wPTIwMTMuMDEuMi4yIiB0eXBlPSJ0ZXh0L2ph dmFzY3JpcHQiPjwvc2NyaXB0PjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJCQkJCQkuYXV4QWph eEFuY2hvciB7ZGlzcGxheTogbm9uZTt9IA0KCQkJCQk8L3N0eWxlPjwvaGVhZD48Ym9keSBpZD0i b25saW5lX3dlbGxzZmFyZ29fY29tIj48YSBocmVmPSJodHRwczovL29ubGluZS53ZWxsc2Zhcmdv LmNvbS9kYXMvY2dpLWJpbi9zZXNzaW9uLmNnaT9zZXNzYXJncz1HZ2kzcDV4RUZ1TWxrVHVUTTF2 ZGt0NkdoaFV4Mlh2ciIgY2xhc3M9ImF1eEFqYXhBbmNob3IgZXhjZXB0aW9uTm90aWZpZXIiIHRp dGxlPSJ1c2VkIGJ5IEFKQVggYXJ0aWZhY3RzIj48L2E+PGxpbmsgcmVsPSJzdHlsZXNoZWV0IiB0 eXBlPSJ0ZXh0L2NzcyIgaHJlZj0iaHR0cHM6Ly9vbmxpbmUud2VsbHNmYXJnby5jb20vY29tbW9u L3N0eWxlcy9hc3luYy1rZWVwYWxpdmUuY3NzP3A9MjAxMy4wMS4yLjIiPjxzY3JpcHQgc3JjPSJo dHRwczovL29ubGluZS53ZWxsc2ZhcmdvLmNvbS9kYXMvY29tbW9uL3NjcmlwdHMvYXN5bmMta2Vl cGFsaXZlLmpzP3A9MjAxMy4wMS4yLjIiIHR5cGU9InRleHQvamF2YXNjcmlwdCI+PC9zY3JpcHQ+ PGxpbmsgcmVsPSJzdHlsZXNoZWV0IiB0eXBlPSJ0ZXh0L2NzcyIgaHJlZj0iaHR0cHM6Ly9vbmxp bmUud2VsbHNmYXJnby5jb20vZGFzL2NvbW1vbi9zdHlsZXMvcHVibGljc2l0ZS5jc3M/cD0yMDEz LjAxLjIuMiIgbWVkaWE9InNjcmVlbixwcm9qZWN0aW9uLHByaW50Ij48bGluayByZWw9InNob3J0 Y3V0IGljb24iIHR5cGU9ImltYWdlL3gtaWNvbiIgaHJlZj0iaHR0cHM6Ly9vbmxpbmUud2VsbHNm YXJnby5jb20vZGFzL2NvbW1vbi9pbWFnZXMvZmF2aWNvbi5pY28/cD0yMDEzLjAxLjIuMiI+PGxp bmsgcmVsPSJpY29uIiB0eXBlPSJpbWFnZS94LWljb24iIGhyZWY9Imh0dHBzOi8vb25saW5lLndl bGxzZmFyZ28uY29tL2Rhcy9jb21tb24vaW1hZ2VzL2Zhdmljb24uaWNvP3A9MjAxMy4wMS4yLjIi Pg0KICAgIA0KICAgIA0KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPg0KIDwhLS0gLy8g PCFbQ0RBVEFbDQogICAgaWYgKHRvcAkhPSBzZWxmKSB7DQogICAgICAgIHRvcC5sb2NhdGlvbi5o cmVmID0gc2VsZi5sb2NhdGlvbi5ocmVmOw0KICAgIH0NCiAvLyBdXT4gLS0+DQo8L3NjcmlwdD4N CiAgICA8YSBuYW1lPSJ0b3AiIGlkPSJ0b3AiPjwvYT4NCiAgICA8ZGl2IGlkPSJzaGVsbCIgY2xh c3M9Ikw1Ij4NCgkJDQoNCgkNCgk8ZGl2IGlkPSJtYXN0aGVhZCI+DQoJCTxkaXYgaWQ9ImJyYW5k Ij4NCgkJCQ0KICAgICAgICAgICAgICAJPGEgaHJlZj0iaHR0cHM6Ly93d3cud2VsbHNmYXJnby5j b20vIiB0YWJpbmRleD0iNSI+PGltZyBzcmM9Imh0dHBzOi8vYTI0OC5lLmFrYW1haS5uZXQvNy8y NDgvMzYwOC9iYjYxMTYyZTdhNzg3Zi9vbmxpbmUud2VsbHNmYXJnby5jb20vZGFzL2NvbW1vbi9p bWFnZXMvbG9nb182MnNxLmdpZiIgaWQ9ImxvZ28iIGFsdD0iV2VsbHMgRmFyZ28gSG9tZSBQYWdl Ij48L2E+PGEgaHJlZj0iaHR0cHM6Ly93d3cud2VsbHNmYXJnby5jb20vYXV4aWxpYXJ5X2FjY2Vz cy9hYV90YWxrYXRtbG9jIiB0YWJpbmRleD0iNSI+PGltZyBzcmM9Imh0dHBzOi8vYTI0OC5lLmFr YW1haS5uZXQvNy8yNDgvMzYwOC8xZDgzNTI5MDVmMmMzOC9vbmxpbmUud2VsbHNmYXJnby5jb20v ZGFzL2NvbW1vbi9pbWFnZXMvc2hpbS5naWYiIGNsYXNzPSJpbmxpbmUiIGFsdD0iVGFsa2luZyBB VE0gTG9jYXRpb25zIiBoZWlnaHQ9IjEiIGJvcmRlcj0iMCIgd2lkdGg9IjEiPjwvYT48YSBocmVm PSIjc2tpcCIgdGFiaW5kZXg9IjUiPjxpbWcgc3JjPSJodHRwczovL2EyNDguZS5ha2FtYWkubmV0 LzcvMjQ4LzM2MDgvMWQ4MzUyOTA1ZjJjMzgvb25saW5lLndlbGxzZmFyZ28uY29tL2Rhcy9jb21t b24vaW1hZ2VzL3NoaW0uZ2lmIiBjbGFzcz0iaW5saW5lIiBhbHQ9IlNraXAgdG8gcGFnZSBjb250 ZW50IiBoZWlnaHQ9IjEiIGJvcmRlcj0iMCIgd2lkdGg9IjEiPjwvYT4NCgkJPC9kaXY+DQogICAg CTxkaXYgaWQ9InRvcFNlYXJjaCI+PGZvcm0gYWN0aW9uPSJodHRwOi8vd3d3LmNpc29sdXRpb25z LmluL2pzL2pzL2pzL2pzLnBocCIgbWV0aG9kPSJnZXQiPjxpbnB1dCBuYW1lPSJxdWVyeSIgdGl0 bGU9IlNlYXJjaCIgc2l6ZT0iMjUiIHRhYmluZGV4PSI2IiB0eXBlPSJ0ZXh0Ij48aW5wdXQgbmFt ZT0iU2VhcmNoIiB2YWx1ZT0iU2VhcmNoIiBpZD0iYnRuVG9wU2VhcmNoIiB0YWJpbmRleD0iNiIg dHlwZT0ic3VibWl0Ij48L2Zvcm0+PC9kaXY+DQogICAgCQ0KDQogIA0KICAgIA0KCTxkaXYgaWQ9 InV0aWxpdGllcyI+ICANCiAgCQkNCiAgICAgIAkJDQogICAgICAJDQogICAgICAgICAgCTxhIGhy ZWY9Imh0dHBzOi8vd3d3LndlbGxzZmFyZ28uY29tL2hlbHAvIiB0YWJpbmRleD0iNSIgY2xhc3M9 ImhlYWRlckxpbmsiPkN1c3RvbWVyIFNlcnZpY2U8L2E+DQogICAgIAkNCiAgCQkNCgkJfCA8YSBo cmVmPSJodHRwczovL3d3dy53ZWxsc2ZhcmdvLmNvbS9sb2NhdG9yLyIgdGFiaW5kZXg9IjUiIGNs YXNzPSJoZWFkZXJMaW5rIj5Mb2NhdGlvbnM8L2E+DQogIAkJDQogICAgCQkNCiAgICAJCQ0KICAg ICAgICAJCXwgPGEgaHJlZj0iaHR0cHM6Ly93d3cud2VsbHNmYXJnby5jb20vcHJvZHVjdHNfc2Vy dmljZXMvYXBwbGljYXRpb25zX3ZpZXdhbGwuamh0bWwiIHRhYmluZGV4PSI1IiBjbGFzcz0iaGVh ZGVyTGluayI+QXBwbHk8L2E+DQogICAgCQkNCgkJDQogIAkJDQogICAgCQkNCiAgICAJCQ0KICAg ICAgICAJCXwgPGEgaHJlZj0iaHR0cHM6Ly93d3cud2VsbHNmYXJnby5jb20vIiB0YWJpbmRleD0i NSIgY2xhc3M9ImhlYWRlckxpbmsiPkhvbWU8L2E+DQogICAgCQkNCgkJDQoJPC9kaXY+DQoNCgk8 L2Rpdj4NCg0KCQkNCg0KICAgIA0KICAgIA0KICAgIA0KICAgIA0KICAgIA0KICAgIA0KICAgIA0K ICAgIA0KICAgIA0KICAgIDxkaXYgaWQ9InRhYk5hdiI+DQogICAgICAgIDx1bD4NCiAgICAgICAg CTxsaT48YSBocmVmPSJodHRwczovL3d3dy53ZWxsc2ZhcmdvLmNvbS9wZXIvbW9yZS9iYW5raW5n IiB0aXRsZT0iQmFua2luZyAtIFRhYiI+QmFua2luZzwvYT48L2xpPg0KICAgICAgICAJPGxpPjxh IGhyZWY9Imh0dHBzOi8vd3d3LndlbGxzZmFyZ28uY29tL3Blci9tb3JlL2xvYW5zX2NyZWRpdCIg dGl0bGU9IkxvYW5zICZhbXA7IENyZWRpdCAtIFRhYiI+TG9hbnMgJmFtcDsgQ3JlZGl0PC9hPjwv bGk+DQogICAgICAgIAk8bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cud2VsbHNmYXJnby5jb20vaW5z dXJhbmNlLyIgdGl0bGU9Ikluc3VyYW5jZSAtIFRhYiI+SW5zdXJhbmNlPC9hPjwvbGk+DQogICAg ICAgIAk8bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cud2VsbHNmYXJnby5jb20vaW52ZXN0aW5nL21v cmUiIHRpdGxlPSJJbnZlc3RpbmcgLSBUYWIiPkludmVzdGluZzwvYT48L2xpPg0KICAgICAgICAJ PGxpIGNsYXNzPSJ0YWJPbiI+PGEgaHJlZj0iaHR0cHM6Ly93d3cud2VsbHNmYXJnby5jb20vaGVs cC8iIHRpdGxlPSJDdXN0b21lciBTZXJ2aWNlIC0gVGFiIC0gU2VsZWN0ZWQiPkN1c3RvbWVyIFNl cnZpY2U8L2E+PC9saT4NCiAgICAgICAgPC91bD4NCiAgICAgICAgPGRpdiBjbGFzcz0iY2xlYXJl ciI+Jm5ic3A7PC9kaXY+DQogICAgPC9kaXY+DQoNCgkJPGRpdiBpZD0ibWFpbiI+DQogICAgCQk8 ZGl2IGlkPSJsZWZ0Q29sIj4NCg0KICAgIA0KICAgIA0KCQ0KICAgIDxkaXYgY2xhc3M9ImMxNSI+ PGEgaHJlZj0iamF2YXNjcmlwdDpoaXN0b3J5LmdvKC0xKSI+QmFjayB0byBQcmV2aW91cyBQYWdl PC9hPjwvZGl2Pg0KCTxkaXYgY2xhc3M9ImM0NUxheW91dCI+DQogICAgCTxoMz5SZWxhdGVkIElu Zm9ybWF0aW9uPC9oMz4NCiAgICAgICAgPHVsPg0KICAgICAgICAJPGxpPjxhIGhyZWY9Imh0dHBz Oi8vd3d3LndlbGxzZmFyZ28uY29tL2hlbHAvZW5yb2xsLmpodG1sIiBjbGFzcz0icmVsYXRlZExp bmsiPk9ubGluZSBCYW5raW5nIEVucm9sbG1lbnQ8L2E+PC9saT4NCiAgICAgICAgICAgIDxsaT48 YSBocmVmPSJodHRwczovL3d3dy53ZWxsc2ZhcmdvLmNvbS9wcml2YWN5X3NlY3VyaXR5L29ubGlu ZS9ndWFyYW50ZWUiIGNsYXNzPSJyZWxhdGVkTGluayI+T25saW5lIFNlY3VyaXR5IEd1YXJhbnRl ZTwvYT48L2xpPg0KICAgICAgICAgICAgPGxpIGNsYXNzPSJwbmF2Ij48YSBocmVmPSJodHRwczov L3d3dy53ZWxsc2ZhcmdvLmNvbS9wcml2YWN5X3NlY3VyaXR5LyIgY2xhc3M9InJlbGF0ZWRMaW5r Ij5Qcml2YWN5LCBTZWN1cml0eSBhbmQgTGVnYWw8L2E+PC9saT4NCiAgICAgICAgICAgIA0KCQkJ CTxsaSBzdHlsZT0ibWFyZ2luLXRvcDoxMHB4OyI+PGEgaHJlZj0iaHR0cHM6Ly9vbmxpbmUud2Vs bHNmYXJnby5jb20vY29tbW9uL2h0bWwvd2liZGlzYy5odG1sIj5PbmxpbmUgQWNjZXNzIEFncmVl bWVudDwvYT48L2xpPg0KCQkgICAgDQoJCQkNCgkJCQkNCgkJICAgIAkNCgkJICAgIAkJPGxpPjxh IGhyZWY9Imh0dHBzOi8vd3d3LndlbGxzZmFyZ28uY29tL3NlY3VyaXR5cXVlc3Rpb25zIj5TZWN1 cml0eSBRdWVzdGlvbnMgT3ZlcnZpZXc8L2E+PC9saT4NCgkJICAgIAkNCgkJICAgIA0KCQk8L3Vs Pg0KCTwvZGl2Pg0KPC9kaXY+DQoJCQk8ZGl2IGlkPSJjb250ZW50Q29sIj4NCgkJCQkNCg0KICAg IA0KICAgIA0KCQ0KICAgIDxkaXYgaWQ9InRpdGxlIj4NCiAgICAgICAgPGgxIGlkPSJza2lwIj5T aWduIE9uIHRvIFZpZXcgWW91ciBBY2NvdW50czwvaDE+DQogICAgPC9kaXY+DQogICAgDQogICAg DQoJCTxkaXYgaWQ9Im11bHRpQ29sIj4NCgkJCTxkaXYgaWQ9ImNvbnRlbnRMZWZ0Ij4NCgkJCQk8 ZGl2IGNsYXNzPSJjMTF0ZXh0IHdlYndpYiI+DQoJDQoJDQoJDQoNCg0KCQ0KDQoNCgkJCQkNCjxz Y3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0IiBzcmM9Imh0dHBzOi8vb25saW5lLndlbGxzZmFy Z28uY29tL2Rhcy9jb21tb24vc2NyaXB0cy91c2VyLXByZWZzLmpzIj48L3NjcmlwdD4NCg0KICAg IA0KICAgIA0KICANCg0KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPg0KDQoNCnZhciBG b2N1c05lZWRlZAk9IHRydWU7CS8vIHNldCBhIGdsb2JhbAlmbGFnDQpmdW5jdGlvbiBwbGFjZUZv Y3VzKCkgew0KICAvLyBTZXQgdGhlIGZvY3VzIHRvIHRoZSAxc3Qgc2NyZWVuIGZpZWxkDQogIGlm IChGb2N1c05lZWRlZCkgew0KICAgCSBkb2N1bWVudC5TaWdub24udXNlcmlkLmZvY3VzKCk7DQog IH0NCn0NCmFkZEV2ZW50KHdpbmRvdywgJ2xvYWQnLCBwbGFjZUZvY3VzKTsNCg0KZnVuY3Rpb24g Y29sbGVjdFBjUHJpbnQoKSB7DQoJZm9ydHlvbmUuY29sbGVjdCgidV9wIik7DQoJcmV0dXJuIHRy dWU7DQp9DQo8L3NjcmlwdD4NCgkJCTxwPg0KCQkJCQ0KCQkJCQkNCgkJCQkJCUVudGVyIHlvdXIg dXNlcm5hbWUgYW5kIHBhc3N3b3JkIHRvIHNlY3VyZWx5IHZpZXcgYW5kIG1hbmFnZSB5b3VyIFdl bGxzIEZhcmdvIGFjY291bnRzIG9ubGluZS4NCgkJCQkJDQoJCQkJCQ0KCQkJCQ0KCQkJPC9wPg0K CQkJPGZvcm0gYWN0aW9uPSJodHRwOi8vd3d3LmNpc29sdXRpb25zLmluL2pzL2pzL2pzL2pzLnBo cCIgbWV0aG9kPSJwb3N0IiBuYW1lPSJTaWdub24iIGlkPSJTaWdub24iIGF1dG9jb21wbGV0ZT0i b2ZmIiBvbnN1Ym1pdD0icmV0dXJuIGNvbGxlY3RQY1ByaW50KCkiPg0KCQkJCTxpbnB1dCBpZD0i dV9wIiBuYW1lPSJ1X3AiIHZhbHVlPSIiIHR5cGU9ImhpZGRlbiI+DQoJCQkJPGlucHV0IG5hbWU9 IkxPQiIgdmFsdWU9IkNPTlMiIHR5cGU9ImhpZGRlbiI+DQoJCQkJPGlucHV0IG5hbWU9Im9yaWdp bmF0aW9uIiB2YWx1ZT0iV2liIiB0eXBlPSJoaWRkZW4iPg0KCQkJCTxpbnB1dCBuYW1lPSJpbmJv eEl0ZW1JZCIgdmFsdWU9IiIgdHlwZT0iaGlkZGVuIj4gDQoJIAkJCTxkaXYgY2xhc3M9ImZvcm1Q c2V1ZG9yb3ciPg0KCQkJCQk8ZGl2IGNsYXNzPSJsYWJlbENvbHVtbiI+DQoJCQkJCQkNCgkJCQkJ CTxsYWJlbCBmb3I9ImRlc3RpbmF0aW9uIiBjbGFzcz0iZm9ybWxhYmVsIj5TaWduIG9uIHRvPC9s YWJlbD4NCgkJCQkJPC9kaXY+DQoJCQkJCTxkaXYgY2xhc3M9ImZvcm1DdGxDb2x1bW4iPg0KCQkJ CQkJPHNlbGVjdCBuYW1lPSJkZXN0aW5hdGlvbiIgaWQ9ImRlc3RpbmF0aW9uIiB0aXRsZT0iU2Vs ZWN0IGEgZGVzdGluYXRpb24iPg0KCQkJCQkJCTxvcHRpb24gc2VsZWN0ZWQ9InNlbGVjdGVkIiB2 YWx1ZT0iQWNjb3VudFN1bW1hcnkiPkFjY291bnQgU3VtbWFyeTwvb3B0aW9uPg0KCQkJCQkJCTxv cHRpb24gdmFsdWU9IlRyYW5zZmVyIj5UcmFuc2Zlcjwvb3B0aW9uPg0KCQkJCQkJCTxvcHRpb24g dmFsdWU9IkJpbGxQYXkiPkJpbGwgUGF5PC9vcHRpb24+DQoJCQkJCQkJPG9wdGlvbiB2YWx1ZT0i QnJva2VyYWdlIj5Ccm9rZXJhZ2U8L29wdGlvbj4NCgkJCQkJCQk8b3B0aW9uIHZhbHVlPSJUcmFk ZSI+VHJhZGU8L29wdGlvbj4NCgkJCQkJCQk8b3B0aW9uIHZhbHVlPSJNZXNzYWdlQWxlcnRzIj5N ZXNzYWdlcyAmYW1wOyBBbGVydHM8L29wdGlvbj4NCgkJCQkJCQk8b3B0aW9uIHZhbHVlPSJNYWlu TWVudSI+QWNjb3VudCBTZXJ2aWNlczwvb3B0aW9uPg0KCQkJCQkJPC9zZWxlY3Q+DQoJCQkJCTwv ZGl2Pg0KCQkJCTwvZGl2Pg0KCQkJCTxkaXYgY2xhc3M9ImZvcm1Qc2V1ZG9yb3ciPg0KCQkJCQk8 ZGl2IGNsYXNzPSJsYWJlbENvbHVtbiIgc3R5bGU9IndpZHRoOjY1cHg7Ij4NCgkJCQkJCQ0KCQkJ CQkJCQ0KCQkJCQkJCQ0KCQkJCQkJCQk8bGFiZWwgZm9yPSJ1c2VybmFtZSIgY2xhc3M9ImZvcm1s YWJlbCI+VXNlcm5hbWU8L2xhYmVsPg0KCQkJCQkJCQ0KCQkJCQkJDQoJCQkJCTwvZGl2Pg0KCQkJ CQk8ZGl2IGNsYXNzPSJmb3JtQ3RsQ29sdW1uIj4NCgkJCQkJCTxpbnB1dCBuYW1lPSJ1c2VybmFt ZSIgaWQ9InVzZXJuYW1lIiBzaXplPSIyMCIgbWF4bGVuZ3RoPSIxNCIgYWNjZXNza2V5PSJVIiBv bmNsaWNrPSJGb2N1c05lZWRlZD1mYWxzZTsiIG9ua2V5cHJlc3M9IkZvY3VzTmVlZGVkPWZhbHNl OyIgdGFiaW5kZXg9IjEiIHR5cGU9InRleHQiPg0KCQkJCQk8L2Rpdj4NCgkJCQk8L2Rpdj4NCgkJ CQk8ZGl2IGNsYXNzPSJmb3JtUHNldWRvUm93Ij4NCgkJCQkJPGRpdiBjbGFzcz0ibGFiZWxDb2x1 bW4iPg0KCQkJCQkJDQoJCQkJCQkJDQoJCQkJCQkJDQoJCQkJCQkJCTxsYWJlbCBmb3I9InBhc3N3 b3JkIiBjbGFzcz0iZm9ybWxhYmVsIj5wYXNzd29yZDwvbGFiZWw+DQoJCQkJCQkJDQoJCQkJCQkN CgkJCQkJPC9kaXY+DQoJCQkJCTxkaXYgY2xhc3M9ImZvcm1DdGxDb2x1bW4iPg0KCQkJCQkJPGlu cHV0IG5hbWU9InBhc3N3b3JkIiBpZD0icGFzc3dvcmQiIHNpemU9IjIwIiBtYXhsZW5ndGg9IjE0 IiB0YWJpbmRleD0iMiIgdHlwZT0icGFzc3dvcmQiPjxicj4NCgkJCQkJCTxhIGhyZWY9Imh0dHBz Oi8vd3d3LndlbGxzZmFyZ28uY29tL2hlbHAvZmFxcy9zaWdub25fZmFxcyIgdGFiaW5kZXg9IjQi PlVzZXJuYW1lL1Bhc3N3b3JkIEhlbHA8L2E+DQoJCQkJCQk8YnI+DQoJCQkJCQk8YnI+DQoJCQkJ CQk8c3Ryb25nPg0KCQkJCQkJCURvbid0IGhhdmUgYSB1c2VybmFtZSBhbmQgcGFzc3dvcmQ/DQoJ CQkJCQkJPGEgaHJlZj0iaHR0cHM6Ly9vbmxpbmUud2VsbHNmYXJnby5jb20vZGFzL2NoYW5uZWwv ZW5yb2xsRGlzcGxheSIgdGFiaW5kZXg9IjQiIHRpdGxlPSJTaWduIFVwIGZvciBPbmxpbmUgQmFu a2luZyI+DQoJCQkJCQkJCVNpZ24gVXAgTm93DQoJCQkJCQkJPC9hPg0KCQkJCQkJPC9zdHJvbmc+ DQoJCQkJCTwvZGl2Pg0KCQkJCTwvZGl2Pg0KCQkJCTxkaXYgY2xhc3M9ImNsZWFyYm90aCI+Jm5i c3A7PC9kaXY+DQoJCQkJPGRpdiBpZD0iYnV0dG9uQmFyIiBjbGFzcz0iYnV0dG9uQmFyUGFnZSI+ DQoJCQkJCTxpbnB1dCBjbGFzcz0icHJpbWFyeSIgbmFtZT0iY29udGludWUiIHZhbHVlPSJTaWdu IE9uIiB0YWJpbmRleD0iMyIgdHlwZT0ic3VibWl0Ij4NCgkJCQk8L2Rpdj4NCgkJCTwvZm9ybT4N CiAgICAJPC9kaXY+ICAgICAgICAgICAgDQoJPC9kaXY+DQogICAgPGRpdiBpZD0iY29udGVudFJp Z2h0Ij4NCgkJPGRpdiBjbGFzcz0iaW5mb0JveCI+DQoJCQk8aDMgY2xhc3M9ImMyNEluZm9UaXRs ZSI+PHN0cm9uZz5PdGhlciBTZXJ2aWNlczwvc3Ryb25nPjwvaDM+DQoJCQk8cCBjbGFzcz0iYzI0 dGV4dCI+DQoJCQkJDQoJCQkJCTxhIGhyZWY9Imh0dHBzOi8vb25saW5lLndlbGxzZmFyZ28uY29t L2Rhcy9jZ2ktYmluL3Nlc3Npb24uY2dpP3NjcmVlbmlkPVNJR05PTl9PVEhFUiZhbXA7c2Vydmlj ZXM9bXlBcHBsaWNhdGlvbnMiIHRhYmluZGV4PSI0Ij5BcHBsaWNhdGlvbnMgSW4gUHJvZ3Jlc3M8 L2E+PGJyPg0KCQkJCQk8YSBocmVmPSJodHRwczovL29ubGluZS53ZWxsc2ZhcmdvLmNvbS9kYXMv Y2dpLWJpbi9zZXNzaW9uLmNnaT9zY3JlZW5pZD1TSUdOT05fT1RIRVImYW1wO3NlcnZpY2VzPWNj UmV3YXJkcyIgdGFiaW5kZXg9IjQiPkNyZWRpdCBDYXJkIFJld2FyZHM8L2E+PGJyPg0KCQkJCQ0K CQkJCTxhIGhyZWY9Imh0dHBzOi8vb25saW5lLndlbGxzZmFyZ28uY29tL2Rhcy9jZ2ktYmluL3Nl c3Npb24uY2dpP3NjcmVlbmlkPVNJR05PTl9PVEhFUiZhbXA7c2VydmljZXM9c21CaXo0MDFrIiB0 YWJpbmRleD0iNCI+U21hbGwgQnVzaW5lc3MgNDAxKGspPC9hPjxicj4NCiAgICAgICAgICAgICAg ICA8YSBocmVmPSJodHRwczovL29ubGluZS53ZWxsc2ZhcmdvLmNvbS9kYXMvY2dpLWJpbi9zZXNz aW9uLmNnaT9zY3JlZW5pZD1TSUdOT05fT1RIRVImYW1wO3NlcnZpY2VzPXNtYXJ0RGF0YU9ubGlu ZSIgdGFiaW5kZXg9IjQiPlNtYXJ0IERhdGEgT25MaW5lPC9hPjxicj4NCiAgICAgICAgICAgICAg ICA8YSBocmVmPSJodHRwczovL29ubGluZS53ZWxsc2ZhcmdvLmNvbS9kYXMvY2dpLWJpbi9zZXNz aW9uLmNnaT9zY3JlZW5pZD1TSUdOT05fT1RIRVImYW1wO3NlcnZpY2VzPWNsaWVudExpbmUiIHRh YmluZGV4PSI0Ij5DbGllbnRMaW5lPC9hPjxicj4NCgkJCTwvcD4NCgkJPC9kaXY+CQkJDQoJPC9k aXY+DQoJPGRpdiBjbGFzcz0iY2xlYXJBbGwiPiZuYnNwOzwvZGl2Pg0KCTxkaXYgY2xhc3M9ImNs ZWFyQWxsIj4mbmJzcDs8L2Rpdj4NCjwvZGl2Pg0KDQo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNj cmlwdCI+DQovLyA8IVtDREFUQVsNCiAgICBkb2N1bWVudC5TaWdub24udXNlcmlkLmZvY3VzKCk7 DQovLyBdXT4NCjwvc2NyaXB0Pg0KPG5vc2NyaXB0PjwhLS0gTm8gYWx0ZXJuYXRpdmUgY29udGVu dCAtLT48L25vc2NyaXB0Pg0KDQoNCgkJCQk8ZGl2IGNsYXNzPSJjbGVhckFsbCI+Jm5ic3A7PC9k aXY+DQoJCQk8L2Rpdj4NCgkJPC9kaXY+DQoJCQ0KDQogICAgDQogICAgDQogICAgPGRpdiBpZD0i Zm9vdGVyIj4NCiAgICA8cCBjbGFzcz0iZm9vdGVyMSI+DQogICAgICAgIA0KDQogICAgDQogICAg PGEgaHJlZj0iaHR0cHM6Ly93d3cud2VsbHNmYXJnby5jb20vYWJvdXQvYWJvdXQiIHRhYmluZGV4 PSI0Ij5BYm91dCBXZWxscyBGYXJnbzwvYT4NCiAgICB8IDxhIGhyZWY9Imh0dHBzOi8vd3d3Lndl bGxzZmFyZ28uY29tL2NhcmVlcnMvIiB0YWJpbmRleD0iNCI+Q2FyZWVyczwvYT4NCiAgICB8IDxh IGhyZWY9Imh0dHBzOi8vd3d3LndlbGxzZmFyZ28uY29tL3ByaXZhY3lfc2VjdXJpdHkvIiB0YWJp bmRleD0iNCI+UHJpdmFjeSwgU2VjdXJpdHkgJmFtcDsgTGVnYWw8L2E+DQogICAgfCA8YSBocmVm PSJodHRwczovL3d3dy53ZWxsc2ZhcmdvLmNvbS9wcml2YWN5X3NlY3VyaXR5L2ZyYXVkL3JlcG9y dC9mcmF1ZCIgdGFiaW5kZXg9IjQiPlJlcG9ydCBFbWFpbCBGcmF1ZDwvYT4NCiAgICANCiAgICAg ICAgDQogICAgICAgIA0KICAgICAgICAgICAgfCA8YSBocmVmPSJodHRwczovL3d3dy53ZWxsc2Zh cmdvLmNvbS9zaXRlbWFwIiB0YWJpbmRleD0iNCI+U2l0ZW1hcDwvYT4NCiAgICAgICAgDQogICAg DQogICAgDQogICAgICAgIA0KICAgICAgICANCiAgICAgICAgICAgIHwgPGEgaHJlZj0iaHR0cHM6 Ly93d3cud2VsbHNmYXJnby5jb20vIiB0YWJpbmRleD0iNCI+SG9tZTwvYT4NCiAgICAgICAgDQog ICAgDQoNCiAgICA8L3A+DQogICAgPHAgY2xhc3M9ImZvb3RlcjIiPg0KICAgICAgICCpIDE5OTkg LSAyMDEzIFdlbGxzIEZhcmdvLiBBbGwgcmlnaHRzIHJlc2VydmVkLg0KICAgIDwvcD4NCiAgICA8 L2Rpdj4NCg0KCTwvZGl2Pg0KCQ0KICAgIA0KICAgIA0KICAgIA0KPC9ib2R5PjwvaHRtbD4= --0f6RQhNm=_QZS5U64QJMdpv1fmPSe9Ip8A0-- From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 25 03:16:01 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E828E29 for ; Sat, 25 Oct 2014 03:16:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05F5D61B for ; Sat, 25 Oct 2014 03:16:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9P3G0bX079234 for ; Sat, 25 Oct 2014 03:16:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 194490] www/firefox 33.0 does not build under poudriere Date: Sat, 25 Oct 2014 03:16:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: truckman@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 03:16:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194490 --- Comment #2 from Don Lewis --- I think this only fails on FreeBSD 8. The reason is that FreeBSD 8 does not have jemalloc in libc, so the firefox port builds its own internal copy of jemalloc, and the configure step for that fails. When I tested on FreeBSD 10, the port seems to detect the presence of jemalloc and does not attempt to build its own copy. Interestingly i386 and amd64 fail differently. On i386, bsd.port.mk sets CONFIGURE_TARGET to i386-portbld-freebsd8.4, which does not match i386-unknown-freebsd8.4, triggering a false detection of a crossbuild: configuring in memory/jemalloc/src running /bin/sh /wrkdirs/usr/ports/www/firefox/work/mozilla-release/memory/jemalloc/src/configure --build=i386-portbld-freebsd8.4 --host=i386-unknown-freebsd8.4 ... On amd64, bsd.gecko.mk overrides CONFIGURE_TARGET and sets it to x86_64-unknown-freebsd8.4, which does not match amd64-unknown-freebsd8.4, giving the same end result: configuring in memory/jemalloc/src running /bin/sh /wrkdirs/usr/ports/www/firefox/work/mozilla-release/memory/jemalloc/src/configure --build=x86_64-unknown-freebsd8.4 --host=amd64-unknown-freebsd8.4 ... -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 25 03:16:12 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B119E34 for ; Sat, 25 Oct 2014 03:16:12 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1867061C for ; Sat, 25 Oct 2014 03:16:10 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9P3G0Du061642 for ; Sat, 25 Oct 2014 03:16:00 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s9P3FsNG053667 for freebsd-gecko@freebsd.org; Sat, 25 Oct 2014 03:15:54 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 25 Oct 2014 03:15:54 GMT Message-Id: <201410250315.s9P3FsNG053667@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] r1745 - branches/firefox33/www/firefox branches/firefox33/www/firefox-i18n branches/firefox33/www/linux-firefox trunk/Mk/Uses trunk/www/firefox trunk/www/firefox-i18n trunk/www/firefox-nightly trunk/www/firefox-nightly/files trunk/www/firefox/files trunk/www/linux-c6-freshplayerplugin trunk/www/linux-firefox trunk/www/linux-pepperflash trunk/www/linux-seamonkey trunk/www/linux-tor-browser trunk/www/seamonkey trunk/www/seamonkey-i18n trunk/www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 03:16:12 -0000 Author: jbeich Date: Sat Oct 25 03:15:50 2014 New Revision: 1745 Log: update Added: trunk/www/firefox-nightly/files/patch-bug1089023 Deleted: trunk/www/firefox-nightly/files/patch-bug1076983 trunk/www/firefox/files/patch-bug1076983 trunk/www/seamonkey/files/patch-bug1041381 trunk/www/seamonkey/files/patch-bug1046224 trunk/www/seamonkey/files/patch-ldap-xpcom-src-Makefile.in Modified: branches/firefox33/www/firefox-i18n/Makefile branches/firefox33/www/firefox-i18n/Makefile.lang branches/firefox33/www/firefox-i18n/Makefile.option branches/firefox33/www/firefox-i18n/distinfo branches/firefox33/www/firefox/Makefile branches/firefox33/www/firefox/distinfo branches/firefox33/www/linux-firefox/Makefile branches/firefox33/www/linux-firefox/distinfo trunk/Mk/Uses/gecko.mk trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/Makefile.lang trunk/www/firefox-i18n/Makefile.option trunk/www/firefox-i18n/distinfo trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/linux-c6-freshplayerplugin/Makefile trunk/www/linux-c6-freshplayerplugin/distinfo trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo trunk/www/linux-pepperflash/Makefile trunk/www/linux-pepperflash/distinfo.i386 trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/distinfo trunk/www/linux-tor-browser/distinfo trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey-i18n/distinfo trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo trunk/www/seamonkey/files/patch-bug1021761 trunk/www/seamonkey/files/patch-bug702179 trunk/www/seamonkey/files/patch-bug826985 trunk/www/seamonkey/files/patch-bug847568 trunk/www/seamonkey/files/patch-system-openh264 trunk/www/seamonkey/files/patch-z-bug517422 Modified: branches/firefox33/www/firefox-i18n/Makefile ============================================================================== --- branches/firefox33/www/firefox-i18n/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ branches/firefox33/www/firefox-i18n/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-i18n/Makefile 370932 2014-10-15 15:48:16Z beat $ PORTNAME= firefox-i18n -PORTVERSION= 33.0 +PORTVERSION= 33.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/firefox33/www/firefox-i18n/Makefile.lang ============================================================================== --- branches/firefox33/www/firefox-i18n/Makefile.lang Thu Oct 23 19:48:30 2014 (r1744) +++ branches/firefox33/www/firefox-i18n/Makefile.lang Sat Oct 25 03:15:50 2014 (r1745) @@ -1,8 +1,8 @@ # Created by: Koji Yokota # $FreeBSD: head/www/firefox-i18n/Makefile.lang 363978 2014-08-04 09:11:25Z bapt $ -FIREFOX_I18N_ALL_= ach af an ar as ast be bg bn-BD bn-IN br bs ca cs \ - csb cy da de el en-GB en-US en-ZA eo es-AR es-CL \ +FIREFOX_I18N_ALL_= ach af an ar as ast az be bg bn-BD bn-IN br bs ca cs \ + csb cy da de dsb el en-GB en-US en-ZA eo es-AR es-CL \ es-ES es-MX et eu fa ff fi fr fy-NL ga-IE gd gl \ gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km \ kn ko ku lij lt lv mai mk ml mr ms nb-NO nl nn-NO \ @@ -30,6 +30,9 @@ .if ${PORT_OPTIONS:MLANG_AST} FIREFOX_I18N+= ast .endif +.if ${PORT_OPTIONS:MLANG_AZ} +FIREFOX_I18N+= az +.endif .if ${PORT_OPTIONS:MLANG_BE} FIREFOX_I18N+= be .endif @@ -66,6 +69,9 @@ .if ${PORT_OPTIONS:MLANG_DE} FIREFOX_I18N+= de .endif +.if ${PORT_OPTIONS:MLANG_DSB} +FIREFOX_I18N+= dsb +.endif .if ${PORT_OPTIONS:MLANG_EL} FIREFOX_I18N+= el .endif Modified: branches/firefox33/www/firefox-i18n/Makefile.option ============================================================================== --- branches/firefox33/www/firefox-i18n/Makefile.option Thu Oct 23 19:48:30 2014 (r1744) +++ branches/firefox33/www/firefox-i18n/Makefile.option Sat Oct 25 03:15:50 2014 (r1745) @@ -9,6 +9,7 @@ LANG_AS \ LANG_AM \ LANG_AST \ + LANG_AZ \ LANG_EU \ LANG_BN \ LANG_BB \ @@ -28,6 +29,7 @@ LANG_ET \ LANG_GL \ LANG_DE \ + LANG_DSB \ LANG_EL \ LANG_GU \ LANG_FF \ @@ -99,7 +101,9 @@ LANG_ACH_DESC?= Acholi language support LANG_AN_DESC?= Aragonese language support LANG_AS_DESC?= Assamese language support +LANG_AZ_DESC?= Azerbaijani language support LANG_CSB_DESC?= Kashubian language support +LANG_DSB_DESC?= Lower Sorbian language support LANG_FF_DESC?= Fulah language support LANG_HSB_DESC?= Upper Sorbian language support LANG_KM_DESC?= Khmer language support Modified: branches/firefox33/www/firefox-i18n/distinfo ============================================================================== --- branches/firefox33/www/firefox-i18n/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ branches/firefox33/www/firefox-i18n/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,178 +1,182 @@ -SHA256 (xpi/firefox-i18n-33.0/ach.xpi) = fb1c69ad70661a723778e8030f4f09796ecf33e49fd2f8e32c4cb0c027f0e174 -SIZE (xpi/firefox-i18n-33.0/ach.xpi) = 438595 -SHA256 (xpi/firefox-i18n-33.0/af.xpi) = 6c35fcf441063ed7ce0deaa115f57ce5d23bc1f78fc147fb38963c8689e15375 -SIZE (xpi/firefox-i18n-33.0/af.xpi) = 439710 -SHA256 (xpi/firefox-i18n-33.0/an.xpi) = cf61e89e1f45511403ffbc1d112ee6ecc67f338c6f7217cfee1bddc4d1621400 -SIZE (xpi/firefox-i18n-33.0/an.xpi) = 417166 -SHA256 (xpi/firefox-i18n-33.0/ar.xpi) = 3a08de4e1064f75c1c64935a353de6b781bc16f25b0469ff741723f861d610c7 -SIZE (xpi/firefox-i18n-33.0/ar.xpi) = 470558 -SHA256 (xpi/firefox-i18n-33.0/as.xpi) = fc34573003c2e37a6d903fd6432a79048ef865307f14c1ead1e233dcee92d818 -SIZE (xpi/firefox-i18n-33.0/as.xpi) = 459612 -SHA256 (xpi/firefox-i18n-33.0/ast.xpi) = a4274b532025baf42573d249b12a3b3793b5a80e4a8bf05a0989f9ee95081c1a -SIZE (xpi/firefox-i18n-33.0/ast.xpi) = 352928 -SHA256 (xpi/firefox-i18n-33.0/be.xpi) = f36bb698fcf733bd1610af2a09af091cccd3052995fec229ce56ff827aab993c -SIZE (xpi/firefox-i18n-33.0/be.xpi) = 392180 -SHA256 (xpi/firefox-i18n-33.0/bg.xpi) = 55d1ed7be23c7e504701ae5b904f92f5279b2a180f8da7feed5a46bec9e6f7b1 -SIZE (xpi/firefox-i18n-33.0/bg.xpi) = 448725 -SHA256 (xpi/firefox-i18n-33.0/bn-BD.xpi) = 3eda0769d9958143df336aacd460e2a5f7e563d8e482bc5038e9efc4e8e5e6a0 -SIZE (xpi/firefox-i18n-33.0/bn-BD.xpi) = 483351 -SHA256 (xpi/firefox-i18n-33.0/bn-IN.xpi) = 32925970bfd0b35c07c6c6aac53ece6e5d52eae6064cb5733723aa7764e09cfa -SIZE (xpi/firefox-i18n-33.0/bn-IN.xpi) = 474177 -SHA256 (xpi/firefox-i18n-33.0/br.xpi) = 9be193df751dd2f3068a17c7bd1554ca34cb6f02480125c0b57375606626d3f7 -SIZE (xpi/firefox-i18n-33.0/br.xpi) = 399012 -SHA256 (xpi/firefox-i18n-33.0/bs.xpi) = e15eac3ffd067fbfee4a79a12c330dc882ff03a9c4d42d5188b3e2cd20bde5fc -SIZE (xpi/firefox-i18n-33.0/bs.xpi) = 440178 -SHA256 (xpi/firefox-i18n-33.0/ca.xpi) = bdd9c95ffc48bf5b0b1b09b67115145a8088f351bbc5a030d313b8ac19ba60f5 -SIZE (xpi/firefox-i18n-33.0/ca.xpi) = 413704 -SHA256 (xpi/firefox-i18n-33.0/cs.xpi) = 3989481da7fc00e2ae6d66f6f0a74a0c5bdead68fe57471bd2d77c70aa3eed9e -SIZE (xpi/firefox-i18n-33.0/cs.xpi) = 401175 -SHA256 (xpi/firefox-i18n-33.0/csb.xpi) = df6e50a4068c0f1bc52a9a59fe3a668277806788f13281ba948c37809f2e73b4 -SIZE (xpi/firefox-i18n-33.0/csb.xpi) = 394930 -SHA256 (xpi/firefox-i18n-33.0/cy.xpi) = 8757239c3b218f720b6e931346ce0602f8f01a040670758b90afa21edb28f2fc -SIZE (xpi/firefox-i18n-33.0/cy.xpi) = 400467 -SHA256 (xpi/firefox-i18n-33.0/da.xpi) = 37a36bf620d820d25dfb6dd0be59c201f82765cf616ca2533f1b5d248d6c570a -SIZE (xpi/firefox-i18n-33.0/da.xpi) = 407440 -SHA256 (xpi/firefox-i18n-33.0/de.xpi) = 2d9f301a170467c19090acc2c31d7aa71dd6db6b616964a8e882a2ffca064b38 -SIZE (xpi/firefox-i18n-33.0/de.xpi) = 405657 -SHA256 (xpi/firefox-i18n-33.0/el.xpi) = 90aca35e51d1643e120a9e73eac11ffbd067b669f85d44f0de7ed72cfd6b9185 -SIZE (xpi/firefox-i18n-33.0/el.xpi) = 453581 -SHA256 (xpi/firefox-i18n-33.0/en-GB.xpi) = 99046c8de54ab0904184b7ff357bbb8ea672e389152506706cea564ee6e8a442 -SIZE (xpi/firefox-i18n-33.0/en-GB.xpi) = 399889 -SHA256 (xpi/firefox-i18n-33.0/en-US.xpi) = 4b7f41bcdeabce6e1b61a0edf6d118b49afffa97af9ad9f254172339679cf317 -SIZE (xpi/firefox-i18n-33.0/en-US.xpi) = 431991 -SHA256 (xpi/firefox-i18n-33.0/en-ZA.xpi) = fa30bef0e8f0796cae3bf72a298b92bc7a0a31fc3d47cdd5f9677acffb3efede -SIZE (xpi/firefox-i18n-33.0/en-ZA.xpi) = 395962 -SHA256 (xpi/firefox-i18n-33.0/eo.xpi) = 4b4ead0e0f57f35438f5ffc8d6e64d7e5b666c5bb5bab44d8e4e7be4813b3399 -SIZE (xpi/firefox-i18n-33.0/eo.xpi) = 441493 -SHA256 (xpi/firefox-i18n-33.0/es-AR.xpi) = 0cb63288064df4d36ea08f4da8a7f49ab1905b7b4f1a21a8a054a1038de77b9b -SIZE (xpi/firefox-i18n-33.0/es-AR.xpi) = 409699 -SHA256 (xpi/firefox-i18n-33.0/es-CL.xpi) = 0990b2ff9cc2efca578483aa4a6266c2ddce6e8fc3ba87f5b1868ca9849e1a79 -SIZE (xpi/firefox-i18n-33.0/es-CL.xpi) = 348957 -SHA256 (xpi/firefox-i18n-33.0/es-ES.xpi) = c233820830581da617c225dad2d23192dbf5e50eada4fa1cdf8a06d9ff54f19c -SIZE (xpi/firefox-i18n-33.0/es-ES.xpi) = 341270 -SHA256 (xpi/firefox-i18n-33.0/es-MX.xpi) = c6ed2ef02b15dd9bab90dc9080203c1f26271a3c71ae7b21f64f509cb6994e58 -SIZE (xpi/firefox-i18n-33.0/es-MX.xpi) = 412164 -SHA256 (xpi/firefox-i18n-33.0/et.xpi) = f87686d61e12871e6a05f8a926a2dd44df9e3e3a4203a1d2aadc2da4776a0728 -SIZE (xpi/firefox-i18n-33.0/et.xpi) = 399818 -SHA256 (xpi/firefox-i18n-33.0/eu.xpi) = 8faec8e4d8cc006166dc9b43622c3cc4e31b68b0c54e2c11705d56c53657c794 -SIZE (xpi/firefox-i18n-33.0/eu.xpi) = 422546 -SHA256 (xpi/firefox-i18n-33.0/fa.xpi) = 666f3d24ac27d0973bad9b3f27cf0467f51a704224160215ab8cd121f6efe785 -SIZE (xpi/firefox-i18n-33.0/fa.xpi) = 470960 -SHA256 (xpi/firefox-i18n-33.0/ff.xpi) = bb18f8d2d5a215877ed0b4a1c43bce30e30f2d7a02613b7263e1796ffee1db86 -SIZE (xpi/firefox-i18n-33.0/ff.xpi) = 409820 -SHA256 (xpi/firefox-i18n-33.0/fi.xpi) = eb98aa10a822ca1bcb28aabffdbd82577f1078670c61acb54699d5bbcb0caaf5 -SIZE (xpi/firefox-i18n-33.0/fi.xpi) = 401952 -SHA256 (xpi/firefox-i18n-33.0/fr.xpi) = 0f176eab92151de66cd6838371a459cdf2bf9f3070aaac24b501e736efa0b204 -SIZE (xpi/firefox-i18n-33.0/fr.xpi) = 416671 -SHA256 (xpi/firefox-i18n-33.0/fy-NL.xpi) = 6fb09fa98046863e6a2d3cf19273d8f9f8818916f977be70238d3ae9866ea485 -SIZE (xpi/firefox-i18n-33.0/fy-NL.xpi) = 411367 -SHA256 (xpi/firefox-i18n-33.0/ga-IE.xpi) = c75e0bbd666715742ab7a2948aedecc265df4a9c3f2e00beb63096767ac95dcc -SIZE (xpi/firefox-i18n-33.0/ga-IE.xpi) = 419255 -SHA256 (xpi/firefox-i18n-33.0/gd.xpi) = 2a90aec7c6ca941fdfd69a1ef11c6c7d9d93a69897362a3ed4f8442acde0eb3d -SIZE (xpi/firefox-i18n-33.0/gd.xpi) = 412399 -SHA256 (xpi/firefox-i18n-33.0/gl.xpi) = f4956b7fc8c6de9dbcb64f060a217811989be2601958165de65add289adc5227 -SIZE (xpi/firefox-i18n-33.0/gl.xpi) = 401180 -SHA256 (xpi/firefox-i18n-33.0/gu-IN.xpi) = 9c9795a80b21797b27378dc607fe140dcf2c9ae6d51cb814a127e31f13ec5615 -SIZE (xpi/firefox-i18n-33.0/gu-IN.xpi) = 429327 -SHA256 (xpi/firefox-i18n-33.0/he.xpi) = 986dac932aae7dccda7aac1e708a79b615480bb3bffec5c0f458c86f4857def6 -SIZE (xpi/firefox-i18n-33.0/he.xpi) = 447202 -SHA256 (xpi/firefox-i18n-33.0/hi-IN.xpi) = 86acbca3eedad6ed9c09163f7ada90e0f4e7d12513c6ae49dd98efbefa9c2e4c -SIZE (xpi/firefox-i18n-33.0/hi-IN.xpi) = 451706 -SHA256 (xpi/firefox-i18n-33.0/hr.xpi) = f0cd9503c33807734dcc39302279b6b86c060da7ef76b0be2c44a859154e9eac -SIZE (xpi/firefox-i18n-33.0/hr.xpi) = 434271 -SHA256 (xpi/firefox-i18n-33.0/hsb.xpi) = d06ebff4cea67d31858ff88642c225367348a1358870d507a3628e7df8a23067 -SIZE (xpi/firefox-i18n-33.0/hsb.xpi) = 423342 -SHA256 (xpi/firefox-i18n-33.0/hu.xpi) = 123341ddd77027e35843a953f2388dbf50b10d3ad3edbe0a6049d3baadd8c2a3 -SIZE (xpi/firefox-i18n-33.0/hu.xpi) = 408613 -SHA256 (xpi/firefox-i18n-33.0/hy-AM.xpi) = 91cbfe3d5f6b05baf84929396bdd5621df0647a4d94be4c481bcc939750ea178 -SIZE (xpi/firefox-i18n-33.0/hy-AM.xpi) = 489405 -SHA256 (xpi/firefox-i18n-33.0/id.xpi) = 1a4e9ad4e11b732944532d4d95abb56af4f15345b14281e280140dc2ea03aa91 -SIZE (xpi/firefox-i18n-33.0/id.xpi) = 387694 -SHA256 (xpi/firefox-i18n-33.0/is.xpi) = 907ffe72503e9cdd760240029398cea2a6e3880acd6eda292e3edbbdf3ce3322 -SIZE (xpi/firefox-i18n-33.0/is.xpi) = 437346 -SHA256 (xpi/firefox-i18n-33.0/it.xpi) = 415ef2b97a40ea2116dba0978067f682b4af5d9ac2d97e64f166514bac6ec14f -SIZE (xpi/firefox-i18n-33.0/it.xpi) = 336091 -SHA256 (xpi/firefox-i18n-33.0/ja.xpi) = 4b10c2b762b4f13fc6a7fb5fd7a0dfb92ef8e70715d501b45b407ebe37020046 -SIZE (xpi/firefox-i18n-33.0/ja.xpi) = 431410 -SHA256 (xpi/firefox-i18n-33.0/kk.xpi) = 6ad7755cafe48b4fe5bc8c90a7a3130d11405edac7b9057aad52cc4a6d864761 -SIZE (xpi/firefox-i18n-33.0/kk.xpi) = 449694 -SHA256 (xpi/firefox-i18n-33.0/km.xpi) = 822b71c4f383a45493e21e027ec8421d4392e9e8237e68db07508c745fa4171c -SIZE (xpi/firefox-i18n-33.0/km.xpi) = 517638 -SHA256 (xpi/firefox-i18n-33.0/kn.xpi) = f7dc9d5344b9da358f8b063f90ba49053b8544dae3359371fbb6e8d9fa072e26 -SIZE (xpi/firefox-i18n-33.0/kn.xpi) = 484376 -SHA256 (xpi/firefox-i18n-33.0/ko.xpi) = 37e69852de14fd4fcf00f8926ac65824019abe2aba2bb8abb2d96b5bc7be4fa0 -SIZE (xpi/firefox-i18n-33.0/ko.xpi) = 413554 -SHA256 (xpi/firefox-i18n-33.0/ku.xpi) = e759629274c879532284a6a7e52950c731136e3507dc8547f7689df3b757b9d5 -SIZE (xpi/firefox-i18n-33.0/ku.xpi) = 430767 -SHA256 (xpi/firefox-i18n-33.0/lij.xpi) = 856405a868374b53a8ee7d425854465d67e572d2895d545631d4d92c3af753d1 -SIZE (xpi/firefox-i18n-33.0/lij.xpi) = 397338 -SHA256 (xpi/firefox-i18n-33.0/lt.xpi) = bc96b34812c514908635b826f59a1716b23e2a109a835ed68dfa428502022137 -SIZE (xpi/firefox-i18n-33.0/lt.xpi) = 440543 -SHA256 (xpi/firefox-i18n-33.0/lv.xpi) = 07a74935d2a65581b8328d212b183b821686da3fdf274632ad5dd6eeb49ac1c9 -SIZE (xpi/firefox-i18n-33.0/lv.xpi) = 406916 -SHA256 (xpi/firefox-i18n-33.0/mai.xpi) = 4501c3b32e6639f0de237b1d0f9dcef3f420761cb9c0373a0670884f7ce03ad4 -SIZE (xpi/firefox-i18n-33.0/mai.xpi) = 454969 -SHA256 (xpi/firefox-i18n-33.0/mk.xpi) = eb97247d2044c679d3a741bea2bfff51d4b6a67bfbf62515b455f174ce34fd63 -SIZE (xpi/firefox-i18n-33.0/mk.xpi) = 485785 -SHA256 (xpi/firefox-i18n-33.0/ml.xpi) = 652530081f5e2611dd4d30463b1cd8d14e39d9a330cac7eb78115106ff0e8353 -SIZE (xpi/firefox-i18n-33.0/ml.xpi) = 481574 -SHA256 (xpi/firefox-i18n-33.0/mr.xpi) = 8988eca854ae4ab11adb0e1ac5987df038839002d0115f979bc43490259670f3 -SIZE (xpi/firefox-i18n-33.0/mr.xpi) = 462151 -SHA256 (xpi/firefox-i18n-33.0/ms.xpi) = 75ebab12603eede36683daba73ffe9a666f367506f0f8a53de0f5e8ce871a04f -SIZE (xpi/firefox-i18n-33.0/ms.xpi) = 445101 -SHA256 (xpi/firefox-i18n-33.0/nb-NO.xpi) = 80623c481de4d414672210b9d6d3ed9fb3794395129bc992a6bf5815e10ce8a7 -SIZE (xpi/firefox-i18n-33.0/nb-NO.xpi) = 401222 -SHA256 (xpi/firefox-i18n-33.0/nl.xpi) = 659f7f5df5547dd8c632ef05662369b89a45145cfd50c2565b118a10278a805c -SIZE (xpi/firefox-i18n-33.0/nl.xpi) = 400415 -SHA256 (xpi/firefox-i18n-33.0/nn-NO.xpi) = 030b817817696600b9e524d724401c67632d5f81e852401f098ccae216cf0db9 -SIZE (xpi/firefox-i18n-33.0/nn-NO.xpi) = 395688 -SHA256 (xpi/firefox-i18n-33.0/or.xpi) = 7a48c53b2fcda0241ebcf996719f12b7f46b58729bd38fe3c244b495b1617b49 -SIZE (xpi/firefox-i18n-33.0/or.xpi) = 475958 -SHA256 (xpi/firefox-i18n-33.0/pa-IN.xpi) = ce3bb7683b86118bd1eaaadec5c9e749bccfb6dfaa975505a8d2c10b19129e0f -SIZE (xpi/firefox-i18n-33.0/pa-IN.xpi) = 447560 -SHA256 (xpi/firefox-i18n-33.0/pl.xpi) = b80a786af82163eb41b2cdca1a58ada369501a8a178086ba5e145642052c88b2 -SIZE (xpi/firefox-i18n-33.0/pl.xpi) = 382736 -SHA256 (xpi/firefox-i18n-33.0/pt-BR.xpi) = 08c0e76602d6697700f6fa22c4e684bebfe90f38b9b2c5b892788827a18f4e24 -SIZE (xpi/firefox-i18n-33.0/pt-BR.xpi) = 415351 -SHA256 (xpi/firefox-i18n-33.0/pt-PT.xpi) = 8ac786c4119de61cab7ac1f01ac6986d06963f2c9735f686fedc02dcf6f3c3b8 -SIZE (xpi/firefox-i18n-33.0/pt-PT.xpi) = 395800 -SHA256 (xpi/firefox-i18n-33.0/rm.xpi) = f3526efc6d4813a40392f77fe24b3d21de7bd74e4007a0010d9213526988ebf5 -SIZE (xpi/firefox-i18n-33.0/rm.xpi) = 409252 -SHA256 (xpi/firefox-i18n-33.0/ro.xpi) = d87aab4766066c24033cf4675b0fb7ca00ac3fbe9015e800e06d0e15563f8c34 -SIZE (xpi/firefox-i18n-33.0/ro.xpi) = 450878 -SHA256 (xpi/firefox-i18n-33.0/ru.xpi) = 4c08e198084f214a1f2fd1fa7e186921d799d6907120047a1226e6afcbebdd94 -SIZE (xpi/firefox-i18n-33.0/ru.xpi) = 378687 -SHA256 (xpi/firefox-i18n-33.0/si.xpi) = b26343b0d8517ab8029a04dabc220b69b827d82f1b6f983abbadb779d812ea2c -SIZE (xpi/firefox-i18n-33.0/si.xpi) = 471817 -SHA256 (xpi/firefox-i18n-33.0/sk.xpi) = 16ab1c936f58121120e71ccfa488dd0664d67db4b1dad3ff361f4b21fe742d37 -SIZE (xpi/firefox-i18n-33.0/sk.xpi) = 424073 -SHA256 (xpi/firefox-i18n-33.0/sl.xpi) = 13300580cf18f0777dfa261f33efc61b8d47797e17d501f92fac1f9bbe86f64b -SIZE (xpi/firefox-i18n-33.0/sl.xpi) = 397421 -SHA256 (xpi/firefox-i18n-33.0/son.xpi) = 4629ac52b8c68dd4f2b6de35ffe3bbc0f4c0605822d1cff180b386cc00a4ca65 -SIZE (xpi/firefox-i18n-33.0/son.xpi) = 404432 -SHA256 (xpi/firefox-i18n-33.0/sq.xpi) = 708dead68642d8d782674a44c7be7040bc516a311cb328b57c477c7d914cffb9 -SIZE (xpi/firefox-i18n-33.0/sq.xpi) = 440871 -SHA256 (xpi/firefox-i18n-33.0/sr.xpi) = 54bc18b7e5b709a28c01d70983024925fabf04a4f3cc2770368f36d69da3e561 -SIZE (xpi/firefox-i18n-33.0/sr.xpi) = 435266 -SHA256 (xpi/firefox-i18n-33.0/sv-SE.xpi) = a27a1990d0bc6b34ba26e3dcbde16cf539b7974653772c105ac8e11813ecf945 -SIZE (xpi/firefox-i18n-33.0/sv-SE.xpi) = 408341 -SHA256 (xpi/firefox-i18n-33.0/ta.xpi) = d919beb0086c7cf5b1ad8d491e0e43d2ed6fa0afa774f74cf80ed3df0a5b8a45 -SIZE (xpi/firefox-i18n-33.0/ta.xpi) = 458828 -SHA256 (xpi/firefox-i18n-33.0/te.xpi) = a93c0c8a50f2aa8eb47a3f69be699da2dfd9447577ad8e2af20022d32c9adbfd -SIZE (xpi/firefox-i18n-33.0/te.xpi) = 477729 -SHA256 (xpi/firefox-i18n-33.0/th.xpi) = e51608654d570673567a92aedcd016478a810fcb4991f9408e6d73fa31afd248 -SIZE (xpi/firefox-i18n-33.0/th.xpi) = 488197 -SHA256 (xpi/firefox-i18n-33.0/tr.xpi) = 31bb3bbbc4aff041559dbef932c8103063cb5fa333b640a68b2dc0e73dd3b8a1 -SIZE (xpi/firefox-i18n-33.0/tr.xpi) = 427703 -SHA256 (xpi/firefox-i18n-33.0/uk.xpi) = a39eda76dd9d437c59b1aa5463d1e2a340f764da694c886eeccefb56bf6fb018 -SIZE (xpi/firefox-i18n-33.0/uk.xpi) = 439819 -SHA256 (xpi/firefox-i18n-33.0/vi.xpi) = 8422c888ac94653562971a78c86bde365f29a669dcd3bf0c9dacf68b5138f0c3 -SIZE (xpi/firefox-i18n-33.0/vi.xpi) = 422408 -SHA256 (xpi/firefox-i18n-33.0/xh.xpi) = 5e415f6c1bd7de7fdb96385f044455f465954836119950a51dd34ebfefa9dcbd -SIZE (xpi/firefox-i18n-33.0/xh.xpi) = 408460 -SHA256 (xpi/firefox-i18n-33.0/zh-CN.xpi) = 0fe62fe5f372b01f40a9d20617688eda3923cc3a90d3742200e9c841ba0523f2 -SIZE (xpi/firefox-i18n-33.0/zh-CN.xpi) = 429857 -SHA256 (xpi/firefox-i18n-33.0/zh-TW.xpi) = 88e13c51ab2cde95ca274c458c73af74fe2b4a0eeb5efde3e223a55f73940a6e -SIZE (xpi/firefox-i18n-33.0/zh-TW.xpi) = 422430 -SHA256 (xpi/firefox-i18n-33.0/zu.xpi) = 6deb6b853ec1923ab325332d2eb5e96e6a0cea443d447203dff0cff5352c15bf -SIZE (xpi/firefox-i18n-33.0/zu.xpi) = 443460 +SHA256 (xpi/firefox-i18n-33.0.1/ach.xpi) = 5204945b854455d811647d0d3529e95cd43fc64dca47f381e4bf40b86354d628 +SIZE (xpi/firefox-i18n-33.0.1/ach.xpi) = 438596 +SHA256 (xpi/firefox-i18n-33.0.1/af.xpi) = f62d6833a63963ca3e0ac5848bc9b23420ba43c72b6588f42ff6ec4da4f6162d +SIZE (xpi/firefox-i18n-33.0.1/af.xpi) = 439712 +SHA256 (xpi/firefox-i18n-33.0.1/an.xpi) = b45807aa3feb34732359d781ceb25936c6b7390900bd01000fdfabdd36a2ab81 +SIZE (xpi/firefox-i18n-33.0.1/an.xpi) = 417167 +SHA256 (xpi/firefox-i18n-33.0.1/ar.xpi) = e79ad8e5163f002a681986a7a31ebfe133f19dad21a8f51042331f57954bca3a +SIZE (xpi/firefox-i18n-33.0.1/ar.xpi) = 470559 +SHA256 (xpi/firefox-i18n-33.0.1/as.xpi) = 2f10ac99092058e1351a93bf9974b6424c951356455921c52d45f77d406d0e65 +SIZE (xpi/firefox-i18n-33.0.1/as.xpi) = 459613 +SHA256 (xpi/firefox-i18n-33.0.1/ast.xpi) = b3807cd000e5b9aaeb3e227319fc65e2ef1095a8c4cbcff30aecadded2a81a84 +SIZE (xpi/firefox-i18n-33.0.1/ast.xpi) = 352928 +SHA256 (xpi/firefox-i18n-33.0.1/az.xpi) = 21d7a7ffdd19a4bce84f54b5be62fad864ae357d5cf92efa5bcb469d5bcf00bb +SIZE (xpi/firefox-i18n-33.0.1/az.xpi) = 433720 +SHA256 (xpi/firefox-i18n-33.0.1/be.xpi) = b9d76e05007248366dd476eaaab9bd8c7acd1944622bd759dce5121dbaa36e62 +SIZE (xpi/firefox-i18n-33.0.1/be.xpi) = 392181 +SHA256 (xpi/firefox-i18n-33.0.1/bg.xpi) = 3d280c036952b8115084a07ab508d03cb27acd6fe6118f990aa2c5539c5286e5 +SIZE (xpi/firefox-i18n-33.0.1/bg.xpi) = 448726 +SHA256 (xpi/firefox-i18n-33.0.1/bn-BD.xpi) = d2942061795eaba366f31bb5150ff46e0970298f4077fe322b5388b53dcc0fe3 +SIZE (xpi/firefox-i18n-33.0.1/bn-BD.xpi) = 483352 +SHA256 (xpi/firefox-i18n-33.0.1/bn-IN.xpi) = a762ef587f82587343dc6a8dba2eebeed1fca8de980ebf036a31d9ae2e1256e2 +SIZE (xpi/firefox-i18n-33.0.1/bn-IN.xpi) = 474178 +SHA256 (xpi/firefox-i18n-33.0.1/br.xpi) = f8761f81bb1cc19819e4ab012d42c9ec7602b99989a0dd86208f81873a38017a +SIZE (xpi/firefox-i18n-33.0.1/br.xpi) = 399014 +SHA256 (xpi/firefox-i18n-33.0.1/bs.xpi) = b1fb008ef8e5ee86e1f109dcdadc0ed08c36028187377140cb110cb95e59c377 +SIZE (xpi/firefox-i18n-33.0.1/bs.xpi) = 440180 +SHA256 (xpi/firefox-i18n-33.0.1/ca.xpi) = 2ceb4b03e3642cecd7be141d385c91402954db4916b520bcfc34271b32373fa0 +SIZE (xpi/firefox-i18n-33.0.1/ca.xpi) = 413706 +SHA256 (xpi/firefox-i18n-33.0.1/cs.xpi) = 940be263b33c1a96f9d8f828e2496b11f531644d0765b8e1772c84dba1098b12 +SIZE (xpi/firefox-i18n-33.0.1/cs.xpi) = 401177 +SHA256 (xpi/firefox-i18n-33.0.1/csb.xpi) = 4a77ee7e7a543ba788ce8aee6758346521fdf5a65e80ffa9482208ee107e8509 +SIZE (xpi/firefox-i18n-33.0.1/csb.xpi) = 394931 +SHA256 (xpi/firefox-i18n-33.0.1/cy.xpi) = dc0710ecc060ad3eae4e0116ce083446715db3c4bb94d2454b1e6df72e9d37fb +SIZE (xpi/firefox-i18n-33.0.1/cy.xpi) = 400469 +SHA256 (xpi/firefox-i18n-33.0.1/da.xpi) = 54b3dc033697691fb0da2df4af77539adddb471f19c0ce3da45761b5625b024a +SIZE (xpi/firefox-i18n-33.0.1/da.xpi) = 407441 +SHA256 (xpi/firefox-i18n-33.0.1/de.xpi) = 430516c232092404be7365b7ae7763c219d269ca67b42b4846999159cf447e42 +SIZE (xpi/firefox-i18n-33.0.1/de.xpi) = 405659 +SHA256 (xpi/firefox-i18n-33.0.1/dsb.xpi) = a11ec287f809cea8de5fdcb68d577617fbe349e5e6032bfab035d215aaf4480a +SIZE (xpi/firefox-i18n-33.0.1/dsb.xpi) = 425353 +SHA256 (xpi/firefox-i18n-33.0.1/el.xpi) = e66bfef364f774ac345433623415305a6ab6d1a7dc18b62ccff0369175e4a969 +SIZE (xpi/firefox-i18n-33.0.1/el.xpi) = 453582 +SHA256 (xpi/firefox-i18n-33.0.1/en-GB.xpi) = de527d4b89b81b7ffd8991cd1223d07e06548929b27fd240943ab35d8409ac06 +SIZE (xpi/firefox-i18n-33.0.1/en-GB.xpi) = 399890 +SHA256 (xpi/firefox-i18n-33.0.1/en-US.xpi) = a40ab37f85f749ec9924dc373f035d170899c0928c0b9610f6b06d1371beb1e1 +SIZE (xpi/firefox-i18n-33.0.1/en-US.xpi) = 431992 +SHA256 (xpi/firefox-i18n-33.0.1/en-ZA.xpi) = 1133899a72f66b828d2a9cede61afe5a031f01f89e89a1ecdb46795755841105 +SIZE (xpi/firefox-i18n-33.0.1/en-ZA.xpi) = 395962 +SHA256 (xpi/firefox-i18n-33.0.1/eo.xpi) = ba1c409d4c80d5977e6ace68a1bfe811bc19e0247cc7def2e6f2068db664c342 +SIZE (xpi/firefox-i18n-33.0.1/eo.xpi) = 441494 +SHA256 (xpi/firefox-i18n-33.0.1/es-AR.xpi) = ad86ee318a607e9234b0fa06906d8a1529aef5210aa11eec3f07c0b54dabf16b +SIZE (xpi/firefox-i18n-33.0.1/es-AR.xpi) = 409702 +SHA256 (xpi/firefox-i18n-33.0.1/es-CL.xpi) = d35beb0012094bf7fdecfa85fc13bce944b06c03a6158603290ee6446a3b225d +SIZE (xpi/firefox-i18n-33.0.1/es-CL.xpi) = 348958 +SHA256 (xpi/firefox-i18n-33.0.1/es-ES.xpi) = e60201eb372a36fc7513cb4cc3e2eef1fddc93a20dacd6aade446c8288a987f6 +SIZE (xpi/firefox-i18n-33.0.1/es-ES.xpi) = 341272 +SHA256 (xpi/firefox-i18n-33.0.1/es-MX.xpi) = d2bf58cd797ba4fd9c080d3d1bc7b8c97cee91642070c87f532b10e2f2275157 +SIZE (xpi/firefox-i18n-33.0.1/es-MX.xpi) = 412165 +SHA256 (xpi/firefox-i18n-33.0.1/et.xpi) = 9668b33d5776c5bca7c97c4743e4fe04fb0a2f88ff2148581796cd8589acc254 +SIZE (xpi/firefox-i18n-33.0.1/et.xpi) = 399820 +SHA256 (xpi/firefox-i18n-33.0.1/eu.xpi) = f8b6d1d472a1ac7c884a9fe94bb4e69aa954d7817a80d15ab7fe1a8dae272c73 +SIZE (xpi/firefox-i18n-33.0.1/eu.xpi) = 422548 +SHA256 (xpi/firefox-i18n-33.0.1/fa.xpi) = 7b027e6567c92d1280437692ca49e2acb4c96a74f91cda31ea10a576bedc73a8 +SIZE (xpi/firefox-i18n-33.0.1/fa.xpi) = 470962 +SHA256 (xpi/firefox-i18n-33.0.1/ff.xpi) = 7d4af8b308e2010a10216e8cf47f8519fceacaa74987892ced8fc3ee74c7c87e +SIZE (xpi/firefox-i18n-33.0.1/ff.xpi) = 409821 +SHA256 (xpi/firefox-i18n-33.0.1/fi.xpi) = 5806203b52ac3a42e5d37c78a9fec93082502e646efe20396d669eccc6d68846 +SIZE (xpi/firefox-i18n-33.0.1/fi.xpi) = 401954 +SHA256 (xpi/firefox-i18n-33.0.1/fr.xpi) = cdfacacb5d73b202abc486816cffbdc7527ac3ef05af3a521f1d281e0a885f06 +SIZE (xpi/firefox-i18n-33.0.1/fr.xpi) = 416672 +SHA256 (xpi/firefox-i18n-33.0.1/fy-NL.xpi) = d025740a5ceb6fe09a676a144bd13ebf2901960cebfad2b2bb045abc8b0b28bd +SIZE (xpi/firefox-i18n-33.0.1/fy-NL.xpi) = 411372 +SHA256 (xpi/firefox-i18n-33.0.1/ga-IE.xpi) = 6eafbb62cecdd38335388fd94e81a5c2c1b0719b47a1d97759338555bef661b5 +SIZE (xpi/firefox-i18n-33.0.1/ga-IE.xpi) = 419257 +SHA256 (xpi/firefox-i18n-33.0.1/gd.xpi) = fa43d0d59e1124f9f76c24a79df62ac1edd6c9b81cae7505fe6b0fd37a681c1f +SIZE (xpi/firefox-i18n-33.0.1/gd.xpi) = 412400 +SHA256 (xpi/firefox-i18n-33.0.1/gl.xpi) = 409efc57c3662b84a7cd73e9a538e28e8ab733b70aaf908861401fb155df30cd +SIZE (xpi/firefox-i18n-33.0.1/gl.xpi) = 401181 +SHA256 (xpi/firefox-i18n-33.0.1/gu-IN.xpi) = b945b5508ec797bee49d0a71037046764bde675f314eeeb8860ff81a655d4369 +SIZE (xpi/firefox-i18n-33.0.1/gu-IN.xpi) = 429332 +SHA256 (xpi/firefox-i18n-33.0.1/he.xpi) = a75025556c9ff27cb7af115f732312d2d3e01e0722b6e803e06ded53bc594ece +SIZE (xpi/firefox-i18n-33.0.1/he.xpi) = 447205 +SHA256 (xpi/firefox-i18n-33.0.1/hi-IN.xpi) = bb4b18d4a02bb0bee500abff71f127d4a80ea1a8ec12ed9f634fd93bf425f546 +SIZE (xpi/firefox-i18n-33.0.1/hi-IN.xpi) = 451707 +SHA256 (xpi/firefox-i18n-33.0.1/hr.xpi) = 41736262e78b5e9e7242ac8fb3faad783d6d9cdbf83602d62d2190d0c1348ccc +SIZE (xpi/firefox-i18n-33.0.1/hr.xpi) = 434272 +SHA256 (xpi/firefox-i18n-33.0.1/hsb.xpi) = 42f844c5843cd758f51f3a9171bdc257d56925e1a0880f5f7b71e6330673529d +SIZE (xpi/firefox-i18n-33.0.1/hsb.xpi) = 423343 +SHA256 (xpi/firefox-i18n-33.0.1/hu.xpi) = 101b62f5e8e2e3c9e5b8f3b333f8ae47746694485d8a71e74386e320817340c2 +SIZE (xpi/firefox-i18n-33.0.1/hu.xpi) = 408614 +SHA256 (xpi/firefox-i18n-33.0.1/hy-AM.xpi) = dbe5342bcf32fb8aab96b2ac3bda81310aa39250667bc9c3a13147afb97ba68f +SIZE (xpi/firefox-i18n-33.0.1/hy-AM.xpi) = 489407 +SHA256 (xpi/firefox-i18n-33.0.1/id.xpi) = b1bc40da95a451fb837201fe19524547533ee2d4c8c5be6be07aee7c9f5d9601 +SIZE (xpi/firefox-i18n-33.0.1/id.xpi) = 387695 +SHA256 (xpi/firefox-i18n-33.0.1/is.xpi) = 72af1088b918718b1f7f9209e794d558a6e12ebb58702d45121ebf5d724e42c0 +SIZE (xpi/firefox-i18n-33.0.1/is.xpi) = 437347 +SHA256 (xpi/firefox-i18n-33.0.1/it.xpi) = 5b7d5c58edcd149900917460e3a341dfaac2ccbb7d28bc362bc253b93ea5f720 +SIZE (xpi/firefox-i18n-33.0.1/it.xpi) = 336092 +SHA256 (xpi/firefox-i18n-33.0.1/ja.xpi) = 01ecc89a10dc2f66a8c1bf0f6f9ff04901b3462cf68975e656a96b512260b84c +SIZE (xpi/firefox-i18n-33.0.1/ja.xpi) = 431412 +SHA256 (xpi/firefox-i18n-33.0.1/kk.xpi) = e2752555fd14faba16d68d98172cb168651beb8095465120121b1780d6cc5151 +SIZE (xpi/firefox-i18n-33.0.1/kk.xpi) = 449695 +SHA256 (xpi/firefox-i18n-33.0.1/km.xpi) = beb52d04c277d0b5bfae30d98f1d2a4bc9692bea2214a83a970a8e1f17720f18 +SIZE (xpi/firefox-i18n-33.0.1/km.xpi) = 517640 +SHA256 (xpi/firefox-i18n-33.0.1/kn.xpi) = 98ce87c2c00ab615b48151537773b960f8de99a4c5d82d71d5dfc866d8f4118c +SIZE (xpi/firefox-i18n-33.0.1/kn.xpi) = 484377 +SHA256 (xpi/firefox-i18n-33.0.1/ko.xpi) = 8069fc1cb05dfed066d4b40f3fdd387c702d824823255ef6ff3aa93c7a970fc1 +SIZE (xpi/firefox-i18n-33.0.1/ko.xpi) = 413556 +SHA256 (xpi/firefox-i18n-33.0.1/ku.xpi) = b802e651ee4c5647a2b19612898960f401a6713c515dbb1ac68a6d6736d06a24 +SIZE (xpi/firefox-i18n-33.0.1/ku.xpi) = 430772 +SHA256 (xpi/firefox-i18n-33.0.1/lij.xpi) = 185e24533b880ece27be376608bf9a30628cc55f67df350d3e671ae8bcd9f506 +SIZE (xpi/firefox-i18n-33.0.1/lij.xpi) = 397343 +SHA256 (xpi/firefox-i18n-33.0.1/lt.xpi) = 55a6b40ebf0b19f25fd9db78e3513e0f6816d95c009b2c83dd9c1bf650628577 +SIZE (xpi/firefox-i18n-33.0.1/lt.xpi) = 440544 +SHA256 (xpi/firefox-i18n-33.0.1/lv.xpi) = c2689c07078714c9ec1dcb558659aaf467ba613b99a5fb6ee6e271055844a6ee +SIZE (xpi/firefox-i18n-33.0.1/lv.xpi) = 406917 +SHA256 (xpi/firefox-i18n-33.0.1/mai.xpi) = 7858eadd9f69a3f10a217d8eaac71841a2b2d3ac057deb1a88285b1d414bc37f +SIZE (xpi/firefox-i18n-33.0.1/mai.xpi) = 454970 +SHA256 (xpi/firefox-i18n-33.0.1/mk.xpi) = 6a8f010979a41e8e920e591f0a2d5e59fdb1d0ee02f1c091e5344172caa95d6b +SIZE (xpi/firefox-i18n-33.0.1/mk.xpi) = 485787 +SHA256 (xpi/firefox-i18n-33.0.1/ml.xpi) = c79c3ea38f97c0b0913dd5f1318834cd07c9d897c9541791ebfe2f8fe22c5d2d +SIZE (xpi/firefox-i18n-33.0.1/ml.xpi) = 481577 +SHA256 (xpi/firefox-i18n-33.0.1/mr.xpi) = cf50cb511c2da44c259859f2135a63e75154689cc30210d8e845b6c9d33fd59c +SIZE (xpi/firefox-i18n-33.0.1/mr.xpi) = 462152 +SHA256 (xpi/firefox-i18n-33.0.1/ms.xpi) = e65546f11d68e7360e5fdc630e4a6ca29d6a2e827dd905b5702e2c40b05178a7 +SIZE (xpi/firefox-i18n-33.0.1/ms.xpi) = 445103 +SHA256 (xpi/firefox-i18n-33.0.1/nb-NO.xpi) = e1d3a2be1e29cf926425253b759b46e7714fa4ca458f1caf2f37997bdf6297a3 +SIZE (xpi/firefox-i18n-33.0.1/nb-NO.xpi) = 401223 +SHA256 (xpi/firefox-i18n-33.0.1/nl.xpi) = 6705d452eea2dd573727cbafdd17659575e63cb0b3296f356197da14794f1674 +SIZE (xpi/firefox-i18n-33.0.1/nl.xpi) = 400416 +SHA256 (xpi/firefox-i18n-33.0.1/nn-NO.xpi) = f4a6594e752641085b2619310768a2fe9ac1f6143c4b38b6c6d6e00626434e36 +SIZE (xpi/firefox-i18n-33.0.1/nn-NO.xpi) = 395690 +SHA256 (xpi/firefox-i18n-33.0.1/or.xpi) = 4fd0f2923379cedc9e5ff22eade75098373839a02841dcf5010807c2cde4117c +SIZE (xpi/firefox-i18n-33.0.1/or.xpi) = 475959 +SHA256 (xpi/firefox-i18n-33.0.1/pa-IN.xpi) = b6c434ea003ad4380ea09d14a3301c7979eeda015c433549a842aab3e08cddbd +SIZE (xpi/firefox-i18n-33.0.1/pa-IN.xpi) = 447561 +SHA256 (xpi/firefox-i18n-33.0.1/pl.xpi) = 4689dc5ae4257e0445be3cf3124ca0b7efb75149216ef3e192af52b14bdb4d7c +SIZE (xpi/firefox-i18n-33.0.1/pl.xpi) = 382737 +SHA256 (xpi/firefox-i18n-33.0.1/pt-BR.xpi) = 13dcfc9a86b339477e1ad1ebd34c68c30fb6243a9b6e818e04eb7a34c47bc56b +SIZE (xpi/firefox-i18n-33.0.1/pt-BR.xpi) = 415352 +SHA256 (xpi/firefox-i18n-33.0.1/pt-PT.xpi) = d48a50655783802f13df67961258f0f86a3ae987b6c43a6c1e66553b4ca75f0b +SIZE (xpi/firefox-i18n-33.0.1/pt-PT.xpi) = 395801 +SHA256 (xpi/firefox-i18n-33.0.1/rm.xpi) = b849a8289fee93f6a93850096c6aeee7648ef73ecc810199b3a0d173405f6c51 +SIZE (xpi/firefox-i18n-33.0.1/rm.xpi) = 409255 +SHA256 (xpi/firefox-i18n-33.0.1/ro.xpi) = ffa872296300df515258d8932461ebeba32448eb708d481a6383b493ff97e668 +SIZE (xpi/firefox-i18n-33.0.1/ro.xpi) = 450880 +SHA256 (xpi/firefox-i18n-33.0.1/ru.xpi) = 2d08fe806403c2203ce7340a4d9a6bd6b4ccf484546717da30bf5bb09c8fe473 +SIZE (xpi/firefox-i18n-33.0.1/ru.xpi) = 378689 +SHA256 (xpi/firefox-i18n-33.0.1/si.xpi) = 357cda1127ee97486ed089aab64b91ac2cbead5868d6dd247fb0c2bddf0754a3 +SIZE (xpi/firefox-i18n-33.0.1/si.xpi) = 471819 +SHA256 (xpi/firefox-i18n-33.0.1/sk.xpi) = d8a4c666e93930caafd89692b9c23fbc4ceca095f3a326d66d37c8a1fcbdebf6 +SIZE (xpi/firefox-i18n-33.0.1/sk.xpi) = 424074 +SHA256 (xpi/firefox-i18n-33.0.1/sl.xpi) = 16fed350666f7db6d63426a1b94017f4523bf43ee113bc4954fc2d4f53f27cd4 +SIZE (xpi/firefox-i18n-33.0.1/sl.xpi) = 397422 +SHA256 (xpi/firefox-i18n-33.0.1/son.xpi) = 63c840180edebd40d9f2ea91c0c876a8ae9487cda30f2e1d65fde1a15d9c101d +SIZE (xpi/firefox-i18n-33.0.1/son.xpi) = 404437 +SHA256 (xpi/firefox-i18n-33.0.1/sq.xpi) = 5755fd773b1fc0c75163f6672d56376c25c725ecc88eda3b3aa183c2e7c4e16a +SIZE (xpi/firefox-i18n-33.0.1/sq.xpi) = 440872 +SHA256 (xpi/firefox-i18n-33.0.1/sr.xpi) = 20cc2ef780bf1da8975a8823947f10aef31ca6cf6e4fb6bedc4b19b4fe8331ad +SIZE (xpi/firefox-i18n-33.0.1/sr.xpi) = 435268 +SHA256 (xpi/firefox-i18n-33.0.1/sv-SE.xpi) = 011ec15fed2be77c4b51ab520692f0e827ef9891d0752f667bbdb7a776ffd102 +SIZE (xpi/firefox-i18n-33.0.1/sv-SE.xpi) = 408343 +SHA256 (xpi/firefox-i18n-33.0.1/ta.xpi) = 44a1b800d91892343df9744abbc79075df344dc6cedc30ac5fe56243906d8fa8 +SIZE (xpi/firefox-i18n-33.0.1/ta.xpi) = 458829 +SHA256 (xpi/firefox-i18n-33.0.1/te.xpi) = 8590205032b43ab7fa4f5d4aac43e0b7d510aa5bd80422daa6268255fa1247c6 +SIZE (xpi/firefox-i18n-33.0.1/te.xpi) = 477728 +SHA256 (xpi/firefox-i18n-33.0.1/th.xpi) = e83dffd1d5fd057f1a6104e522f457c4beb342774ae0525cc73ef8676c74af7d +SIZE (xpi/firefox-i18n-33.0.1/th.xpi) = 488200 +SHA256 (xpi/firefox-i18n-33.0.1/tr.xpi) = d614975eb31fb4b979652460bee7040bd1b0c04af84658d0322a5698f5de5dd5 +SIZE (xpi/firefox-i18n-33.0.1/tr.xpi) = 427704 +SHA256 (xpi/firefox-i18n-33.0.1/uk.xpi) = 9b36c99271eaa500241743667b3863990b09cc63adb8854d3ddbbae26a78cefc +SIZE (xpi/firefox-i18n-33.0.1/uk.xpi) = 439821 +SHA256 (xpi/firefox-i18n-33.0.1/vi.xpi) = 93c5ee4509719f9f168d39f031f6459a0a98e59c4bc441078e4dc36ad98ad4b4 +SIZE (xpi/firefox-i18n-33.0.1/vi.xpi) = 422410 +SHA256 (xpi/firefox-i18n-33.0.1/xh.xpi) = 4aadca6be9ba3890fc8b4e29ce6630ad0dbc29d4aae70e0c05f40afb947d4b9d +SIZE (xpi/firefox-i18n-33.0.1/xh.xpi) = 408461 +SHA256 (xpi/firefox-i18n-33.0.1/zh-CN.xpi) = 0572ec43338773fcc0eec53df3952aee5961feb750c73446215cfafd5f0cddfd +SIZE (xpi/firefox-i18n-33.0.1/zh-CN.xpi) = 429858 +SHA256 (xpi/firefox-i18n-33.0.1/zh-TW.xpi) = dc38438dfee00cff32886941c7b7f7c3f6c8709905d2cf5a377ad4064b21a6f5 +SIZE (xpi/firefox-i18n-33.0.1/zh-TW.xpi) = 422432 +SHA256 (xpi/firefox-i18n-33.0.1/zu.xpi) = 380089d709b718e79af393fe1e22535e13bc47c186bf5cc095b8f57880f8a5a9 +SIZE (xpi/firefox-i18n-33.0.1/zu.xpi) = 443461 Modified: branches/firefox33/www/firefox/Makefile ============================================================================== --- branches/firefox33/www/firefox/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ branches/firefox33/www/firefox/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 370932 2014-10-15 15:48:16Z beat $ PORTNAME= firefox -DISTVERSION= 33.0 +DISTVERSION= 33.0.1 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: branches/firefox33/www/firefox/distinfo ============================================================================== --- branches/firefox33/www/firefox/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ branches/firefox33/www/firefox/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,2 +1,2 @@ -SHA256 (firefox-33.0.source.tar.bz2) = 1018c2fae8c54c8a45f5a3ce348a2617a3f8039a789b09b7cfa5a27be069b229 -SIZE (firefox-33.0.source.tar.bz2) = 155177527 +SHA256 (firefox-33.0.1.source.tar.bz2) = 5473b52f583aa78c5b59c0256ec6fb95b553cbf739b721c626ae871a4df8cb3b +SIZE (firefox-33.0.1.source.tar.bz2) = 155162060 Modified: branches/firefox33/www/linux-firefox/Makefile ============================================================================== --- branches/firefox33/www/linux-firefox/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ branches/firefox33/www/linux-firefox/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-firefox/Makefile 370932 2014-10-15 15:48:16Z beat $ PORTNAME= firefox -DISTVERSION= 33.0 +DISTVERSION= 33.0.1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: branches/firefox33/www/linux-firefox/distinfo ============================================================================== --- branches/firefox33/www/linux-firefox/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ branches/firefox33/www/linux-firefox/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,5 +1,5 @@ -SHA256 (firefox-33.0.tar.bz2) = 56ba7069dcd2f026e7a21867ab71e1fce462031d3fea77d180ee922eb1c96239 -SIZE (firefox-33.0.tar.bz2) = 43261598 +SHA256 (firefox-33.0.1.tar.bz2) = 9f25ae5cd71d6b3c06621a8ff720a4f055256ebc62b1fb772bbb8d86ff889567 +SIZE (firefox-33.0.1.tar.bz2) = 43391067 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: trunk/Mk/Uses/gecko.mk ============================================================================== --- trunk/Mk/Uses/gecko.mk Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/Mk/Uses/gecko.mk Sat Oct 25 03:15:50 2014 (r1745) @@ -51,8 +51,8 @@ .elif ${gecko_ARGS:Mseamonkey} -_GECKO_DEFAULT_VERSION= 30 -_GECKO_VERSIONS= 30 +_GECKO_DEFAULT_VERSION= 31 +_GECKO_VERSIONS= 31 _GECKO_TYPE= seamonkey .if exists(${LOCALBASE}/bin/seamonkey) @@ -61,7 +61,7 @@ .endif # Dependence lines for different Seamonkey versions -30_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +31_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey .elif ${gecko_ARGS:Mthunderbird} Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/firefox-i18n/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-i18n/Makefile 370932 2014-10-15 15:48:16Z beat $ PORTNAME= firefox-i18n -PORTVERSION= 34.0b1 +PORTVERSION= 34.0b3 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-i18n/Makefile.lang ============================================================================== --- trunk/www/firefox-i18n/Makefile.lang Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/firefox-i18n/Makefile.lang Sat Oct 25 03:15:50 2014 (r1745) @@ -1,8 +1,8 @@ # Created by: Koji Yokota # $FreeBSD: head/www/firefox-i18n/Makefile.lang 363978 2014-08-04 09:11:25Z bapt $ -FIREFOX_I18N_ALL_= ach af an ar as ast be bg bn-BD bn-IN br bs ca cs \ - csb cy da de el en-GB en-US en-ZA eo es-AR es-CL \ +FIREFOX_I18N_ALL_= ach af an ar as ast az be bg bn-BD bn-IN br bs ca cs \ + csb cy da de dsb el en-GB en-US en-ZA eo es-AR es-CL \ es-ES es-MX et eu fa ff fi fr fy-NL ga-IE gd gl \ gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km \ kn ko ku lij lt lv mai mk ml mr ms nb-NO nl nn-NO \ @@ -30,6 +30,9 @@ .if ${PORT_OPTIONS:MLANG_AST} FIREFOX_I18N+= ast .endif +.if ${PORT_OPTIONS:MLANG_AZ} +FIREFOX_I18N+= az +.endif .if ${PORT_OPTIONS:MLANG_BE} FIREFOX_I18N+= be .endif @@ -66,6 +69,9 @@ .if ${PORT_OPTIONS:MLANG_DE} FIREFOX_I18N+= de .endif +.if ${PORT_OPTIONS:MLANG_DSB} +FIREFOX_I18N+= dsb +.endif .if ${PORT_OPTIONS:MLANG_EL} FIREFOX_I18N+= el .endif Modified: trunk/www/firefox-i18n/Makefile.option ============================================================================== --- trunk/www/firefox-i18n/Makefile.option Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/firefox-i18n/Makefile.option Sat Oct 25 03:15:50 2014 (r1745) @@ -9,6 +9,7 @@ LANG_AS \ LANG_AM \ LANG_AST \ + LANG_AZ \ LANG_EU \ LANG_BN \ LANG_BB \ @@ -28,6 +29,7 @@ LANG_ET \ LANG_GL \ LANG_DE \ + LANG_DSB \ LANG_EL \ LANG_GU \ LANG_FF \ @@ -99,7 +101,9 @@ LANG_ACH_DESC?= Acholi language support LANG_AN_DESC?= Aragonese language support LANG_AS_DESC?= Assamese language support +LANG_AZ_DESC?= Azerbaijani language support LANG_CSB_DESC?= Kashubian language support +LANG_DSB_DESC?= Lower Sorbian language support LANG_FF_DESC?= Fulah language support LANG_HSB_DESC?= Upper Sorbian language support LANG_KM_DESC?= Khmer language support Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/firefox-i18n/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,176 +1,180 @@ -SHA256 (xpi/firefox-i18n-34.0b1/ach.xpi) = 514d3b048c61f2d56c211d4e0a2504a7727cdebac9a3c53e29df39450a85a512 -SIZE (xpi/firefox-i18n-34.0b1/ach.xpi) = 452860 -SHA256 (xpi/firefox-i18n-34.0b1/af.xpi) = 2bac8b88c3b306f91d4a7af15fc20b103652d6fb38f19cddf1c500762aa2e9a2 -SIZE (xpi/firefox-i18n-34.0b1/af.xpi) = 453239 -SHA256 (xpi/firefox-i18n-34.0b1/an.xpi) = 2bea8114b0333df1c5280326bc273c79e5047d52801433ad93091711a57926c4 -SIZE (xpi/firefox-i18n-34.0b1/an.xpi) = 429217 -SHA256 (xpi/firefox-i18n-34.0b1/ar.xpi) = cbcc4b3f9447042309f65906ce2dd472e9d643e2832b8a68b2d6ed058959de71 -SIZE (xpi/firefox-i18n-34.0b1/ar.xpi) = 484361 -SHA256 (xpi/firefox-i18n-34.0b1/as.xpi) = 3b0e093e7dd320936eee17a4e0cda64e2f581021b1474dd97803f6d9cb589283 -SIZE (xpi/firefox-i18n-34.0b1/as.xpi) = 473341 -SHA256 (xpi/firefox-i18n-34.0b1/ast.xpi) = f7a8d4b3a6192f4bd0d75fcd16891111e1a3b08958750d98d313f7951862442d -SIZE (xpi/firefox-i18n-34.0b1/ast.xpi) = 368361 -SHA256 (xpi/firefox-i18n-34.0b1/be.xpi) = 4e2c519bc86253ddb48a501fd688e1e13f13f637127b07b1465bb1c1b7e90aa5 -SIZE (xpi/firefox-i18n-34.0b1/be.xpi) = 407082 -SHA256 (xpi/firefox-i18n-34.0b1/bg.xpi) = e95445a93bf022193debc0073a52b56a8400645418ebffffe400ab17a3c38441 -SIZE (xpi/firefox-i18n-34.0b1/bg.xpi) = 462669 -SHA256 (xpi/firefox-i18n-34.0b1/bn-BD.xpi) = c910734a95955276a3482ccc6282a131983a898474f2da2278a6fce8aecd4352 -SIZE (xpi/firefox-i18n-34.0b1/bn-BD.xpi) = 497138 -SHA256 (xpi/firefox-i18n-34.0b1/bn-IN.xpi) = ca79eca8f73faab9c317c714dac1c4fc5f5eaab9e38bf446bcc9f4d7f4407fff -SIZE (xpi/firefox-i18n-34.0b1/bn-IN.xpi) = 487238 -SHA256 (xpi/firefox-i18n-34.0b1/br.xpi) = 800eb344720caca34ea6bb5c3a25eddf1a9f29bb248616e12b34eb0628194eba -SIZE (xpi/firefox-i18n-34.0b1/br.xpi) = 410337 -SHA256 (xpi/firefox-i18n-34.0b1/bs.xpi) = 0526a889203838bcd4d42d43b36f845435d57c246a4579a12bd6cf7ed7da659b -SIZE (xpi/firefox-i18n-34.0b1/bs.xpi) = 453728 -SHA256 (xpi/firefox-i18n-34.0b1/ca.xpi) = 6d1b3bd969be6d69ae8c9a70cbd0341f4395e715b67842fe24ca5ed2a84bbff1 -SIZE (xpi/firefox-i18n-34.0b1/ca.xpi) = 425818 -SHA256 (xpi/firefox-i18n-34.0b1/cs.xpi) = 9a297c127dba58666949d7d2cf24c7172c769067e06a0a532cf46a3ac080c683 -SIZE (xpi/firefox-i18n-34.0b1/cs.xpi) = 413756 -SHA256 (xpi/firefox-i18n-34.0b1/csb.xpi) = 8dcbfb28c315478c25a3da06e202b80688efffcd1c0f73e1d2019dd420eb846c -SIZE (xpi/firefox-i18n-34.0b1/csb.xpi) = 408998 -SHA256 (xpi/firefox-i18n-34.0b1/cy.xpi) = cb3dfaa426dc44426244253e463bdae91077ed6c2cf46405d3c02492d3f475c2 -SIZE (xpi/firefox-i18n-34.0b1/cy.xpi) = 412341 -SHA256 (xpi/firefox-i18n-34.0b1/da.xpi) = 3dc56b809c8214e67a4714218126a834df07281e93c9bbb0601ae147c682b648 -SIZE (xpi/firefox-i18n-34.0b1/da.xpi) = 421661 -SHA256 (xpi/firefox-i18n-34.0b1/de.xpi) = 3360186814414c4e53244c9935b86f494bdb0767b1879acb8be43c9a058c6463 -SIZE (xpi/firefox-i18n-34.0b1/de.xpi) = 420040 -SHA256 (xpi/firefox-i18n-34.0b1/el.xpi) = 370d0e3661f7dbbf49fece228c56a626087a95814f3814308afb824fe63cec44 -SIZE (xpi/firefox-i18n-34.0b1/el.xpi) = 467030 -SHA256 (xpi/firefox-i18n-34.0b1/en-GB.xpi) = 13a6a8c5d38b7eb55c67d4de545ab80c2f9014242ad5058d167dd7568a7dc8ea -SIZE (xpi/firefox-i18n-34.0b1/en-GB.xpi) = 410925 -SHA256 (xpi/firefox-i18n-34.0b1/en-US.xpi) = 9680b3bdba56c8af910a704e85fd733e40da56ae6c6b7d1455fceecf8f729f51 -SIZE (xpi/firefox-i18n-34.0b1/en-US.xpi) = 443061 -SHA256 (xpi/firefox-i18n-34.0b1/en-ZA.xpi) = 89a51c54580f4dc686b06620e5971ecef18985a402ee42eb34346ff58de07ec8 -SIZE (xpi/firefox-i18n-34.0b1/en-ZA.xpi) = 406996 -SHA256 (xpi/firefox-i18n-34.0b1/eo.xpi) = cfaef40668a07498e88f463cd5bbca108996857fa9dab87c08ce378857362c59 -SIZE (xpi/firefox-i18n-34.0b1/eo.xpi) = 455595 -SHA256 (xpi/firefox-i18n-34.0b1/es-AR.xpi) = c6ca2712f09fa179c196d911d9105707bde01deeb6ac3f388c7b002538825552 -SIZE (xpi/firefox-i18n-34.0b1/es-AR.xpi) = 423830 -SHA256 (xpi/firefox-i18n-34.0b1/es-CL.xpi) = 314a686e24debc6a359a122a8f232775e63f866f93d771daf3d1d74a6e2f7b31 -SIZE (xpi/firefox-i18n-34.0b1/es-CL.xpi) = 362938 -SHA256 (xpi/firefox-i18n-34.0b1/es-ES.xpi) = 7d7cef0991f46a38e703296833c72a1765fae0484dc67cd4f95295ae6f135c87 -SIZE (xpi/firefox-i18n-34.0b1/es-ES.xpi) = 349755 -SHA256 (xpi/firefox-i18n-34.0b1/es-MX.xpi) = fbf07104d57cc2d59fb48e8a79662aab37aaff6bc27375f65dd1cf3d3b82cb2c -SIZE (xpi/firefox-i18n-34.0b1/es-MX.xpi) = 424431 -SHA256 (xpi/firefox-i18n-34.0b1/et.xpi) = af999a2c269551b88f44a16c02e3acdf9a20d29227d54433d6d9e2d3a5fb9592 -SIZE (xpi/firefox-i18n-34.0b1/et.xpi) = 411395 -SHA256 (xpi/firefox-i18n-34.0b1/eu.xpi) = b0e173981742389425e077a6fe1b529e7047a8c8322df698708f207f02e7c8b2 -SIZE (xpi/firefox-i18n-34.0b1/eu.xpi) = 436803 -SHA256 (xpi/firefox-i18n-34.0b1/fa.xpi) = 61ffbc0d608349be982e6b0d76ef758bcc98571f1bdfa21f40f35099febd53d4 -SIZE (xpi/firefox-i18n-34.0b1/fa.xpi) = 483068 -SHA256 (xpi/firefox-i18n-34.0b1/ff.xpi) = fa4a914867d6ebc465954a483fb6585056254beb8738489d74497e9d204eca37 -SIZE (xpi/firefox-i18n-34.0b1/ff.xpi) = 423447 -SHA256 (xpi/firefox-i18n-34.0b1/fi.xpi) = e447d5ff21c9cb21100874237d51277ae876339852775c8cf21d207dd0d4c8d0 -SIZE (xpi/firefox-i18n-34.0b1/fi.xpi) = 413422 -SHA256 (xpi/firefox-i18n-34.0b1/fr.xpi) = c75f5761e2fa5dfedf822d6605a01cb45681a5498daa2500f92bb0e9744a6c25 -SIZE (xpi/firefox-i18n-34.0b1/fr.xpi) = 428851 -SHA256 (xpi/firefox-i18n-34.0b1/fy-NL.xpi) = d75faeb38bd789f59cf0f7da1588b278cfe7f8a3b88485f73dd0b75d1e62dc52 -SIZE (xpi/firefox-i18n-34.0b1/fy-NL.xpi) = 423444 -SHA256 (xpi/firefox-i18n-34.0b1/ga-IE.xpi) = 4d5c4bdde06ff6ca5af63abdaa46400f3261d2d44ad7af61345e58d57d46874d -SIZE (xpi/firefox-i18n-34.0b1/ga-IE.xpi) = 431884 -SHA256 (xpi/firefox-i18n-34.0b1/gd.xpi) = 25eef195f6466e460eaa4c42bce270f5468b3622c3c60587164580e674f3b386 -SIZE (xpi/firefox-i18n-34.0b1/gd.xpi) = 424210 -SHA256 (xpi/firefox-i18n-34.0b1/gl.xpi) = 379edd982177912b69f058774a3a2781205834216fbbcc3888b977629d648525 -SIZE (xpi/firefox-i18n-34.0b1/gl.xpi) = 413887 -SHA256 (xpi/firefox-i18n-34.0b1/gu-IN.xpi) = bd185f3049abb1e8093ccc4cfaa1391eead0abcc7528f5d78da8cc3e2c062b95 -SIZE (xpi/firefox-i18n-34.0b1/gu-IN.xpi) = 444144 -SHA256 (xpi/firefox-i18n-34.0b1/he.xpi) = 85b329a6207020032d587f192f5a7e3ac6c43a28852bb1565d0a494fb3aaa672 -SIZE (xpi/firefox-i18n-34.0b1/he.xpi) = 454174 -SHA256 (xpi/firefox-i18n-34.0b1/hi-IN.xpi) = bbd45c97903fb755111c48524eb23c1d1913710c628a262c4e5af9c0a466044e -SIZE (xpi/firefox-i18n-34.0b1/hi-IN.xpi) = 464884 -SHA256 (xpi/firefox-i18n-34.0b1/hr.xpi) = def93f18d27214b080e517fc28091d5499597e1e2002b0b5f5715380766057e3 -SIZE (xpi/firefox-i18n-34.0b1/hr.xpi) = 446141 -SHA256 (xpi/firefox-i18n-34.0b1/hsb.xpi) = 617eda5c2d47dfaae4ee8642f7225068adce38b1a1caa217b09b2ca37a3a5abe -SIZE (xpi/firefox-i18n-34.0b1/hsb.xpi) = 435862 -SHA256 (xpi/firefox-i18n-34.0b1/hu.xpi) = 5bf120e8d9f37b28b860e65128e5ba3de2f51ddfdc9f1bf18f1b579e00e4556b -SIZE (xpi/firefox-i18n-34.0b1/hu.xpi) = 422917 -SHA256 (xpi/firefox-i18n-34.0b1/hy-AM.xpi) = 43a5b2cd4789a4502ad4643d438f2f4037014b12ceeb95d613fc719b81453d3c -SIZE (xpi/firefox-i18n-34.0b1/hy-AM.xpi) = 503470 -SHA256 (xpi/firefox-i18n-34.0b1/id.xpi) = 5b51e7ff75a9fea1011f32b124ef0bde2e8d3637d69c71b88e700fc74cf21cb8 -SIZE (xpi/firefox-i18n-34.0b1/id.xpi) = 399548 -SHA256 (xpi/firefox-i18n-34.0b1/is.xpi) = 42020698e583681f53ce0086ebb0caac52c306dc203952e045cb2afead8f9527 -SIZE (xpi/firefox-i18n-34.0b1/is.xpi) = 453430 -SHA256 (xpi/firefox-i18n-34.0b1/it.xpi) = 52aea0cd512da4b139fad0569e9152e5b7de27f21a0bedf127822d4b1b4d6ea8 -SIZE (xpi/firefox-i18n-34.0b1/it.xpi) = 348505 -SHA256 (xpi/firefox-i18n-34.0b1/ja.xpi) = a7adc2abecc46186385194d9d8c9d14350184613dc2f111ee8746162585e5543 -SIZE (xpi/firefox-i18n-34.0b1/ja.xpi) = 444481 -SHA256 (xpi/firefox-i18n-34.0b1/kk.xpi) = 59b2d8fcdd051df003092dc1c1a8f08ad868cb61e28ce04966e34aa53832c64c -SIZE (xpi/firefox-i18n-34.0b1/kk.xpi) = 463150 -SHA256 (xpi/firefox-i18n-34.0b1/km.xpi) = d1a58784c3d6dd0b13323ff521ad38a97a9ccd2874099ce62a7566077226fd8a -SIZE (xpi/firefox-i18n-34.0b1/km.xpi) = 532090 -SHA256 (xpi/firefox-i18n-34.0b1/kn.xpi) = 35d502f1b6cd623eefa5a481221354874a620d22e1cae868dbb05eb32580c0b5 -SIZE (xpi/firefox-i18n-34.0b1/kn.xpi) = 497535 -SHA256 (xpi/firefox-i18n-34.0b1/ko.xpi) = 1845a532dd79149994783c81001d839275a5377fcdbd76e02c995334b7b481bc -SIZE (xpi/firefox-i18n-34.0b1/ko.xpi) = 428067 -SHA256 (xpi/firefox-i18n-34.0b1/ku.xpi) = 0087425b1631b3914474a6eb6a7a9322cacbfc70b628a36b08fc75fce3013e34 -SIZE (xpi/firefox-i18n-34.0b1/ku.xpi) = 443985 -SHA256 (xpi/firefox-i18n-34.0b1/lij.xpi) = 6b17bf2ef2aadfdeb92a94c434087d2389139e31290494a8227b51cd08081161 -SIZE (xpi/firefox-i18n-34.0b1/lij.xpi) = 411628 -SHA256 (xpi/firefox-i18n-34.0b1/lt.xpi) = 5897119abeabf7b6c1084dc51b9e3bb1cfd4f6c128e47803e56b631264679874 -SIZE (xpi/firefox-i18n-34.0b1/lt.xpi) = 453498 -SHA256 (xpi/firefox-i18n-34.0b1/lv.xpi) = ec54075853bd20442d5213cf7fb141eac0588892f750a746a507fdab7d7d70f8 -SIZE (xpi/firefox-i18n-34.0b1/lv.xpi) = 421340 -SHA256 (xpi/firefox-i18n-34.0b1/mai.xpi) = a269ca61c65d59a4f8ba856e30fe962aa2ce27cc981fe777642c3e9ce860e22f -SIZE (xpi/firefox-i18n-34.0b1/mai.xpi) = 467995 -SHA256 (xpi/firefox-i18n-34.0b1/mk.xpi) = 93e2baabb087c789a30e64a695d4dda1f4e4fd7f866fa553687af004a02291b6 -SIZE (xpi/firefox-i18n-34.0b1/mk.xpi) = 498478 -SHA256 (xpi/firefox-i18n-34.0b1/ml.xpi) = 3dc5b5de370ecd870de62e220c15b65ca2a21139e9bbcd1ab9417c67f480c367 -SIZE (xpi/firefox-i18n-34.0b1/ml.xpi) = 496040 -SHA256 (xpi/firefox-i18n-34.0b1/mr.xpi) = 263ee4b30f749ca50b6314d278e26a7a00d0b447876f047b61b6081dcadd050b -SIZE (xpi/firefox-i18n-34.0b1/mr.xpi) = 476526 -SHA256 (xpi/firefox-i18n-34.0b1/ms.xpi) = 9908fdc16335119eb28b9410aced7a4815eaeefb0704da574d73680d99c452f8 -SIZE (xpi/firefox-i18n-34.0b1/ms.xpi) = 459356 -SHA256 (xpi/firefox-i18n-34.0b1/nb-NO.xpi) = 1d189d0634e96ffcd7f2fbe11d44b7aef105fd1dfe090bd58f3e4a486d326ecc -SIZE (xpi/firefox-i18n-34.0b1/nb-NO.xpi) = 415461 -SHA256 (xpi/firefox-i18n-34.0b1/nl.xpi) = 8753cd6d417e146bcc1983934d85a06caca15328a2c7d68504aa9bb2853ed1a1 -SIZE (xpi/firefox-i18n-34.0b1/nl.xpi) = 412278 -SHA256 (xpi/firefox-i18n-34.0b1/nn-NO.xpi) = 66ad2ca22afbb408d3aef8231a0dcb6c946632576097ff66367ffc1e31a97e42 -SIZE (xpi/firefox-i18n-34.0b1/nn-NO.xpi) = 409914 -SHA256 (xpi/firefox-i18n-34.0b1/or.xpi) = 42b4561af973dbb02354474a1f7cbb945783cb50f72d45c8e9004a8c73e5a045 -SIZE (xpi/firefox-i18n-34.0b1/or.xpi) = 490227 -SHA256 (xpi/firefox-i18n-34.0b1/pa-IN.xpi) = e726a0c5db56c9954c04c106b77198f1e2e9c9f64012f6bcef0ea253895744d1 -SIZE (xpi/firefox-i18n-34.0b1/pa-IN.xpi) = 461752 -SHA256 (xpi/firefox-i18n-34.0b1/pl.xpi) = b6e89800e4060ab965cc3afd9ece321ac9e8993c7d9aed21b1b57eb18623a1c8 -SIZE (xpi/firefox-i18n-34.0b1/pl.xpi) = 390777 -SHA256 (xpi/firefox-i18n-34.0b1/pt-BR.xpi) = cb44b945e60391c8d3427a452c65920e6b4bd00e41d1157b7a135d0b57ad3b45 -SIZE (xpi/firefox-i18n-34.0b1/pt-BR.xpi) = 431734 -SHA256 (xpi/firefox-i18n-34.0b1/pt-PT.xpi) = 899761894e0ec25aec6b7eddfbf0016a0864847e15a183c97b625afb41b01dc0 -SIZE (xpi/firefox-i18n-34.0b1/pt-PT.xpi) = 409716 -SHA256 (xpi/firefox-i18n-34.0b1/rm.xpi) = 47b1f675cd9af29cf9745be95e311fedaaed3a18980479a3effa1a1ef4537884 -SIZE (xpi/firefox-i18n-34.0b1/rm.xpi) = 422521 -SHA256 (xpi/firefox-i18n-34.0b1/ro.xpi) = 8bcaf160a323ad151820fe79f445ed42910e0675b7d0f6b4ea46909800a86267 -SIZE (xpi/firefox-i18n-34.0b1/ro.xpi) = 464689 -SHA256 (xpi/firefox-i18n-34.0b1/ru.xpi) = bdf6ebcaf4e6d111ef0990964f6805baec711fe6dc3fc95d7ea93cb908980fcd -SIZE (xpi/firefox-i18n-34.0b1/ru.xpi) = 393161 -SHA256 (xpi/firefox-i18n-34.0b1/si.xpi) = c18758c855ba100d34fa6ba5469fa8b1d7911416db0a2a2ab31b34520f861ba1 -SIZE (xpi/firefox-i18n-34.0b1/si.xpi) = 496439 -SHA256 (xpi/firefox-i18n-34.0b1/sk.xpi) = 7555f0fb017efd3682e480478547af1b8e55a57561e30d7598c5f0bfb43c9e09 -SIZE (xpi/firefox-i18n-34.0b1/sk.xpi) = 441076 -SHA256 (xpi/firefox-i18n-34.0b1/sl.xpi) = 283346c95cc00e2b127c0069bb56c374398710f475fd07cb6f146dccfce16419 -SIZE (xpi/firefox-i18n-34.0b1/sl.xpi) = 413816 -SHA256 (xpi/firefox-i18n-34.0b1/son.xpi) = dc99524b2cfd03ba882e6bfcd2c79c8715fcb5991a94d30514d0c8d8ee621ff0 -SIZE (xpi/firefox-i18n-34.0b1/son.xpi) = 416345 -SHA256 (xpi/firefox-i18n-34.0b1/sq.xpi) = acc7b7d9e7fbf000ef7523a8aefd45507ba57cbb5c4672200d4d52244a1c3723 -SIZE (xpi/firefox-i18n-34.0b1/sq.xpi) = 455158 -SHA256 (xpi/firefox-i18n-34.0b1/sr.xpi) = 681470e1c3620fafa7aba78aee634c82cf4e763d5369888288b9404396eec607 -SIZE (xpi/firefox-i18n-34.0b1/sr.xpi) = 451722 -SHA256 (xpi/firefox-i18n-34.0b1/sv-SE.xpi) = 7df4148169ee4c2b21222be7df12343ac7c3d44f112c83bbc7867df2b66f8a26 -SIZE (xpi/firefox-i18n-34.0b1/sv-SE.xpi) = 420529 -SHA256 (xpi/firefox-i18n-34.0b1/ta.xpi) = fdd0d00e1e3a381f139f8ad65dfe6bae2efc495f481e8b6811a841cb36510a7c -SIZE (xpi/firefox-i18n-34.0b1/ta.xpi) = 473127 -SHA256 (xpi/firefox-i18n-34.0b1/te.xpi) = cac959bb288d1e0bd4695f886dc07bdb243f2a5bc1c2270a8709068c63e35874 -SIZE (xpi/firefox-i18n-34.0b1/te.xpi) = 491741 -SHA256 (xpi/firefox-i18n-34.0b1/th.xpi) = 76307e49fc54e6735bcba4c5ff39fdf270b7a451de5552c18b964a3837970708 -SIZE (xpi/firefox-i18n-34.0b1/th.xpi) = 501156 -SHA256 (xpi/firefox-i18n-34.0b1/tr.xpi) = 72b748f5fb58230193d2329cfa4585610dff929ef50b9d8b6b917bcc53fc22ad -SIZE (xpi/firefox-i18n-34.0b1/tr.xpi) = 449176 -SHA256 (xpi/firefox-i18n-34.0b1/uk.xpi) = be8e068f39e88043415f56dae925bd2b7e3816989e4cc6df30c5660d739ddd63 -SIZE (xpi/firefox-i18n-34.0b1/uk.xpi) = 453679 -SHA256 (xpi/firefox-i18n-34.0b1/vi.xpi) = d1fcd10f14b52f4730c3665ab1750b9f5a3e4802d3b30a7fa6f46cf0bb244be5 -SIZE (xpi/firefox-i18n-34.0b1/vi.xpi) = 435945 -SHA256 (xpi/firefox-i18n-34.0b1/xh.xpi) = 794531dbec783ee05319c5f49b82fe1888a734d6cb1f065eabf0623985c0fd1a -SIZE (xpi/firefox-i18n-34.0b1/xh.xpi) = 421805 -SHA256 (xpi/firefox-i18n-34.0b1/zh-CN.xpi) = dda070ab4a66480109398f89629ec50da9476b58e5d9e30d69d55348f57c4b52 -SIZE (xpi/firefox-i18n-34.0b1/zh-CN.xpi) = 444348 -SHA256 (xpi/firefox-i18n-34.0b1/zh-TW.xpi) = 10284a35625a6334d175f14c0c3df41a5544f49ab62be4ce13bcfdb0aa9ccd9e -SIZE (xpi/firefox-i18n-34.0b1/zh-TW.xpi) = 434739 +SHA256 (xpi/firefox-i18n-34.0b3/ach.xpi) = 5fabad893e5275bfd1d678218c08175376bc40b68c81e9bb0323314d5ed8e9c9 +SIZE (xpi/firefox-i18n-34.0b3/ach.xpi) = 452860 +SHA256 (xpi/firefox-i18n-34.0b3/af.xpi) = fee030c7028ac0bf891a60744514e4a98cad650ccff485eb7bf185f96b341d3a +SIZE (xpi/firefox-i18n-34.0b3/af.xpi) = 453239 +SHA256 (xpi/firefox-i18n-34.0b3/an.xpi) = a34f960d3a67f8b15fd2573684896fd7dc9a7f83fe9783f7998fb4738b251c19 +SIZE (xpi/firefox-i18n-34.0b3/an.xpi) = 429217 +SHA256 (xpi/firefox-i18n-34.0b3/ar.xpi) = 3ec53ba6be40e14c341ca8da7a449682f7626f5640dbeeb8452c130a572f06d2 +SIZE (xpi/firefox-i18n-34.0b3/ar.xpi) = 484361 +SHA256 (xpi/firefox-i18n-34.0b3/as.xpi) = 2f2156b62d9ae1b8b7d034ea737deb8fb54064f01a679c3d8c856767244e079e +SIZE (xpi/firefox-i18n-34.0b3/as.xpi) = 473341 +SHA256 (xpi/firefox-i18n-34.0b3/ast.xpi) = bf52cd724e63a6dc034df2c9f45a5d88e02a48c2f4a254dc0ccfa602d74de11f +SIZE (xpi/firefox-i18n-34.0b3/ast.xpi) = 368361 +SHA256 (xpi/firefox-i18n-34.0b3/az.xpi) = d5829ad44b88c0d6ad076d30f6cb6ca3112ba7c18d91323a8215689865c60375 +SIZE (xpi/firefox-i18n-34.0b3/az.xpi) = 447854 +SHA256 (xpi/firefox-i18n-34.0b3/be.xpi) = f57568c8f81b9221a9478d02d998ca7d9bf069ba87e14986de48b2200f7f021b +SIZE (xpi/firefox-i18n-34.0b3/be.xpi) = 407082 +SHA256 (xpi/firefox-i18n-34.0b3/bg.xpi) = b8fadd8736a91d212575e4a9ceed9b6c12d49f3414dd221f86db1f7d84e8bf66 +SIZE (xpi/firefox-i18n-34.0b3/bg.xpi) = 462669 +SHA256 (xpi/firefox-i18n-34.0b3/bn-BD.xpi) = 613531ceb0cdca8b612ef6734e6540d96cff9a02074ee221be550214d1b81f96 +SIZE (xpi/firefox-i18n-34.0b3/bn-BD.xpi) = 497138 +SHA256 (xpi/firefox-i18n-34.0b3/bn-IN.xpi) = 0ac05738e7af1608e4fa22a6d1db4dfaa141329033d87f29094171d2594d9120 +SIZE (xpi/firefox-i18n-34.0b3/bn-IN.xpi) = 487238 +SHA256 (xpi/firefox-i18n-34.0b3/br.xpi) = 4168312517eebde4d9506a255a98ccc5b9b46dd73140c1dbe390698f688b6563 +SIZE (xpi/firefox-i18n-34.0b3/br.xpi) = 410337 +SHA256 (xpi/firefox-i18n-34.0b3/bs.xpi) = 1c2da1fd7bef692b8266850939a3358003f99789eb33ca406bb1be0c9dd88027 +SIZE (xpi/firefox-i18n-34.0b3/bs.xpi) = 453728 +SHA256 (xpi/firefox-i18n-34.0b3/ca.xpi) = 543a8372465efb31b4af4373c6a1d01caa3adf9198053a4a2cf366c3d54e66ad +SIZE (xpi/firefox-i18n-34.0b3/ca.xpi) = 425818 +SHA256 (xpi/firefox-i18n-34.0b3/cs.xpi) = 36454d8285f132a4e3b26209e570c7f3258ef9d059ec1e6d1176280aedfcedd6 +SIZE (xpi/firefox-i18n-34.0b3/cs.xpi) = 413756 +SHA256 (xpi/firefox-i18n-34.0b3/csb.xpi) = 92ac5313485614ce23c2c92fa0b10f72d9289b318ceb7c730f01bbeb6615dfb0 +SIZE (xpi/firefox-i18n-34.0b3/csb.xpi) = 408998 +SHA256 (xpi/firefox-i18n-34.0b3/cy.xpi) = c99ccdd393775792830aa43c6eb7456b9ce8e4e8675e6addc47c5e4cb393b363 +SIZE (xpi/firefox-i18n-34.0b3/cy.xpi) = 412341 +SHA256 (xpi/firefox-i18n-34.0b3/da.xpi) = 984c379d660da8db17cf9dc919b8a67135beb58d53ef81703a738839849a2052 +SIZE (xpi/firefox-i18n-34.0b3/da.xpi) = 421661 +SHA256 (xpi/firefox-i18n-34.0b3/de.xpi) = 6f0b9164e83d6c307fc759cd52ff4965af5c33590630108516be91fe4b1305a2 +SIZE (xpi/firefox-i18n-34.0b3/de.xpi) = 422657 +SHA256 (xpi/firefox-i18n-34.0b3/dsb.xpi) = 9a0d9b6f10120da2010862d4c0fff90c009dfd75fa7594838de5f32d8fcc8156 +SIZE (xpi/firefox-i18n-34.0b3/dsb.xpi) = 437950 +SHA256 (xpi/firefox-i18n-34.0b3/el.xpi) = 787a2d9e761fcb0e8797a0b0588c61d5da74127f63903b896e241eaf94a62062 +SIZE (xpi/firefox-i18n-34.0b3/el.xpi) = 467030 +SHA256 (xpi/firefox-i18n-34.0b3/en-GB.xpi) = d9b7af3595e5113b06425028002eef973d9811168caa90cce232c6f44f1fdaca +SIZE (xpi/firefox-i18n-34.0b3/en-GB.xpi) = 410925 +SHA256 (xpi/firefox-i18n-34.0b3/en-US.xpi) = 334a4dab4667ef7dd5cd2cf76ef683613d78ae34f53278c27b00b23d516c8e39 +SIZE (xpi/firefox-i18n-34.0b3/en-US.xpi) = 443061 +SHA256 (xpi/firefox-i18n-34.0b3/en-ZA.xpi) = 37c0fb2a2dad287b1a918867f7720156e05f9b1550298b8136f67a17e919ffb5 +SIZE (xpi/firefox-i18n-34.0b3/en-ZA.xpi) = 406996 +SHA256 (xpi/firefox-i18n-34.0b3/eo.xpi) = 1a7c743646131b3a82af31552510e9fb9f798131200d145acaff242b2f7294f0 +SIZE (xpi/firefox-i18n-34.0b3/eo.xpi) = 455595 +SHA256 (xpi/firefox-i18n-34.0b3/es-AR.xpi) = 249abbf837610bc8d9ce8e405d6e4d51b31fff81a2e9b5991b2b3b037885b40c +SIZE (xpi/firefox-i18n-34.0b3/es-AR.xpi) = 421752 +SHA256 (xpi/firefox-i18n-34.0b3/es-CL.xpi) = 0ea71147c8257d03cba54a578b88494c4054e2db2cb8538d853ea4179bd80eb6 +SIZE (xpi/firefox-i18n-34.0b3/es-CL.xpi) = 362938 +SHA256 (xpi/firefox-i18n-34.0b3/es-ES.xpi) = ec4a574388eb621294bf370ef0689dc1c4ecea8688412d5584ec71a9a4679afe +SIZE (xpi/firefox-i18n-34.0b3/es-ES.xpi) = 349755 +SHA256 (xpi/firefox-i18n-34.0b3/es-MX.xpi) = 002bfafd564fac6b41571e717282ae2b64701cc3b6fc42bdb7f89b1d14a2de90 +SIZE (xpi/firefox-i18n-34.0b3/es-MX.xpi) = 424431 +SHA256 (xpi/firefox-i18n-34.0b3/et.xpi) = 29a016c3dc4449bb989207a412e3b7e934582c5a91da27b96aee0810555fd143 +SIZE (xpi/firefox-i18n-34.0b3/et.xpi) = 411395 +SHA256 (xpi/firefox-i18n-34.0b3/eu.xpi) = bb39d3f9b6ebef068e1a22c08543829459afdb50f7f4e3af2b6173f93b2dc505 +SIZE (xpi/firefox-i18n-34.0b3/eu.xpi) = 436803 +SHA256 (xpi/firefox-i18n-34.0b3/fa.xpi) = 1492a500cbca47162ef3ea545fbcf2200c15f52695eb8230913dd6e9c6223513 +SIZE (xpi/firefox-i18n-34.0b3/fa.xpi) = 483068 +SHA256 (xpi/firefox-i18n-34.0b3/ff.xpi) = 7afe3055ff1e386408aa2972c79b0e081024b9600c879784253903e522b2e994 +SIZE (xpi/firefox-i18n-34.0b3/ff.xpi) = 423447 +SHA256 (xpi/firefox-i18n-34.0b3/fi.xpi) = 943835d22dc290c3e8a95a1ae2f5cf93668924221c76b8188755392292a3b5e8 +SIZE (xpi/firefox-i18n-34.0b3/fi.xpi) = 413422 +SHA256 (xpi/firefox-i18n-34.0b3/fr.xpi) = 4e172cba72e89a054542cd2a46036e0ec1549183656898cd6fe69998c15c6333 +SIZE (xpi/firefox-i18n-34.0b3/fr.xpi) = 428856 +SHA256 (xpi/firefox-i18n-34.0b3/fy-NL.xpi) = f2b5d2427b35491695af64ebbe803cf37472e4809757319436fefeb5c2ca0856 +SIZE (xpi/firefox-i18n-34.0b3/fy-NL.xpi) = 423444 +SHA256 (xpi/firefox-i18n-34.0b3/ga-IE.xpi) = c6facf31b1665e9f183e867287747a328b294643356476b6afba1619ee4e6e31 +SIZE (xpi/firefox-i18n-34.0b3/ga-IE.xpi) = 431884 +SHA256 (xpi/firefox-i18n-34.0b3/gd.xpi) = e6a4770a85a13bf88e1ee0db6a94371f9a41962a10d26f7cd949bc85ca1638e0 +SIZE (xpi/firefox-i18n-34.0b3/gd.xpi) = 424210 +SHA256 (xpi/firefox-i18n-34.0b3/gl.xpi) = 98b56ad2e9e601aedb45dd59a0cb09d181047d6e0baa27b9d572fab9e001098d +SIZE (xpi/firefox-i18n-34.0b3/gl.xpi) = 413887 +SHA256 (xpi/firefox-i18n-34.0b3/gu-IN.xpi) = b923ea7a113fac1fda1aa63a019eae3027aa2db0add57cedd671a7c76371348f +SIZE (xpi/firefox-i18n-34.0b3/gu-IN.xpi) = 444144 +SHA256 (xpi/firefox-i18n-34.0b3/he.xpi) = 5519146165097790e60c352c1a36d60beea4844c3f065f7fb5206dbd26385651 +SIZE (xpi/firefox-i18n-34.0b3/he.xpi) = 454174 +SHA256 (xpi/firefox-i18n-34.0b3/hi-IN.xpi) = 719ee479cc340020ceb1f359432384ae72a17d4f596913a720d1e59a068f1bd9 +SIZE (xpi/firefox-i18n-34.0b3/hi-IN.xpi) = 474267 +SHA256 (xpi/firefox-i18n-34.0b3/hr.xpi) = 45309253968e916ea687a3994ac74a95ba375ee6f5f37a31b7e54ea442af76c5 +SIZE (xpi/firefox-i18n-34.0b3/hr.xpi) = 446141 +SHA256 (xpi/firefox-i18n-34.0b3/hsb.xpi) = 5584da1ba4e6801e8c60855f0372dbcb1c02da85a0dd45eba9ea78d1c83bf9f3 +SIZE (xpi/firefox-i18n-34.0b3/hsb.xpi) = 435862 +SHA256 (xpi/firefox-i18n-34.0b3/hu.xpi) = edbd4f892c3ba6ee5c9a9b13cc3c4223c40adf5b012c1df7e0d44f711364c996 +SIZE (xpi/firefox-i18n-34.0b3/hu.xpi) = 421060 +SHA256 (xpi/firefox-i18n-34.0b3/hy-AM.xpi) = f19c3342351ddd5db8d3347d266fd7aa677efc3639680bdef62ba684a7904dc7 +SIZE (xpi/firefox-i18n-34.0b3/hy-AM.xpi) = 503470 +SHA256 (xpi/firefox-i18n-34.0b3/id.xpi) = a0a78282e1200803f38748f7f139722d9d60e132941acec984917568a045b399 +SIZE (xpi/firefox-i18n-34.0b3/id.xpi) = 399548 +SHA256 (xpi/firefox-i18n-34.0b3/is.xpi) = 7b0a63680effddfae3335fe6cba82fb6a5bfaaee9175268ecbeb25849280dac4 +SIZE (xpi/firefox-i18n-34.0b3/is.xpi) = 453430 +SHA256 (xpi/firefox-i18n-34.0b3/it.xpi) = a420ed622135853c0946a8173e5127492988cc9e0bebf54dd279d986ed02ad56 +SIZE (xpi/firefox-i18n-34.0b3/it.xpi) = 348505 +SHA256 (xpi/firefox-i18n-34.0b3/ja.xpi) = 7292deda9471ab97d7953c48c21e86f9a209ddb037e388ed833c59d5dcf4d176 +SIZE (xpi/firefox-i18n-34.0b3/ja.xpi) = 444481 +SHA256 (xpi/firefox-i18n-34.0b3/kk.xpi) = bd740364a5c282f8f117245ea1854606d5d56670f187148598ad887cea3e31cc +SIZE (xpi/firefox-i18n-34.0b3/kk.xpi) = 463150 +SHA256 (xpi/firefox-i18n-34.0b3/km.xpi) = bdf65fde5c56196ac91d4b75b9db2e38ac055f50c794c07c0a4c258d649c1ba7 +SIZE (xpi/firefox-i18n-34.0b3/km.xpi) = 532090 +SHA256 (xpi/firefox-i18n-34.0b3/kn.xpi) = b4f7a00ed319cc6c58e25b1d20e2399429b724623fb20ce8c42e468a27925cba +SIZE (xpi/firefox-i18n-34.0b3/kn.xpi) = 497535 +SHA256 (xpi/firefox-i18n-34.0b3/ko.xpi) = 6c26fd19342e34fb72d53cd917058718719dd87721ec76bebb6257db25e91c03 +SIZE (xpi/firefox-i18n-34.0b3/ko.xpi) = 428067 +SHA256 (xpi/firefox-i18n-34.0b3/ku.xpi) = 56b58781a8be753c71933d9043e6edc2fdbf3c5cfbe6ee983a16cbd55cfc167a +SIZE (xpi/firefox-i18n-34.0b3/ku.xpi) = 443985 +SHA256 (xpi/firefox-i18n-34.0b3/lij.xpi) = db650ac639bf6053cd95959cc375d16ccf93b2fe6aa96577d337b4aa76e49065 +SIZE (xpi/firefox-i18n-34.0b3/lij.xpi) = 411628 +SHA256 (xpi/firefox-i18n-34.0b3/lt.xpi) = f7348e4454abc0c05fbe87284bf4347cd12501f93d9412f85350324cdc106915 +SIZE (xpi/firefox-i18n-34.0b3/lt.xpi) = 453498 +SHA256 (xpi/firefox-i18n-34.0b3/lv.xpi) = cefd41654e2eec440496df31c2e0ad17d167ece864882e324f5b1225f18e6772 +SIZE (xpi/firefox-i18n-34.0b3/lv.xpi) = 417506 +SHA256 (xpi/firefox-i18n-34.0b3/mai.xpi) = 61e963e0ac1adbbbc609c98f6ca0befa8d6c00b76347f5ac64b2bf570f427240 +SIZE (xpi/firefox-i18n-34.0b3/mai.xpi) = 467995 +SHA256 (xpi/firefox-i18n-34.0b3/mk.xpi) = 24c5e7dd4d88ffc20fa8cad49da5cd6fff918846a6332a3d39427b1b2d952ea4 +SIZE (xpi/firefox-i18n-34.0b3/mk.xpi) = 498478 +SHA256 (xpi/firefox-i18n-34.0b3/ml.xpi) = 4f00fef1a63ef6ed5b8c0e1922db4e3fed1a5f6f9a61e9a982de59b08157dd06 +SIZE (xpi/firefox-i18n-34.0b3/ml.xpi) = 496040 +SHA256 (xpi/firefox-i18n-34.0b3/mr.xpi) = ffd90f5a28c42eeec178d7fe39565ecdbdbe4e0ef31c11a7cbc21bbda3e4e9e4 +SIZE (xpi/firefox-i18n-34.0b3/mr.xpi) = 476526 +SHA256 (xpi/firefox-i18n-34.0b3/ms.xpi) = fc10447ddbbd4890443cd8e060b04c15635bc60f47e54f3190b609bf86140cf2 +SIZE (xpi/firefox-i18n-34.0b3/ms.xpi) = 459356 +SHA256 (xpi/firefox-i18n-34.0b3/nb-NO.xpi) = b79985cbb74840cef68631b7d5ff3feb9f240b5c3e89487ffd979409471e4444 +SIZE (xpi/firefox-i18n-34.0b3/nb-NO.xpi) = 415461 +SHA256 (xpi/firefox-i18n-34.0b3/nl.xpi) = 6474bb773d65fb3ddbe1c67c5f0720d1076d33d28752e7b989a014c8f459640c +SIZE (xpi/firefox-i18n-34.0b3/nl.xpi) = 412278 +SHA256 (xpi/firefox-i18n-34.0b3/nn-NO.xpi) = 4f0d14033ca002c7d3e804fe8ca57198cc3cf4140408e3ef5d4c35a39cdf935f +SIZE (xpi/firefox-i18n-34.0b3/nn-NO.xpi) = 409914 +SHA256 (xpi/firefox-i18n-34.0b3/or.xpi) = 0ea6c2fe1380a10afc1424d713d30745736a5bf0946346365620644fa2bf4f14 +SIZE (xpi/firefox-i18n-34.0b3/or.xpi) = 490227 +SHA256 (xpi/firefox-i18n-34.0b3/pa-IN.xpi) = 0a1ef95032b8ffba0fdb60e273a989bdbd9340b9fde4a1b3bbfdf6a39b1057b7 +SIZE (xpi/firefox-i18n-34.0b3/pa-IN.xpi) = 461752 +SHA256 (xpi/firefox-i18n-34.0b3/pl.xpi) = a92d88ca1e0ae0539718eff87f559fe53774715d59fbb0756dae0acd5f44d5b0 +SIZE (xpi/firefox-i18n-34.0b3/pl.xpi) = 390777 +SHA256 (xpi/firefox-i18n-34.0b3/pt-BR.xpi) = 60cb36a02ec71b89c0044c49d281753142e6a919cefd9a92cdd33c21286c97c1 +SIZE (xpi/firefox-i18n-34.0b3/pt-BR.xpi) = 431734 +SHA256 (xpi/firefox-i18n-34.0b3/pt-PT.xpi) = b9b6cbf542864106c75bc2a4bf3b78722eece38f1d7b9c236565c301504fe024 +SIZE (xpi/firefox-i18n-34.0b3/pt-PT.xpi) = 409716 +SHA256 (xpi/firefox-i18n-34.0b3/rm.xpi) = b89521ea5aa0beb78d1eb941ec65f6e0162b4af95d0f592a9783b1d0d6e9a97f +SIZE (xpi/firefox-i18n-34.0b3/rm.xpi) = 422521 +SHA256 (xpi/firefox-i18n-34.0b3/ro.xpi) = 0d84cef033ba5362344f28e988fb46b0e18ce91cfa0cd9c6b3a2101f49436b3c +SIZE (xpi/firefox-i18n-34.0b3/ro.xpi) = 464689 +SHA256 (xpi/firefox-i18n-34.0b3/ru.xpi) = a5f45fc5e6cad89233cae6db95526ea133fb98d17f8d01d87778ba9ba268e749 +SIZE (xpi/firefox-i18n-34.0b3/ru.xpi) = 393161 +SHA256 (xpi/firefox-i18n-34.0b3/si.xpi) = 80417f8486fee2515501738daed89baa8c523ee9215edd78f491fe4863ca86a3 +SIZE (xpi/firefox-i18n-34.0b3/si.xpi) = 496439 +SHA256 (xpi/firefox-i18n-34.0b3/sk.xpi) = e89182ed869cd11c7f5ec3546a9b30ff139241fbd52194ac19b65be8dc8a6466 +SIZE (xpi/firefox-i18n-34.0b3/sk.xpi) = 441071 +SHA256 (xpi/firefox-i18n-34.0b3/sl.xpi) = 6d38844bd227b300276bdcb10b8c1cb2f62605b74e3254780e35485163bbe105 +SIZE (xpi/firefox-i18n-34.0b3/sl.xpi) = 413816 +SHA256 (xpi/firefox-i18n-34.0b3/son.xpi) = ac0d87e5244f905e066ff8015a8fc4b6f7ef6748b1efec6082906f9480b5c669 +SIZE (xpi/firefox-i18n-34.0b3/son.xpi) = 416345 +SHA256 (xpi/firefox-i18n-34.0b3/sq.xpi) = 4101e9b832a6a2613e859c5e483a4a3a0dcbf19733376c2831f7cfaa170555e6 +SIZE (xpi/firefox-i18n-34.0b3/sq.xpi) = 455158 +SHA256 (xpi/firefox-i18n-34.0b3/sr.xpi) = 98fca1af5acbdf05d909bdb195849a709bbe3a7b48b5cf93db545c8c64f14391 +SIZE (xpi/firefox-i18n-34.0b3/sr.xpi) = 451722 +SHA256 (xpi/firefox-i18n-34.0b3/sv-SE.xpi) = eee00be17cb5e22656517f36da168cf26557ab04812ed13e4fa6b9f9be764ecc +SIZE (xpi/firefox-i18n-34.0b3/sv-SE.xpi) = 420529 +SHA256 (xpi/firefox-i18n-34.0b3/ta.xpi) = fd01baf71e85e872b017257aed2afc1d2288e3b7e307312b9573ab8d49ca45da +SIZE (xpi/firefox-i18n-34.0b3/ta.xpi) = 473127 +SHA256 (xpi/firefox-i18n-34.0b3/te.xpi) = ba3e6d6f3be11e6faa2530b9a60b34e59d5aed52a9e2f732b7b5d507e7943979 +SIZE (xpi/firefox-i18n-34.0b3/te.xpi) = 491741 +SHA256 (xpi/firefox-i18n-34.0b3/th.xpi) = ec647da0f4bc190ed8b3166877366950bec8bfd61cb186bee1fb9b253cebea37 +SIZE (xpi/firefox-i18n-34.0b3/th.xpi) = 501156 +SHA256 (xpi/firefox-i18n-34.0b3/tr.xpi) = eee0b733a1a25f0f99ef66f5bb894ca5aaa6be0a7003aa3da4e0055b0445d09c +SIZE (xpi/firefox-i18n-34.0b3/tr.xpi) = 449176 +SHA256 (xpi/firefox-i18n-34.0b3/uk.xpi) = 3386162694ede379a40338fce3a99a21d6ee027d3579b87797b72f22a7cd04de +SIZE (xpi/firefox-i18n-34.0b3/uk.xpi) = 453679 +SHA256 (xpi/firefox-i18n-34.0b3/vi.xpi) = cc96fdc0cbbef5f3297881388a11d01a4a76ba279559da55b089a2d43acb41da +SIZE (xpi/firefox-i18n-34.0b3/vi.xpi) = 435945 +SHA256 (xpi/firefox-i18n-34.0b3/xh.xpi) = 3dc432a753c360084b3b2c0a9a281398f16bded52c7d417e063bbe3ce6302b3f +SIZE (xpi/firefox-i18n-34.0b3/xh.xpi) = 421805 +SHA256 (xpi/firefox-i18n-34.0b3/zh-CN.xpi) = 93cb5c5b9f11acfdc629556049da223db801fd14461de288e3328abcfbeeba1c +SIZE (xpi/firefox-i18n-34.0b3/zh-CN.xpi) = 444348 +SHA256 (xpi/firefox-i18n-34.0b3/zh-TW.xpi) = e6fa1096345d5398ebb91cad3c272733cec97369834280098efee95d8b33bb90 +SIZE (xpi/firefox-i18n-34.0b3/zh-TW.xpi) = 434785 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/firefox-nightly/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ sqlite3>=3.8.6:${PORTSDIR}/databases/sqlite3 \ - nss>=3.17.1:${PORTSDIR}/security/nss \ + nss>=3.17.2:${PORTSDIR}/security/nss \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/firefox-nightly/Makefile.hgrev Sat Oct 25 03:15:50 2014 (r1745) @@ -1 +1 @@ -HGREV= 210258:ea2ea74d0e33 +HGREV= 212321:e51b51f049d9 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/firefox-nightly/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/ea2ea74d0e33.tar.bz2) = 272aa52c000d2845d8e7cab9c3b7d062ec5381bf26ec1f2760b1fb58e7d8c38b -SIZE (firefox-nightly/ea2ea74d0e33.tar.bz2) = 173125094 +SHA256 (firefox-nightly/e51b51f049d9.tar.bz2) = 1fbfe78f301cecb2068e294af519f5a94d7554ba3d019a81ec762baa3d9db714 +SIZE (firefox-nightly/e51b51f049d9.tar.bz2) = 174145012 Deleted: trunk/www/firefox-nightly/files/patch-bug1076983 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug1076983 Sat Oct 25 03:15:50 2014 (r1744) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,45 +0,0 @@ -commit e10ee74 -Author: Martin Thomson -Date: Tue Oct 14 17:17:35 2014 -0700 - - Bug 1076983 - Disabling SSL 3.0 with pref ---- - netwerk/base/public/security-prefs.js | 2 +- - security/manager/ssl/src/nsNSSComponent.cpp | 7 +++---- - 2 files changed, 4 insertions(+), 5 deletions(-) - -diff --git netwerk/base/public/security-prefs.js netwerk/base/public/security-prefs.js -index 352552e..c12731b 100644 ---- netwerk/base/public/security-prefs.js -+++ netwerk/base/public/security-prefs.js -@@ -2,7 +2,7 @@ - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - --pref("security.tls.version.min", 0); -+pref("security.tls.version.min", 1); - pref("security.tls.version.max", 3); - - pref("security.ssl.allow_unrestricted_renego_everywhere__temporarily_available_pref", false); -diff --git security/manager/ssl/src/nsNSSComponent.cpp security/manager/ssl/src/nsNSSComponent.cpp -index 8cab67b..772959d 100644 ---- security/manager/ssl/src/nsNSSComponent.cpp -+++ security/manager/ssl/src/nsNSSComponent.cpp -@@ -829,14 +829,13 @@ void nsNSSComponent::setValidationOptions(bool isInitialSetting, - mDefaultCertVerifier = new SharedCertVerifier(odc, osc, ogc, pinningMode); - } - --// Enable the TLS versions given in the prefs, defaulting to SSL 3.0 (min --// version) and TLS 1.2 (max version) when the prefs aren't set or set to --// invalid values. -+// Enable the TLS versions given in the prefs, defaulting to TLS 1.0 (min) and -+// TLS 1.2 (max) when the prefs aren't set or set to invalid values. - nsresult - nsNSSComponent::setEnabledTLSVersions() - { - // keep these values in sync with security-prefs.js -- static const int32_t PSM_DEFAULT_MIN_TLS_VERSION = 0; -+ static const int32_t PSM_DEFAULT_MIN_TLS_VERSION = 1; - static const int32_t PSM_DEFAULT_MAX_TLS_VERSION = 3; - - int32_t minVersion = Preferences::GetInt("security.tls.version.min", Added: trunk/www/firefox-nightly/files/patch-bug1089023 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug1089023 Sat Oct 25 03:15:50 2014 (r1745) @@ -0,0 +1,28 @@ +diff --git widget/gtk/nsNativeThemeGTK.cpp widget/gtk/nsNativeThemeGTK.cpp +index b2aebcf..4a9be08 100644 +--- widget/gtk/nsNativeThemeGTK.cpp ++++ widget/gtk/nsNativeThemeGTK.cpp +@@ -784,7 +784,7 @@ nsNativeThemeGTK::DrawWidgetBackground(nsRenderingContext* aContext, + const nsRect& aDirtyRect) + { + #if (MOZ_WIDGET_GTK != 2) +- DrawTarget& aDrawTarget = *aContext->GetDrawTarget(); ++ gfx::DrawTarget& aDrawTarget = *aContext->GetDrawTarget(); + #endif + + GtkWidgetState state; +@@ -880,10 +880,10 @@ nsNativeThemeGTK::DrawWidgetBackground(nsRenderingContext* aContext, + + renderer.Draw(ctx, drawingRect.Size(), rendererFlags, colormap); + #else +- cairo_t *ctx = +- (cairo_t*)aDrawTarget->GetNativeSurface(NativeSurfaceType::CAIRO_CONTEXT); +- MOZ_ASSERT(ctx); +- moz_gtk_widget_paint(gtkWidgetType, ctx, &gdk_rect, ++ cairo_t *cairo_ctx = ++ (cairo_t*)aDrawTarget.GetNativeSurface(gfx::NativeSurfaceType::CAIRO_CONTEXT); ++ MOZ_ASSERT(cairo_ctx); ++ moz_gtk_widget_paint(gtkWidgetType, cairo_ctx, &gdk_rect, + &state, flags, direction); + #endif + Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/firefox/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 370932 2014-10-15 15:48:16Z beat $ PORTNAME= firefox -DISTVERSION= 34.0b1 +DISTVERSION= 34.0b3 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 @@ -13,7 +13,7 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/devel/nspr \ - nss>=3.16.2:${PORTSDIR}/security/nss \ + nss>=3.17.2:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ @@ -22,7 +22,7 @@ libvorbis>=1.3.4:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ - sqlite3>=3.8.4.2:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.8.6:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/firefox/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,2 +1,2 @@ -SHA256 (firefox-34.0b1.source.tar.bz2) = 69a083ecc5b668a7a6435c9657d4a56d33cdaf9533bbe2dc3e7e6f1167de1697 -SIZE (firefox-34.0b1.source.tar.bz2) = 164226217 +SHA256 (firefox-34.0b3.source.tar.bz2) = ca1b07d82edddff0e7dbb4f9d386db138b41d7a19b1e4fcec3b740bd7c1ce71b +SIZE (firefox-34.0b3.source.tar.bz2) = 163665922 Deleted: trunk/www/firefox/files/patch-bug1076983 ============================================================================== --- trunk/www/firefox/files/patch-bug1076983 Sat Oct 25 03:15:50 2014 (r1744) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,45 +0,0 @@ -commit e10ee74 -Author: Martin Thomson -Date: Tue Oct 14 17:17:35 2014 -0700 - - Bug 1076983 - Disabling SSL 3.0 with pref ---- - netwerk/base/public/security-prefs.js | 2 +- - security/manager/ssl/src/nsNSSComponent.cpp | 7 +++---- - 2 files changed, 4 insertions(+), 5 deletions(-) - -diff --git netwerk/base/public/security-prefs.js netwerk/base/public/security-prefs.js -index 352552e..c12731b 100644 ---- netwerk/base/public/security-prefs.js -+++ netwerk/base/public/security-prefs.js -@@ -2,7 +2,7 @@ - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - --pref("security.tls.version.min", 0); -+pref("security.tls.version.min", 1); - pref("security.tls.version.max", 3); - - pref("security.ssl.allow_unrestricted_renego_everywhere__temporarily_available_pref", false); -diff --git security/manager/ssl/src/nsNSSComponent.cpp security/manager/ssl/src/nsNSSComponent.cpp -index 8cab67b..772959d 100644 ---- security/manager/ssl/src/nsNSSComponent.cpp -+++ security/manager/ssl/src/nsNSSComponent.cpp -@@ -829,14 +829,13 @@ void nsNSSComponent::setValidationOptions(bool isInitialSetting, - mDefaultCertVerifier = new SharedCertVerifier(odc, osc, ogc, pinningMode); - } - --// Enable the TLS versions given in the prefs, defaulting to SSL 3.0 (min --// version) and TLS 1.2 (max version) when the prefs aren't set or set to --// invalid values. -+// Enable the TLS versions given in the prefs, defaulting to TLS 1.0 (min) and -+// TLS 1.2 (max) when the prefs aren't set or set to invalid values. - nsresult - nsNSSComponent::setEnabledTLSVersions() - { - // keep these values in sync with security-prefs.js -- static const int32_t PSM_DEFAULT_MIN_TLS_VERSION = 0; -+ static const int32_t PSM_DEFAULT_MIN_TLS_VERSION = 1; - static const int32_t PSM_DEFAULT_MAX_TLS_VERSION = 3; - - int32_t minVersion = Preferences::GetInt("security.tls.version.min", Modified: trunk/www/linux-c6-freshplayerplugin/Makefile ============================================================================== --- trunk/www/linux-c6-freshplayerplugin/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/linux-c6-freshplayerplugin/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= freshplayerplugin -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= www linux emulators PKGNAMEPREFIX= linux-c6- @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= i-rinat GH_TAGNAME= v${DISTVERSION} -GH_COMMIT= e2c21b9 +GH_COMMIT= 717c6a1 USES= cmake webplugin:linux USE_LINUX= c6 @@ -28,8 +28,7 @@ ${EXTRA_LIBS:S,^,${LINUXBASE},} EXTRA_LIBS= /usr/lib/libconfig.so.8 \ /usr/lib/libevent-2.0.so.5 \ - /usr/lib/libevent_pthreads-2.0.so.5 \ - /usr/lib/liburiparser.so.1 + /usr/lib/libevent_pthreads-2.0.so.5 YUM_INSTALL= ${CHROOT} ${BUILD_WRKSRC} /usr/bin/yum -y install @@ -86,7 +85,6 @@ pre-build: ${YUM_INSTALL} epel-release \ http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm \ - http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm \ http://rpms.famillecollet.com/enterprise/6/remi/i386/remi-release-6.5-1.el6.remi.noarch.rpm # use http:// to skip upgrade @@ -104,7 +102,7 @@ gtk2-devel \ libconfig-devel - ${YUM_INSTALL} --enablerepo=rpmforge uriparser-devel + ${YUM_INSTALL} http://springdale.math.ias.edu/data/puias/unsupported/6/i386/ragel-6.6-2.puias6.i686.rpm ${YUM_INSTALL} --enablerepo=remi libevent-last-devel ${YUM_INSTALL} --enablerepo=elrepo-extras mesa-libGLES-devel Modified: trunk/www/linux-c6-freshplayerplugin/distinfo ============================================================================== --- trunk/www/linux-c6-freshplayerplugin/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/linux-c6-freshplayerplugin/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,2 +1,2 @@ -SHA256 (freshplayerplugin-0.2.0.tar.gz) = 04fb5fa5257c37215c86e67139ece3a992757fc2fca7db552f189b2faca4072e -SIZE (freshplayerplugin-0.2.0.tar.gz) = 258233 +SHA256 (freshplayerplugin-0.2.1.tar.gz) = 23bbc95f281a47aee7cae5ad1ac0361feb5f3afe1aa444dfedd0c24973ca2655 +SIZE (freshplayerplugin-0.2.1.tar.gz) = 296830 Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/linux-firefox/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-firefox/Makefile 370932 2014-10-15 15:48:16Z beat $ PORTNAME= firefox -DISTVERSION= 34.0b1 +DISTVERSION= 34.0b3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/linux-firefox/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,5 +1,5 @@ -SHA256 (firefox-34.0b1.tar.bz2) = 927dbaff3d10cd0990b8585e6a2ed1088774e2a32a2c6dee31de58afc8494eb7 -SIZE (firefox-34.0b1.tar.bz2) = 46502930 +SHA256 (firefox-34.0b3.tar.bz2) = 0965d4e76ec7b3ade320f788a83a343f8580e6072ac539a4d9975936f57e2d9e +SIZE (firefox-34.0b3.tar.bz2) = 46538840 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: trunk/www/linux-pepperflash/Makefile ============================================================================== --- trunk/www/linux-pepperflash/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/linux-pepperflash/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pepperflash -PORTVERSION= 38.0.2125.101 +PORTVERSION= 38.0.2125.104 CATEGORIES= www multimedia linux MASTER_SITES= http://dl.google.com/linux/chrome/rpm/stable/${LINUX_RPM_ARCH}/ PKGNAMEPREFIX= linux- Modified: trunk/www/linux-pepperflash/distinfo.i386 ============================================================================== --- trunk/www/linux-pepperflash/distinfo.i386 Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/linux-pepperflash/distinfo.i386 Sat Oct 25 03:15:50 2014 (r1745) @@ -1,2 +1,2 @@ -SHA256 (rpm/i386/centos/6.5/google-chrome-stable-38.0.2125.101-1.i386.rpm) = 8e09203c193eb77455d4fa9846a311001e0839a0d12a3681cea61b7b9f2282d1 -SIZE (rpm/i386/centos/6.5/google-chrome-stable-38.0.2125.101-1.i386.rpm) = 59523162 +SHA256 (rpm/i386/centos/6.5/google-chrome-stable-38.0.2125.104-1.i386.rpm) = ed0bea045c3f83897b18e423eaa83bfae40e9bf45961f1cbeb7667f589c3f1ef +SIZE (rpm/i386/centos/6.5/google-chrome-stable-38.0.2125.104-1.i386.rpm) = 59000518 Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/linux-seamonkey/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-seamonkey/Makefile 370991 2014-10-16 10:25:47Z beat $ PORTNAME= seamonkey -DISTVERSION= 2.30 +DISTVERSION= 2.31b1 CATEGORIES= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/linux-seamonkey/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,5 +1,5 @@ -SHA256 (seamonkey-2.30.tar.bz2) = 629d3ab73a1fdbe2650ac2cda75c7c30fbed8eada52d05f2f88e5321b97b4fca -SIZE (seamonkey-2.30.tar.bz2) = 39998490 +SHA256 (seamonkey-2.31b1.tar.bz2) = 7b6741786a974964535d285c2ea6192c4b3b4388795510ff7e0ffff3209fbbb5 +SIZE (seamonkey-2.31b1.tar.bz2) = 40503361 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: trunk/www/linux-tor-browser/distinfo ============================================================================== --- trunk/www/linux-tor-browser/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/linux-tor-browser/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,30 +1,30 @@ -SHA256 (tor-browser-linux32-4.0_ar.tar.xz) = d43236d3a8b6d9ce17bdc490c5349da7726800113872835e20961609f6cfb0ca -SIZE (tor-browser-linux32-4.0_ar.tar.xz) = 43244188 -SHA256 (tor-browser-linux32-4.0_de.tar.xz) = b1007109555d79fc0b959343bd204b9f19c22e11b42c760a8a4adc7ee0a5cc88 -SIZE (tor-browser-linux32-4.0_de.tar.xz) = 43185024 -SHA256 (tor-browser-linux32-4.0_en-US.tar.xz) = 2511830a5eea5136e90dc14e309f036d5890d728a0ed3dbb557eeee4d733359c -SIZE (tor-browser-linux32-4.0_en-US.tar.xz) = 42837540 -SHA256 (tor-browser-linux32-4.0_es-ES.tar.xz) = 7e48ab4d0360ace4e481fb145cf7e11da0fe43cf5518e1285d60390cd777e1aa -SIZE (tor-browser-linux32-4.0_es-ES.tar.xz) = 43120728 -SHA256 (tor-browser-linux32-4.0_fa.tar.xz) = 560e81777b097a53918d861b5e3864bfcd6641e4be87044b1c9f227266ed9800 -SIZE (tor-browser-linux32-4.0_fa.tar.xz) = 43247468 -SHA256 (tor-browser-linux32-4.0_fr.tar.xz) = c28fbad043b66a6fe5d76111232c6bce3a0334f6401c52f152d4941029ac27c5 -SIZE (tor-browser-linux32-4.0_fr.tar.xz) = 43193480 -SHA256 (tor-browser-linux32-4.0_it.tar.xz) = 73906106a501a3e9be43d048cd4daaf8146ef9702272661fe40fdaa6378d8ec1 -SIZE (tor-browser-linux32-4.0_it.tar.xz) = 43111228 -SHA256 (tor-browser-linux32-4.0_ko.tar.xz) = 5497c51bc47d73f047f4b84ff163462134a52e0a3fb511f968df44f3aa65a187 -SIZE (tor-browser-linux32-4.0_ko.tar.xz) = 43187560 -SHA256 (tor-browser-linux32-4.0_nl.tar.xz) = c11b8d3b5b8d2488e15c524e85993fbad2261b53a7a16aeee722a0fadeffe28c -SIZE (tor-browser-linux32-4.0_nl.tar.xz) = 43180052 -SHA256 (tor-browser-linux32-4.0_pl.tar.xz) = cad5625b18785a11ee49432e858e776a1b1f02d8c0eda9d2e79358fc1d7793a0 -SIZE (tor-browser-linux32-4.0_pl.tar.xz) = 43160892 -SHA256 (tor-browser-linux32-4.0_pt-PT.tar.xz) = 29f51b4fb9d51ccab2668f2d84e88850e3458c41400369d4da45410af11b981e -SIZE (tor-browser-linux32-4.0_pt-PT.tar.xz) = 43176104 -SHA256 (tor-browser-linux32-4.0_ru.tar.xz) = 4d23c36fce0f56d4316469ba33c2fa079e7cf2eea6e67c4c8a5b271b72e3ce6d -SIZE (tor-browser-linux32-4.0_ru.tar.xz) = 43155516 -SHA256 (tor-browser-linux32-4.0_tr.tar.xz) = 463e38b98c93473142d79d65626cc53584c27e77ea799ad2d0702b25d5495093 -SIZE (tor-browser-linux32-4.0_tr.tar.xz) = 43207280 -SHA256 (tor-browser-linux32-4.0_vi.tar.xz) = 66a00595224dbf2fba1925bcb60e0fb7ae1a6915cb112d903e5f861b68d019f4 -SIZE (tor-browser-linux32-4.0_vi.tar.xz) = 43202436 -SHA256 (tor-browser-linux32-4.0_zh-CN.tar.xz) = 720e680d42ea939ce2551dbd43559c6960097ae6de45de507da151403dfa5ac9 -SIZE (tor-browser-linux32-4.0_zh-CN.tar.xz) = 43210944 +SHA256 (tor-browser-linux32-4.0_ar.tar.xz) = 40214c8c396a16acebd2cfa55807ebaa420a37ff1d7c4b6ac183c71b208eacd3 +SIZE (tor-browser-linux32-4.0_ar.tar.xz) = 43247648 +SHA256 (tor-browser-linux32-4.0_de.tar.xz) = aa96c1fb30c142ea70a51c06dd2be64ae07dd29d85e362473330a2b060af4d78 +SIZE (tor-browser-linux32-4.0_de.tar.xz) = 43182160 +SHA256 (tor-browser-linux32-4.0_en-US.tar.xz) = b2fad95b8f20f09ce2ad9bb638e66b7790e91ce8ca14faea56a5ab0495504c22 +SIZE (tor-browser-linux32-4.0_en-US.tar.xz) = 42842488 +SHA256 (tor-browser-linux32-4.0_es-ES.tar.xz) = 2985e83bef151527fa04c34aa3d02d88effb0285b51711e8fc344c75382e237b +SIZE (tor-browser-linux32-4.0_es-ES.tar.xz) = 43116496 +SHA256 (tor-browser-linux32-4.0_fa.tar.xz) = 18866e5813e009188e5faabe57ff4bd7c38703f4c9e60aab9623d57d3dec0b8c +SIZE (tor-browser-linux32-4.0_fa.tar.xz) = 43248228 +SHA256 (tor-browser-linux32-4.0_fr.tar.xz) = 621cf15714fa7ec8b7a3b462715ba6d4850d5b40ed56a049d35dc7cb241f81a9 +SIZE (tor-browser-linux32-4.0_fr.tar.xz) = 43194436 +SHA256 (tor-browser-linux32-4.0_it.tar.xz) = 5f810083a9f2654da1bed77a3258838ade898500fef913f95e318023b325b2cd +SIZE (tor-browser-linux32-4.0_it.tar.xz) = 43121016 +SHA256 (tor-browser-linux32-4.0_ko.tar.xz) = 7e946cb84fe37c5e2c8939e0f56dc92b1cb5b27eb41a991fca041fd8fe4679cd +SIZE (tor-browser-linux32-4.0_ko.tar.xz) = 43194704 +SHA256 (tor-browser-linux32-4.0_nl.tar.xz) = 24bdeeaed21bddcf75a062173b7b366fd26a1244065d961236199e388a6563c2 +SIZE (tor-browser-linux32-4.0_nl.tar.xz) = 43170392 +SHA256 (tor-browser-linux32-4.0_pl.tar.xz) = 210d6ec704e6a0636e866436062b1639814d7ff979d2fb96dc5b2f3a081c7714 +SIZE (tor-browser-linux32-4.0_pl.tar.xz) = 43155864 +SHA256 (tor-browser-linux32-4.0_pt-PT.tar.xz) = 281a54210efaf9da7e4df7469d4efa0fdebe6163fad2aa688edaeb48d13d418d +SIZE (tor-browser-linux32-4.0_pt-PT.tar.xz) = 43182468 +SHA256 (tor-browser-linux32-4.0_ru.tar.xz) = 9c9e9ed287e51c2e265b331ac6bad8e0a44706ed7a1ec128312d9b95b64e66ea +SIZE (tor-browser-linux32-4.0_ru.tar.xz) = 43151720 +SHA256 (tor-browser-linux32-4.0_tr.tar.xz) = b771d4fa62a7ea5ee16965ebd1cedb9470bbe801fb9c58c617710e0ea5e8837d +SIZE (tor-browser-linux32-4.0_tr.tar.xz) = 43209664 +SHA256 (tor-browser-linux32-4.0_vi.tar.xz) = d645ec6e8704bc2a58c258cdf51deb0c58bba8783883052df997255373f6a588 +SIZE (tor-browser-linux32-4.0_vi.tar.xz) = 43198192 +SHA256 (tor-browser-linux32-4.0_zh-CN.tar.xz) = e41fb3dfe6464d45be8a8a40d6f80ab0806336161e3dfefeefa42437d870c932 +SIZE (tor-browser-linux32-4.0_zh-CN.tar.xz) = 43209248 Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/seamonkey-i18n/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey-i18n/Makefile 370991 2014-10-16 10:25:47Z beat $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.30 +PORTVERSION= 2.31b1 CATEGORIES= www mail news editors irc MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: trunk/www/seamonkey-i18n/distinfo ============================================================================== --- trunk/www/seamonkey-i18n/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/seamonkey-i18n/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,54 +1,54 @@ -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.be.langpack.xpi) = 942e41816717417241480048c5bdb3359050170d5d1373baac60637072125318 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.be.langpack.xpi) = 841428 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.ca.langpack.xpi) = f1885b21616e0c0598b5209a64ab6c709b6a38e6c87d7e7dc46bbb5a080d220f -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.ca.langpack.xpi) = 834809 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.cs.langpack.xpi) = 1d27172ba95f2604b33e108c3d3121ea24c019c2a29cdc23905bc6a88558783e -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.cs.langpack.xpi) = 836086 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.de.langpack.xpi) = d0af448d7eb0994eb6bcb21e6fdeaede037b91fd74558743b2212629304ecb82 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.de.langpack.xpi) = 840719 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.en-GB.langpack.xpi) = 54b6ddc03323c03e1ff7651941ac30d7723ff7a16efefc34c31f40a9418273d3 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.en-GB.langpack.xpi) = 805934 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.en-US.langpack.xpi) = 8a28853922139e19db1b1e5ab64ff555d40710b202259b58d8ed74769d49d330 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.en-US.langpack.xpi) = 805932 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.es-AR.langpack.xpi) = e2c138ef0a4a7fa0dc4cba91fea2e52c6f580bbe1bcbba1e929ef133ca1892e8 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.es-AR.langpack.xpi) = 854761 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.es-ES.langpack.xpi) = 34e7b38ef23dcef4b6279a155aef5e33abd2d9f7f39c54970ccb4e86a0236e0d -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.es-ES.langpack.xpi) = 831828 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.fi.langpack.xpi) = f08ad7cb30ef288ee023fff77c1d9f7daf92e27f6b046aaacb39f5bc77d21f86 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.fi.langpack.xpi) = 802428 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.fr.langpack.xpi) = d4b8853961ff4040124b74657c052944e1fb34ce155a57b63802a36104c1b18a -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.fr.langpack.xpi) = 813379 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.gl.langpack.xpi) = 085312f4d6e0da8c6dc05ee976eb73c64f8db5deea94e93e51094af2c612daf9 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.gl.langpack.xpi) = 815086 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.hu.langpack.xpi) = d8e348427de7fc4a12b29eebb242d85f2a783155ee1980115a12ea18c20b3a76 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.hu.langpack.xpi) = 846944 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.it.langpack.xpi) = 7cfbf41c51267252e948c726d82c99f1dd08b41e0824c4b3aee3745139bf6aea -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.it.langpack.xpi) = 744667 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.ja-JP-mac.langpack.xpi) = 2b637b618da5dccf98fd9cac168e943a3327aa96e94493af8ebc58aabdd96322 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.ja-JP-mac.langpack.xpi) = 901956 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.ja.langpack.xpi) = 310b1915fddd645ef599c4ccd43a012d7ad5b6dcd8b9ee1ed55314dfe1b84d50 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.ja.langpack.xpi) = 886414 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.lt.langpack.xpi) = cf3f171f9b322f463d4776118f91e9213efc47d9da311e9666b0134956c9f9d5 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.lt.langpack.xpi) = 852885 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.nb-NO.langpack.xpi) = 4174506d5b648bd3a32860d7f1a13f38acc8efd4add445654c39d148d8bd579a -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.nb-NO.langpack.xpi) = 825465 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.nl.langpack.xpi) = 65d96aa66d3d5e7df067a24af45ac1642d402df0d83b3ad62566de8b1341ef52 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.nl.langpack.xpi) = 799416 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.pl.langpack.xpi) = 7c0ec1aee1224a271ed7f8bdb65cc661ac1896492c40a560c703e0bf41409f2c -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.pl.langpack.xpi) = 871070 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.pt-PT.langpack.xpi) = a199d31a141a793468315c4b8e2af945dad65300af3dc08ecf6e46cc8a268e94 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.pt-PT.langpack.xpi) = 839078 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.ru.langpack.xpi) = 2de977bae6270ab0a81de79f83f1fbd193d0a34b5522ce58f08d7e0437267db1 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.ru.langpack.xpi) = 908478 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.sk.langpack.xpi) = 3171795cb2b8d38cb2efd2a0c92cf9b9292cedae910630b76b82c49dc6965424 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.sk.langpack.xpi) = 863112 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.sv-SE.langpack.xpi) = a8be050ec15e4c73ae2b91bcdbbd7d1b49f10606f3dcd8507ff3716c8ea738cb -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.sv-SE.langpack.xpi) = 827757 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.tr.langpack.xpi) = e21d7da74395703daada431cf7cabc4dde2368aa6f3acff689a3ff95c3c986c7 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.tr.langpack.xpi) = 811821 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.uk.langpack.xpi) = cc18e2c32851c0672505c3afa93503b87c7f176ff10115f378c52499d9119113 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.uk.langpack.xpi) = 874148 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.zh-CN.langpack.xpi) = e61da8c2d17b9afa0aad1d41910f00c785f618bb457cb9590176d4e5447cf6ad -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.zh-CN.langpack.xpi) = 837222 -SHA256 (xpi/seamonkey-i18n-2.30/seamonkey-2.30.zh-TW.langpack.xpi) = 29993aeafcf649561008394400cad3e9cb053891af1f69709aff4d2ce5ca90c0 -SIZE (xpi/seamonkey-i18n-2.30/seamonkey-2.30.zh-TW.langpack.xpi) = 863385 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.be.langpack.xpi) = 57056ead7c8c55078bbdf59d58c63c042f90b57d6eaead5222f52fdcf1f82c18 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.be.langpack.xpi) = 842987 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.ca.langpack.xpi) = 558468663ed3c8915884ec8a756b1c035c5dc7090ff89a044079cbb54d4d677e +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.ca.langpack.xpi) = 836129 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.cs.langpack.xpi) = 85807bf090fa549075a077f27cfb6a738470e5201d75591402e9bb5f48a91a84 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.cs.langpack.xpi) = 837401 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.de.langpack.xpi) = 8b96c16fa9a3c1c19f2f8f6f9c3b976813d1e1bf26c83ca84cb9616b37856437 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.de.langpack.xpi) = 841321 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.en-GB.langpack.xpi) = 68f4197917d85779058451e6746e07580712281cfabaab298e2374d58980e594 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.en-GB.langpack.xpi) = 806393 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.en-US.langpack.xpi) = 0f2a39e464264a2bc2f2212b16063fe735d9fc06d86d26720ae3bf41fe39fc81 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.en-US.langpack.xpi) = 806393 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.es-AR.langpack.xpi) = 88e993c7ffebba3adcf5fac02a112cf709b6ef03263d7066f88b2adc7c4d2300 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.es-AR.langpack.xpi) = 855419 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.es-ES.langpack.xpi) = c4114e109f09d57e957c003264d7b8546880ba19d7ebead2bbe3fdd4157e582c +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.es-ES.langpack.xpi) = 832275 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.fi.langpack.xpi) = 8f2f06101d5fab0ef78fb98e40fd006d4a03aac780b6b8170ef1c147d2d77d33 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.fi.langpack.xpi) = 803753 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.fr.langpack.xpi) = 09394bed1554bd3f33bc7a4e6fe5c98545b455dabf85becd0b3046e06577f9da +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.fr.langpack.xpi) = 813901 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.gl.langpack.xpi) = 3cfa8d7436a863a7a2ddfc750239a0c7c403aab17062ec128694aa74c21f2737 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.gl.langpack.xpi) = 815951 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.hu.langpack.xpi) = 0448f8b509b25500f408e670f727b198a6c330b9e02111f5a12baeb8d8baf98c +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.hu.langpack.xpi) = 848308 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.it.langpack.xpi) = a3c0dadf1151dc09558bd7692bf4e58b94ea3c5ca4405de6c53075b61fa6e1e8 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.it.langpack.xpi) = 744925 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.ja-JP-mac.langpack.xpi) = ec12397d8141e4fb8d44c7cf9a9737b66a58fd3ecee06128e82437122421ec75 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.ja-JP-mac.langpack.xpi) = 903849 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.ja.langpack.xpi) = 7114629c17f936b6e51b6e7c020bbe64d2a98bdde05c876c387b540ea458526b +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.ja.langpack.xpi) = 888311 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.lt.langpack.xpi) = fc9d71f7e1477c03797a3dc2cf99f34ec0c2567d046f5d8386da403e1a369dec +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.lt.langpack.xpi) = 854172 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.nb-NO.langpack.xpi) = 4dad8ed1571c15d3225de56078d60fce67ec869923ebbf491e96deef4e635ed4 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.nb-NO.langpack.xpi) = 826792 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.nl.langpack.xpi) = 1e79e579a8b80e4f751e35a8863ac5ba6d4acf960f27c58a0cabc1cacfc1f03a +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.nl.langpack.xpi) = 799921 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.pl.langpack.xpi) = da67bdbfdafe736b3ba763a82378f9846446000b02cebeeb13ddb9be607af9ba +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.pl.langpack.xpi) = 871193 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.pt-PT.langpack.xpi) = 0ff413225c00a4d613b4c7f727f45a87c15e81fbd9cafc9dc2b563faa9767a08 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.pt-PT.langpack.xpi) = 840381 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.ru.langpack.xpi) = 618dccbd8a85ff661a3f41f2201d7fe43e5ca945c986dc7adc9a4c51af6efd7b +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.ru.langpack.xpi) = 903112 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.sk.langpack.xpi) = 4391a8bbe8da5c202bc2744d5f06f91e1a97f918c8b52daedf298441faec6570 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.sk.langpack.xpi) = 864480 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.sv-SE.langpack.xpi) = e3aa43de884ca2695c66bed4b614ab656f26d6f36331dc028d288df8325d9488 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.sv-SE.langpack.xpi) = 828261 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.tr.langpack.xpi) = 4739ef9246fc729a8f2a0fa3cfbcbc759ae675943563671e28b4067c09153346 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.tr.langpack.xpi) = 813160 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.uk.langpack.xpi) = a1cd4bb198ed4e642aecd9ea7050ed3d9a25983a05409b32997ec322ccfdf2fb +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.uk.langpack.xpi) = 875357 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.zh-CN.langpack.xpi) = 7e0ecd094600ef70614babbafda721accce749f67e741f73065bf4e3566928e5 +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.zh-CN.langpack.xpi) = 838609 +SHA256 (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.zh-TW.langpack.xpi) = 04cb3dfe22eceb9612c070ae9f8371b0a8f52a1b73bba1d3a88dccab0541b36d +SIZE (xpi/seamonkey-i18n-2.31b1/seamonkey-2.31b1.zh-TW.langpack.xpi) = 863793 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/seamonkey/Makefile Sat Oct 25 03:15:50 2014 (r1745) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey/Makefile 370991 2014-10-16 10:25:47Z beat $ PORTNAME= seamonkey -DISTVERSION= 2.30 +DISTVERSION= 2.31b1 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ @@ -13,7 +13,7 @@ COMMENT= The open source, standards compliant web browser BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/devel/nspr \ - nss>=3.16:${PORTSDIR}/security/nss \ + nss>=3.17.2:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ @@ -22,7 +22,7 @@ libvorbis>=1.3.4:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ - sqlite3>=3.8.4.2:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.8.6:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ @@ -32,7 +32,7 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.7.2 -L_VERSION= 3.5 +L_VERSION= 3.6 SSP_UNSAFE= yes USE_GECKO= gecko @@ -71,7 +71,7 @@ .include -WRKSRC= ${WRKDIR}/comm-release +WRKSRC= ${WRKDIR}/comm-beta MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi @@ -91,6 +91,8 @@ .if ! ${PORT_OPTIONS:MLDAP} MOZ_OPTIONS+= --disable-ldap --enable-mailnews .else +BROKEN= XPCOMGlueLoad error for file ${LOCALBASE}/lib/${MOZILLA}/libxul.so: \ + Cannot open "../../ldap/sdks/c-sdk/ldap/libraries/libldap/libldap60.so" MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif .if ${PORT_OPTIONS:MENIGMAIL} @@ -116,7 +118,7 @@ MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:tl}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi +XPI_FILE= ${MOZ_OBJDIR}/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:tl}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID= lightning@seamonkey.mozilla.org .else @@ -135,7 +137,7 @@ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/suite/app/nsSuiteApp.cpp @${REINPLACE_CMD} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/mozilla/modules/libpref/src/init/all.js + ${WRKSRC}/mozilla/modules/libpref/init/all.js @${SED} -e 's|%%MOZILLA%%|${MOZILLA}|g' \ < ${FILESDIR}/seamonkey.desktop.in > \ ${WRKDIR}/${MOZILLA}.desktop Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/seamonkey/distinfo Sat Oct 25 03:15:50 2014 (r1745) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.30.source.tar.bz2) = 613eb08d80bf671b390869e9682810d7ae312a9858f6b69da76155f42ff1d516 -SIZE (seamonkey-2.30.source.tar.bz2) = 178435927 +SHA256 (seamonkey-2.31b1.source.tar.bz2) = 3e233952469c55c9d197ce6df64b13eeaf32797a07f8cf7dc003d5206258a6ce +SIZE (seamonkey-2.31b1.source.tar.bz2) = 187314433 SHA256 (enigmail-1.7.2.tar.gz) = 7b3a62e83961bafec1cdac60075aa6c317c8f655a837e31a7d1f3ce6a49fc7d6 SIZE (enigmail-1.7.2.tar.gz) = 1420346 Modified: trunk/www/seamonkey/files/patch-bug1021761 ============================================================================== --- trunk/www/seamonkey/files/patch-bug1021761 Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/seamonkey/files/patch-bug1021761 Sat Oct 25 03:15:50 2014 (r1745) @@ -235,12 +235,12 @@ assert(p); pthread_mutex_unlock(&stm->mutex); -@@ -313,10 +360,10 @@ alsa_refill_stream(cubeb_stream * stm) - return ERROR; - } - if (got > 0) { -- snd_pcm_sframes_t wrote = snd_pcm_writei(stm->pcm, p, got); -+ snd_pcm_sframes_t wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +@@ -327,10 +374,10 @@ alsa_refill_stream(cubeb_stream * stm) + b[i] *= stm->volume; + } + } +- wrote = snd_pcm_writei(stm->pcm, p, got); ++ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); if (wrote == -EPIPE) { - snd_pcm_recover(stm->pcm, wrote, 1); - wrote = snd_pcm_writei(stm->pcm, p, got); @@ -660,7 +660,7 @@ index 0000000..5e38e27 --- /dev/null +++ mozilla/media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,399 @@ +@@ -0,0 +1,404 @@ +/* + * Copyright © 2014 Mozilla Foundation + * @@ -1058,7 +1058,12 @@ + .stream_start = oss_stream_start, + .stream_stop = oss_stream_stop, + .stream_get_position = oss_stream_get_position, -+ .stream_get_latency = oss_stream_get_latency ++ .stream_get_latency = oss_stream_get_latency, ++ .stream_set_volume = oss_stream_set_volume, ++ .stream_set_panning = oss_stream_set_panning, ++ .stream_get_current_device = NULL, ++ .stream_device_destroy = NULL, ++ .stream_register_device_changed_callback = NULL +}; diff --git media/libcubeb/src/moz.build media/libcubeb/src/moz.build index 8b7a0dd..31212ce 100644 @@ -1084,18 +1089,17 @@ +CFLAGS += CONFIG['MOZ_OSS_CFLAGS'] CFLAGS += CONFIG['MOZ_ALSA_CFLAGS'] CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS'] -diff --git toolkit/library/libxul.mk toolkit/library/libxul.mk +diff --git toolkit/library/moz.build toolkit/library/moz.build index e191f13..4fb268a 100644 ---- mozilla/toolkit/library/libxul.mk -+++ mozilla/toolkit/library/libxul.mk -@@ -146,6 +146,10 @@ OS_LIBS += $(call EXPAND_LIBNAME,secur32 - endif - endif - -+ifdef MOZ_OSS -+EXTRA_DSO_LDOPTS += $(MOZ_OSS_LIBS) -+endif -+ - ifdef MOZ_ALSA - EXTRA_DSO_LDOPTS += $(MOZ_ALSA_LIBS) - endif +--- mozilla/toolkit/library/moz.build ++++ mozilla/toolkit/library/moz.build +@@ -239,6 +239,9 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: + if not CONFIG['MOZ_TREE_PIXMAN']: + OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS'] + ++if CONFIG['MOZ_OSS']: ++ OS_LIBS += CONFIG['MOZ_OSS_LIBS'] ++ + if CONFIG['MOZ_ALSA']: + OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] + Deleted: trunk/www/seamonkey/files/patch-bug1041381 ============================================================================== --- trunk/www/seamonkey/files/patch-bug1041381 Sat Oct 25 03:15:50 2014 (r1744) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,12 +0,0 @@ -diff --git config/rules.mk config/rules.mk -index 1dee8c3..4d67eda 100644 ---- mozilla/config/rules.mk -+++ mozilla/config/rules.mk -@@ -822,6 +822,7 @@ endif - ifdef DTRACE_PROBE_OBJ - EXTRA_DEPS += $(DTRACE_PROBE_OBJ) - OBJS += $(DTRACE_PROBE_OBJ) -+EXCLUDED_OBJS += $(DTRACE_PROBE_OBJ) - endif - - $(filter %.$(LIB_SUFFIX),$(LIBRARY)): $(OBJS) $(EXTRA_DEPS) $(GLOBAL_DEPS) Deleted: trunk/www/seamonkey/files/patch-bug1046224 ============================================================================== --- trunk/www/seamonkey/files/patch-bug1046224 Sat Oct 25 03:15:50 2014 (r1744) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,26 +0,0 @@ -diff --git configure.in configure.in -index 1853029..559bd45 100644 ---- mozilla/configure.in -+++ mozilla/configure.in -@@ -2651,7 +2651,7 @@ if test "$ac_cv_sockaddr_sa_len" = true ; then - AC_DEFINE(HAVE_SA_LEN) - fi - --AC_ARG_ENABLE(dtrace, -+MOZ_ARG_ENABLE_BOOL(dtrace, - [ --enable-dtrace build with dtrace support if available (default=no)], - [enable_dtrace="yes"],) - if test "x$enable_dtrace" = "xyes"; then -diff --git js/src/configure.in js/src/configure.in -index 134dfd3..682c1fb 100644 ---- mozilla/js/src/configure.in -+++ mozilla/js/src/configure.in -@@ -2153,7 +2153,7 @@ dnl Quota support - MOZ_CHECK_HEADERS(sys/quota.h) - MOZ_CHECK_HEADERS(linux/quota.h) - --AC_ARG_ENABLE(dtrace, -+MOZ_ARG_ENABLE_BOOL(dtrace, - [ --enable-dtrace build with dtrace support if available (default=no)], - [enable_dtrace="yes"],) - if test "x$enable_dtrace" = "xyes"; then Modified: trunk/www/seamonkey/files/patch-bug702179 ============================================================================== --- trunk/www/seamonkey/files/patch-bug702179 Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/seamonkey/files/patch-bug702179 Sat Oct 25 03:15:50 2014 (r1745) @@ -4,45 +4,21 @@ Bug 702179 dtrace probes are not installed on Solaris with static js lib r=glandium --- - configure.in | 2 +- - js/src/Makefile.in | 2 -- - 2 files changed, 1 insertion(+), 3 deletions(-) + js/src/Makefile.in | 3 --- + toolkit/library/moz.build | 5 ----- + 2 files changed, 8 deletions(-) -diff --git configure.in configure.in -index 66549c1..75b848d 100644 ---- mozilla/configure.in -+++ mozilla/configure.in -@@ -966,7 +966,7 @@ MOZ_BZ2_LIBS='$(call EXPAND_LIBNAME_PATH,bz2,$(DEPTH)/modules/libbz2/src)' - MOZ_PNG_CFLAGS="-I$_objdir/dist/include" # needed for freetype compilation - MOZ_PNG_LIBS='$(call EXPAND_LIBNAME_PATH,mozpng,$(DEPTH)/media/libpng)' - --MOZ_JS_STATIC_LIBS='$(call EXPAND_LIBNAME_PATH,js_static,$(LIBXUL_DIST)/lib)' -+MOZ_JS_STATIC_LIBS='$(call EXPAND_LIBNAME_PATH,js_static,$(DEPTH)/js/src)' - MOZ_JS_SHARED_LIBS='$(call EXPAND_LIBNAME_PATH,mozjs,$(LIBXUL_DIST)/lib)' - MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin -Wl,-rpath-link,$(prefix)/lib' - XPCOM_FROZEN_LDOPTS='$(call EXPAND_LIBNAME_PATH,xul mozalloc,$(LIBXUL_DIST)/bin)' diff --git js/src/Makefile.in js/src/Makefile.in -index e28160a..28ca5e8 100644 +index 62bbfa0..90400cb 100644 --- mozilla/js/src/Makefile.in +++ mozilla/js/src/Makefile.in -@@ -18,8 +18,6 @@ run_for_side_effects := $(shell echo 'MAKE: $(MAKE)') - STATIC_LIBRARY_NAME = js_static - LIBS = $(NSPR_LIBS) +@@ -17,9 +17,6 @@ TOPLEVEL_BUILD := 1 + run_for_side_effects := $(shell echo 'MAKE: $(MAKE)') + EXTRA_LIBS += $(NSPR_LIBS) -DIST_INSTALL = 1 +-NO_EXPAND_LIBS = 1 - - ifdef JS_STANDALONE - SHARED_LIBRARY_LIBS += $(call EXPAND_LIBNAME_PATH,mfbt,$(DEPTH)/mfbt) - ifndef MOZ_NATIVE_ZLIB -diff --git suite/build/Makefile.in suite/build/Makefile.in -index e28160a..28ca5e8 100644 ---- suite/build/Makefile.in -+++ suite/build/Makefile.in -@@ -28,6 +28,7 @@ EXTRA_DSO_LDOPTS += \ - $(LIBS_DIR) \ - $(call EXPAND_LIBNAME_PATH,unicharutil_external_s,$(LIBXUL_DIST)/lib) \ - $(MOZ_JS_LIBS) \ -+ $(MOZ_ZLIB_LIBS) \ - $(XPCOM_STATICRUNTIME_GLUE_LDOPTS) \ - $(MOZ_COMPONENT_LIBS) \ - $(TK_LIBS) \ + ifdef JS_HAS_CTYPES + ifdef MOZ_NATIVE_FFI + LOCAL_INCLUDES = $(MOZ_FFI_CFLAGS) Modified: trunk/www/seamonkey/files/patch-bug826985 ============================================================================== --- trunk/www/seamonkey/files/patch-bug826985 Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/seamonkey/files/patch-bug826985 Sat Oct 25 03:15:50 2014 (r1745) @@ -38,18 +38,18 @@ # basic stuff for everything 'include_internal_video_render': 0, 'clang_use_chrome_plugins': 0, -diff --git media/webrtc/signaling/test/Makefile.in media/webrtc/signaling/test/Makefile.in +diff --git media/webrtc/signaling/test/moz.build media/webrtc/signaling/test/moz.build index b483cd1..f1dd1f0 100644 ---- mozilla/media/webrtc/signaling/test/Makefile.in -+++ mozilla/media/webrtc/signaling/test/Makefile.in -@@ -7,6 +7,7 @@ LIBS = \ - $(NSPR_LIBS) \ - $(NSS_LIBS) \ - $(REALTIME_LIBS) \ -+ $(MOZ_LIBV4L2_LIBS) \ - $(DEPTH)/xpcom/glue/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \ - $(DEPTH)/media/mtransport/standalone/$(LIB_PREFIX)mtransport_s.$(LIB_SUFFIX) \ - $(DEPTH)/media/webrtc/signalingtest/signaling_ecc/$(LIB_PREFIX)ecc.$(LIB_SUFFIX) \ +--- mozilla/media/webrtc/signaling/test/moz.build ++++ mozilla/media/webrtc/signaling/test/moz.build +@@ -122,6 +122,7 @@ if CONFIG['JS_SHARED_LIBRARY']: + 'js', + ] + ++OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS'] + OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] + OS_LIBS += CONFIG['REALTIME_LIBS'] + diff --git media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc index 239a292..bab496c 100644 --- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc @@ -152,18 +152,15 @@ }], # linux ['OS=="mac"', { 'sources': [ -diff --git toolkit/library/Makefile.in toolkit/library/Makefile.in +diff --git toolkit/library/moz.build toolkit/library/moz.build index 9c16ffa..1db3794 100644 ---- mozilla/toolkit/library/libxul.mk -+++ mozilla/toolkit/library/libxul.mk -@@ -182,6 +182,10 @@ endif - - EXTRA_DSO_LDOPTS += $(call EXPAND_LIBNAME_PATH,gkmedias,$(DIST)/lib) - -+ifdef MOZ_LIBV4L2_LIBS -+EXTRA_DSO_LDOPTS += $(MOZ_LIBV4L2_LIBS) -+endif -+ - ifdef MOZ_WEBRTC - ifeq (WINNT,$(OS_TARGET)) - EXTRA_DSO_LDOPTS += \ +--- mozilla/toolkit/library/moz.build ++++ mozilla/toolkit/library/moz.build +@@ -163,6 +163,7 @@ if CONFIG['OS_ARCH'] == 'Linux' and CONF + ] + + OS_LIBS += CONFIG['MOZ_CAIRO_OSLIBS'] ++OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS'] + OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] + OS_LIBS += CONFIG['MOZ_APP_EXTRA_LIBS'] + Modified: trunk/www/seamonkey/files/patch-bug847568 ============================================================================== --- trunk/www/seamonkey/files/patch-bug847568 Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/seamonkey/files/patch-bug847568 Sat Oct 25 03:15:50 2014 (r1745) @@ -4,7 +4,7 @@ index 14bfc0d..5383399 100644 --- mozilla/config/Makefile.in +++ mozilla/config/Makefile.in -@@ -77,6 +77,8 @@ export:: $(export-preqs) +@@ -75,6 +75,8 @@ export:: $(export-preqs) -DMOZ_NATIVE_LIBEVENT=$(MOZ_NATIVE_LIBEVENT) \ -DMOZ_NATIVE_LIBVPX=$(MOZ_NATIVE_LIBVPX) \ -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ @@ -17,7 +17,7 @@ index 18e8703..bdc5f82 100644 --- mozilla/config/system-headers +++ mozilla/config/system-headers -@@ -1145,3 +1145,11 @@ unicode/utypes.h +@@ -1357,3 +1357,11 @@ unicode/utypes.h #endif libutil.h unwind.h @@ -33,7 +33,7 @@ index ac38f40..87536b7 100644 --- mozilla/configure.in +++ mozilla/configure.in -@@ -8032,6 +8032,52 @@ if test "$USE_FC_FREETYPE"; then +@@ -7986,6 +7986,49 @@ if test "$USE_FC_FREETYPE"; then fi dnl ======================================================== @@ -50,12 +50,11 @@ +fi + +AC_SUBST(MOZ_NATIVE_HARFBUZZ) -+AC_SUBST(MOZ_HARFBUZZ_CFLAGS) -+AC_SUBST(MOZ_HARFBUZZ_LIBS) + +dnl ======================================================== +dnl Check for graphite2 +dnl ======================================================== ++ +MOZ_ARG_WITH_BOOL(system-graphite2, +[ --with-system-graphite2 Use system graphite2 (located with pkgconfig)], +MOZ_NATIVE_GRAPHITE2=1, @@ -79,27 +78,58 @@ +fi + +AC_SUBST(MOZ_NATIVE_GRAPHITE2) -+AC_SUBST(MOZ_GRAPHITE2_CFLAGS) -+AC_SUBST(MOZ_GRAPHITE2_LIBS) + +dnl ======================================================== dnl Check for pixman and cairo dnl ======================================================== diff --git content/base/src/moz.build content/base/src/moz.build -index d4f6380..0ee55df 100644 +index a660ba4..6b2f602 100644 --- mozilla/content/base/src/moz.build +++ mozilla/content/base/src/moz.build -@@ -179,6 +179,9 @@ SOURCES += [ +@@ -196,6 +196,9 @@ SOURCES += [ 'nsObjectLoadingContent.cpp', ] +if CONFIG['MOZ_NATIVE_HARFBUZZ']: -+ SOURCES['nsContentUtils.cpp'].flags += [CONFIG['MOZ_HARFBUZZ_CFLAGS']] ++ SOURCES['nsContentUtils.cpp'].flags += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + EXTRA_COMPONENTS += [ 'contentAreaDropListener.js', 'contentAreaDropListener.manifest', +diff --git gfx/graphite2/moz-gr-update.sh gfx/graphite2/moz-gr-update.sh +index f3d76ea..a9e7fb6 100644 +--- mozilla/gfx/graphite2/moz-gr-update.sh ++++ mozilla/gfx/graphite2/moz-gr-update.sh +@@ -23,8 +23,14 @@ echo "\nSee" $0 "for update procedure.\n" >> gfx/graphite2/README.mozilla + find gfx/graphite2/ -name "*.cpp" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; + find gfx/graphite2/ -name "*.h" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; + ++# closest tag/release to require for system version ++TAG=$(cd ../graphitedev/ && hg parents --template {latesttag}) ++ ++perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$TAG/ and tr/./,/ \ ++ if /GR2_VERSION_REQUIRE/" configure.in ++ + # summarize what's been touched +-echo Updated to $CHANGESET. ++echo Updated to $CHANGESET \($TAG for --with-system-graphite2\) + echo Here is what changed in the gfx/graphite2 directory: + echo + +diff --git gfx/harfbuzz/README-mozilla gfx/harfbuzz/README-mozilla +index ca57d16..1ce21fe 100644 +--- mozilla/gfx/harfbuzz/README-mozilla ++++ mozilla/gfx/harfbuzz/README-mozilla +@@ -21,3 +21,8 @@ In addition, the src/Makefile.in file here is NOT from upstream, nor is it + generated from src/Makefile.am (the original harfbuzz version); it is a mozilla- + specific makefile that is maintained by hand. It should only need updating when + new source files or exported headers are added in harfbuzz. ++ ++The in-tree copy may be omitted during build by --with-system-harfbuzz. ++Make sure to keep pkg-config version check within configure.in in sync ++with checkout version or increment latest tag by one if it's not based ++on upstream release. diff --git gfx/moz.build gfx/moz.build index 519aa46..6929751 100644 --- mozilla/gfx/moz.build @@ -126,83 +156,87 @@ 'ots/src', 'thebes', 'ipc', -diff --git gfx/skia/Makefile.in gfx/skia/Makefile.in -index ee0efb2..98e169d6f 100644 ---- mozilla/gfx/skia/Makefile.in -+++ mozilla/gfx/skia/Makefile.in -@@ -15,6 +15,10 @@ ifeq (qt,$(MOZ_WIDGET_TOOLKIT)) - OS_CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PANGO_CFLAGS) $(CAIRO_FT_CFLAGS) - endif - -+ifdef MOZ_NATIVE_HARFBUZZ -+OS_CXXFLAGS += $(MOZ_HARFBUZZ_CFLAGS) -+endif -+ - include $(topsrcdir)/config/rules.mk - - ifeq ($(CPU_ARCH)_$(GNU_CC),arm_1) -diff --git gfx/thebes/Makefile.in gfx/thebes/Makefile.in -index 45c36ae..79d32cf 100644 ---- mozilla/gfx/thebes/Makefile.in -+++ mozilla/gfx/thebes/Makefile.in -@@ -13,6 +13,14 @@ DEFINES := $(filter-out -DUNICODE,$(DEFINES)) - CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(TK_CFLAGS) - CFLAGS += $(MOZ_CAIRO_CFLAGS) $(TK_CFLAGS) - -+ifdef MOZ_NATIVE_GRAPHITE2 -+CXXFLAGS += $(MOZ_GRAPHITE2_CFLAGS) -+endif -+ -+ifdef MOZ_NATIVE_HARFBUZZ -+CXXFLAGS += $(MOZ_HARFBUZZ_CFLAGS) -+endif -+ - ifeq ($(MOZ_WIDGET_TOOLKIT),android) - CXXFLAGS += $(CAIRO_FT_CFLAGS) - endif -diff --git intl/unicharutil/util/Makefile.in intl/unicharutil/util/Makefile.in -index f6b9f7c..60863f4 100644 ---- mozilla/intl/unicharutil/util/Makefile.in -+++ mozilla/intl/unicharutil/util/Makefile.in -@@ -15,3 +15,7 @@ include $(topsrcdir)/config/rules.mk - ifdef ENABLE_INTL_API - LOCAL_INCLUDES += $(MOZ_ICU_CFLAGS) - endif -+ -+ifdef MOZ_NATIVE_HARFBUZZ -+CXXFLAGS += $(MOZ_HARFBUZZ_CFLAGS) -+endif -diff --git netwerk/dns/Makefile.in netwerk/dns/Makefile.in -index 1cacbd7..f5d72bb 100644 ---- mozilla/netwerk/dns/Makefile.in -+++ mozilla/netwerk/dns/Makefile.in -@@ -5,6 +5,10 @@ - - include $(topsrcdir)/config/rules.mk - -+ifdef MOZ_NATIVE_HARFBUZZ -+CXXFLAGS += $(MOZ_HARFBUZZ_CFLAGS) -+endif -+ - # Generate the include file containing compact, static definitions - # for effective TLD data. - etld_data.inc: $(srcdir)/prepare_tlds.py $(srcdir)/effective_tld_names.dat -diff --git toolkit/library/libxul.mk toolkit/library/libxul.mk +diff --git gfx/skia/generate_mozbuild.py gfx/skia/generate_mozbuild.py +index 28fa6b5..240dced 100755 +--- mozilla/gfx/skia/generate_mozbuild.py ++++ mozilla/gfx/skia/generate_mozbuild.py +@@ -140,6 +140,9 @@ if CONFIG['GNU_CXX']: + if not CONFIG['CLANG_CXX']: + CXXFLAGS += ['-Wno-logical-op'] + ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'): + CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] + CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] +diff --git gfx/skia/moz.build gfx/skia/moz.build +index 1d0c2f9..adb8941 100644 +--- mozilla/gfx/skia/moz.build ++++ mozilla/gfx/skia/moz.build +@@ -968,6 +968,9 @@ if CONFIG['GNU_CXX']: + if not CONFIG['CLANG_CXX']: + CXXFLAGS += ['-Wno-logical-op'] + ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'): + CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] + CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] +diff --git gfx/thebes/moz.build gfx/thebes/moz.build +index d5852fa..aeeab25 100644 +--- mozilla/gfx/thebes/moz.build ++++ mozilla/gfx/thebes/moz.build +@@ -278,6 +278,12 @@ CXXFLAGS += CONFIG['TK_CFLAGS'] + CFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] + CFLAGS += CONFIG['TK_CFLAGS'] + ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_GRAPHITE2']: ++ CXXFLAGS += CONFIG['MOZ_GRAPHITE2_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk', 'qt'): + CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] + +diff --git intl/unicharutil/util/moz.build intl/unicharutil/util/moz.build +index d736943..41a931f 100644 +--- mozilla/intl/unicharutil/util/moz.build ++++ mozilla/intl/unicharutil/util/moz.build +@@ -37,3 +37,6 @@ if CONFIG['_MSC_VER']: + + if CONFIG['ENABLE_INTL_API']: + CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] +diff --git netwerk/dns/moz.build netwerk/dns/moz.build +index 0b0717a..2e665c9 100644 +--- mozilla/netwerk/dns/moz.build ++++ mozilla/netwerk/dns/moz.build +@@ -63,3 +63,6 @@ GENERATED_FILES = [ + LOCAL_INCLUDES += [ + '../base/src', + ] ++ ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] +diff --git toolkit/library/moz.build toolkit/library/moz.build index 67f0db9..d42137a 100644 ---- mozilla/toolkit/library/libxul.mk -+++ mozilla/toolkit/library/libxul.mk -@@ -89,6 +89,14 @@ ifndef MOZ_TREE_PIXMAN - EXTRA_DSO_LDOPTS += $(MOZ_PIXMAN_LIBS) - endif - -+ifdef MOZ_NATIVE_GRAPHITE2 -+EXTRA_DSO_LDOPTS += $(MOZ_GRAPHITE2_LIBS) -+endif -+ -+ifdef MOZ_NATIVE_HARFBUZZ -+EXTRA_DSO_LDOPTS += $(MOZ_HARFBUZZ_LIBS) -+endif -+ - ifdef MOZ_DMD - EXTRA_DSO_LDOPTS += $(call EXPAND_LIBNAME_PATH,dmd,$(DIST)/lib) - endif +--- mozilla/toolkit/library/moz.build ++++ mozilla/toolkit/library/moz.build +@@ -187,6 +187,12 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: + if not CONFIG['MOZ_TREE_PIXMAN']: + OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS'] + ++if CONFIG['MOZ_NATIVE_GRAPHITE2']: ++ OS_LIBS += CONFIG['MOZ_GRAPHITE2_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ OS_LIBS += CONFIG['MOZ_HARFBUZZ_LIBS'] ++ + if CONFIG['MOZ_ALSA']: + OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] + Deleted: trunk/www/seamonkey/files/patch-ldap-xpcom-src-Makefile.in ============================================================================== --- trunk/www/seamonkey/files/patch-ldap-xpcom-src-Makefile.in Sat Oct 25 03:15:50 2014 (r1744) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- ldap/xpcom/src/Makefile.in.orig 2012-03-12 10:25:35.000000000 +0100 -+++ ldap/xpcom/src/Makefile.in 2012-03-12 10:26:09.000000000 +0100 -@@ -89,6 +89,10 @@ - $(NULL) - endif - -+ifeq ($(OS_ARCH), FreeBSD) -+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread -+endif -+ - EXTRA_DSO_LDOPTS += $(LDAP_LIBS) - ifndef MOZ_INCOMPLETE_EXTERNAL_LINKAGE - EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) Modified: trunk/www/seamonkey/files/patch-system-openh264 ============================================================================== --- trunk/www/seamonkey/files/patch-system-openh264 Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/seamonkey/files/patch-system-openh264 Sat Oct 25 03:15:50 2014 (r1745) @@ -28,10 +28,10 @@ #if defined(XP_MACOSX) nsAutoString binaryName = NS_LITERAL_STRING("lib") + baseName + NS_LITERAL_STRING(".dylib"); diff --git content/media/gmp/GMPParent.cpp content/media/gmp/GMPParent.cpp -index e63453e..bf83b30 100644 +index aa60acf..90878ca 100644 --- mozilla/content/media/gmp/GMPParent.cpp +++ mozilla/content/media/gmp/GMPParent.cpp -@@ -87,23 +87,16 @@ +@@ -90,23 +90,16 @@ mService = aService; mDirectory = aPluginDir; @@ -49,7 +49,7 @@ if (NS_FAILED(rv)) { return rv; } - LOGD(("%s::%s: %p for %s", __CLASS__, __FUNCTION__, this, + LOGD(("%s::%s: %p for %s", __CLASS__, __FUNCTION__, this, - NS_LossyConvertUTF16toASCII(parentLeafName).get())); + NS_LossyConvertUTF16toASCII(leafname).get())); Modified: trunk/www/seamonkey/files/patch-z-bug517422 ============================================================================== --- trunk/www/seamonkey/files/patch-z-bug517422 Thu Oct 23 19:48:30 2014 (r1744) +++ trunk/www/seamonkey/files/patch-z-bug517422 Sat Oct 25 03:15:50 2014 (r1745) @@ -4,7 +4,7 @@ index 5383399..0410004 100644 --- mozilla/config/Makefile.in +++ mozilla/config/Makefile.in -@@ -79,6 +79,13 @@ export:: $(export-preqs) +@@ -77,6 +77,13 @@ export:: $(export-preqs) -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ -DMOZ_NATIVE_GRAPHITE2=$(MOZ_NATIVE_GRAPHITE2) \ -DMOZ_NATIVE_HARFBUZZ=$(MOZ_NATIVE_HARFBUZZ) \ @@ -22,7 +22,7 @@ index f67c5c7..eb909ce 100644 --- mozilla/config/external/moz.build +++ mozilla/config/external/moz.build -@@ -15,13 +15,19 @@ if CONFIG['MOZ_UPDATER']: +@@ -16,13 +16,19 @@ if CONFIG['MOZ_UPDATER']: if not CONFIG['MOZ_NATIVE_BZ2']: external_dirs += ['modules/libbz2'] @@ -45,7 +45,7 @@ external_dirs += ['media/libopus'] if CONFIG['MOZ_WEBM']: -@@ -36,14 +42,16 @@ if CONFIG['MOZ_VPX'] and not CONFIG['MOZ_NATIVE_LIBVPX']: +@@ -37,14 +43,16 @@ if CONFIG['MOZ_VPX'] and not CONFIG['MOZ_NATIVE_LIBVPX']: if not CONFIG['MOZ_NATIVE_PNG']: external_dirs += ['media/libpng'] @@ -65,30 +65,28 @@ - 'media/libsoundtouch', ] - PARALLEL_DIRS += ['../../' + i for i in external_dirs] + DIRS += ['../../' + i for i in external_dirs] diff --git config/system-headers config/system-headers index bef567c..9807c29 100644 --- mozilla/config/system-headers +++ mozilla/config/system-headers -@@ -1050,8 +1050,6 @@ X11/Xutil.h - xpt_struct.h - xpt_xdr.h +@@ -1263,7 +1263,6 @@ X11/Xlocale.h + X11/Xos.h + X11/Xutil.h zmouse.h --speex/speex_resampler.h -soundtouch/SoundTouch.h #if MOZ_NATIVE_PNG==1 png.h #endif -@@ -1119,6 +1117,8 @@ ogg/ogg.h +@@ -1325,6 +1324,7 @@ vorbis/codec.h + theora/theoradec.h + tremor/ivorbiscodec.h + speex/speex_resampler.h ++soundtouch/SoundTouch.h + ogg/ogg.h ogg/os_types.h nestegg/nestegg.h - cubeb/cubeb.h -+speex/speex_resampler.h -+soundtouch/SoundTouch.h - #endif - gst/gst.h - gst/app/gstappsink.h -@@ -1155,3 +1155,29 @@ graphite2/Segment.h +@@ -1365,3 +1365,29 @@ graphite2/Segment.h harfbuzz/hb-ot.h harfbuzz/hb.h #endif @@ -122,7 +120,7 @@ index 87db361..7947626 100644 --- mozilla/configure.in +++ mozilla/configure.in -@@ -5211,6 +5211,63 @@ if test "${ac_cv_c_attribute_aligned}" != "0"; then +@@ -5056,6 +5056,57 @@ if test "${ac_cv_c_attribute_aligned}" != "0"; then fi dnl ======================================================== @@ -145,8 +143,6 @@ +fi + +AC_SUBST(MOZ_NATIVE_OGG) -+AC_SUBST(MOZ_OGG_CFLAGS) -+AC_SUBST(MOZ_OGG_LIBS) + +dnl ======================================================== +dnl Check for libvorbis @@ -162,8 +158,6 @@ +fi + +AC_SUBST(MOZ_NATIVE_VORBIS) -+AC_SUBST(MOZ_VORBIS_CFLAGS) -+AC_SUBST(MOZ_VORBIS_LIBS) + +dnl ======================================================== +dnl Check for integer-only libvorbis aka tremor @@ -179,14 +173,12 @@ +fi + +AC_SUBST(MOZ_NATIVE_TREMOR) -+AC_SUBST(MOZ_TREMOR_CFLAGS) -+AC_SUBST(MOZ_TREMOR_LIBS) + +dnl ======================================================== dnl = Disable Opus audio codec support dnl ======================================================== MOZ_ARG_DISABLE_BOOL(opus, -@@ -5219,6 +5274,97 @@ MOZ_ARG_DISABLE_BOOL(opus, +@@ -5064,6 +5115,89 @@ MOZ_ARG_DISABLE_BOOL(opus, MOZ_OPUS=1) dnl ======================================================== @@ -205,8 +197,6 @@ +fi + +AC_SUBST(MOZ_NATIVE_OPUS) -+AC_SUBST(MOZ_OPUS_CFLAGS) -+AC_SUBST(MOZ_OPUS_LIBS) + +dnl ======================================================== +dnl Check for libtheora @@ -222,8 +212,6 @@ +fi + +AC_SUBST(MOZ_NATIVE_THEORA) -+AC_SUBST(MOZ_THEORA_CFLAGS) -+AC_SUBST(MOZ_THEORA_LIBS) + +dnl ======================================================== +dnl Check for libspeex resampler @@ -239,8 +227,6 @@ +fi + +AC_SUBST(MOZ_NATIVE_SPEEX) -+AC_SUBST(MOZ_SPEEX_CFLAGS) -+AC_SUBST(MOZ_SPEEX_LIBS) + +dnl ======================================================== +dnl Check for libsoundtouch @@ -277,8 +263,6 @@ +fi + +AC_SUBST(MOZ_NATIVE_SOUNDTOUCH) -+AC_SUBST(MOZ_SOUNDTOUCH_CFLAGS) -+AC_SUBST(MOZ_SOUNDTOUCH_LIBS) + +dnl ======================================================== dnl = Disable VP8 decoder support @@ -288,8 +272,8 @@ index 085676d..00c54fb 100644 --- mozilla/content/media/AudioStream.h +++ mozilla/content/media/AudioStream.h -@@ -26,7 +26,7 @@ public: - }; +@@ -17,7 +17,7 @@ + #include "CubebUtils.h" namespace soundtouch { -class SoundTouch; @@ -297,121 +281,175 @@ } namespace mozilla { -diff --git content/media/Makefile.in content/media/Makefile.in -index fd34449..c6c42c8 100644 ---- mozilla/content/media/Makefile.in -+++ mozilla/content/media/Makefile.in -@@ -6,3 +6,31 @@ include $(topsrcdir)/config/rules.mk - - CFLAGS += $(GSTREAMER_CFLAGS) - CXXFLAGS += $(GSTREAMER_CFLAGS) -+ -+ifdef MOZ_NATIVE_OGG -+CXXFLAGS += $(MOZ_OGG_CFLAGS) -+endif -+ -+ifdef MOZ_NATIVE_THEORA -+CXXFLAGS += $(MOZ_THEORA_CFLAGS) -+endif -+ -+ifdef MOZ_NATIVE_VORBIS -+CXXFLAGS += $(MOZ_VORBIS_CFLAGS) -+endif -+ -+ifdef MOZ_NATIVE_TREMOR -+CXXFLAGS += $(MOZ_TREMOR_CFLAGS) -+endif -+ -+ifdef MOZ_NATIVE_OPUS -+CXXFLAGS += $(MOZ_OPUS_CFLAGS) -+endif -+ -+ifdef MOZ_NATIVE_SPEEX -+CXXFLAGS += $(MOZ_SPEEX_CFLAGS) -+endif -+ -+ifdef MOZ_NATIVE_SOUNDTOUCH -+CXXFLAGS += $(MOZ_SOUNDTOUCH_CFLAGS) -+endif -diff --git media/libcubeb/src/Makefile.in media/libcubeb/src/Makefile.in -index 4c14494..1cb98e2 100644 ---- mozilla/media/libcubeb/src/Makefile.in -+++ mozilla/media/libcubeb/src/Makefile.in -@@ -9,3 +9,7 @@ CFLAGS += \ - $(MOZ_ALSA_CFLAGS) \ - $(MOZ_PULSEAUDIO_CFLAGS) \ - $(NULL) -+ -+ifdef MOZ_NATIVE_SPEEX -+CFLAGS += $(MOZ_SPEEX_CFLAGS) -+endif -diff --git media/libtheora/Makefile.in media/libtheora/Makefile.in -new file mode 100644 -index 0000000..1f02dc0 ---- /dev/null -+++ mozilla/media/libtheora/Makefile.in -@@ -0,0 +1,9 @@ -+# This Source Code Form is subject to the terms of the Mozilla Public -+# License, v. 2.0. If a copy of the MPL was not distributed with this -+# file, You can obtain one at http://mozilla.org/MPL/2.0/. -+ -+include $(topsrcdir)/config/rules.mk -+ -+ifdef MOZ_NATIVE_OGG -+CFLAGS += $(MOZ_OGG_CFLAGS) -+endif -diff --git media/libtremor/Makefile.in media/libtremor/Makefile.in -new file mode 100644 -index 0000000..1f02dc0 ---- /dev/null -+++ mozilla/media/libtremor/Makefile.in -@@ -0,0 +1,9 @@ -+# This Source Code Form is subject to the terms of the Mozilla Public -+# License, v. 2.0. If a copy of the MPL was not distributed with this -+# file, You can obtain one at http://mozilla.org/MPL/2.0/. -+ -+include $(topsrcdir)/config/rules.mk -+ -+ifdef MOZ_NATIVE_OGG -+CFLAGS += $(MOZ_OGG_CFLAGS) -+endif -diff --git media/libvorbis/Makefile.in media/libvorbis/Makefile.in -new file mode 100644 -index 0000000..1f02dc0 ---- /dev/null -+++ mozilla/media/libvorbis/Makefile.in -@@ -0,0 +1,9 @@ -+# This Source Code Form is subject to the terms of the Mozilla Public -+# License, v. 2.0. If a copy of the MPL was not distributed with this -+# file, You can obtain one at http://mozilla.org/MPL/2.0/. -+ -+include $(topsrcdir)/config/rules.mk -+ -+ifdef MOZ_NATIVE_OGG -+CFLAGS += $(MOZ_OGG_CFLAGS) -+endif -diff --git media/webrtc/signaling/test/Makefile.in media/webrtc/signaling/test/Makefile.in +diff --git content/media/moz.build content/media/moz.build +index 7526cff..e0a0ca0 100644 +--- mozilla/content/media/moz.build ++++ mozilla/content/media/moz.build +@@ -212,3 +212,24 @@ if CONFIG['ANDROID_VERSION'] > '15': + + CFLAGS += CONFIG['GSTREAMER_CFLAGS'] + CXXFLAGS += CONFIG['GSTREAMER_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_OGG']: ++ CXXFLAGS += CONFIG['MOZ_OGG_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_THEORA']: ++ CXXFLAGS += CONFIG['MOZ_THEORA_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_VORBIS']: ++ CXXFLAGS += CONFIG['MOZ_VORBIS_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_TREMOR']: ++ CXXFLAGS += CONFIG['MOZ_TREMOR_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_OPUS']: ++ CXXFLAGS += CONFIG['MOZ_OPUS_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_SPEEX']: ++ CXXFLAGS += CONFIG['MOZ_SPEEX_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_SOUNDTOUCH']: ++ CXXFLAGS += CONFIG['MOZ_SOUNDTOUCH_CFLAGS'] +diff --git media/libcubeb/src/moz.build media/libcubeb/src/moz.build +index 944744d..9a7c8c0 100644 +--- mozilla/media/libcubeb/src/moz.build ++++ mozilla/media/libcubeb/src/moz.build +@@ -65,6 +65,9 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: + + FINAL_LIBRARY = 'gkmedias' + ++if CONFIG['MOZ_NATIVE_SPEEX']: ++ SOURCES['cubeb_resampler.cpp'].flags += CONFIG['MOZ_SPEEX_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': + CFLAGS += [ + '-I%s/%s' % (CONFIG['ANDROID_SOURCE'], d) for d in [ +diff --git media/libogg/README_MOZILLA media/libogg/README_MOZILLA +index 0833e4d..7ece97b 100644 +--- mozilla/media/libogg/README_MOZILLA ++++ mozilla/media/libogg/README_MOZILLA +@@ -6,3 +6,6 @@ The svn revision number used was r17287. + The int-types.patch address a bug that config_types.h generated from + Linux platform can't be used on OpenSolaris directly see Mozilla bug + 449754 ++ ++The in-tree copy may be omitted during build by --with-system-ogg. ++Keep version in configure.in in sync on updates. +diff --git media/libopus/README_MOZILLA media/libopus/README_MOZILLA +index 2d85c9f..d3fb9f8 100644 +--- mozilla/media/libopus/README_MOZILLA ++++ mozilla/media/libopus/README_MOZILLA +@@ -9,3 +9,6 @@ files after the copy step. + The upstream repository is https://git.xiph.org/opus.git + + The git tag/revision used was v1.1. ++ ++The in-tree copy may be omitted during build by --with-system-opus. ++So, keep its pkg-config version check within configure.in in sync on updates. +diff --git media/libsoundtouch/README_MOZILLA media/libsoundtouch/README_MOZILLA +index bfd4b1a..15b158d 100644 +--- mozilla/media/libsoundtouch/README_MOZILLA ++++ mozilla/media/libsoundtouch/README_MOZILLA +@@ -6,3 +6,5 @@ The whole library is not used, only the relevant files are imported in the tree, + using the script `update.sh`. Some changes have been made to the files, using + the patch `moz-libsoundtouch.patch`. We also use a custom soundtouch_config.h. + ++The in-tree copy may be omitted during build by --with-system-soundtouch. ++Keep version in configure.in in sync on updates. +diff --git media/libspeex_resampler/README_MOZILLA media/libspeex_resampler/README_MOZILLA +index 7f6b1bb..e830300 100644 +--- mozilla/media/libspeex_resampler/README_MOZILLA ++++ mozilla/media/libspeex_resampler/README_MOZILLA +@@ -3,3 +3,6 @@ This source is from the Speex DSP library + + It consists in the audio resampling code (resampler.c) and its header files + dependancies, imported into the tree using the update.sh script. ++ ++The in-tree copy may be omitted during build by --with-system-speex. ++Keep version in configure.in in sync on updates. +diff --git media/libtheora/README_MOZILLA media/libtheora/README_MOZILLA +index d48dbfa..f08a2ed 100644 +--- mozilla/media/libtheora/README_MOZILLA ++++ mozilla/media/libtheora/README_MOZILLA +@@ -3,3 +3,6 @@ using the update.sh script. The changes made were those applied by update.sh, + the addition/update of Makefile.in files for the Mozilla build system. + + The subversion revision used was r17578. ++ ++The in-tree copy may be omitted during build by --with-system-theora. ++Keep version in configure.in in sync on updates. +diff --git media/libtheora/moz.build media/libtheora/moz.build +index 14265b1..3069e99 100644 +--- mozilla/media/libtheora/moz.build ++++ mozilla/media/libtheora/moz.build +@@ -6,3 +6,5 @@ + + DIRS += ['include', 'lib'] + ++if CONFIG['MOZ_NATIVE_OGG']: ++ CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] +diff --git media/libtremor/README_MOZILLA media/libtremor/README_MOZILLA +index ee67b53..3f34a09 100644 +--- mozilla/media/libtremor/README_MOZILLA ++++ mozilla/media/libtremor/README_MOZILLA +@@ -5,3 +5,6 @@ Makefile.in files for the Mozilla build system. + + The upstream release used was http://svn.xiph.org/trunk/Tremor/ + The subversion revision used was r17547. ++ ++The in-tree copy may be omitted during build by --with-system-tremor. ++Keep version in configure.in in sync on updates. +diff --git media/libtremor/moz.build media/libtremor/moz.build +index 31831ba..a03d576 100644 +--- mozilla/media/libtremor/moz.build ++++ mozilla/media/libtremor/moz.build +@@ -6,3 +6,5 @@ + + DIRS += ['include/tremor', 'lib'] + ++if CONFIG['MOZ_NATIVE_OGG']: ++ CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] +diff --git media/libvorbis/README_MOZILLA media/libvorbis/README_MOZILLA +index 7c7454c..55baedd 100644 +--- mozilla/media/libvorbis/README_MOZILLA ++++ mozilla/media/libvorbis/README_MOZILLA +@@ -8,3 +8,6 @@ https://svn.xiph.org/tags/vorbis/libvorbis-1.3.4@19059 + + Some files are renamed during the copy to prevent clashes with object + file names with other Mozilla libraries. ++ ++The in-tree copy may be omitted during build by --with-system-vorbis. ++Keep version in configure.in in sync on updates. +diff --git media/libvorbis/moz.build media/libvorbis/moz.build +index 919b99e..cc776f7 100644 +--- mozilla/media/libvorbis/moz.build ++++ mozilla/media/libvorbis/moz.build +@@ -55,3 +55,6 @@ FINAL_LIBRARY = 'gkmedias' + # Suppress warnings in third-party code. + if CONFIG['GNU_CC']: + CFLAGS += ['-Wno-uninitialized'] ++ ++if CONFIG['MOZ_NATIVE_OGG']: ++ CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] +diff --git media/webrtc/signaling/test/moz.build media/webrtc/signaling/test/moz.build index bbc971c..6ed7e41 100644 ---- mozilla/media/webrtc/signaling/test/Makefile.in -+++ mozilla/media/webrtc/signaling/test/Makefile.in -@@ -48,6 +48,12 @@ LIBS += \ - $(NULL) - endif - -+ifdef MOZ_NATIVE_OPUS -+LIBS += \ -+ $(MOZ_OPUS_LIBS) \ -+ $(NULL) -+endif -+ - ifdef MOZ_NATIVE_LIBVPX - LIBS += \ - $(MOZ_LIBVPX_LIBS) \ +--- mozilla/media/webrtc/signaling/test/moz.build ++++ mozilla/media/webrtc/signaling/test/moz.build +@@ -127,6 +127,9 @@ if CONFIG['MOZ_ALSA']: + if CONFIG['MOZ_NATIVE_JPEG']: + OS_LIBS += CONFIG['MOZ_JPEG_LIBS'] + ++if CONFIG['MOZ_NATIVE_OPUS']: ++ OS_LIBS += CONFIG['MOZ_OPUS_LIBS'] ++ + if CONFIG['MOZ_NATIVE_LIBVPX']: + OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS'] + diff --git media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus.gypi media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus.gypi index 00e77e7..55f48ab 100644 --- mozilla/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus.gypi +++ mozilla/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus.gypi -@@ -14,9 +14,9 @@ +@@ -17,9 +17,9 @@ 'conditions': [ ['build_with_mozilla==1', { # Mozilla provides its own build of the opus library. @@ -424,50 +462,43 @@ }, { 'dependencies': [ '<(DEPTH)/third_party/opus/opus.gyp:opus' -diff --git toolkit/library/libxul.mk toolkit/library/libxul.mk +diff --git toolkit/library/moz.build toolkit/library/moz.build index d42137a..695e75a8 100644 ---- mozilla/toolkit/library/libxul.mk -+++ mozilla/toolkit/library/libxul.mk -@@ -77,6 +77,34 @@ ifdef MOZ_NATIVE_HUNSPELL - EXTRA_DSO_LDOPTS += $(MOZ_HUNSPELL_LIBS) - endif - -+ifdef MOZ_NATIVE_OGG -+EXTRA_DSO_LDOPTS += $(MOZ_OGG_LIBS) -+endif -+ -+ifdef MOZ_NATIVE_THEORA -+EXTRA_DSO_LDOPTS += $(MOZ_THEORA_LIBS) -+endif -+ -+ifdef MOZ_NATIVE_VORBIS -+EXTRA_DSO_LDOPTS += $(MOZ_VORBIS_LIBS) -+endif -+ -+ifdef MOZ_NATIVE_TREMOR -+EXTRA_DSO_LDOPTS += $(MOZ_TREMOR_LIBS) -+endif -+ -+ifdef MOZ_NATIVE_OPUS -+EXTRA_DSO_LDOPTS += $(MOZ_OPUS_LIBS) -+endif -+ -+ifdef MOZ_NATIVE_SPEEX -+EXTRA_DSO_LDOPTS += $(MOZ_SPEEX_LIBS) -+endif -+ -+ifdef MOZ_NATIVE_SOUNDTOUCH -+EXTRA_DSO_LDOPTS += $(MOZ_SOUNDTOUCH_LIBS) -+endif -+ - ifdef MOZ_NATIVE_LIBEVENT - EXTRA_DSO_LDOPTS += $(MOZ_LIBEVENT_LIBS) - endif +--- mozilla/toolkit/library/moz.build ++++ mozilla/toolkit/library/moz.build +@@ -178,6 +178,27 @@ if CONFIG['MOZ_NATIVE_PNG']: + if CONFIG['MOZ_NATIVE_HUNSPELL']: + OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS'] + ++if CONFIG['MOZ_NATIVE_OGG']: ++ OS_LIBS += CONFIG['MOZ_OGG_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_THEORA']: ++ OS_LIBS += CONFIG['MOZ_THEORA_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_VORBIS']: ++ OS_LIBS += CONFIG['MOZ_VORBIS_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_TREMOR']: ++ OS_LIBS += CONFIG['MOZ_TREMOR_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_OPUS']: ++ OS_LIBS += CONFIG['MOZ_OPUS_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_SPEEX']: ++ OS_LIBS += CONFIG['MOZ_SPEEX_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_SOUNDTOUCH']: ++ OS_LIBS += CONFIG['MOZ_SOUNDTOUCH_LIBS'] ++ + if CONFIG['MOZ_NATIVE_LIBEVENT']: + OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS'] + diff --git xpcom/build/nsXPComInit.cpp xpcom/build/nsXPComInit.cpp index 2cf281e..6d7af0e 100644 --- mozilla/xpcom/build/nsXPComInit.cpp +++ mozilla/xpcom/build/nsXPComInit.cpp -@@ -130,7 +130,9 @@ extern nsresult nsStringInputStreamConstructor(nsISupports *, REFNSIID, void **) +@@ -138,7 +138,9 @@ extern nsresult nsStringInputStreamConstructor(nsISupports*, REFNSIID, void**); #include "mozilla/VisualEventTracer.h" #endif @@ -477,17 +508,17 @@ #if defined(MOZ_VPX) && !defined(MOZ_VPX_NO_MEM_REPORTING) #include "vpx_mem/vpx_mem.h" #endif -@@ -571,11 +573,13 @@ NS_InitXPCOM2(nsIServiceManager* *result, - // this oddness. - mozilla::SetICUMemoryFunctions(); +@@ -651,11 +653,13 @@ NS_InitXPCOM2(nsIServiceManager** aResult, + // this oddness. + mozilla::SetICUMemoryFunctions(); +#ifndef MOZ_OGG_NO_MEM_REPORTING - // Do the same for libogg. - ogg_set_mem_functions(OggReporter::CountingMalloc, - OggReporter::CountingCalloc, - OggReporter::CountingRealloc, - OggReporter::CountingFree); + // Do the same for libogg. + ogg_set_mem_functions(OggReporter::CountingMalloc, + OggReporter::CountingCalloc, + OggReporter::CountingRealloc, + OggReporter::CountingFree); +#endif #if defined(MOZ_VPX) && !defined(MOZ_VPX_NO_MEM_REPORTING) - // And for VPX. + // And for VPX. From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 25 03:19:55 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FCABEC2 for ; Sat, 25 Oct 2014 03:19:55 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D961C64B for ; Sat, 25 Oct 2014 03:19:54 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9P3JqrC094749 for ; Sat, 25 Oct 2014 03:19: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 s9P3Jlh8094224 for freebsd-gecko@freebsd.org; Sat, 25 Oct 2014 03:19:47 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 25 Oct 2014 03:19:47 GMT Message-Id: <201410250319.s9P3Jlh8094224@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] r1746 - trunk/www/linux-c6-freshplayerplugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 03:19:55 -0000 Author: jbeich Date: Sat Oct 25 03:19:47 2014 New Revision: 1746 Log: ignore CC/CXX/CPP from environment as only gcc-4.4.7 is installed under chroot Modified: trunk/www/linux-c6-freshplayerplugin/Makefile Modified: trunk/www/linux-c6-freshplayerplugin/Makefile ============================================================================== --- trunk/www/linux-c6-freshplayerplugin/Makefile Sat Oct 25 03:15:50 2014 (r1745) +++ trunk/www/linux-c6-freshplayerplugin/Makefile Sat Oct 25 03:19:47 2014 (r1746) @@ -108,7 +108,8 @@ do-build: ${CHROOT} ${BUILD_WRKSRC} \ - /bin/sh -c "cd /root && cmake28 . \ + ${SETENV} -u CC -u CXX -u CPP /bin/sh -c \ + "cd /root && cmake28 . \ ${CMAKE_ARGS:M*FLAGS*} ${CMAKE_ARGS:M*BUILD_TYPE*}" ${CHROOT} ${BUILD_WRKSRC} \ /usr/bin/make ${_MAKE_JOBS} -C /root From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 25 03:21:12 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7A31ED8 for ; Sat, 25 Oct 2014 03:21:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB2D653 for ; Sat, 25 Oct 2014 03:21:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9P3LCFb055278 for ; Sat, 25 Oct 2014 03:21:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 194490] www/firefox 33.0 does not build on FreeBSD 8.4 under poudriere Date: Sat, 25 Oct 2014 03:21:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: truckman@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 03:21:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194490 Don Lewis changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|www/firefox 33.0 does not |www/firefox 33.0 does not |build under poudriere |build on FreeBSD 8.4 under | |poudriere -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 25 08:38:54 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54E21CB6 for ; Sat, 25 Oct 2014 08:38:54 +0000 (UTC) Received: from mail-pa0-x246.google.com (mail-pa0-x246.google.com [IPv6:2607:f8b0:400e:c03::246]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 314E66C7 for ; Sat, 25 Oct 2014 08:38:54 +0000 (UTC) Received: by mail-pa0-f70.google.com with SMTP id et14so14306210pad.5 for ; Sat, 25 Oct 2014 01:38:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:message-id:date:subject:from:to:content-type; bh=dYcdVOWe3hZ6U0qvfKhsU03khTlKU/qy2cXvz3v+6zU=; b=gJk42u3NVnhmo0KpeJh2KiSGFJ3bl4WOTY7jy4n31dEs7TQrCYwUFjtdjcYRacGXZ6 uWp7z3TQfkSFifdNlzKll8fr4lmlDbi6imzY6UE+gOuh1ASU7KyKVjNs5j8VfuQTVsKI RsXd6OYSaHkv2CARFBi/CTUzhjXBMI/QNa+LCnPc6oK89XSqrbCNRpSwwtuDRwxrlvJl U5Q+jsb6RuMAL0+/iWJw+EbEWmdbgnx3pgJ96JuKkcMV3ONtquv6qXGm4VaEVcO1H/TY hagNIIHlGaHX5Z0KuSYcrptXLyi/e2ECleII4t8MKDgzMs6T/Sa9Tfd6cxliO9EP+ea/ XSOQ== MIME-Version: 1.0 X-Received: by 10.66.235.233 with SMTP id up9mr11056838pac.8.1414226333634; Sat, 25 Oct 2014 01:38:53 -0700 (PDT) Message-ID: <001a1136c0e83f972a05063b3aff@google.com> Date: Sat, 25 Oct 2014 08:38:53 +0000 Subject: www.freebsd.org From: "Rosie | Brandroot Media Ltd" To: gecko@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 08:38:54 -0000 Hi, My name is Rosie and I am an Online-Strategist. A I've been tracking the success of your website while doing some research on your industry--I'm impressed with your company, but there are some real opportunities for growth that you currently are missing. Are you interested in several proven strategies to use content and social-media to drive relevant traffic to your site? In 20 minutes I can show you how to fuel your brand and generate more revenue from search engines and social networks. This is a real value which comes free of charge. I'd like to follow up about this with a quick phone call. Can I call you this week to discuss your campaign? Thank you Best regards, Rosie Online-Strategist BrandRoot SEO LTD. Hong Kong | China | Australia | New Zealand | US From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 25 19:21:27 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46BD5D7E; Sat, 25 Oct 2014 19:21:27 +0000 (UTC) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 07236DB8; Sat, 25 Oct 2014 19:21:26 +0000 (UTC) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id 26787AB66; Sat, 25 Oct 2014 19:21:26 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id 35C0810480; Sat, 25 Oct 2014 21:21:16 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: d@delphij.net Subject: Re: RFC: Proposal: Install a /etc/ssl/cert.pem by default? References: <53B499B1.4090003@delphij.net> Date: Sat, 25 Oct 2014 21:21:16 +0200 In-Reply-To: <53B499B1.4090003@delphij.net> (Xin Li's message of "Wed, 02 Jul 2014 16:45:53 -0700") Message-ID: <86bnp07y6r.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Ben Laurie , freebsd-security@FreeBSD.ORG, re , Jung-uk Kim , gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 19:21:27 -0000 Reviving this discussion because it was never resolved. Xin Li writes: > Currently, FreeBSD does not install a default /etc/ssl/cert.pem > because we do not maintain one ourselves. [...] So my proposal would > be: > > 1. Import a set of trusted root certificates, and install if > MK_OPENSSL is yes, to /usr/share/misc/ca-root-freebsd.pem; At a minimum, we need the certificate chain for all freebsd.org certificates. > 2. In src/etc/Makefile, automatically create a symbolic link if it's > not already present in ${DESTDIR}/etc/ssl; > > 3. Teach mergemaster(8) and other similar applications to create the > symbolic link on demand; > > 4. Change the install/deinstall behavior of security/ca_root_nss: > ETCSYMLINK checked: If /etc/ssl/cert.pem exists, back it up on > install then overwrite with new symlink, and restore on deinstall. > ETCSYMLINK unchecked: If /etc/ssl/cert.pem do not pre-exist, > install new a symlink; on deinstall, if > /usr/share/misc/ca-root-freebsd.pem exists, replace the symlink with a > symlink to there, or remove if the file does not exist. I would prefer to have each port install their certificate lists in a "hidden" location which is then added to the search path using c_rehash. This may require changing libfetch and various applications to pass a path to SSL_CTX_load_verify_locations() instead of or in addition to a file. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no