From owner-freebsd-gecko@FreeBSD.ORG Sun Apr 14 16:43:35 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 209DA25F for ; Sun, 14 Apr 2013 16:43:35 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id BB4848A9 for ; Sun, 14 Apr 2013 16:43:34 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3EGhXNZ061542 for ; Sun, 14 Apr 2013 16:43:33 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3EGhSKO060709 for freebsd-gecko@freebsd.org; Sun, 14 Apr 2013 16:43:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 14 Apr 2013 16:43:28 GMT Message-Id: <201304141643.r3EGhSKO060709@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] r1235 - in trunk: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2013 16:43:35 -0000 Author: jbeich Date: Sun Apr 14 16:43:27 2013 New Revision: 1235 Log: fix build on -CURRENT with clang 3.3 Added: trunk/mail/thunderbird/files/patch-clang33 trunk/www/firefox-esr/files/patch-clang33 trunk/www/firefox/files/patch-clang33 trunk/www/seamonkey/files/patch-clang33 Added: trunk/mail/thunderbird/files/patch-clang33 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-clang33 Sun Apr 14 16:43:27 2013 (r1235) @@ -0,0 +1,25 @@ +--- mozilla/js/src/jspropertycacheinlines.h~ ++++ mozilla/js/src/jspropertycacheinlines.h +@@ -31,7 +31,7 @@ JS_ALWAYS_INLINE void + js::PropertyCache::test(JSContext *cx, jsbytecode *pc, JSObject *&obj, + JSObject *&pobj, PropertyCacheEntry *&entry, PropertyName *&name) + { +- AssertRootingUnnecessary assert(cx); ++ js::AssertRootingUnnecessary assert(cx); + + JS_ASSERT(this == &JS_PROPERTY_CACHE(cx)); + +--- mozilla/js/src/vm/ObjectImpl-inl.h~ ++++ mozilla/js/src/vm/ObjectImpl-inl.h +@@ -176,9 +176,9 @@ js::ObjectImpl::initializeSlotRange(uint + JSCompartment *comp = compartment(); + uint32_t offset = start; + for (HeapSlot *sp = fixedStart; sp < fixedEnd; sp++) +- sp->init(comp, this->asObjectPtr(), offset++, UndefinedValue()); ++ sp->init(comp, this->asObjectPtr(), offset++, js::UndefinedValue()); + for (HeapSlot *sp = slotsStart; sp < slotsEnd; sp++) +- sp->init(comp, this->asObjectPtr(), offset++, UndefinedValue()); ++ sp->init(comp, this->asObjectPtr(), offset++, js::UndefinedValue()); + } + + inline bool Added: trunk/www/firefox-esr/files/patch-clang33 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-esr/files/patch-clang33 Sun Apr 14 16:43:27 2013 (r1235) @@ -0,0 +1,25 @@ +--- js/src/jspropertycacheinlines.h~ ++++ js/src/jspropertycacheinlines.h +@@ -31,7 +31,7 @@ JS_ALWAYS_INLINE void + js::PropertyCache::test(JSContext *cx, jsbytecode *pc, JSObject *&obj, + JSObject *&pobj, PropertyCacheEntry *&entry, PropertyName *&name) + { +- AssertRootingUnnecessary assert(cx); ++ js::AssertRootingUnnecessary assert(cx); + + JS_ASSERT(this == &JS_PROPERTY_CACHE(cx)); + +--- js/src/vm/ObjectImpl-inl.h~ ++++ js/src/vm/ObjectImpl-inl.h +@@ -176,9 +176,9 @@ js::ObjectImpl::initializeSlotRange(uint + JSCompartment *comp = compartment(); + uint32_t offset = start; + for (HeapSlot *sp = fixedStart; sp < fixedEnd; sp++) +- sp->init(comp, this->asObjectPtr(), offset++, UndefinedValue()); ++ sp->init(comp, this->asObjectPtr(), offset++, js::UndefinedValue()); + for (HeapSlot *sp = slotsStart; sp < slotsEnd; sp++) +- sp->init(comp, this->asObjectPtr(), offset++, UndefinedValue()); ++ sp->init(comp, this->asObjectPtr(), offset++, js::UndefinedValue()); + } + + inline bool Added: trunk/www/firefox/files/patch-clang33 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-clang33 Sun Apr 14 16:43:27 2013 (r1235) @@ -0,0 +1,79 @@ +--- js/src/jscompartment.h~ ++++ js/src/jscompartment.h +@@ -596,12 +596,12 @@ class js::AutoDebugModeGC + // The DEBUG_MODE_GC reason forces the collector to always throw + // everything away, as required for debug mode transitions. + if (needGC) +- GC(rt, GC_NORMAL, gcreason::DEBUG_MODE_GC); ++ GC(rt, GC_NORMAL, js::gcreason::DEBUG_MODE_GC); + } + +- void scheduleGC(Zone *zone) { ++ void scheduleGC(JS::Zone *zone) { + JS_ASSERT(!rt->isHeapBusy()); +- PrepareZoneForGC(zone); ++ js::PrepareZoneForGC(zone); + needGC = true; + } + }; +--- js/src/jspropertycacheinlines.h~ ++++ js/src/jspropertycacheinlines.h +@@ -32,7 +32,7 @@ JS_ALWAYS_INLINE void + js::PropertyCache::test(JSContext *cx, jsbytecode *pc, JSObject **obj, + JSObject **pobj, PropertyCacheEntry **entry, PropertyName **name) + { +- AutoAssertNoGC nogc; ++ js::AutoAssertNoGC nogc; + + JS_ASSERT(this == &cx->propertyCache()); + +@@ -65,7 +65,7 @@ JS_ALWAYS_INLINE bool + js::PropertyCache::testForSet(JSContext *cx, jsbytecode *pc, JSObject *obj, + PropertyCacheEntry **entryp, JSObject **obj2p, PropertyName **namep) + { +- AutoAssertNoGC nogc; ++ js::AutoAssertNoGC nogc; + + JS_ASSERT(this == &cx->propertyCache()); + +--- js/src/vm/ObjectImpl-inl.h~ ++++ js/src/vm/ObjectImpl-inl.h +@@ -164,9 +164,9 @@ js::ObjectImpl::initializeSlotRange(uint + JSRuntime *rt = runtime(); + uint32_t offset = start; + for (HeapSlot *sp = fixedStart; sp < fixedEnd; sp++) +- sp->init(rt, this->asObjectPtr(), HeapSlot::Slot, offset++, UndefinedValue()); ++ sp->init(rt, this->asObjectPtr(), HeapSlot::Slot, offset++, js::UndefinedValue()); + for (HeapSlot *sp = slotsStart; sp < slotsEnd; sp++) +- sp->init(rt, this->asObjectPtr(), HeapSlot::Slot, offset++, UndefinedValue()); ++ sp->init(rt, this->asObjectPtr(), HeapSlot::Slot, offset++, js::UndefinedValue()); + } + + inline bool +@@ -321,7 +321,7 @@ js::ObjectImpl::sizeOfThis() const + js::ObjectImpl::readBarrier(ObjectImpl *obj) + { + #ifdef JSGC_INCREMENTAL +- Zone *zone = obj->zone(); ++ JS::Zone *zone = obj->zone(); + if (zone->needsBarrier()) { + MOZ_ASSERT(!zone->rt->isHeapBusy()); + JSObject *tmp = obj->asObjectPtr(); +@@ -335,7 +335,7 @@ inline void + js::ObjectImpl::privateWriteBarrierPre(void **old) + { + #ifdef JSGC_INCREMENTAL +- Zone *zone = this->zone(); ++ JS::Zone *zone = this->zone(); + if (zone->needsBarrier()) { + if (*old && getClass()->trace) + getClass()->trace(zone->barrierTracer(), this->asObjectPtr()); +@@ -362,7 +362,7 @@ js::ObjectImpl::writeBarrierPre(ObjectIm + if (uintptr_t(obj) < 32) + return; + +- Zone *zone = obj->zone(); ++ JS::Zone *zone = obj->zone(); + if (zone->needsBarrier()) { + MOZ_ASSERT(!zone->rt->isHeapBusy()); + JSObject *tmp = obj->asObjectPtr(); Added: trunk/www/seamonkey/files/patch-clang33 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-clang33 Sun Apr 14 16:43:27 2013 (r1235) @@ -0,0 +1,79 @@ +--- mozilla/js/src/jscompartment.h~ ++++ mozilla/js/src/jscompartment.h +@@ -596,12 +596,12 @@ class js::AutoDebugModeGC + // The DEBUG_MODE_GC reason forces the collector to always throw + // everything away, as required for debug mode transitions. + if (needGC) +- GC(rt, GC_NORMAL, gcreason::DEBUG_MODE_GC); ++ GC(rt, GC_NORMAL, js::gcreason::DEBUG_MODE_GC); + } + +- void scheduleGC(Zone *zone) { ++ void scheduleGC(JS::Zone *zone) { + JS_ASSERT(!rt->isHeapBusy()); +- PrepareZoneForGC(zone); ++ js::PrepareZoneForGC(zone); + needGC = true; + } + }; +--- mozilla/js/src/jspropertycacheinlines.h~ ++++ mozilla/js/src/jspropertycacheinlines.h +@@ -32,7 +32,7 @@ JS_ALWAYS_INLINE void + js::PropertyCache::test(JSContext *cx, jsbytecode *pc, JSObject **obj, + JSObject **pobj, PropertyCacheEntry **entry, PropertyName **name) + { +- AutoAssertNoGC nogc; ++ js::AutoAssertNoGC nogc; + + JS_ASSERT(this == &cx->propertyCache()); + +@@ -65,7 +65,7 @@ JS_ALWAYS_INLINE bool + js::PropertyCache::testForSet(JSContext *cx, jsbytecode *pc, JSObject *obj, + PropertyCacheEntry **entryp, JSObject **obj2p, PropertyName **namep) + { +- AutoAssertNoGC nogc; ++ js::AutoAssertNoGC nogc; + + JS_ASSERT(this == &cx->propertyCache()); + +--- mozilla/js/src/vm/ObjectImpl-inl.h~ ++++ mozilla/js/src/vm/ObjectImpl-inl.h +@@ -164,9 +164,9 @@ js::ObjectImpl::initializeSlotRange(uint + JSRuntime *rt = runtime(); + uint32_t offset = start; + for (HeapSlot *sp = fixedStart; sp < fixedEnd; sp++) +- sp->init(rt, this->asObjectPtr(), HeapSlot::Slot, offset++, UndefinedValue()); ++ sp->init(rt, this->asObjectPtr(), HeapSlot::Slot, offset++, js::UndefinedValue()); + for (HeapSlot *sp = slotsStart; sp < slotsEnd; sp++) +- sp->init(rt, this->asObjectPtr(), HeapSlot::Slot, offset++, UndefinedValue()); ++ sp->init(rt, this->asObjectPtr(), HeapSlot::Slot, offset++, js::UndefinedValue()); + } + + inline bool +@@ -321,7 +321,7 @@ js::ObjectImpl::sizeOfThis() const + js::ObjectImpl::readBarrier(ObjectImpl *obj) + { + #ifdef JSGC_INCREMENTAL +- Zone *zone = obj->zone(); ++ JS::Zone *zone = obj->zone(); + if (zone->needsBarrier()) { + MOZ_ASSERT(!zone->rt->isHeapBusy()); + JSObject *tmp = obj->asObjectPtr(); +@@ -335,7 +335,7 @@ inline void + js::ObjectImpl::privateWriteBarrierPre(void **old) + { + #ifdef JSGC_INCREMENTAL +- Zone *zone = this->zone(); ++ JS::Zone *zone = this->zone(); + if (zone->needsBarrier()) { + if (*old && getClass()->trace) + getClass()->trace(zone->barrierTracer(), this->asObjectPtr()); +@@ -362,7 +362,7 @@ js::ObjectImpl::writeBarrierPre(ObjectIm + if (uintptr_t(obj) < 32) + return; + +- Zone *zone = obj->zone(); ++ JS::Zone *zone = obj->zone(); + if (zone->needsBarrier()) { + MOZ_ASSERT(!zone->rt->isHeapBusy()); + JSObject *tmp = obj->asObjectPtr(); From owner-freebsd-gecko@FreeBSD.ORG Sun Apr 14 16:43:48 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 744EA272 for ; Sun, 14 Apr 2013 16:43:48 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 01C748AD for ; Sun, 14 Apr 2013 16:43:47 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3EGhlkc063716 for ; Sun, 14 Apr 2013 16:43:47 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3EGhgZo062064 for freebsd-gecko@freebsd.org; Sun, 14 Apr 2013 16:43:42 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 14 Apr 2013 16:43:42 GMT Message-Id: <201304141643.r3EGhgZo062064@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] r1236 - in trunk: mail/thunderbird/files www/firefox-esr/files www/firefox-nightly/files www/firefox/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2013 16:43:48 -0000 Author: jbeich Date: Sun Apr 14 16:43:41 2013 New Revision: 1236 Log: clang 3.3 before r178950 needs a workaround to build firefox on i386 Added: trunk/mail/thunderbird/files/patch-bug854936 trunk/www/firefox-esr/files/patch-bug854936 trunk/www/firefox-nightly/files/patch-bug854936 trunk/www/firefox/files/patch-bug854936 trunk/www/seamonkey/files/patch-bug854936 Added: trunk/mail/thunderbird/files/patch-bug854936 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-bug854936 Sun Apr 14 16:43:41 2013 (r1236) @@ -0,0 +1,22 @@ +--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp~ ++++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp +@@ -9,7 +9,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static void ATTRIBUTE_USED __attribute__ ((regparm(3))) ++void ATTRIBUTE_USED __attribute__ ((regparm(3))) + invoke_copy_to_stack(uint32_t paramCount, nsXPTCVariant* s, uint32_t* d) + { + for(uint32_t i = paramCount; i >0; i--, d++, s++) +--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp~ ++++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp +@@ -10,7 +10,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static nsresult ATTRIBUTE_USED ++nsresult ATTRIBUTE_USED + __attribute__ ((regparm (3))) + PrepareAndDispatch(uint32_t methodIndex, nsXPTCStubBase* self, uint32_t* args) + { Added: trunk/www/firefox-esr/files/patch-bug854936 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-esr/files/patch-bug854936 Sun Apr 14 16:43:41 2013 (r1236) @@ -0,0 +1,22 @@ +--- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp~ ++++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp +@@ -9,7 +9,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static void ATTRIBUTE_USED __attribute__ ((regparm(3))) ++void ATTRIBUTE_USED __attribute__ ((regparm(3))) + invoke_copy_to_stack(uint32_t paramCount, nsXPTCVariant* s, uint32_t* d) + { + for(uint32_t i = paramCount; i >0; i--, d++, s++) +--- xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp~ ++++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp +@@ -10,7 +10,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static nsresult ATTRIBUTE_USED ++nsresult ATTRIBUTE_USED + __attribute__ ((regparm (3))) + PrepareAndDispatch(uint32_t methodIndex, nsXPTCStubBase* self, uint32_t* args) + { Added: trunk/www/firefox-nightly/files/patch-bug854936 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug854936 Sun Apr 14 16:43:41 2013 (r1236) @@ -0,0 +1,22 @@ +--- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp~ ++++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp +@@ -9,7 +9,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static void ATTRIBUTE_USED __attribute__ ((regparm(3))) ++void ATTRIBUTE_USED __attribute__ ((regparm(3))) + invoke_copy_to_stack(uint32_t paramCount, nsXPTCVariant* s, uint32_t* d) + { + for(uint32_t i = paramCount; i >0; i--, d++, s++) +--- xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp~ ++++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp +@@ -10,7 +10,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static nsresult ATTRIBUTE_USED ++nsresult ATTRIBUTE_USED + __attribute__ ((regparm (3))) + PrepareAndDispatch(uint32_t methodIndex, nsXPTCStubBase* self, uint32_t* args) + { Added: trunk/www/firefox/files/patch-bug854936 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-bug854936 Sun Apr 14 16:43:41 2013 (r1236) @@ -0,0 +1,22 @@ +--- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp~ ++++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp +@@ -9,7 +9,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static void ATTRIBUTE_USED __attribute__ ((regparm(3))) ++void ATTRIBUTE_USED __attribute__ ((regparm(3))) + invoke_copy_to_stack(uint32_t paramCount, nsXPTCVariant* s, uint32_t* d) + { + for(uint32_t i = paramCount; i >0; i--, d++, s++) +--- xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp~ ++++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp +@@ -10,7 +10,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static nsresult ATTRIBUTE_USED ++nsresult ATTRIBUTE_USED + __attribute__ ((regparm (3))) + PrepareAndDispatch(uint32_t methodIndex, nsXPTCStubBase* self, uint32_t* args) + { Added: trunk/www/seamonkey/files/patch-bug854936 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-bug854936 Sun Apr 14 16:43:41 2013 (r1236) @@ -0,0 +1,22 @@ +--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp~ ++++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp +@@ -9,7 +9,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static void ATTRIBUTE_USED __attribute__ ((regparm(3))) ++void ATTRIBUTE_USED __attribute__ ((regparm(3))) + invoke_copy_to_stack(uint32_t paramCount, nsXPTCVariant* s, uint32_t* d) + { + for(uint32_t i = paramCount; i >0; i--, d++, s++) +--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp~ ++++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp +@@ -10,7 +10,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static nsresult ATTRIBUTE_USED ++nsresult ATTRIBUTE_USED + __attribute__ ((regparm (3))) + PrepareAndDispatch(uint32_t methodIndex, nsXPTCStubBase* self, uint32_t* args) + { From owner-freebsd-gecko@FreeBSD.ORG Mon Apr 15 03:00:18 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 72986CD7 for ; Mon, 15 Apr 2013 03:00:18 +0000 (UTC) (envelope-from jay@m5.chicago.il.us) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 598DAD26 for ; Mon, 15 Apr 2013 03:00:14 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1URZeP-0005iE-0b for freebsd-gecko@freebsd.org; Sun, 14 Apr 2013 20:00:13 -0700 Date: Sun, 14 Apr 2013 20:00:13 -0700 (PDT) From: shachter To: freebsd-gecko@freebsd.org Message-ID: <1365994813003-5803872.post@n5.nabble.com> In-Reply-To: <201208171426.q7HEQ7bK037282@mech-cluster241.men.bris.ac.uk> References: <201208171426.q7HEQ7bK037282@mech-cluster241.men.bris.ac.uk> Subject: Re: ia64 -current: firefox-nightly make install segfault MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 03:00:18 -0000 I'm having the exact same problem: adding: hyphenation/hyph_tr.dic (deflated 64%) adding: hyphenation/hyph_uk.dic (deflated 70%) Segmentation fault (core dumped) gmake[1]: *** [prepare-package] Error 139 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.0/browser/installer' gmake: *** [install] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. *** Error code 1 How did you get it to build? Thank you in advance for any and all replies. jay at m5 dot chicago dot il dot us +1 773 7613784 landline +1 410 9964737 GoogleVoice -- View this message in context: http://freebsd.1045724.n5.nabble.com/ia64-current-firefox-nightly-make-install-segfault-tp5735013p5803872.html Sent from the freebsd-gecko mailing list archive at Nabble.com. From owner-freebsd-gecko@FreeBSD.ORG Mon Apr 15 05:03:11 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B6DCE572; Mon, 15 Apr 2013 05:03:11 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 4DF541B5; Mon, 15 Apr 2013 05:03:11 +0000 (UTC) Received: from [188.174.33.75] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1URbZG-0003Mq-Dc; Mon, 15 Apr 2013 07:03:02 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3F530ew002379; Mon, 15 Apr 2013 07:03:00 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3F52xlN002378; Mon, 15 Apr 2013 07:02:59 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 15 Apr 2013 07:02:59 +0200 From: Matthias Apitz To: Jan Beich Subject: Re: www/firefox (r315793, 20.0.1) does not compile Message-ID: <20130415050258.GA2351@tinyCurrent> References: <20130413142647.GA2196@tinyCurrent> <51698370.5000107@smeets.im> <20130413173629.GA2627__22839.3189413056$1365874613$gmane$org@tinyCurrent> <1UR4wA-000Fut-76@internal.tormail.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1UR4wA-000Fut-76@internal.tormail.org> X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.33.75 Cc: gecko@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 05:03:11 -0000 El día Saturday, April 13, 2013 a las 01:13:46PM -0500, Jan Beich escribió: > Matthias Apitz writes: > > > # uname -a > > FreeBSD aurora.Sisis.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r235646: Sat May 19 15:52:36 CEST 2012 guru@aurora.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 > > > > At that time jemalloc 3.0.0 was imported, expect regressions. > > /head had recently imported clang 3.3 so www/firefox may have compile > and runtime regressions. Be prepared or add USE_GCC=yes to Makefile.local. > With gcc it gives the same error; and if I add to the source /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp the following include (as the man page requests): #include // for malloc, free #include // added by me it gives other errors: ... gmake[3]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd10.0/memory/mozalloc' g++46 -o mozalloc.o -c -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -I../../xpcom -I../../../memory/mozalloc -I. -I../../dist/include -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include -fPIC -isystem/usr/local/include -I/usr/local/include -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc46 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe -DNDEBUG -DTRIMMED -fno-omit-frame-pointer -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/mozalloc.o.pp /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp In file included from /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp:19:0: /usr/include/malloc_np.h:59:19: error: expected '(' before 'nonnull' /usr/include/malloc_np.h:59:30: error: expected ')' before ';' token /usr/include/malloc_np.h:61:30: error: expected '(' before 'nonnull' /usr/include/malloc_np.h:61:41: error: expected ')' before ';' token /usr/include/malloc_np.h:63:19: error: expected '(' before 'nonnull' /usr/include/malloc_np.h:63:30: error: expected ')' before ';' token /usr/include/malloc_np.h:64:49: error: expected '(' before 'nonnull' /usr/include/malloc_np.h:64:60: error: expected ')' before ';' token gmake[3]: *** [mozalloc.o] Error 1 And now? Thanks matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-gecko@FreeBSD.ORG Mon Apr 15 08:47:30 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CD627D83 for ; Mon, 15 Apr 2013 08:47:30 +0000 (UTC) (envelope-from darren780@yahoo.com) Received: from nm15-vm2.bullet.mail.ne1.yahoo.com (nm15-vm2.bullet.mail.ne1.yahoo.com [98.138.91.91]) by mx1.freebsd.org (Postfix) with ESMTP id 96317D99 for ; Mon, 15 Apr 2013 08:47:30 +0000 (UTC) Received: from [98.138.90.51] by nm15.bullet.mail.ne1.yahoo.com with NNFMP; 15 Apr 2013 08:44:53 -0000 Received: from [98.138.89.240] by tm4.bullet.mail.ne1.yahoo.com with NNFMP; 15 Apr 2013 08:44:53 -0000 Received: from [127.0.0.1] by omp1013.mail.ne1.yahoo.com with NNFMP; 15 Apr 2013 08:44:53 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 442660.10137.bm@omp1013.mail.ne1.yahoo.com Received: (qmail 61697 invoked by uid 60001); 15 Apr 2013 08:44:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1366015493; bh=cfanWKFTWDnHd331rf1trExM6ESrcj01Dig27BRpr5Q=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=rYkrR2el6GzPK/xf9YLtc9ebGry/BnVHgqhR347V7GBtJLJBJRNn2/QZ4ibwSeQJw6ve+s65NujuzPqXs8M/PeeCU9WSma0meC/zIe5mBOou38UTbuBM05Z73OZrZxEwrFi4PPPwJYWlObop2QACITXuuYiYTD7lCAqDI8RCifQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=leqxGuN3Bp/wRCc4vN/PDhewtKykyvyDl84nZ/EP5ajyGlFqe9wi/Zt41ksg2IvVdzs0/eGTeCHKDmW668DMn7+E8bHffU6ex3oEBziwRQUPVPb6TITwa1la9Qzia4lIv46j0CogEJD7aMLszpOylhUJHqAeVRnEovn2mFZKGio=; X-YMail-OSG: 6abDMPkVM1mHow65B76QiBfnPv4zaiW0fOqMFu94KJ4t5qo Ys5exUJwAijO7H7HsoqZxxWxb2Rc3nfD86wSiOy9zgoyir.s5O4A7UKoxtlA ijA7ibvHvOTGMDPRHz2pelUwChIcc.9w7HH99zdz0QUc9H5HvFTfaMQXuPeO ZaGA5BLL_rjkb8R9zjO.WDmBF.kTWAdE0yRwJNZ2UYJBl0Jf6D6DUDaiMnD2 PVUcKYtnDVEaIGe7_z06o3eU3Znl27DOuiO7K25S47IWgyZKWKOnWfKVrk1b pNkqmFylYFWM4SKW687k0nO_FbkrnCXbvLfmXB1oiXBvF9gR0edZA63o6XCm 27s5aL8HD.UL0LGaj_nOsw4ok4OiFboAvLWYpbG3x6oLStnuX92PuUWny8qY dAg21n4u39qUcsUh5DnAGdschPpH3VGv.SGHX1E_Lki4NJ7l2U8lyIB14RhS BtoTG1TdDlOdtvys_8uwmQff36nF3tA7CcklYJBphcS3rygMODQhJUVeYpAl 2ZnVawry1WGY66dYouxVMQ6X2K7E4AunIQNPOr3XNZK0HcXnpQWno24XZxpA HXDtgjNyvrLa8CNIc5WLjo2HG5BMGqEvppDkE6B9JHQ.J0rdpYIEOeka998a oZ2AcenP3UGChcW8- Received: from [174.3.151.166] by web121403.mail.ne1.yahoo.com via HTTP; Mon, 15 Apr 2013 01:44:53 PDT X-Rocket-MIMEInfo: 002.001, R2V0dGluZyBhbiBvZGQgYmxlZWQgdGhyb3VnaC7CoCBXaGVuIEkgdGhvdWdodCBpdCBtaWdodCBiZSBteSBqYXZhc2NyaXB0IEkgbWFkZSB0aGlzIHZpZGVvLsKgIGh0dHA6Ly93d3cueW91dHViZS5jb20vd2F0Y2g_dj1JNENGanl2MzlWUQpwZXJoYXBzIHlvdSBtYXkgaGF2ZSBzb21lIGluc2lnaHQ_CgolIGZpcmVmb3ggLXYKTW96aWxsYSBGaXJlZm94IDIwLjAKJSB1bmFtZSAtYQpGcmVlQlNEIC5lZC5zaGF3Y2FibGUubmV0IDkuMS1TVEFCTEUgRnJlZUJTRCA5LjEtU1RBQkxFICM0IHIyNDk0NjFNOiBTdW4BMAEBAQE- X-Mailer: YahooMailWebService/0.8.140.532 Message-ID: <1366015493.45233.YahooMailNeo@web121403.mail.ne1.yahoo.com> Date: Mon, 15 Apr 2013 01:44:53 -0700 (PDT) From: Darren Subject: firefox visual bug To: "gecko@FreeBSD.org" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Darren List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 08:47:30 -0000 Getting an odd bleed through.=A0 When I thought it might be my javascript I= made this video.=A0 http://www.youtube.com/watch?v=3DI4CFjyv39VQ=0Aperhaps= you may have some insight?=0A=0A% firefox -v=0AMozilla Firefox 20.0=0A% un= ame -a=0AFreeBSD .ed.shawcable.net 9.1-STABLE FreeBSD 9.1-STABLE #4 r249461= M: Sun Apr 14 01:39:27 MDT 2013=A0=A0=A0=A0 darren@.ed.shawcable.net:/usr/o= bj/usr/src/sys/GENERIC=A0 amd64=0A% =0A=0AThanks =3D)=0A=0ADarren=0A From owner-freebsd-gecko@FreeBSD.ORG Mon Apr 15 08:57:04 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A284EE45 for ; Mon, 15 Apr 2013 08:57:04 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog121.obsmtp.com (eu1sys200aog121.obsmtp.com [207.126.144.151]) by mx1.freebsd.org (Postfix) with ESMTP id 06E00DE5 for ; Mon, 15 Apr 2013 08:57:03 +0000 (UTC) Received: from mail-ea0-f197.google.com ([209.85.215.197]) (using TLSv1) by eu1sys200aob121.postini.com ([207.126.147.11]) with SMTP ID DSNKUWvAxTmkSVe58cUcwxDqWeumNiMenbB2@postini.com; Mon, 15 Apr 2013 08:57:04 UTC Received: by mail-ea0-f197.google.com with SMTP id b15so6164755eae.0 for ; Mon, 15 Apr 2013 01:56:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-received:sender:date:from:message-id:to:subject :reply-to:in-reply-to:x-gm-message-state; bh=6tLyoV3L8l9q2ZJ8IdxtQQ/u5siGyn0VK1msSLH0YtU=; b=VQHxdX0XPsaeY75QzJPplnZWgAQbXr0Ms2lpHU/5DDVUR9ZXeKQs0bozUbz0+erBgc lHFoVosbyt9toiuwedFnLi0G0XUxMQn8F233yyc+REEHKZei0M7HV+egC5qnbDIk2Yyf eDqdRkd+flcW0I89i8v9BhJR6OtnFto/OL1xae3ugYLhb2R2GXG+7/zrUYkTqGGkj14/ yiohkVzJvA4K3oArA2qW1zGsinSBNtQfIZvhdn9o5OGHnp58/pislKfNkm16DNJvsadh PeEYqp5LEidMR49RjWEnkXQrSsaMMuFQzYipG7bqAgIm1g1Bq48qCsCwNOoac/gXimRI Sabw== X-Received: by 10.180.77.10 with SMTP id o10mr10388109wiw.10.1366016197359; Mon, 15 Apr 2013 01:56:37 -0700 (PDT) X-Received: by 10.180.77.10 with SMTP id o10mr10388092wiw.10.1366016197217; Mon, 15 Apr 2013 01:56:37 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPS id o5sm13543366wix.3.2013.04.15.01.56.35 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Apr 2013 01:56:36 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r3F8uXYC093582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 15 Apr 2013 09:56:34 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r3F8uW5J093581; Mon, 15 Apr 2013 09:56:32 +0100 (BST) (envelope-from mexas) Date: Mon, 15 Apr 2013 09:56:32 +0100 (BST) From: Anton Shterenlikht Message-Id: <201304150856.r3F8uW5J093581@mech-cluster241.men.bris.ac.uk> To: freebsd-gecko@freebsd.org, jay@m5.chicago.il.us Subject: Re: ia64 -current: firefox-nightly make install segfault In-Reply-To: <1365994813003-5803872.post@n5.nabble.com> X-Gm-Message-State: ALoCoQklIkW+5kSkfGZlwgl4Y8JLhq/QXx+BR4g5WeHdxjeUz45uOyBoXrQg0DbIpgLRU0mfSoXYd1BYI9ist4gU8s7QQbHq3B60f9d0Ywm/cxj2t00qEcN62lyE3Rj1jWAf8syKlYGYVFjLl9bvf9u5LzJ5wxdb+szm7aWjot/a0ae+D+RmSXk= X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 08:57:04 -0000 I'm having the exact same problem: adding: hyphenation/hyph_tr.dic (deflated 64%) adding: hyphenation/hyph_uk.dic (deflated 70%) Segmentation fault (core dumped) gmake[1]: *** [prepare-package] Error 139 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.0/browser/installer' gmake: *** [install] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. *** Error code 1 How did you get it to build? Thank you in advance for any and all replies. jay at m5 dot chicago dot il dot us +1 773 7613784 landline +1 410 9964737 GoogleVoice Your Subject refers to ia64, yet you seem to use the i386 distro. Please check. If you are really on ia64, then I've tried to build modern (post 3.x) firefox on ia64, but no luck. Even with lots of help from Jan Beich, the best I can get is to get in installed, but it segfaults on start-up. I couldn't get any further, so I gave up for now. Anton From owner-freebsd-gecko@FreeBSD.ORG Mon Apr 15 10:47:28 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D1729981; Mon, 15 Apr 2013 10:47:28 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 8FF5634C; Mon, 15 Apr 2013 10:47:28 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1URgwR-00089S-NM; Mon, 15 Apr 2013 14:47:20 +0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Transfer-Encoding:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=g+g6mwAh0s+4O68TPx7bKu1/sLinxuYE9aXnhbvCNiU=; b=eVQHYubYUzcqQec4p0P7eihusM9PqNeJZ0lbw/sk7szPywM7weZLB9ZIxmVEs66i3DHfUEKHkfsyvqcd0PjUTQe9Zc/Nem/DWpdybxG4HKVSHXG1x5iSTXOkYtq1/JavcmbhgyxwaasE5wVunD1++1r7T9JT9t1pTa9SeXDoSlg=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1URgtG-000Fg0-Vd; Mon, 15 Apr 2013 10:44:06 +0000 From: Jan Beich To: Matthias Apitz Subject: Re: www/firefox (r315793, 20.0.1) does not compile In-Reply-To: <20130415050258.GA2351@tinyCurrent> (Matthias Apitz's message of "Mon, 15 Apr 2013 07:02:59 +0200") Date: Mon, 15 Apr 2013 16:44:43 +0600 References: <20130413142647.GA2196@tinyCurrent> <51698370.5000107@smeets.im> <20130413173629.GA2627__22839.3189413056$1365874613$gmane$org@tinyCurrent> <1UR4wA-000Fut-76@internal.tormail.org> <20130415050258.GA2351@tinyCurrent> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-TorMail-User: jbeich Message-Id: <1URgtG-000Fg0-Vd@internal.tormail.org> Cc: gecko@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 10:47:28 -0000 Matthias Apitz writes: > El d=C3=ADa Saturday, April 13, 2013 a las 01:13:46PM -0500, Jan Beich es= cribi=C3=B3: > >> Matthias Apitz writes: >>=20 >> > # uname -a >> > FreeBSD aurora.Sisis.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 >> > r235646: Sat May 19 15:52:36 CEST 2012 >> > guru@aurora.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 >> > >>=20 >> At that time jemalloc 3.0.0 was imported, expect regressions. >>=20 >> /head had recently imported clang 3.3 so www/firefox may have compile >> and runtime regressions. Be prepared or add USE_GCC=3Dyes to Makefile.lo= cal. >> > > With gcc it gives the same error; and if I add to the source > /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp > the following include (as the man page requests): > > #include // for malloc, free > #include // added by me mozalloc.cpp uses malloc_usable_size() only if configure detects its presence in libc or LIBS and malloc_np.h if it exists and is not buggy i.e., simply including the header doesn't produce errors. On /head firefox also uses the new jemalloc3 api in malloc_np.h to implement jemalloc_stats and malloc_good_size() instead of overriding the malloc() in libc like it does for /stable/[89]. > > it gives other errors: > > ... > gmake[3]: Entering directory > `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd10.0= /memory/mozalloc' > g++46 -o mozalloc.o -c -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT > -I../../xpcom -I../../../memory/mozalloc -I. -I../../dist/include > -I/usr/local/include/nspr -I/usr/local/include/nss > -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include > -fPIC -isystem/usr/local/include -I/usr/local/include -Wall > -Wpointer-arith -Woverloaded-virtual -Werror=3Dreturn-type -Wtype-limits > -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings > -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe > -Wl,-rpath=3D/usr/local/lib/gcc46 -fno-strict-aliasing > -Wl,-rpath=3D/usr/local/lib/gcc46 -fno-exceptions -fno-strict-aliasing > -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions > -std=3Dgnu++0x -pipe -DNDEBUG -DTRIMMED -fno-omit-frame-pointer > -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT > -include ../../mozilla-config.h -MD -MF .deps/mozalloc.o.pp > /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp > In file included from > /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp:= 19:0: > /usr/include/malloc_np.h:59:19: error: expected '(' before 'nonnull' > /usr/include/malloc_np.h:59:30: error: expected ')' before ';' token > /usr/include/malloc_np.h:61:30: error: expected '(' before 'nonnull' > /usr/include/malloc_np.h:61:41: error: expected ')' before ';' token > /usr/include/malloc_np.h:63:19: error: expected '(' before 'nonnull' > /usr/include/malloc_np.h:63:30: error: expected ')' before ';' token > /usr/include/malloc_np.h:64:49: error: expected '(' before 'nonnull' > /usr/include/malloc_np.h:64:60: error: expected ')' before ';' token > gmake[3]: *** [mozalloc.o] Error 1 > > And now? Thanks http://svnweb.freebsd.org/changeset/base/235780 > > matthias From owner-freebsd-gecko@FreeBSD.ORG Mon Apr 15 11:06:58 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 16B809CD for ; Mon, 15 Apr 2013 11:06:58 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 07D9F7C9 for ; Mon, 15 Apr 2013 11:06:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3FB6vmo015398 for ; Mon, 15 Apr 2013 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3FB6vpW015396 for gecko@FreeBSD.org; Mon, 15 Apr 2013 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 15 Apr 2013 11:06:57 GMT Message-Id: <201304151106.r3FB6vpW015396@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 11:06:58 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/177812 gecko www/firefox: Can't build Firefox 20 on FreeBSD 9.1 o ports/177404 gecko www/firefox: youtube videos in firefox not working o ports/177292 gecko [patch] add missing directories to www/firefox packing o ports/175421 gecko workaround: www/firefox is MAKE_JOBS_SAFE but never us o ports/170402 gecko www/linux-firefox: crash with flashplugin o ports/170310 gecko mail/thunderbird: coredump/crash when used with OpenLD o ports/169729 gecko www/firefox-esr "make package" produces package with z o ports/169366 gecko www/xpi-* ports need re-install after each Firefox upd o ports/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc f ports/165263 gecko mail/thunderbird: core dumping most time when users ar o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o ports/160387 gecko security/ca_root_nss: Allow user to trust extra local f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 14 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Apr 15 11:59:18 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9CC7FA77 for ; Mon, 15 Apr 2013 11:59:18 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 596F6B11 for ; Mon, 15 Apr 2013 11:59:17 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1URi44-0008HG-54; Mon, 15 Apr 2013 15:59:16 +0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=+EXrVH8t00XPyw4q8n7uZZcoIiwfsOVRdQ9Rhwn4C3k=; b=WziNrAE2ihEVq88F87/LCtxdXgvfJvWTIOSZ/Fm2eWMA4dQzpvNL5S5Dgt/G+dZiwtR25+Gdga6uB9vFiFSITl8QJSXMYwTi+UeMlNfSPInE6Uq55HJ+IOwPmT/bfe1UkZBa66yRxQzQQXVtySTOpq0oG8XL4YhibqD/QNVkD3g=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1URi1j-0003b3-3B; Mon, 15 Apr 2013 11:56:52 +0000 From: Jan Beich To: Darren Subject: Re: firefox visual bug In-Reply-To: <1366015493.45233.YahooMailNeo@web121403.mail.ne1.yahoo.com> (Darren's message of "Mon, 15 Apr 2013 01:44:53 -0700 (PDT)") Date: Mon, 15 Apr 2013 15:57:25 +0400 References: <1366015493.45233.YahooMailNeo@web121403.mail.ne1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1URi1j-0003b3-3B@internal.tormail.org> Cc: gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 11:59:18 -0000 Darren writes: > Getting an odd bleed through. When I thought it might be my > javascript I made this video. > http://www.youtube.com/watch?v=I4CFjyv39VQ > perhaps you may have some insight? Looks like a rendering glitch in gfx driver. Try xf86-video-vesa. Otherwise, to debug the issue should be reproducible within pristine and virtualized environment e.g., poudriere + vbox or tinderbox + qemu. -- asking on freebsd-x11@ list or mozilla forums may help, too From owner-freebsd-gecko@FreeBSD.ORG Mon Apr 15 17:30:22 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 629534B5 for ; Mon, 15 Apr 2013 17:30:22 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC411023 for ; Mon, 15 Apr 2013 17:30:21 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3FHUDcY022855 for ; Mon, 15 Apr 2013 17:30:13 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3FHU88D018747 for freebsd-gecko@freebsd.org; Mon, 15 Apr 2013 17:30:08 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 15 Apr 2013 17:30:08 GMT Message-Id: <201304151730.r3FHU88D018747@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] r1237 - in trunk: Mk mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n security/ca_root_nss/files www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/linux-firefox www/linux-seamonkey www/seamonkey www/seamonkey-i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 17:30:22 -0000 Author: flo Date: Mon Apr 15 17:30:08 2013 New Revision: 1237 Log: Commit remaining changes that i committed to ports but not to the gecko repo yet. Modified: trunk/Mk/bsd.gecko.mk trunk/mail/linux-thunderbird/Makefile trunk/mail/linux-thunderbird/distinfo trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird-i18n/distinfo trunk/mail/thunderbird/Makefile trunk/mail/thunderbird/distinfo trunk/security/ca_root_nss/files/MAca-bundle.pl.in trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-esr-i18n/distinfo trunk/www/firefox-esr/Makefile trunk/www/firefox-esr/distinfo trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/distinfo trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/distinfo trunk/www/linux-seamonkey/pkg-plist trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey-i18n/distinfo trunk/www/seamonkey/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/Mk/bsd.gecko.mk Mon Apr 15 17:30:08 2013 (r1237) @@ -179,7 +179,7 @@ # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. -# Available values: yes 17+ 19+ 17 19+ +# Available values: yes 17+ 20+ 17 20+ # NOTE: # default value 17 is used in case of USE_FIREFOX=yes # @@ -190,9 +190,9 @@ # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 16+ 16 +# Available values: yes 17+ 17 # NOTE: -# default value 16 is used in case of USE_SEAMONKEY=yes +# default value 17 is used in case of USE_SEAMONKEY=yes # # USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY @@ -221,11 +221,11 @@ .endif _FIREFOX_DEFAULT_VERSION= 17 -_FIREFOX_VERSIONS= 17 19 -_FIREFOX_RANGE_VERSIONS= 17+ 19+ +_FIREFOX_VERSIONS= 17 20 +_FIREFOX_RANGE_VERSIONS= 17+ 20+ # For specifying [17, ..]+ -_FIREFOX_19P= 19 ${_FIREFOX_17P} +_FIREFOX_20P= 20 ${_FIREFOX_17P} _FIREFOX_17P= 17 # Set the default Firefox version and check if USE_FIREFOX=yes was given @@ -272,7 +272,7 @@ # Dependence lines for different Firefox versions 17_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -19_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +20_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox # Add dependencies .if defined(USE_FIREFOX) @@ -294,12 +294,12 @@ _SEAMONKEY_BUILD_DEPENDS= yes .endif -_SEAMONKEY_DEFAULT_VERSION= 16 -_SEAMONKEY_VERSIONS= 16 -_SEAMONKEY_RANGE_VERSIONS= 16+ +_SEAMONKEY_DEFAULT_VERSION= 17 +_SEAMONKEY_VERSIONS= 17 +_SEAMONKEY_RANGE_VERSIONS= 17+ -# For specifying [16, ..]+ -_SEAMONKEY_16P= 16 +# For specifying [17, ..]+ +_SEAMONKEY_17P= 17 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given .if ${USE_SEAMONKEY} == "yes" @@ -341,7 +341,7 @@ .endif # Dependence lines for different SeaMonkey versions -16_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +17_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey # Add dependencies .if defined(USE_SEAMONKEY) Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/mail/linux-thunderbird/Makefile Mon Apr 15 17:30:08 2013 (r1237) @@ -2,7 +2,7 @@ # $FreeBSD: head/mail/linux-thunderbird/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= thunderbird -PORTVERSION= 17.0.3 +PORTVERSION= 17.0.5 CATEGORIES= mail MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US DISTNAME= ${PORTNAME}-${DISTVERSION}esr Modified: trunk/mail/linux-thunderbird/distinfo ============================================================================== --- trunk/mail/linux-thunderbird/distinfo Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/mail/linux-thunderbird/distinfo Mon Apr 15 17:30:08 2013 (r1237) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-17.0.3esr.tar.bz2) = d8e599043304b615fd91d8089fcb2e97734db7f324dc507e02706a80c3ed8fd3 -SIZE (thunderbird-17.0.3esr.tar.bz2) = 21453810 +SHA256 (thunderbird-17.0.5esr.tar.bz2) = e1a0282baff12d00c5fe58e7e7f4058eecacd99911d79c5d473b2814042d8f3e +SIZE (thunderbird-17.0.5esr.tar.bz2) = 21480241 Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/mail/thunderbird-i18n/Makefile Mon Apr 15 17:30:08 2013 (r1237) @@ -2,7 +2,7 @@ # $FreeBSD: head/mail/thunderbird-i18n/Makefile 315079 2013-03-23 20:20:22Z flo $ PORTNAME= thunderbird-i18n -PORTVERSION= 17.0.4 +PORTVERSION= 17.0.5 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/mail/thunderbird-i18n/distinfo ============================================================================== --- trunk/mail/thunderbird-i18n/distinfo Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/mail/thunderbird-i18n/distinfo Mon Apr 15 17:30:08 2013 (r1237) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-17.0.4/ar.xpi) = e039fefa92fc6345a74c113e110901e83f5de4331f1073de836a86b947a7f190 -SIZE (xpi/thunderbird-i18n-17.0.4/ar.xpi) = 445977 -SHA256 (xpi/thunderbird-i18n-17.0.4/br.xpi) = 02511cc2ebf07ce5e4a820456d4a2f224586a81e43b30304efc1f6ec8bad5d6e -SIZE (xpi/thunderbird-i18n-17.0.4/br.xpi) = 417071 -SHA256 (xpi/thunderbird-i18n-17.0.4/ca.xpi) = 832559f44041f4ee2827868634bc79ca9cb2476fafc87fef666faf4990bacf12 -SIZE (xpi/thunderbird-i18n-17.0.4/ca.xpi) = 418407 -SHA256 (xpi/thunderbird-i18n-17.0.4/cs.xpi) = 2492f52859a1a1ec7716a2e64269790dd7251444345607fc7e427722dd18325c -SIZE (xpi/thunderbird-i18n-17.0.4/cs.xpi) = 420627 -SHA256 (xpi/thunderbird-i18n-17.0.4/da.xpi) = 7b71744f4b9d72ac2686a6caff0f839d55580ef2164a38b879a9d63b08ec0a22 -SIZE (xpi/thunderbird-i18n-17.0.4/da.xpi) = 398980 -SHA256 (xpi/thunderbird-i18n-17.0.4/de.xpi) = 28047c853e9088d63b8e833767f0a1b5602f82702d434c218a76a721d4b24720 -SIZE (xpi/thunderbird-i18n-17.0.4/de.xpi) = 393632 -SHA256 (xpi/thunderbird-i18n-17.0.4/en-GB.xpi) = e3cc830d6abccd7da1edeb130036422903166942d6399e5773c492dc33b428b1 -SIZE (xpi/thunderbird-i18n-17.0.4/en-GB.xpi) = 390694 -SHA256 (xpi/thunderbird-i18n-17.0.4/en-US.xpi) = 32565328e79e74aaf7ab00a5f18258595f2e86610b7b11a08cec96e25ad60ba0 -SIZE (xpi/thunderbird-i18n-17.0.4/en-US.xpi) = 390780 -SHA256 (xpi/thunderbird-i18n-17.0.4/es-AR.xpi) = 9396500ed0a5d2cd4444718acb61ff2f8a624f07c6c0add8f8c36821b2576eba -SIZE (xpi/thunderbird-i18n-17.0.4/es-AR.xpi) = 415499 -SHA256 (xpi/thunderbird-i18n-17.0.4/es-ES.xpi) = 5d881355da3d2e8e42953edc657922a77e4540529d7365a07d629118c2f93475 -SIZE (xpi/thunderbird-i18n-17.0.4/es-ES.xpi) = 356861 -SHA256 (xpi/thunderbird-i18n-17.0.4/et.xpi) = fc481bf9a252f606fc876e4d34c2445c64a90bf3b5e0fc87449e773d5ca2c8b3 -SIZE (xpi/thunderbird-i18n-17.0.4/et.xpi) = 411892 -SHA256 (xpi/thunderbird-i18n-17.0.4/eu.xpi) = f3ce6271ca7dbc824abe20d9247fcd310f9f46bdc0632b0384263ad9ff5a6bc8 -SIZE (xpi/thunderbird-i18n-17.0.4/eu.xpi) = 407190 -SHA256 (xpi/thunderbird-i18n-17.0.4/fi.xpi) = 9ed2bcc8db0fb36ddf2f4e1719e97a259621c0807759dcd6d75fd920d4d2d21b -SIZE (xpi/thunderbird-i18n-17.0.4/fi.xpi) = 413620 -SHA256 (xpi/thunderbird-i18n-17.0.4/fr.xpi) = 00308a39144987a1bc0cba6a7ea9348e41acc2fe9faed234c6804eb5c22610b7 -SIZE (xpi/thunderbird-i18n-17.0.4/fr.xpi) = 420826 -SHA256 (xpi/thunderbird-i18n-17.0.4/fy-NL.xpi) = 189a4072c0c050b86d99a1a7aea653bb6085865b47d490704fa9fb51e4eb2a61 -SIZE (xpi/thunderbird-i18n-17.0.4/fy-NL.xpi) = 415712 -SHA256 (xpi/thunderbird-i18n-17.0.4/ga-IE.xpi) = 522cf62f206d2c2f7c67404523e9f77164fc2a7d508e1c4dec6361250de46c0f -SIZE (xpi/thunderbird-i18n-17.0.4/ga-IE.xpi) = 425395 -SHA256 (xpi/thunderbird-i18n-17.0.4/gd.xpi) = 1d0b416a691b4a458c3d74ef69caba4348ac206b4d42db24e60929eefec402d5 -SIZE (xpi/thunderbird-i18n-17.0.4/gd.xpi) = 428939 -SHA256 (xpi/thunderbird-i18n-17.0.4/gl.xpi) = 0fc31d402fb8460eff43018b6b2f4add021804edd23ce279911ea8ad7e2f8cdf -SIZE (xpi/thunderbird-i18n-17.0.4/gl.xpi) = 410370 -SHA256 (xpi/thunderbird-i18n-17.0.4/he.xpi) = 1487236524c2bcfbb3bb5fa6d2f2154d64d748eedd12ab96dd580e0cba946309 -SIZE (xpi/thunderbird-i18n-17.0.4/he.xpi) = 439504 -SHA256 (xpi/thunderbird-i18n-17.0.4/hu.xpi) = 51395b5e8120f9a1cb7040959975a4a3c0f4a3acc5ab57671b64a017fb284c2f -SIZE (xpi/thunderbird-i18n-17.0.4/hu.xpi) = 433187 -SHA256 (xpi/thunderbird-i18n-17.0.4/is.xpi) = 9f668b8bb1a6d44fb7519e8c4d98533c2f80fd1c84fa5fe0e3224044d3112763 -SIZE (xpi/thunderbird-i18n-17.0.4/is.xpi) = 414069 -SHA256 (xpi/thunderbird-i18n-17.0.4/it.xpi) = 02d0b8f3d468f269362c04259fc8707e58267def0c4df1abce1a1d49831fafc2 -SIZE (xpi/thunderbird-i18n-17.0.4/it.xpi) = 348621 -SHA256 (xpi/thunderbird-i18n-17.0.4/ja.xpi) = 502e1e996be4cc6314b9646a83ec0a6b62ac762002088c0b48cb6456cbdd4fd3 -SIZE (xpi/thunderbird-i18n-17.0.4/ja.xpi) = 463488 -SHA256 (xpi/thunderbird-i18n-17.0.4/ko.xpi) = d10e12e7d744bbc91a73aa6e42c387cb05d157a95485f62baa7f9c3c2215a278 -SIZE (xpi/thunderbird-i18n-17.0.4/ko.xpi) = 412964 -SHA256 (xpi/thunderbird-i18n-17.0.4/lt.xpi) = 4d66657535056f4f19effc5bb1ede9230951ff511ed18ad4b51f1f1129ccde19 -SIZE (xpi/thunderbird-i18n-17.0.4/lt.xpi) = 519802 -SHA256 (xpi/thunderbird-i18n-17.0.4/nb-NO.xpi) = a44a8979e497fb8e23a70b0c41a5ad4585607ef45eaa79875ab3d3ebb29fc524 -SIZE (xpi/thunderbird-i18n-17.0.4/nb-NO.xpi) = 408519 -SHA256 (xpi/thunderbird-i18n-17.0.4/nl.xpi) = a9c6b701edb496289119d1c9905d80ca362757b2cb07410cb53ff22bf9df7c61 -SIZE (xpi/thunderbird-i18n-17.0.4/nl.xpi) = 408527 -SHA256 (xpi/thunderbird-i18n-17.0.4/nn-NO.xpi) = 0d8ea2d1e934a9d9b5ac27cc8aa98dd057fcdc1fe1cd0e9e6fa92f9754603ee7 -SIZE (xpi/thunderbird-i18n-17.0.4/nn-NO.xpi) = 431472 -SHA256 (xpi/thunderbird-i18n-17.0.4/pl.xpi) = bf9c3c895c81ae7f3f4c48f7d4566d9cd83dce528586fc2fcca077d1c064b9f4 -SIZE (xpi/thunderbird-i18n-17.0.4/pl.xpi) = 402114 -SHA256 (xpi/thunderbird-i18n-17.0.4/pt-BR.xpi) = 076427dc1f445d88bda77f9ff1426041e9d1894b7105e815474a7403aa095edc -SIZE (xpi/thunderbird-i18n-17.0.4/pt-BR.xpi) = 415778 -SHA256 (xpi/thunderbird-i18n-17.0.4/pt-PT.xpi) = 0483e2a1e5e5c1d2f380b1a3b383b2821968581a4b283f89db5c78e6f2508eed -SIZE (xpi/thunderbird-i18n-17.0.4/pt-PT.xpi) = 445754 -SHA256 (xpi/thunderbird-i18n-17.0.4/rm.xpi) = 073b733654f80e609832ce81f4a2b0e3acd8ca071dc1a4352fc804842dd3ca79 -SIZE (xpi/thunderbird-i18n-17.0.4/rm.xpi) = 415531 -SHA256 (xpi/thunderbird-i18n-17.0.4/ru.xpi) = 0a8af78c82f2a74a81244af42da67993c1a14a6b919d480a344f41d8668e5598 -SIZE (xpi/thunderbird-i18n-17.0.4/ru.xpi) = 415708 -SHA256 (xpi/thunderbird-i18n-17.0.4/si.xpi) = ff598f3db2e9344960674a47d9efa3876b7750a56679f5bc4177c192772a2d19 -SIZE (xpi/thunderbird-i18n-17.0.4/si.xpi) = 494162 -SHA256 (xpi/thunderbird-i18n-17.0.4/sk.xpi) = 364dc60eafec703fade801fc14b7bf94590db4206f27d82b71c7977444cd1e7e -SIZE (xpi/thunderbird-i18n-17.0.4/sk.xpi) = 429756 -SHA256 (xpi/thunderbird-i18n-17.0.4/sl.xpi) = 821c936dce601dec1cc5180f1e7893a235bf0ddccddf3bad4b26bbe65e966b45 -SIZE (xpi/thunderbird-i18n-17.0.4/sl.xpi) = 442096 -SHA256 (xpi/thunderbird-i18n-17.0.4/sq.xpi) = 9fee45bf383fe6c6829d38728428baa5b4e1dbeeb4cdb27341b40ebc05a705e4 -SIZE (xpi/thunderbird-i18n-17.0.4/sq.xpi) = 418780 -SHA256 (xpi/thunderbird-i18n-17.0.4/sv-SE.xpi) = 070c04fe56c29031bbc20f849d2aedb31265003ecd0bbb5d0da57116260b2b31 -SIZE (xpi/thunderbird-i18n-17.0.4/sv-SE.xpi) = 413218 -SHA256 (xpi/thunderbird-i18n-17.0.4/ta-LK.xpi) = cdb347b78d49ec86176cc35da1d337a57ab1abf1bf8588cbe91c44a0404e90a6 -SIZE (xpi/thunderbird-i18n-17.0.4/ta-LK.xpi) = 517913 -SHA256 (xpi/thunderbird-i18n-17.0.4/tr.xpi) = 8693131fd1c14ebb0c7b6631410b8780da4fb8f565505f1c5d4701cdad361ef5 -SIZE (xpi/thunderbird-i18n-17.0.4/tr.xpi) = 444944 -SHA256 (xpi/thunderbird-i18n-17.0.4/uk.xpi) = aa8c240255d6a319e3b72ea8ea5c55ae6c3649ebbeb153986512f9dd9239cc1d -SIZE (xpi/thunderbird-i18n-17.0.4/uk.xpi) = 471143 -SHA256 (xpi/thunderbird-i18n-17.0.4/zh-TW.xpi) = f7538eb7e9ab4c9766dbedfb68612f603a4441bc67832674da31b22519882f0b -SIZE (xpi/thunderbird-i18n-17.0.4/zh-TW.xpi) = 437591 +SHA256 (xpi/thunderbird-i18n-17.0.5/ar.xpi) = a895c50567eb0060854019921ab1b7f9d68ca56d76f7f73d7d2fe4fa201fbb50 +SIZE (xpi/thunderbird-i18n-17.0.5/ar.xpi) = 445976 +SHA256 (xpi/thunderbird-i18n-17.0.5/br.xpi) = e43198ba660f8b2b5c9ef2dd428549c98c27cf3398eccb6e4d2e77e4bd79eaad +SIZE (xpi/thunderbird-i18n-17.0.5/br.xpi) = 417071 +SHA256 (xpi/thunderbird-i18n-17.0.5/ca.xpi) = 644a001ee2100ab455b66cfcaba491af6ba75120f69d4cc8ac5b927339c529f0 +SIZE (xpi/thunderbird-i18n-17.0.5/ca.xpi) = 418407 +SHA256 (xpi/thunderbird-i18n-17.0.5/cs.xpi) = 357bee0902b90a1210aa9843c8e7857eae1b94370020c8487282d59a488bcc78 +SIZE (xpi/thunderbird-i18n-17.0.5/cs.xpi) = 420627 +SHA256 (xpi/thunderbird-i18n-17.0.5/da.xpi) = c8ec9031d017d4bbb90eafa98fae5c784d08c0dd4358b4f4574d6c317548caeb +SIZE (xpi/thunderbird-i18n-17.0.5/da.xpi) = 398980 +SHA256 (xpi/thunderbird-i18n-17.0.5/de.xpi) = 20246a979c14a4544fac5ea35d319258d51d593eff2a602d04c80d62f7d61574 +SIZE (xpi/thunderbird-i18n-17.0.5/de.xpi) = 393632 +SHA256 (xpi/thunderbird-i18n-17.0.5/en-GB.xpi) = d622039e5f4c0871508fdb654ed96ff2cda85721535e08e16962aa9a700c83d8 +SIZE (xpi/thunderbird-i18n-17.0.5/en-GB.xpi) = 390694 +SHA256 (xpi/thunderbird-i18n-17.0.5/en-US.xpi) = 968e42159c16bcc1b7523f228010afb203f544db09317b9f78b2cf7596e77f0b +SIZE (xpi/thunderbird-i18n-17.0.5/en-US.xpi) = 390780 +SHA256 (xpi/thunderbird-i18n-17.0.5/es-AR.xpi) = 9f56e7295c4de06c4cabcc0fc64db26423f9415ba419202b016dcd61cf397ed2 +SIZE (xpi/thunderbird-i18n-17.0.5/es-AR.xpi) = 415499 +SHA256 (xpi/thunderbird-i18n-17.0.5/es-ES.xpi) = 1e9f7b437ab08e91e5fb039dd617891229357acf3b4a2ef487c4449521c86656 +SIZE (xpi/thunderbird-i18n-17.0.5/es-ES.xpi) = 356861 +SHA256 (xpi/thunderbird-i18n-17.0.5/et.xpi) = 7c515dd0615c14ef1bf26dbbaeb8324d5597b547c03ff7b8201e1007661be845 +SIZE (xpi/thunderbird-i18n-17.0.5/et.xpi) = 411892 +SHA256 (xpi/thunderbird-i18n-17.0.5/eu.xpi) = 6b241859c6eb30dd4ec3ea3f436da426475e677257586e1a3126ac8a6668afc7 +SIZE (xpi/thunderbird-i18n-17.0.5/eu.xpi) = 407189 +SHA256 (xpi/thunderbird-i18n-17.0.5/fi.xpi) = f039a084cc38d9e1f33ccb6cb579b8abe4f7ae95a9fc04d84734859990191475 +SIZE (xpi/thunderbird-i18n-17.0.5/fi.xpi) = 413620 +SHA256 (xpi/thunderbird-i18n-17.0.5/fr.xpi) = 2ad4ae0da6e482cb667deaa9fd439806c72d1f14b8530aff3c8e3750b1d47ec0 +SIZE (xpi/thunderbird-i18n-17.0.5/fr.xpi) = 420826 +SHA256 (xpi/thunderbird-i18n-17.0.5/fy-NL.xpi) = ef09775e3974be8b6994770793dd9edd008e27b0841194d91f5ec020b5676c49 +SIZE (xpi/thunderbird-i18n-17.0.5/fy-NL.xpi) = 415712 +SHA256 (xpi/thunderbird-i18n-17.0.5/ga-IE.xpi) = 823d78e621fecca08589773ded8dd6099faecedf5ef4097da66ffe16c78e29ed +SIZE (xpi/thunderbird-i18n-17.0.5/ga-IE.xpi) = 425395 +SHA256 (xpi/thunderbird-i18n-17.0.5/gd.xpi) = 587dbff956aca0f295322b847f927c74c8d032ed4ae0f566a11a5de0c6811f85 +SIZE (xpi/thunderbird-i18n-17.0.5/gd.xpi) = 428939 +SHA256 (xpi/thunderbird-i18n-17.0.5/gl.xpi) = 125a14bccb420d71792e8fc52655032baffde887d2c322527f3e11e5c2d47069 +SIZE (xpi/thunderbird-i18n-17.0.5/gl.xpi) = 410370 +SHA256 (xpi/thunderbird-i18n-17.0.5/he.xpi) = f15933476b38aaeead09a9517c2bc89f236b5dbf595f65e8be05e0f85ac96fb1 +SIZE (xpi/thunderbird-i18n-17.0.5/he.xpi) = 439504 +SHA256 (xpi/thunderbird-i18n-17.0.5/hu.xpi) = 77292c922fd097fbbce065b7ce95e95890159bdf496e0fdc36f7cfeeecd12da3 +SIZE (xpi/thunderbird-i18n-17.0.5/hu.xpi) = 433186 +SHA256 (xpi/thunderbird-i18n-17.0.5/is.xpi) = a1a1664d4ef35af52aa701231d6cee733e70411d24f3c6bb27a2d003022f5dcf +SIZE (xpi/thunderbird-i18n-17.0.5/is.xpi) = 414068 +SHA256 (xpi/thunderbird-i18n-17.0.5/it.xpi) = e94ff8019ba450384155b9191a10a6df15860360a01d79b0b72d19ab9f60c004 +SIZE (xpi/thunderbird-i18n-17.0.5/it.xpi) = 348621 +SHA256 (xpi/thunderbird-i18n-17.0.5/ja.xpi) = e0c40d7192c30a8ec3b2a04eab251aac8e16b99ecd53e5de880dbbfa3cf549a1 +SIZE (xpi/thunderbird-i18n-17.0.5/ja.xpi) = 463488 +SHA256 (xpi/thunderbird-i18n-17.0.5/ko.xpi) = b5e4beca15983d134bd92d09a8f2846bd0e1a7469d896d6f83f6c1eccab244a8 +SIZE (xpi/thunderbird-i18n-17.0.5/ko.xpi) = 412964 +SHA256 (xpi/thunderbird-i18n-17.0.5/lt.xpi) = 8412dd792bda43c960f4f86070b5645e6b30b7ace9cf478f27b83a2ae2001107 +SIZE (xpi/thunderbird-i18n-17.0.5/lt.xpi) = 519802 +SHA256 (xpi/thunderbird-i18n-17.0.5/nb-NO.xpi) = 0ff536aad4b03355d221a084110ac37162096c5e7e0eaec267bcf15766bcb582 +SIZE (xpi/thunderbird-i18n-17.0.5/nb-NO.xpi) = 408519 +SHA256 (xpi/thunderbird-i18n-17.0.5/nl.xpi) = 65c3926f247080a11dd7e6dd24e4ecaef251ee0ff1188db3b338e193ab849e7a +SIZE (xpi/thunderbird-i18n-17.0.5/nl.xpi) = 408527 +SHA256 (xpi/thunderbird-i18n-17.0.5/nn-NO.xpi) = 3efbf9f409b38cf742c974a6c418e2d44bd80c040a0d2cd0c88548dc3265e428 +SIZE (xpi/thunderbird-i18n-17.0.5/nn-NO.xpi) = 431472 +SHA256 (xpi/thunderbird-i18n-17.0.5/pl.xpi) = 26079889be42bbfe0a561f3c72a2bef89470a4312544c600dde7fb9106725280 +SIZE (xpi/thunderbird-i18n-17.0.5/pl.xpi) = 402114 +SHA256 (xpi/thunderbird-i18n-17.0.5/pt-BR.xpi) = aea1e660b1da7b6af02b44b211e5945acdc4186573dd0fb0e6c486d5155eb41f +SIZE (xpi/thunderbird-i18n-17.0.5/pt-BR.xpi) = 415778 +SHA256 (xpi/thunderbird-i18n-17.0.5/pt-PT.xpi) = 85747c873660d5a4f3e94e2eedcfdbe63a73292ffb77b9d3a182bd5b682c116e +SIZE (xpi/thunderbird-i18n-17.0.5/pt-PT.xpi) = 445754 +SHA256 (xpi/thunderbird-i18n-17.0.5/rm.xpi) = f76e4465a280f8b71f9937dc902d1c4dcf1adf835b1daed1916f619b87831f39 +SIZE (xpi/thunderbird-i18n-17.0.5/rm.xpi) = 415531 +SHA256 (xpi/thunderbird-i18n-17.0.5/ru.xpi) = 85b306fcc0032ab81b86ef03549ccf019a32a9d811c38e796d796523f30e36f8 +SIZE (xpi/thunderbird-i18n-17.0.5/ru.xpi) = 415708 +SHA256 (xpi/thunderbird-i18n-17.0.5/si.xpi) = 6c9222d802c3aad59c68b8d165dc0ed433cdc07ca12196f1e0c58ee7aec3fc7d +SIZE (xpi/thunderbird-i18n-17.0.5/si.xpi) = 494162 +SHA256 (xpi/thunderbird-i18n-17.0.5/sk.xpi) = df616a212daf49a45a0aff11bc9264e99ee2854691cc569cd6f4aa7b57a4ca98 +SIZE (xpi/thunderbird-i18n-17.0.5/sk.xpi) = 429756 +SHA256 (xpi/thunderbird-i18n-17.0.5/sl.xpi) = bcc2badb1cc8e7d94621e558fa2ad7f1608011d243f7c23f952a8b6a19afd907 +SIZE (xpi/thunderbird-i18n-17.0.5/sl.xpi) = 442096 +SHA256 (xpi/thunderbird-i18n-17.0.5/sq.xpi) = 47f5d71fd8e0b0e4250d544564ad8d91149c5311c4f04fa1c215979d52f72b9f +SIZE (xpi/thunderbird-i18n-17.0.5/sq.xpi) = 418781 +SHA256 (xpi/thunderbird-i18n-17.0.5/sv-SE.xpi) = ab121125b9714b5b8acd6fc52415d47d53df4ef561188b65dd4b9b687b6c1c7a +SIZE (xpi/thunderbird-i18n-17.0.5/sv-SE.xpi) = 413218 +SHA256 (xpi/thunderbird-i18n-17.0.5/ta-LK.xpi) = 789946d7a9f3a04ea37fd43b6c4e6b9907611e2ecf9428e471c1162bfbbd47a2 +SIZE (xpi/thunderbird-i18n-17.0.5/ta-LK.xpi) = 517912 +SHA256 (xpi/thunderbird-i18n-17.0.5/tr.xpi) = 420969d11d6f2e8945ab3a50bc0779cbdc135f32cdd7423ac3f6d8042abdc4f7 +SIZE (xpi/thunderbird-i18n-17.0.5/tr.xpi) = 444945 +SHA256 (xpi/thunderbird-i18n-17.0.5/uk.xpi) = 30270bfb9b6a99cae60a37fa08614af1ed0deb2044f6de52c79c56da5ab4ffeb +SIZE (xpi/thunderbird-i18n-17.0.5/uk.xpi) = 471142 +SHA256 (xpi/thunderbird-i18n-17.0.5/zh-TW.xpi) = 194b9a773cdf8a078b11928e56807b58a111d849af272116c8323d5c147ceb69 +SIZE (xpi/thunderbird-i18n-17.0.5/zh-TW.xpi) = 437591 Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/mail/thunderbird/Makefile Mon Apr 15 17:30:08 2013 (r1237) @@ -2,7 +2,7 @@ # $FreeBSD: head/mail/thunderbird/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= thunderbird -DISTVERSION= 17.0.3 +DISTVERSION= 17.0.5 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}esr/source Modified: trunk/mail/thunderbird/distinfo ============================================================================== --- trunk/mail/thunderbird/distinfo Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/mail/thunderbird/distinfo Mon Apr 15 17:30:08 2013 (r1237) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-17.0.3esr.source.tar.bz2) = 96669acfaeaf3c591fbfe1ebe2ea41635e29f25074877148fb1fc7112df0c91c -SIZE (thunderbird-17.0.3esr.source.tar.bz2) = 113057252 +SHA256 (thunderbird-17.0.5esr.source.tar.bz2) = d8a6ff5c35fb030514d24eb7b6e224cb0dc69dce85051a2d03952d5308bc67f6 +SIZE (thunderbird-17.0.5esr.source.tar.bz2) = 113259410 SHA256 (enigmail-1.5.1.tar.gz) = 234ca3c8f7c74afb64ebdaa4762e358f35a72c1f8de007b992497fc2db803af0 SIZE (enigmail-1.5.1.tar.gz) = 1213954 Modified: trunk/security/ca_root_nss/files/MAca-bundle.pl.in ============================================================================== --- trunk/security/ca_root_nss/files/MAca-bundle.pl.in Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/security/ca_root_nss/files/MAca-bundle.pl.in Mon Apr 15 17:30:08 2013 (r1237) @@ -4,7 +4,7 @@ ## Rewritten in September 2011 by Matthias Andree to heed untrust ## -## Copyright (c) 2011, Matthias Andree +## Copyright (c) 2011, 2013 Matthias Andree ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ use strict; use MIME::Base64; -my $VERSION = '$FreeBSD: ports/security/ca_root_nss/files/MAca-bundle.pl,v 1.3 2011/09/04 15:11:48 mandree Exp $'; +my $VERSION = '$FreeBSD: head/security/ca_root_nss/files/MAca-bundle.pl.in 312617 2013-02-20 08:07:13Z mandree $'; # configuration print <) { if (/^CKA_CLASS .* CKO_CERTIFICATE/) { my ($serial, $label, $certdata) = grabcert(); - if (defined $certs{$serial.$label}) { + if (defined $certs{$label."\0".$serial}) { warn "Certificate $label duplicated!\n"; } - $certs{$serial.$label} = $certdata; + $certs{$label."\0".$serial} = $certdata; } elsif (/^CKA_CLASS .* CKO_(NSS|NETSCAPE)_TRUST/) { my ($serial, $label, $trust) = grabtrust(); - if (defined $trusts{$serial.$label}) { + if (defined $trusts{$label."\0".$serial}) { warn "Trust for $label duplicated!\n"; } - $trusts{$serial.$label} = $trust; + $trusts{$label."\0".$serial} = $trust; } elsif (/^CVS_ID.*Revision: ([^ ]*).*/) { print "## Source: \"certdata.txt\" CVS revision $1\n##\n\n"; } } +sub printlabel(@) { + my @res = @_; + map { s/\0.*//; s/[^[:print:]]/_/g; $_ = "\"$_\""; } @res; + return wantarray ? @res : $res[0]; +} + # weed out untrusted certificates my $untrusted = 0; foreach my $it (keys %trusts) { if (!$trusts{$it}) { if (!exists($certs{$it})) { - warn "Found trust for nonexistent certificate\n"; + warn "Found trust for nonexistent certificate ".printlabel($it)."\n" if $debug; } else { delete $certs{$it}; + warn "Skipping untrusted ".printlabel($it)."\n" if $debug; $untrusted++; } } @@ -177,13 +187,14 @@ print "## Untrusted certificates omitted from this bundle: $untrusted\n\n"; my $certcount = 0; -foreach my $it (keys %certs) { +foreach my $it (sort {uc($a) cmp uc($b)} keys %certs) { if (!exists($trusts{$it})) { die "Found certificate without trust block,\naborting"; } printcert("", $certs{$it}); print "\n\n\n"; $certcount++; + print STDERR "Trusting $certcount: ".printlabel($it)."\n" if $debug; } print "## Number of certificates: $certcount\n"; Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/firefox-esr-i18n/Makefile Mon Apr 15 17:30:08 2013 (r1237) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-esr-i18n/Makefile 313676 2013-03-08 22:27:39Z flo $ PORTNAME= firefox-i18n -PORTVERSION= 17.0.4 +PORTVERSION= 17.0.5 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-esr-i18n/distinfo ============================================================================== --- trunk/www/firefox-esr-i18n/distinfo Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/firefox-esr-i18n/distinfo Mon Apr 15 17:30:08 2013 (r1237) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-17.0.4/af.xpi) = a06004c0f2e5dddefcc73884e0397f35dc1506df907f5cabd498bd6641ba4f8a -SIZE (xpi/firefox-i18n-17.0.4/af.xpi) = 281145 -SHA256 (xpi/firefox-i18n-17.0.4/ak.xpi) = 8d459266d2989a4d64a99cdf3a48038df2f674541e6259f20893dd328eb78e8a -SIZE (xpi/firefox-i18n-17.0.4/ak.xpi) = 282976 -SHA256 (xpi/firefox-i18n-17.0.4/ar.xpi) = f2e37e09b16c37af44a372f685d481286b3f338fc760c84fc334b3a4b75e651d -SIZE (xpi/firefox-i18n-17.0.4/ar.xpi) = 311506 -SHA256 (xpi/firefox-i18n-17.0.4/ast.xpi) = a278cf4519a4cd431a595d7c3140e5d318976c70545190d3c8a089e8c89619f7 -SIZE (xpi/firefox-i18n-17.0.4/ast.xpi) = 264123 -SHA256 (xpi/firefox-i18n-17.0.4/be.xpi) = 4d03bcdbf0a4b22938e3512f99f7be24c8ad8d50c44b5ca8042c3d8804d55d31 -SIZE (xpi/firefox-i18n-17.0.4/be.xpi) = 273411 -SHA256 (xpi/firefox-i18n-17.0.4/bg.xpi) = c0ce090e81564d2b352e6bde0f4ac0e24c2de777529cf5f0e55d74c49e13f122 -SIZE (xpi/firefox-i18n-17.0.4/bg.xpi) = 327260 -SHA256 (xpi/firefox-i18n-17.0.4/bn-BD.xpi) = 04e13676bfe1f5d43a629b569521eda5c63e4dc2a3f1de7111a36a7409339e5b -SIZE (xpi/firefox-i18n-17.0.4/bn-BD.xpi) = 339303 -SHA256 (xpi/firefox-i18n-17.0.4/bn-IN.xpi) = b17b9b800a95d9040c5a548adaa4237a4bb1b5e2cb3cb58f5f6e2e512d0b4280 -SIZE (xpi/firefox-i18n-17.0.4/bn-IN.xpi) = 373021 -SHA256 (xpi/firefox-i18n-17.0.4/br.xpi) = 12c9bc21177b1436a84b65928678a1adc643eda0cb2308fda791f0ada31381a0 -SIZE (xpi/firefox-i18n-17.0.4/br.xpi) = 291583 -SHA256 (xpi/firefox-i18n-17.0.4/bs.xpi) = 07b13861cefe09a58d0a5153b62f6848b1079c105b1c849c3dee937240e442a6 -SIZE (xpi/firefox-i18n-17.0.4/bs.xpi) = 292223 -SHA256 (xpi/firefox-i18n-17.0.4/ca.xpi) = 36d20fe208aa71bd7acd53d8e501a9d8ce1358b3531b89e73bd9ff33fd1a8c5f -SIZE (xpi/firefox-i18n-17.0.4/ca.xpi) = 293532 -SHA256 (xpi/firefox-i18n-17.0.4/cs.xpi) = 5dd8d167c0085dff9bacb74438f05d205148ca71f28710eb30c0ec3bb69db106 -SIZE (xpi/firefox-i18n-17.0.4/cs.xpi) = 294133 -SHA256 (xpi/firefox-i18n-17.0.4/cy.xpi) = 8cd05825c0ff4f20af69ae2d55ed928d04d7bf9242b50d340b67868d5731c234 -SIZE (xpi/firefox-i18n-17.0.4/cy.xpi) = 284868 -SHA256 (xpi/firefox-i18n-17.0.4/da.xpi) = ea70245f858679fa988036add074fcdc99314102258b4404c132bbfc6e5dcbda -SIZE (xpi/firefox-i18n-17.0.4/da.xpi) = 282669 -SHA256 (xpi/firefox-i18n-17.0.4/de.xpi) = 76b9b3cc6845e1b327625b753b9c5a850218aad496c982a54e97c8c15d8951b7 -SIZE (xpi/firefox-i18n-17.0.4/de.xpi) = 270384 -SHA256 (xpi/firefox-i18n-17.0.4/el.xpi) = 8bd391d5b0fa972bb4d3cf165d62ff274c8d33c2246e4a28a756950dfdd59be0 -SIZE (xpi/firefox-i18n-17.0.4/el.xpi) = 311653 -SHA256 (xpi/firefox-i18n-17.0.4/en-GB.xpi) = 9093d70d0b4f4347b98b3f88da225ae374497d6e2ab87250af66222acbc791da -SIZE (xpi/firefox-i18n-17.0.4/en-GB.xpi) = 272104 -SHA256 (xpi/firefox-i18n-17.0.4/en-US.xpi) = 5f6c38c7733d43638efd844ad292ba49bc0c3bc1eb326a77d567b6b6a63662bc -SIZE (xpi/firefox-i18n-17.0.4/en-US.xpi) = 272155 -SHA256 (xpi/firefox-i18n-17.0.4/en-ZA.xpi) = 2057e8fa4d9f70982a734202ce72c9575d2acf4147007f90806a3b84c9b922a6 -SIZE (xpi/firefox-i18n-17.0.4/en-ZA.xpi) = 272935 -SHA256 (xpi/firefox-i18n-17.0.4/eo.xpi) = be1bab18409a54a3bda2cb56a10019bb7d089724e178aa8ced1b2f82ec4c8f7c -SIZE (xpi/firefox-i18n-17.0.4/eo.xpi) = 284800 -SHA256 (xpi/firefox-i18n-17.0.4/es-AR.xpi) = 4e610b8e331368ed80597196b4d0e18c38247675e62714ce9edc417c1e6f8bb6 -SIZE (xpi/firefox-i18n-17.0.4/es-AR.xpi) = 289239 -SHA256 (xpi/firefox-i18n-17.0.4/es-CL.xpi) = 103a6e758db575f6a0085376624cfa63eb74b11116ffe4ec1241be256ba09af5 -SIZE (xpi/firefox-i18n-17.0.4/es-CL.xpi) = 296878 -SHA256 (xpi/firefox-i18n-17.0.4/es-ES.xpi) = d5eae453bb189e99d581a885fbc480fc235f9533d24646861f38bbc27f67d2e5 -SIZE (xpi/firefox-i18n-17.0.4/es-ES.xpi) = 242185 -SHA256 (xpi/firefox-i18n-17.0.4/es-MX.xpi) = 367f8161de97d5f68a29e3379603051d056b4b117c2615e34c99ce6d8e90092c -SIZE (xpi/firefox-i18n-17.0.4/es-MX.xpi) = 247971 -SHA256 (xpi/firefox-i18n-17.0.4/et.xpi) = e96edbc283ed61c6c79628cb6649c81eaa7fa5ace6b8d79b40c890e28e452b50 -SIZE (xpi/firefox-i18n-17.0.4/et.xpi) = 284694 -SHA256 (xpi/firefox-i18n-17.0.4/eu.xpi) = cd7be3d40b49d3db99b628c04097cc56ad2f4e95839daba299e2c8989e04c51d -SIZE (xpi/firefox-i18n-17.0.4/eu.xpi) = 284227 -SHA256 (xpi/firefox-i18n-17.0.4/fa.xpi) = dcd36e1de67b86b87f2dd2a17e1d16f30f21cdfd05222d482026ee868a3f1d75 -SIZE (xpi/firefox-i18n-17.0.4/fa.xpi) = 323997 -SHA256 (xpi/firefox-i18n-17.0.4/fi.xpi) = 9d3da52e62053d0cde417762ef15e99d4d27f0b5ba3e81af9c3573c19a078a9a -SIZE (xpi/firefox-i18n-17.0.4/fi.xpi) = 288655 -SHA256 (xpi/firefox-i18n-17.0.4/fr.xpi) = 4262cf95c1d998421ab3e2f6dcd141ebef96614d7ac93323446bc1d45fd45a6f -SIZE (xpi/firefox-i18n-17.0.4/fr.xpi) = 293362 -SHA256 (xpi/firefox-i18n-17.0.4/fy-NL.xpi) = 83a899babc2fc811934e90e86ad0be0f055448654aab41d6a78eb17cc6846a8f -SIZE (xpi/firefox-i18n-17.0.4/fy-NL.xpi) = 289690 -SHA256 (xpi/firefox-i18n-17.0.4/ga-IE.xpi) = 57c65ede7370f586074f12601e53b5213659ad38648912ff422b72d98fdc2d82 -SIZE (xpi/firefox-i18n-17.0.4/ga-IE.xpi) = 296976 -SHA256 (xpi/firefox-i18n-17.0.4/gl.xpi) = 68a394151e9ca6221ac5f28aa28ead49a7a86b61b53aed8a0a1f241165376976 -SIZE (xpi/firefox-i18n-17.0.4/gl.xpi) = 286997 -SHA256 (xpi/firefox-i18n-17.0.4/gu-IN.xpi) = d8dfc07805c3871decaa841768a530944910980b77895ae82e0f7a5249480cfd -SIZE (xpi/firefox-i18n-17.0.4/gu-IN.xpi) = 319480 -SHA256 (xpi/firefox-i18n-17.0.4/he.xpi) = af1a8fc3352e37d35996469e3c28b65aceef8d7fb06ae8bc0c7eaf28f7fe14ca -SIZE (xpi/firefox-i18n-17.0.4/he.xpi) = 301482 -SHA256 (xpi/firefox-i18n-17.0.4/hi-IN.xpi) = be384e4831b839249cec96c57e531fcd9457017b1946f4cc60c7595350e37c81 -SIZE (xpi/firefox-i18n-17.0.4/hi-IN.xpi) = 330864 -SHA256 (xpi/firefox-i18n-17.0.4/hr.xpi) = 55f5c7b92ee4abb073e20d4fca947510e7b735d78ade6cf38d4e32c5afbb357a -SIZE (xpi/firefox-i18n-17.0.4/hr.xpi) = 287940 -SHA256 (xpi/firefox-i18n-17.0.4/hu.xpi) = 56033923ddbfe74a32bea31da848c827cc11ba5347e858c5e005d64d82aa1f71 -SIZE (xpi/firefox-i18n-17.0.4/hu.xpi) = 303047 -SHA256 (xpi/firefox-i18n-17.0.4/hy-AM.xpi) = 88fc9be4cc1ab4b3713a69b530e2a8235bf69b1cef30f19390cbb07c687b0642 -SIZE (xpi/firefox-i18n-17.0.4/hy-AM.xpi) = 328203 -SHA256 (xpi/firefox-i18n-17.0.4/id.xpi) = eb5426d2790578037168dbb8e35c3741544841613caa0cc2fd461268ce5cdb36 -SIZE (xpi/firefox-i18n-17.0.4/id.xpi) = 283725 -SHA256 (xpi/firefox-i18n-17.0.4/is.xpi) = 72ac421c8c61e3395b4260b8b4c2ed1d7522beffd65f04f43fbfebde4e10b590 -SIZE (xpi/firefox-i18n-17.0.4/is.xpi) = 284908 -SHA256 (xpi/firefox-i18n-17.0.4/it.xpi) = 50e9464acb0c4579f976243bce9674c3c3df3c94249d1c028e8854529b8dcfd4 -SIZE (xpi/firefox-i18n-17.0.4/it.xpi) = 238645 -SHA256 (xpi/firefox-i18n-17.0.4/ja.xpi) = 4d26164fdae4404d42844a238cb6b7788c80c8c0b80120fd46d308f491b38514 -SIZE (xpi/firefox-i18n-17.0.4/ja.xpi) = 322490 -SHA256 (xpi/firefox-i18n-17.0.4/kk.xpi) = 12f91f9b1b5b12707663e0b291e66a8bfdeb7e9f8df37203ef31ccd7a572bc3c -SIZE (xpi/firefox-i18n-17.0.4/kk.xpi) = 330351 -SHA256 (xpi/firefox-i18n-17.0.4/kn.xpi) = e5666bc829153255e0710e1fcc4b408d077bd00ab3de5f0264257374910f1e64 -SIZE (xpi/firefox-i18n-17.0.4/kn.xpi) = 354900 -SHA256 (xpi/firefox-i18n-17.0.4/ko.xpi) = cf2bdbe2f0bc0ede809b56cddf66cc604872942aeb0e7cf2da5abd85e0427c5a -SIZE (xpi/firefox-i18n-17.0.4/ko.xpi) = 296728 -SHA256 (xpi/firefox-i18n-17.0.4/ku.xpi) = 77e5701c21208aaaa6a76427b9011471060f10fced9b7843ae4c644af375049e -SIZE (xpi/firefox-i18n-17.0.4/ku.xpi) = 304898 -SHA256 (xpi/firefox-i18n-17.0.4/lg.xpi) = 68f698c8e50ac99bb2b75f09684bc8f8a2bb63037eb44d102ce8dcf2d99f3d22 -SIZE (xpi/firefox-i18n-17.0.4/lg.xpi) = 290627 -SHA256 (xpi/firefox-i18n-17.0.4/lt.xpi) = 3c2edb70dfabdc1758584a197458982bdc4802c94ee8dd1dc154ae6e868accb0 -SIZE (xpi/firefox-i18n-17.0.4/lt.xpi) = 349462 -SHA256 (xpi/firefox-i18n-17.0.4/lv.xpi) = b16f194408070789f307edaffe876f5c35bc0eadbd7d4eeaec38512a966be924 -SIZE (xpi/firefox-i18n-17.0.4/lv.xpi) = 291404 -SHA256 (xpi/firefox-i18n-17.0.4/mai.xpi) = 9ad6bee8ec54d72662901d347f5df95a05043479ffd272704281de9f67f7b6a7 -SIZE (xpi/firefox-i18n-17.0.4/mai.xpi) = 328267 -SHA256 (xpi/firefox-i18n-17.0.4/mk.xpi) = 9b4906affaec09a3c376f37899a8936b557c7a32700f254cb588febe7ca01311 -SIZE (xpi/firefox-i18n-17.0.4/mk.xpi) = 315578 -SHA256 (xpi/firefox-i18n-17.0.4/ml.xpi) = 575a8776a8211d910b1bb6719c41b1f95940bb30e20fe3a2428893c76b56297a -SIZE (xpi/firefox-i18n-17.0.4/ml.xpi) = 361541 -SHA256 (xpi/firefox-i18n-17.0.4/mr.xpi) = ecb53d6575397c08e5262c03f1fd1ef3a878ad47f47d80afeacbc63e8b17a109 -SIZE (xpi/firefox-i18n-17.0.4/mr.xpi) = 327860 -SHA256 (xpi/firefox-i18n-17.0.4/nb-NO.xpi) = bd187cc0fbabb660a36d47f900d1ccd8d3756e1c5f34d9fa751fd67a4395ade8 -SIZE (xpi/firefox-i18n-17.0.4/nb-NO.xpi) = 284889 -SHA256 (xpi/firefox-i18n-17.0.4/nl.xpi) = 2300e96e8388fecb4a4b8bf7e81517f5580936366e92fae8b9cc00f17ff7c4f5 -SIZE (xpi/firefox-i18n-17.0.4/nl.xpi) = 286112 -SHA256 (xpi/firefox-i18n-17.0.4/nn-NO.xpi) = a124891bdb6173aac237cd1ad83c7e8878bdd6c8fa6a967d63e246cb413a6d96 -SIZE (xpi/firefox-i18n-17.0.4/nn-NO.xpi) = 287844 -SHA256 (xpi/firefox-i18n-17.0.4/nso.xpi) = db2a66cecc3ddd52aabf7e5b3a2f2fe33eb34ec9e6273a784ec01f03addd9918 -SIZE (xpi/firefox-i18n-17.0.4/nso.xpi) = 288150 -SHA256 (xpi/firefox-i18n-17.0.4/or.xpi) = 070aca9a249059148902cc6c4efbd7bd9f6cee52906e634500b60e2532a5ec02 -SIZE (xpi/firefox-i18n-17.0.4/or.xpi) = 329683 -SHA256 (xpi/firefox-i18n-17.0.4/pa-IN.xpi) = 7f97845c3999e8eaea80694f634514bbcc1d04882743db78304da6c34090ad9b -SIZE (xpi/firefox-i18n-17.0.4/pa-IN.xpi) = 318504 -SHA256 (xpi/firefox-i18n-17.0.4/pl.xpi) = 60bc76823710a40c468478f3874797b31e597bb41abe829ad17f58787ecd9757 -SIZE (xpi/firefox-i18n-17.0.4/pl.xpi) = 301035 -SHA256 (xpi/firefox-i18n-17.0.4/pt-BR.xpi) = b65ed348ce7e6fe1cb7a3c13a2a2fb434e44c545c9d8bcd98165095ad928af8a -SIZE (xpi/firefox-i18n-17.0.4/pt-BR.xpi) = 289244 -SHA256 (xpi/firefox-i18n-17.0.4/pt-PT.xpi) = e2ff066886bb325247546c5e892f155b93cf5610970f61db101705203278c1e6 -SIZE (xpi/firefox-i18n-17.0.4/pt-PT.xpi) = 291458 -SHA256 (xpi/firefox-i18n-17.0.4/rm.xpi) = 954bf1a5cf10288f35fea02d27bbef0be4ebefd93dc370b235f5c638c10ea180 -SIZE (xpi/firefox-i18n-17.0.4/rm.xpi) = 288466 -SHA256 (xpi/firefox-i18n-17.0.4/ro.xpi) = edb45bec963a2059fd9c3d863285ca89e9c230a180afe68ab2dccc452da515c0 -SIZE (xpi/firefox-i18n-17.0.4/ro.xpi) = 310252 -SHA256 (xpi/firefox-i18n-17.0.4/ru.xpi) = 8b1747a94b4d3c8a16624e45462a084bae1a8296269f51143d5d776512186edf -SIZE (xpi/firefox-i18n-17.0.4/ru.xpi) = 284915 -SHA256 (xpi/firefox-i18n-17.0.4/si.xpi) = ba6f484e6920976e67b8dace6dff9f0b313c04ddae3c1c15029deb03b28a1e9a -SIZE (xpi/firefox-i18n-17.0.4/si.xpi) = 317364 -SHA256 (xpi/firefox-i18n-17.0.4/sk.xpi) = 1288947f9c6f0dbc37bb80d10a9f2083088f72eb8d3e0e7a73e63e8cb565162e -SIZE (xpi/firefox-i18n-17.0.4/sk.xpi) = 301479 -SHA256 (xpi/firefox-i18n-17.0.4/sl.xpi) = d603ceca14818375c5a2dac3b1a0d59d5c40bb47405aae28a378fb395a81763c -SIZE (xpi/firefox-i18n-17.0.4/sl.xpi) = 286638 -SHA256 (xpi/firefox-i18n-17.0.4/son.xpi) = 590baeb71cc5fbff0a51c1aadfa2f5cba4be85674d252da8a690d43bb8b5211a -SIZE (xpi/firefox-i18n-17.0.4/son.xpi) = 283684 -SHA256 (xpi/firefox-i18n-17.0.4/sq.xpi) = d76115e0e166134cfeca1daf7274b32c4a7626cabb099c846f74bed73af0919a -SIZE (xpi/firefox-i18n-17.0.4/sq.xpi) = 291166 -SHA256 (xpi/firefox-i18n-17.0.4/sr.xpi) = 044cb7b717021d5d4f1eb5b4bf93c9a6ac092e9883d02eb4832ae0cb6978c5b8 -SIZE (xpi/firefox-i18n-17.0.4/sr.xpi) = 334015 -SHA256 (xpi/firefox-i18n-17.0.4/sv-SE.xpi) = b9da3f0dfb2f8fc956e0eded061ccce89b9ffef16c187ef1969129d9b7076fe6 -SIZE (xpi/firefox-i18n-17.0.4/sv-SE.xpi) = 288084 -SHA256 (xpi/firefox-i18n-17.0.4/ta-LK.xpi) = ce4a5e0c0dec76d3677aa50a0a2e1827665c7fbc55d5647f0abd5cee00d53a36 -SIZE (xpi/firefox-i18n-17.0.4/ta-LK.xpi) = 339932 -SHA256 (xpi/firefox-i18n-17.0.4/ta.xpi) = bbe40c4cb61b91c8816ee8e172691d7b5889b4350cedac53a7c9af42c0e53d55 -SIZE (xpi/firefox-i18n-17.0.4/ta.xpi) = 325367 -SHA256 (xpi/firefox-i18n-17.0.4/te.xpi) = 8bc90a8a48ffc535c996ededdc8fc7d38ae37aa01c9e07b9a0dbeef2af9313c8 -SIZE (xpi/firefox-i18n-17.0.4/te.xpi) = 341958 -SHA256 (xpi/firefox-i18n-17.0.4/th.xpi) = 63abf3842b681378e7289bcf0cf6f2c001eb7e139a7ae1537eb7476df715a524 -SIZE (xpi/firefox-i18n-17.0.4/th.xpi) = 323677 -SHA256 (xpi/firefox-i18n-17.0.4/tr.xpi) = f6e814aacca6a2ebf85cc1a493d06a2881b6093e93ad641bbaa58285ed2724b6 -SIZE (xpi/firefox-i18n-17.0.4/tr.xpi) = 295842 -SHA256 (xpi/firefox-i18n-17.0.4/uk.xpi) = 04f3ac2af67d573b69847a872ba04772bd22339f1f400e0a940a0aa5294c80e8 -SIZE (xpi/firefox-i18n-17.0.4/uk.xpi) = 324251 -SHA256 (xpi/firefox-i18n-17.0.4/vi.xpi) = 55bf713af043de37d8e1d061ef57711cae221007f06159e0fc95337567b23db0 -SIZE (xpi/firefox-i18n-17.0.4/vi.xpi) = 313549 -SHA256 (xpi/firefox-i18n-17.0.4/zh-CN.xpi) = 744af223818bda8fe5690937beb25303bf7e90bc27417de69e265ee364175b4f -SIZE (xpi/firefox-i18n-17.0.4/zh-CN.xpi) = 304250 -SHA256 (xpi/firefox-i18n-17.0.4/zh-TW.xpi) = 54fc9cfbcb89d2584ff143e07141ac6b2fce2ba8b366e18c39a7f653fff80492 -SIZE (xpi/firefox-i18n-17.0.4/zh-TW.xpi) = 305438 -SHA256 (xpi/firefox-i18n-17.0.4/zu.xpi) = 8ad282819d5482913efc24df7f3a709758db878f2f3fd39837c73947ef678d61 -SIZE (xpi/firefox-i18n-17.0.4/zu.xpi) = 296594 +SHA256 (xpi/firefox-i18n-17.0.5/af.xpi) = 1c7f0f11ea1efad528253c5d399a31ab3cc87f6faa2a7057a6fcbbde938758d0 +SIZE (xpi/firefox-i18n-17.0.5/af.xpi) = 281146 +SHA256 (xpi/firefox-i18n-17.0.5/ak.xpi) = 721c1702014423530e3ae07d8488873287f99847f9d7ba3f41993c2185a733af +SIZE (xpi/firefox-i18n-17.0.5/ak.xpi) = 282977 +SHA256 (xpi/firefox-i18n-17.0.5/ar.xpi) = 64eb3ae88ea63f1c338b0e1f4ec4028235b821cddf64f529d2e7cc4a1c94dd67 +SIZE (xpi/firefox-i18n-17.0.5/ar.xpi) = 311507 +SHA256 (xpi/firefox-i18n-17.0.5/ast.xpi) = 3d748fe9a614ce9abbae7b07bf8aa4fb9fd699c9c49fcc4fbc51d422c279ba45 +SIZE (xpi/firefox-i18n-17.0.5/ast.xpi) = 264123 +SHA256 (xpi/firefox-i18n-17.0.5/be.xpi) = 31dee5af3b9f9b7ff2c27d06838abee824c2a3a68c395125b3beb1b74d9b29c5 +SIZE (xpi/firefox-i18n-17.0.5/be.xpi) = 273412 +SHA256 (xpi/firefox-i18n-17.0.5/bg.xpi) = 943376b45a1843e76e3964a2ccf9510c451bec27a2080891ae34bc8e1e30ffce +SIZE (xpi/firefox-i18n-17.0.5/bg.xpi) = 327261 +SHA256 (xpi/firefox-i18n-17.0.5/bn-BD.xpi) = c4b9dbab4707ab75f9e6c6b54c0a83f59d3bdb566dc382f7d749ef0f8b538939 +SIZE (xpi/firefox-i18n-17.0.5/bn-BD.xpi) = 339304 +SHA256 (xpi/firefox-i18n-17.0.5/bn-IN.xpi) = d6b215e24c3782cacf9aff8a62c566e35f8e06a0ce5dca2cdf30992abfdf6b5d +SIZE (xpi/firefox-i18n-17.0.5/bn-IN.xpi) = 373021 +SHA256 (xpi/firefox-i18n-17.0.5/br.xpi) = 01169985c535d386c24606b44d33feeecedbd7d9cae7a9ef17ff28817b2af8c3 +SIZE (xpi/firefox-i18n-17.0.5/br.xpi) = 291583 +SHA256 (xpi/firefox-i18n-17.0.5/bs.xpi) = 381a211811bee3746968612369e2fd5e6889479a1998f9313d549a73b68efb75 +SIZE (xpi/firefox-i18n-17.0.5/bs.xpi) = 292224 +SHA256 (xpi/firefox-i18n-17.0.5/ca.xpi) = 0172a83a49495c5470b3971725e6d939e23258fc5164b83f08289820b9b722d0 +SIZE (xpi/firefox-i18n-17.0.5/ca.xpi) = 293532 +SHA256 (xpi/firefox-i18n-17.0.5/cs.xpi) = 4fc46fe690696b4d249a009a25b77257788b9d84f6d0c0cf194276a9d85f9607 +SIZE (xpi/firefox-i18n-17.0.5/cs.xpi) = 294133 +SHA256 (xpi/firefox-i18n-17.0.5/cy.xpi) = 3ca3cb99ab06662a5e1b5d9951ee9e7f3ea8df9cedba735151e9116a44a42462 +SIZE (xpi/firefox-i18n-17.0.5/cy.xpi) = 284868 +SHA256 (xpi/firefox-i18n-17.0.5/da.xpi) = 58c0bc0f1a4d99307606e67180747abcdb7664b2bbe57faddc028b3a326ad1a2 +SIZE (xpi/firefox-i18n-17.0.5/da.xpi) = 282669 +SHA256 (xpi/firefox-i18n-17.0.5/de.xpi) = 36df074bfe4d4020fe37032756d1b7120ef9c91b1791c27febb8c97e12348598 +SIZE (xpi/firefox-i18n-17.0.5/de.xpi) = 270384 +SHA256 (xpi/firefox-i18n-17.0.5/el.xpi) = db8f0d1f997b966df1ea6b08001c4f04f59506ce9d03f90f08fe525815f2baa4 +SIZE (xpi/firefox-i18n-17.0.5/el.xpi) = 311653 +SHA256 (xpi/firefox-i18n-17.0.5/en-GB.xpi) = dee30eb53ae4a27a45db7ec25fed16016d589c88075f59d13875caa9d126d7df +SIZE (xpi/firefox-i18n-17.0.5/en-GB.xpi) = 272105 +SHA256 (xpi/firefox-i18n-17.0.5/en-US.xpi) = 1d2da0a593d21138c5ddf515da34c085fb03e409757eea1b49d169b21ffa0975 +SIZE (xpi/firefox-i18n-17.0.5/en-US.xpi) = 272155 +SHA256 (xpi/firefox-i18n-17.0.5/en-ZA.xpi) = aaaf142545aeb379d305c85095bc79293a9a2cb47d705e2d49042beb9fc17896 +SIZE (xpi/firefox-i18n-17.0.5/en-ZA.xpi) = 272936 +SHA256 (xpi/firefox-i18n-17.0.5/eo.xpi) = 9b6e1badc991462695099115174c80ea6349fbc7a8f85c88b4fe861c4357bb78 +SIZE (xpi/firefox-i18n-17.0.5/eo.xpi) = 284801 +SHA256 (xpi/firefox-i18n-17.0.5/es-AR.xpi) = 033727ec5a4df317ea4d2a9ed53f0a4da52a85e93496745a8835e7fa04b9dd18 +SIZE (xpi/firefox-i18n-17.0.5/es-AR.xpi) = 289240 +SHA256 (xpi/firefox-i18n-17.0.5/es-CL.xpi) = 5de431f6994705a5e317f445d44b9e87826e148eaa5ef0b9cd39c5c582dc6e84 +SIZE (xpi/firefox-i18n-17.0.5/es-CL.xpi) = 296878 +SHA256 (xpi/firefox-i18n-17.0.5/es-ES.xpi) = d5470f8887160357a61f2f4fa8c1ad7344b5fd77b13f5152c02d1df1af05e5f2 +SIZE (xpi/firefox-i18n-17.0.5/es-ES.xpi) = 242185 +SHA256 (xpi/firefox-i18n-17.0.5/es-MX.xpi) = c391571b6dc91aa2df2242b55b36ba3eebdd037b55d99cd8225328f1050871f4 +SIZE (xpi/firefox-i18n-17.0.5/es-MX.xpi) = 247972 +SHA256 (xpi/firefox-i18n-17.0.5/et.xpi) = 85e6ef3a4792e7e41f91cac974429aa47f2268e8c67828f5e5c729e3791647b7 +SIZE (xpi/firefox-i18n-17.0.5/et.xpi) = 284694 +SHA256 (xpi/firefox-i18n-17.0.5/eu.xpi) = 3fc8b2e334bdf1a22daa0e9ef7035e0689f0bbfaa0c2f82cde24eee0e503e876 +SIZE (xpi/firefox-i18n-17.0.5/eu.xpi) = 284227 +SHA256 (xpi/firefox-i18n-17.0.5/fa.xpi) = 9dd0ebee8a3e688fb97f73ecfee8af22f425ab9dfa58dadacce430a54e4ca498 +SIZE (xpi/firefox-i18n-17.0.5/fa.xpi) = 323998 +SHA256 (xpi/firefox-i18n-17.0.5/fi.xpi) = 2117c522fddcaee71798dba5fa845258dba6f1497d7717d40c8c3867ae83ff6d +SIZE (xpi/firefox-i18n-17.0.5/fi.xpi) = 288655 +SHA256 (xpi/firefox-i18n-17.0.5/fr.xpi) = 814c4a2fbcec99362d6f2926e48e5ef537f99dc2bfc5337e9d3c3106679a318f +SIZE (xpi/firefox-i18n-17.0.5/fr.xpi) = 293362 +SHA256 (xpi/firefox-i18n-17.0.5/fy-NL.xpi) = 3c7a603b55cd1cc4d5505f66c912a87952a1128996db43adebe4bc6a5e4b8e8d +SIZE (xpi/firefox-i18n-17.0.5/fy-NL.xpi) = 289691 +SHA256 (xpi/firefox-i18n-17.0.5/ga-IE.xpi) = 2fd621a413c4a93e87458cc9ce243a6b6126736b99326f971bc41257a60bfb3e +SIZE (xpi/firefox-i18n-17.0.5/ga-IE.xpi) = 296976 +SHA256 (xpi/firefox-i18n-17.0.5/gl.xpi) = b302cc7760696568fe2f6106923bfcd8e03458f6298aaa7548d76912f973adfe +SIZE (xpi/firefox-i18n-17.0.5/gl.xpi) = 286998 +SHA256 (xpi/firefox-i18n-17.0.5/gu-IN.xpi) = 1646b98e0ba654eaa64085f81d810b392390e9b4ea91f565583f9b06ca3ecbe4 +SIZE (xpi/firefox-i18n-17.0.5/gu-IN.xpi) = 319480 +SHA256 (xpi/firefox-i18n-17.0.5/he.xpi) = 7a9e245d094fbcaeac9bde75e290d0b69991efd053839aa14194101eb314592f +SIZE (xpi/firefox-i18n-17.0.5/he.xpi) = 301482 +SHA256 (xpi/firefox-i18n-17.0.5/hi-IN.xpi) = b65dc1d081ec0ff54dc8e762d33e6c987e3cf3f61846e14397cc2a932b732053 +SIZE (xpi/firefox-i18n-17.0.5/hi-IN.xpi) = 330865 +SHA256 (xpi/firefox-i18n-17.0.5/hr.xpi) = a479d9ad741ba101f9debc12a57ef09a763810471ea37e9d8a7cef35d488cd3f +SIZE (xpi/firefox-i18n-17.0.5/hr.xpi) = 287940 +SHA256 (xpi/firefox-i18n-17.0.5/hu.xpi) = 73a0be757399ddedb2a4e725e50ebb564a0ac67e835b18ed7bdd229f5da548e8 +SIZE (xpi/firefox-i18n-17.0.5/hu.xpi) = 303044 +SHA256 (xpi/firefox-i18n-17.0.5/hy-AM.xpi) = 031ce0fb6692ada8ca3c14c81e0166699df0078c37cf2509d5153b546526df29 +SIZE (xpi/firefox-i18n-17.0.5/hy-AM.xpi) = 328204 +SHA256 (xpi/firefox-i18n-17.0.5/id.xpi) = db2904d0390cd968d0b1df8b44f6337b7f63bd226bfda6150ebbf51fd82b6ab0 +SIZE (xpi/firefox-i18n-17.0.5/id.xpi) = 283726 +SHA256 (xpi/firefox-i18n-17.0.5/is.xpi) = 9e6d8c3321cb6aa3f7c6405c3c92da81daefbb43e2e2144bce98cb1e9035b318 +SIZE (xpi/firefox-i18n-17.0.5/is.xpi) = 284908 +SHA256 (xpi/firefox-i18n-17.0.5/it.xpi) = 405a180337d5efed07a0e801af2ebe46a8131a7d62ca3f6958a630542dfca205 +SIZE (xpi/firefox-i18n-17.0.5/it.xpi) = 238645 +SHA256 (xpi/firefox-i18n-17.0.5/ja.xpi) = 2485b6d68f309e3c062cc0937e5be2a6b8e458fbda72df876e59d9f091b7a9ae +SIZE (xpi/firefox-i18n-17.0.5/ja.xpi) = 322490 +SHA256 (xpi/firefox-i18n-17.0.5/kk.xpi) = 6fcec5d4ae163a7a017c1fc5642f3ee42f87c3f3b3335bca698c79646622849e +SIZE (xpi/firefox-i18n-17.0.5/kk.xpi) = 330352 +SHA256 (xpi/firefox-i18n-17.0.5/kn.xpi) = d1eb36abc87c147988a6e6401a9c74fa9b35f4efba4967c208a29b2cf90fabb0 +SIZE (xpi/firefox-i18n-17.0.5/kn.xpi) = 354901 +SHA256 (xpi/firefox-i18n-17.0.5/ko.xpi) = 64156919aa0f3fd20717e91261d98d16631a9c6cdbe9e9aae36524fbecb5d76a +SIZE (xpi/firefox-i18n-17.0.5/ko.xpi) = 296729 +SHA256 (xpi/firefox-i18n-17.0.5/ku.xpi) = a142c220d8896d817dc7c78a633cbcfb5401ca8ad72adad941933cefac10095b +SIZE (xpi/firefox-i18n-17.0.5/ku.xpi) = 304898 +SHA256 (xpi/firefox-i18n-17.0.5/lg.xpi) = 48f512a7da6591fa74e15d7c8e817a1763d62d8fa68b0430689aa4edf5adb0a7 +SIZE (xpi/firefox-i18n-17.0.5/lg.xpi) = 290628 +SHA256 (xpi/firefox-i18n-17.0.5/lt.xpi) = b20148abf9ca8cb98643e35997626254beb04dc72e41dc4a5e1d0743085c371c +SIZE (xpi/firefox-i18n-17.0.5/lt.xpi) = 349462 +SHA256 (xpi/firefox-i18n-17.0.5/lv.xpi) = 96596b53c8bf4244babe7fd009e5c2e1700619162a10c2c383ef119fc9a8630d +SIZE (xpi/firefox-i18n-17.0.5/lv.xpi) = 291404 +SHA256 (xpi/firefox-i18n-17.0.5/mai.xpi) = 1c637a5eec4f8ea8c879bb907362d9987f72bd6047873a5472015d43b753c69d +SIZE (xpi/firefox-i18n-17.0.5/mai.xpi) = 328268 +SHA256 (xpi/firefox-i18n-17.0.5/mk.xpi) = 28e006a92e01257e81114d12a837271b3cea5f5c31f927073698c39b9f5d4d39 +SIZE (xpi/firefox-i18n-17.0.5/mk.xpi) = 315579 +SHA256 (xpi/firefox-i18n-17.0.5/ml.xpi) = 59ea098626ef6f8bb40004749d9ef9307bd49e1f08b8651061837430a4c56e81 +SIZE (xpi/firefox-i18n-17.0.5/ml.xpi) = 361542 +SHA256 (xpi/firefox-i18n-17.0.5/mr.xpi) = 91bcb1b5b7c625a132288d500f497c4bfcca17e36b1ea7132436e5184d46322a +SIZE (xpi/firefox-i18n-17.0.5/mr.xpi) = 327861 +SHA256 (xpi/firefox-i18n-17.0.5/nb-NO.xpi) = 3d163cc1e7c16a8263ea61128d579330e994bb17f5a70c9260366339e167b170 +SIZE (xpi/firefox-i18n-17.0.5/nb-NO.xpi) = 284889 +SHA256 (xpi/firefox-i18n-17.0.5/nl.xpi) = 069fc453652d8b26e2e7c9586672fd5dd332a61aeafd818450bbac5e55a0056e +SIZE (xpi/firefox-i18n-17.0.5/nl.xpi) = 286113 +SHA256 (xpi/firefox-i18n-17.0.5/nn-NO.xpi) = a20430c4de8151ee638ee73bf06deade026323ef2fb9beb7a0ee1afab6738cc5 +SIZE (xpi/firefox-i18n-17.0.5/nn-NO.xpi) = 287845 +SHA256 (xpi/firefox-i18n-17.0.5/nso.xpi) = db39426b437d8fbd8c35d0373e3db33a7781ab35f9796fcf04990fca56692de9 +SIZE (xpi/firefox-i18n-17.0.5/nso.xpi) = 288150 +SHA256 (xpi/firefox-i18n-17.0.5/or.xpi) = 046aa18bd285000af21c35a6af4e55854ed8362cf518cf46bcd9efbf11b3ddbd +SIZE (xpi/firefox-i18n-17.0.5/or.xpi) = 329684 +SHA256 (xpi/firefox-i18n-17.0.5/pa-IN.xpi) = 417527d33561fc736c2012e5ffafa9054e28d72892038210a5a2a6cf99fda57c +SIZE (xpi/firefox-i18n-17.0.5/pa-IN.xpi) = 318504 +SHA256 (xpi/firefox-i18n-17.0.5/pl.xpi) = 6278c98f22493869fec20fba0ee8e534e984bf7c20725e3ab037f1ad4f809328 +SIZE (xpi/firefox-i18n-17.0.5/pl.xpi) = 301036 +SHA256 (xpi/firefox-i18n-17.0.5/pt-BR.xpi) = 68da80fe3171298274d43194e6ae2c52b4e1c2bf1f2cce738102c84fb28efc56 +SIZE (xpi/firefox-i18n-17.0.5/pt-BR.xpi) = 289244 +SHA256 (xpi/firefox-i18n-17.0.5/pt-PT.xpi) = bc74462519c37788a9c48dd011e128e34908a2d977333017e0cda11e25a07589 +SIZE (xpi/firefox-i18n-17.0.5/pt-PT.xpi) = 291458 +SHA256 (xpi/firefox-i18n-17.0.5/rm.xpi) = 34720e9e78742cf8ecd58089daddda3dd2c816934580ae1c73da260108feadb8 +SIZE (xpi/firefox-i18n-17.0.5/rm.xpi) = 288467 +SHA256 (xpi/firefox-i18n-17.0.5/ro.xpi) = b35e5e1c14a981f9f3a4bc0639f6aa99100c84e9d1cf2abfe58400ef3f162544 +SIZE (xpi/firefox-i18n-17.0.5/ro.xpi) = 310252 +SHA256 (xpi/firefox-i18n-17.0.5/ru.xpi) = fb2328fc121bcaf48b1f098a1e668a7bff2cbc47d5761dba438b8245e3af1c94 +SIZE (xpi/firefox-i18n-17.0.5/ru.xpi) = 284915 +SHA256 (xpi/firefox-i18n-17.0.5/si.xpi) = a6567687f49b1e894f44eb1249a39e788d0584416cc957eb6b7d71f3b244e4ed +SIZE (xpi/firefox-i18n-17.0.5/si.xpi) = 317365 +SHA256 (xpi/firefox-i18n-17.0.5/sk.xpi) = 2d561cfc6784bc61e613a2329addac41cd7b65e2faa5cec23fcd8360d187b21f +SIZE (xpi/firefox-i18n-17.0.5/sk.xpi) = 301479 +SHA256 (xpi/firefox-i18n-17.0.5/sl.xpi) = d2453136caf1d37de09e6bdc4b7eb8f33a19735a53b77b0aa76924ae5d1d3e73 +SIZE (xpi/firefox-i18n-17.0.5/sl.xpi) = 286638 +SHA256 (xpi/firefox-i18n-17.0.5/son.xpi) = 11c529e4eb9c7c07523ea3b381dda08bbcdfc11dc9700d1280bf4873daf715e8 +SIZE (xpi/firefox-i18n-17.0.5/son.xpi) = 283684 +SHA256 (xpi/firefox-i18n-17.0.5/sq.xpi) = ad1831e09fc679c4683997d0d14f00ee8ae3e2bb489a575ae3fb52ba1d96df71 +SIZE (xpi/firefox-i18n-17.0.5/sq.xpi) = 291166 +SHA256 (xpi/firefox-i18n-17.0.5/sr.xpi) = 87b0285e59f0907c4f29653ce5b609856986be8f170187b6befebc188e4aa982 +SIZE (xpi/firefox-i18n-17.0.5/sr.xpi) = 334016 +SHA256 (xpi/firefox-i18n-17.0.5/sv-SE.xpi) = eb2d0db7fce1b71081dd86e4287a7142fd921c1741700378a37db61b7ec7a976 +SIZE (xpi/firefox-i18n-17.0.5/sv-SE.xpi) = 288084 +SHA256 (xpi/firefox-i18n-17.0.5/ta-LK.xpi) = fc5470b39b8f89004e1cd1f1ce83b1be6766d50f352e75a2e2b67520c0f5bb05 +SIZE (xpi/firefox-i18n-17.0.5/ta-LK.xpi) = 339932 +SHA256 (xpi/firefox-i18n-17.0.5/ta.xpi) = 99005d920f0fc2c7aeb576db68b88b4c0773ba7671b6bd7c7dd1a65beb406d28 +SIZE (xpi/firefox-i18n-17.0.5/ta.xpi) = 325367 +SHA256 (xpi/firefox-i18n-17.0.5/te.xpi) = 097e90c31b932d8e3bc6a6f5732e2b65e870a88e363996dd3427412cb1190e0d +SIZE (xpi/firefox-i18n-17.0.5/te.xpi) = 341958 +SHA256 (xpi/firefox-i18n-17.0.5/th.xpi) = 4d878a2daa93c13eb92311f2b474917ee057cad838b3b523f9f45eaa0e5fca83 +SIZE (xpi/firefox-i18n-17.0.5/th.xpi) = 323677 +SHA256 (xpi/firefox-i18n-17.0.5/tr.xpi) = f6aed5e6845d2bb1482537dd9a634a168d73bb783627f6670a808b9b44585a4d +SIZE (xpi/firefox-i18n-17.0.5/tr.xpi) = 295842 +SHA256 (xpi/firefox-i18n-17.0.5/uk.xpi) = 35b962feba64154cc3f85d710db1bf5f6ba641c0b012580377f7d4425655bd9e +SIZE (xpi/firefox-i18n-17.0.5/uk.xpi) = 324251 +SHA256 (xpi/firefox-i18n-17.0.5/vi.xpi) = ea645b5649b6f76c09b3adfc5331e8369a3fd4dd211841eb0c39810bf639156c +SIZE (xpi/firefox-i18n-17.0.5/vi.xpi) = 313549 +SHA256 (xpi/firefox-i18n-17.0.5/zh-CN.xpi) = 339a161d6e85d6b2ec7713a7616d9e060c984c3f058bc970b2ea41f12126aa8f +SIZE (xpi/firefox-i18n-17.0.5/zh-CN.xpi) = 304251 +SHA256 (xpi/firefox-i18n-17.0.5/zh-TW.xpi) = 53b06efdfc8f08d9f779b626769b75d3462b1e1cacc12c4fb698afd3e438a403 +SIZE (xpi/firefox-i18n-17.0.5/zh-TW.xpi) = 305438 +SHA256 (xpi/firefox-i18n-17.0.5/zu.xpi) = b63cdc27afda7be4904b7ca11672bb35d55570198e3a79527f79e502a51a99cd +SIZE (xpi/firefox-i18n-17.0.5/zu.xpi) = 296595 Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/firefox-esr/Makefile Mon Apr 15 17:30:08 2013 (r1237) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-esr/Makefile 310207 2013-01-10 22:29:23Z flo $ PORTNAME= firefox -DISTVERSION= 17.0.3 +DISTVERSION= 17.0.5 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} Modified: trunk/www/firefox-esr/distinfo ============================================================================== --- trunk/www/firefox-esr/distinfo Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/firefox-esr/distinfo Mon Apr 15 17:30:08 2013 (r1237) @@ -1,2 +1,2 @@ -SHA256 (firefox-17.0.3esr.source.tar.bz2) = 027acbbafd682644ef44cbeea3d886498e7cac9d3af769a90c9beebc3fdc61d1 -SIZE (firefox-17.0.3esr.source.tar.bz2) = 90795536 +SHA256 (firefox-17.0.5esr.source.tar.bz2) = ba2cb1c1bf747190dceb71a31a187811c9c6fc1da56c9a9db70cfd5a1780eb14 +SIZE (firefox-17.0.5esr.source.tar.bz2) = 91105421 Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/firefox-i18n/Makefile Mon Apr 15 17:30:08 2013 (r1237) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-i18n/Makefile 313676 2013-03-08 22:27:39Z flo $ PORTNAME= firefox-i18n -PORTVERSION= 19.0.2 +PORTVERSION= 20.0 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -14,7 +14,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USE_FIREFOX= 19 +USE_FIREFOX= 20 USE_XPI= firefox linux-firefox USE_SUBMAKE= yes Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/firefox-i18n/distinfo Mon Apr 15 17:30:08 2013 (r1237) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-19.0.2/af.xpi) = 8786161b560114a797a6b04d7753bb62d111c2e29af4c52edd89b96972c50371 -SIZE (xpi/firefox-i18n-19.0.2/af.xpi) = 293480 -SHA256 (xpi/firefox-i18n-19.0.2/ak.xpi) = f11467975c99150b21c520f8c04b0361d8b18c02c36bff4d69d5b894e5c89dcd -SIZE (xpi/firefox-i18n-19.0.2/ak.xpi) = 296795 -SHA256 (xpi/firefox-i18n-19.0.2/ar.xpi) = 19aaa7db154c0e38711a7be29a5f39f8f878cd94b8b1e35b5c29ccdffde1044c -SIZE (xpi/firefox-i18n-19.0.2/ar.xpi) = 324466 -SHA256 (xpi/firefox-i18n-19.0.2/ast.xpi) = 5f66f20c20570269c7ddca82605abe714194ddc5ff1146c20e42d7804efb483e -SIZE (xpi/firefox-i18n-19.0.2/ast.xpi) = 269699 -SHA256 (xpi/firefox-i18n-19.0.2/be.xpi) = 8f4df614850bf6a5e52b03e34498abccb91ebf6c088b597e0cf1cf6c78ba0453 -SIZE (xpi/firefox-i18n-19.0.2/be.xpi) = 287724 -SHA256 (xpi/firefox-i18n-19.0.2/bg.xpi) = be2d88a5e1f2edff074863e7a9a182cba0549cc4e1d2b4db82af92e559f54231 -SIZE (xpi/firefox-i18n-19.0.2/bg.xpi) = 341211 -SHA256 (xpi/firefox-i18n-19.0.2/bn-BD.xpi) = 33f49b5f391a39447459db087b19ba92cdc204125d6d8cfa2118bbff95eae875 -SIZE (xpi/firefox-i18n-19.0.2/bn-BD.xpi) = 354719 -SHA256 (xpi/firefox-i18n-19.0.2/bn-IN.xpi) = 8c863f4b266e4d1e2935e39072237fec2f42aa542d4d73fcb773c1ce5d0a69f5 -SIZE (xpi/firefox-i18n-19.0.2/bn-IN.xpi) = 386851 -SHA256 (xpi/firefox-i18n-19.0.2/br.xpi) = 26edaff0842e5697266aad796306ed8ccd9c36ac6c63df68e7b202203d9313c1 -SIZE (xpi/firefox-i18n-19.0.2/br.xpi) = 302696 -SHA256 (xpi/firefox-i18n-19.0.2/bs.xpi) = 107c480de49f82502a433a9e7d5ae5e063df496414d37739de0a6d31c62023f8 -SIZE (xpi/firefox-i18n-19.0.2/bs.xpi) = 298729 -SHA256 (xpi/firefox-i18n-19.0.2/ca.xpi) = 72fb151a507b028e760bdc3f2991ff5516cddb052c9f2abfad6b90727947a755 -SIZE (xpi/firefox-i18n-19.0.2/ca.xpi) = 305631 -SHA256 (xpi/firefox-i18n-19.0.2/cs.xpi) = 4faa9652d8ea853f98418445fb22d26d80980537b3044fefd18e66d1ee5609b4 -SIZE (xpi/firefox-i18n-19.0.2/cs.xpi) = 304697 -SHA256 (xpi/firefox-i18n-19.0.2/cy.xpi) = 05264e3a771c2479f82a1c3d5410c3f49647ca4d365ced30de799785127a4bdb -SIZE (xpi/firefox-i18n-19.0.2/cy.xpi) = 297430 -SHA256 (xpi/firefox-i18n-19.0.2/da.xpi) = 1016a9c44554be5042344a7757dfecfdad0131647dac5a37d386043da2194407 -SIZE (xpi/firefox-i18n-19.0.2/da.xpi) = 294086 -SHA256 (xpi/firefox-i18n-19.0.2/de.xpi) = 2dd66a0b8dc218004511a743982fb869bcce9e924146fd51d70a3e04aa9f4346 -SIZE (xpi/firefox-i18n-19.0.2/de.xpi) = 284208 -SHA256 (xpi/firefox-i18n-19.0.2/el.xpi) = 308bc74ee28a36faaac256f9d2c0af640d934ed85762135445f47a5955ba1809 -SIZE (xpi/firefox-i18n-19.0.2/el.xpi) = 331441 -SHA256 (xpi/firefox-i18n-19.0.2/en-GB.xpi) = fd07f56725a43706312328efb54dea87f7b995670e5d95912fa60aa5ac560b96 -SIZE (xpi/firefox-i18n-19.0.2/en-GB.xpi) = 283378 -SHA256 (xpi/firefox-i18n-19.0.2/en-US.xpi) = 48669de5c199594925b4e95e620108fc6c269933f75740b92e0bbb54fbf8d873 -SIZE (xpi/firefox-i18n-19.0.2/en-US.xpi) = 284312 -SHA256 (xpi/firefox-i18n-19.0.2/en-ZA.xpi) = dc51f7c4a58784ed7f55e9969742d57abc2e2d08e7288cfecc0c684e6699b5ec -SIZE (xpi/firefox-i18n-19.0.2/en-ZA.xpi) = 285996 -SHA256 (xpi/firefox-i18n-19.0.2/eo.xpi) = dea67bc22a452eeb407bb67db6f321879378b26fca47fc73e2375f187071cdd3 -SIZE (xpi/firefox-i18n-19.0.2/eo.xpi) = 297645 -SHA256 (xpi/firefox-i18n-19.0.2/es-AR.xpi) = 6c704759f7ee13f9c58dade8a644fdffa80a74eba5666dcdb1abe65a154fac29 -SIZE (xpi/firefox-i18n-19.0.2/es-AR.xpi) = 300309 -SHA256 (xpi/firefox-i18n-19.0.2/es-CL.xpi) = 48c894538cdbb1458b26ec684a2b6ad3b933e37acc513e051fe971dc9c161ad2 -SIZE (xpi/firefox-i18n-19.0.2/es-CL.xpi) = 310182 -SHA256 (xpi/firefox-i18n-19.0.2/es-ES.xpi) = 0ecaf70626a19439003895d0268f8fd40a5e031b4b16bfb5331dc01df257a9e3 -SIZE (xpi/firefox-i18n-19.0.2/es-ES.xpi) = 251867 -SHA256 (xpi/firefox-i18n-19.0.2/es-MX.xpi) = e8da28c64f54030aa1c501944450fcc45a87e2d6422e27eb6d2abb468ba9b07e -SIZE (xpi/firefox-i18n-19.0.2/es-MX.xpi) = 262700 -SHA256 (xpi/firefox-i18n-19.0.2/et.xpi) = da3fb11e82825b48eae8f10a5f1433b0630e6d7538a1f1cfeab31738c261184f -SIZE (xpi/firefox-i18n-19.0.2/et.xpi) = 295618 -SHA256 (xpi/firefox-i18n-19.0.2/eu.xpi) = d840d85cf9fab1a78955d1176e206f472b921207e913332a7d16c59d0036e6cf -SIZE (xpi/firefox-i18n-19.0.2/eu.xpi) = 296324 -SHA256 (xpi/firefox-i18n-19.0.2/fa.xpi) = b5ad8aad1a1955f0b25cc93a7b19ee1e99bbfe3326883d00732e988ec69d0ed8 -SIZE (xpi/firefox-i18n-19.0.2/fa.xpi) = 333057 -SHA256 (xpi/firefox-i18n-19.0.2/fi.xpi) = f87f7f3cd8968818bc41e29a5e27d5cbe1e1a81da03323b780435d1610f04f74 -SIZE (xpi/firefox-i18n-19.0.2/fi.xpi) = 301417 -SHA256 (xpi/firefox-i18n-19.0.2/fr.xpi) = 5f1c1b1d1191e67704993a410170904a160166508f6324dcb1ec546be787c042 -SIZE (xpi/firefox-i18n-19.0.2/fr.xpi) = 304706 -SHA256 (xpi/firefox-i18n-19.0.2/fy-NL.xpi) = 0aa97a5f8749459766c74e9d839db4c7f7e69152b1029fc12d9828c227adc97c -SIZE (xpi/firefox-i18n-19.0.2/fy-NL.xpi) = 301155 -SHA256 (xpi/firefox-i18n-19.0.2/ga-IE.xpi) = d7019c744e7f9d265629b28b4850bf482e8aff597e8077c2dc4189e045ea8557 -SIZE (xpi/firefox-i18n-19.0.2/ga-IE.xpi) = 311074 -SHA256 (xpi/firefox-i18n-19.0.2/gl.xpi) = a8d6a5e0c6e4390c2bc831fd657b388d2c4010f72fb1861efc0a04bad9fa297e -SIZE (xpi/firefox-i18n-19.0.2/gl.xpi) = 297732 -SHA256 (xpi/firefox-i18n-19.0.2/gu-IN.xpi) = 7695f5b4323947875ed27932fc4916697bf5e52ebc0532786d84e5c59f8f346e -SIZE (xpi/firefox-i18n-19.0.2/gu-IN.xpi) = 334029 -SHA256 (xpi/firefox-i18n-19.0.2/he.xpi) = 36dcdee4f67a7f4fdd4edc1a65b37085648510917d70863216a7fa0cc93b7bf8 -SIZE (xpi/firefox-i18n-19.0.2/he.xpi) = 315415 -SHA256 (xpi/firefox-i18n-19.0.2/hi-IN.xpi) = 974eda65fc471ad3c327c4bdc4fc3fb035dd19c56f568ac150ef8b2e7bf38775 -SIZE (xpi/firefox-i18n-19.0.2/hi-IN.xpi) = 345262 -SHA256 (xpi/firefox-i18n-19.0.2/hr.xpi) = 04610cccbda1674ab2597f3edbcb29337d31c7964b503edbb3967657c1242eed -SIZE (xpi/firefox-i18n-19.0.2/hr.xpi) = 299018 -SHA256 (xpi/firefox-i18n-19.0.2/hu.xpi) = cf91711f0279056d189e29a525a90084441f480c9000495dcbd1e499a4790960 -SIZE (xpi/firefox-i18n-19.0.2/hu.xpi) = 315578 -SHA256 (xpi/firefox-i18n-19.0.2/hy-AM.xpi) = d41e3ea84d7a7894262145fe981c0241932f0cfe681daeeb89ac4c992f173e2a -SIZE (xpi/firefox-i18n-19.0.2/hy-AM.xpi) = 341821 -SHA256 (xpi/firefox-i18n-19.0.2/id.xpi) = 61b1e51e13e629e054573c019e57fc7ce72ad2e42612382bcc07fe350d0c8ecd -SIZE (xpi/firefox-i18n-19.0.2/id.xpi) = 292472 -SHA256 (xpi/firefox-i18n-19.0.2/is.xpi) = be0e3f28d1d115ae8740847f83c25c9f8d578804f69d37d279137609b6fb2159 -SIZE (xpi/firefox-i18n-19.0.2/is.xpi) = 297284 -SHA256 (xpi/firefox-i18n-19.0.2/it.xpi) = d9a38a846b36ba490162a9e28c7507266b7a5707f3a840e026d4ed840c21920e -SIZE (xpi/firefox-i18n-19.0.2/it.xpi) = 247778 -SHA256 (xpi/firefox-i18n-19.0.2/ja.xpi) = 20fa9f703f7a7ff51bad50c468277b436689198f5113c85a510b931f2a32c5fc -SIZE (xpi/firefox-i18n-19.0.2/ja.xpi) = 335904 -SHA256 (xpi/firefox-i18n-19.0.2/kk.xpi) = 18e764a97a5520c4d31954a7ccde7caf3a17d1010dc09155d71de9d91a154cf1 -SIZE (xpi/firefox-i18n-19.0.2/kk.xpi) = 341872 -SHA256 (xpi/firefox-i18n-19.0.2/kn.xpi) = a26f0d054bf45c1e53cb446247daee9640478e6533b43edb65bb9c59cca5a6ab -SIZE (xpi/firefox-i18n-19.0.2/kn.xpi) = 368747 -SHA256 (xpi/firefox-i18n-19.0.2/ko.xpi) = db54c16cfaaa87e3adb4253a047523b68eb82f19bb82a35562da2c23b0077e1d -SIZE (xpi/firefox-i18n-19.0.2/ko.xpi) = 308895 -SHA256 (xpi/firefox-i18n-19.0.2/ku.xpi) = f464dc4097d84724510e07aed6819a7d067566db8966530d3c51a69b2f178279 -SIZE (xpi/firefox-i18n-19.0.2/ku.xpi) = 317700 -SHA256 (xpi/firefox-i18n-19.0.2/lg.xpi) = 8b73d2a3da814e99061e5973861f43ca4351e0327efd68eae585cca9a3cc5e1c -SIZE (xpi/firefox-i18n-19.0.2/lg.xpi) = 304559 -SHA256 (xpi/firefox-i18n-19.0.2/lt.xpi) = 872892e48c493867e8d92732740318d205399427e4800b48c4184d8cb28b3091 -SIZE (xpi/firefox-i18n-19.0.2/lt.xpi) = 315942 -SHA256 (xpi/firefox-i18n-19.0.2/lv.xpi) = b7543a8de5a15264eadfa8fad6fa3704bc93ef34660fa8b426c5eef8e745d35c -SIZE (xpi/firefox-i18n-19.0.2/lv.xpi) = 296144 -SHA256 (xpi/firefox-i18n-19.0.2/mai.xpi) = 21f1c276d14dcb82ed42702ae12c032dddeaeb663aba0576b572828a7499d4c0 -SIZE (xpi/firefox-i18n-19.0.2/mai.xpi) = 342111 -SHA256 (xpi/firefox-i18n-19.0.2/mk.xpi) = 61b238c101ca4af6cd1d3724b4aca8d52d6c68ed0ee4a72985606d07c0024558 -SIZE (xpi/firefox-i18n-19.0.2/mk.xpi) = 327846 -SHA256 (xpi/firefox-i18n-19.0.2/ml.xpi) = c6831841aa10f5811a441600a7feca183dfde7ac1a075a8474340d57836fb6b3 -SIZE (xpi/firefox-i18n-19.0.2/ml.xpi) = 375911 -SHA256 (xpi/firefox-i18n-19.0.2/mr.xpi) = 74eb27538f970b15e8e06ec474631799d4bdea281e1d0c7d3758347a757effc6 -SIZE (xpi/firefox-i18n-19.0.2/mr.xpi) = 342900 -SHA256 (xpi/firefox-i18n-19.0.2/nb-NO.xpi) = 16a737b5e09814248a591351694c99a42521938920ba64079f3a88e9767eea4b -SIZE (xpi/firefox-i18n-19.0.2/nb-NO.xpi) = 296250 -SHA256 (xpi/firefox-i18n-19.0.2/nl.xpi) = f9fea52f631bdb9cf370f9d25183fc5db4a3b026d81d25b79695a9a9c93714ba -SIZE (xpi/firefox-i18n-19.0.2/nl.xpi) = 297333 -SHA256 (xpi/firefox-i18n-19.0.2/nn-NO.xpi) = d2b686450c6eacf5469d19205204b26602624f309b6c4c93d0a94d4458414346 -SIZE (xpi/firefox-i18n-19.0.2/nn-NO.xpi) = 301552 -SHA256 (xpi/firefox-i18n-19.0.2/nso.xpi) = 53da11545e00a4b78be94f9742b649fa59ac5f9d2f391a8cc05940fa9abade2f -SIZE (xpi/firefox-i18n-19.0.2/nso.xpi) = 302143 -SHA256 (xpi/firefox-i18n-19.0.2/or.xpi) = f27b6d1f774abf4fa6789510a532c4af23cba8f28c3cce892c26ed0c8aee2596 -SIZE (xpi/firefox-i18n-19.0.2/or.xpi) = 344152 -SHA256 (xpi/firefox-i18n-19.0.2/pa-IN.xpi) = 682ce39c4898f960cdd04ec2ced08f63f3db785862251575358e6f345c82d30d -SIZE (xpi/firefox-i18n-19.0.2/pa-IN.xpi) = 332279 -SHA256 (xpi/firefox-i18n-19.0.2/pl.xpi) = cc5ae32296885a89e14c1854ceaf5905a235321a18d405b5cc61964614c2b6f7 -SIZE (xpi/firefox-i18n-19.0.2/pl.xpi) = 308691 -SHA256 (xpi/firefox-i18n-19.0.2/pt-BR.xpi) = db3ef359925739d546245f06a40930e49fe114dc716174ac306e02e5042c5508 -SIZE (xpi/firefox-i18n-19.0.2/pt-BR.xpi) = 302351 -SHA256 (xpi/firefox-i18n-19.0.2/pt-PT.xpi) = c4d429247b5d4739ec9dff4fab9c48a1877d794e23bcdaaec6fa81febfe15c87 -SIZE (xpi/firefox-i18n-19.0.2/pt-PT.xpi) = 303166 -SHA256 (xpi/firefox-i18n-19.0.2/rm.xpi) = 8e0e13372eb6ec05b63c6dcf40a526222b22547edcdd1672a14803db4c350da4 -SIZE (xpi/firefox-i18n-19.0.2/rm.xpi) = 299336 -SHA256 (xpi/firefox-i18n-19.0.2/ro.xpi) = 3f3668b1afeb6cb60a38196c52afaa5e93b4cd2d130774caf8e8553ae43f4835 -SIZE (xpi/firefox-i18n-19.0.2/ro.xpi) = 324144 -SHA256 (xpi/firefox-i18n-19.0.2/ru.xpi) = be3d464ff79f4fb9839ead7dfd5df700ba72971fd1fcc91df8242c4ebfea0720 -SIZE (xpi/firefox-i18n-19.0.2/ru.xpi) = 294933 -SHA256 (xpi/firefox-i18n-19.0.2/si.xpi) = dc6f2ff847959834d8adb71b1c2abf895eecee6dfd4443fe084abef9a5603c01 -SIZE (xpi/firefox-i18n-19.0.2/si.xpi) = 331553 -SHA256 (xpi/firefox-i18n-19.0.2/sk.xpi) = 20495f29f3b03bec5513ed5f6bcee6ca295f7dcbfb5075b6b54a5c3c6606837a -SIZE (xpi/firefox-i18n-19.0.2/sk.xpi) = 312848 -SHA256 (xpi/firefox-i18n-19.0.2/sl.xpi) = 02fb65724d8aca3db0fbb08fcd3f7a06e81a719c12e7dea841257f3391293b91 -SIZE (xpi/firefox-i18n-19.0.2/sl.xpi) = 295535 -SHA256 (xpi/firefox-i18n-19.0.2/son.xpi) = 9b40e65bd3ae4bd360b9be9fe89faf3865a3e99875f1dffa9cec668dbfce52b6 -SIZE (xpi/firefox-i18n-19.0.2/son.xpi) = 297377 -SHA256 (xpi/firefox-i18n-19.0.2/sq.xpi) = 14faa8da0cf25d632c1fb7923c1e6a1fad163b8536213fedc3779c8000d88be1 -SIZE (xpi/firefox-i18n-19.0.2/sq.xpi) = 304123 -SHA256 (xpi/firefox-i18n-19.0.2/sr.xpi) = a20c33241c4f5b408fffdfa31c7151d3f8383eb382ff556f3fc6011dd80fc628 -SIZE (xpi/firefox-i18n-19.0.2/sr.xpi) = 347553 -SHA256 (xpi/firefox-i18n-19.0.2/sv-SE.xpi) = ff1d75c7cd05a5750687d5b246298ed3d64cd284c5947dabd9ba44035eb9bf3f -SIZE (xpi/firefox-i18n-19.0.2/sv-SE.xpi) = 299878 -SHA256 (xpi/firefox-i18n-19.0.2/ta-LK.xpi) = cb987227bef3fd36e12555221d24d5d36f425f652d9c4307da44f65847aa0d1c -SIZE (xpi/firefox-i18n-19.0.2/ta-LK.xpi) = 353089 -SHA256 (xpi/firefox-i18n-19.0.2/ta.xpi) = dd17fcabc8c2af975a423b94e315c607ba7e9d90e019dfd182e33c86e0281e39 -SIZE (xpi/firefox-i18n-19.0.2/ta.xpi) = 338036 -SHA256 (xpi/firefox-i18n-19.0.2/te.xpi) = 29167f2f5e13cdd129a38e840cb4bd85aa2c1a788a08059546af7b3a6017f272 -SIZE (xpi/firefox-i18n-19.0.2/te.xpi) = 353258 -SHA256 (xpi/firefox-i18n-19.0.2/th.xpi) = 2de3617c4c5609454524be31f6ac6595ac99fc419902641ab1c4f2237b6f6ee0 -SIZE (xpi/firefox-i18n-19.0.2/th.xpi) = 337188 -SHA256 (xpi/firefox-i18n-19.0.2/tr.xpi) = 8adc8faa636bf3754799fb2deb72fb0aa76bcec397593a424bc41fa7c31bacd0 -SIZE (xpi/firefox-i18n-19.0.2/tr.xpi) = 307542 -SHA256 (xpi/firefox-i18n-19.0.2/uk.xpi) = 07f9282873596a64d16e73cda9640a5f9b8245d9c76c624b1178d6482ee716d0 -SIZE (xpi/firefox-i18n-19.0.2/uk.xpi) = 338323 -SHA256 (xpi/firefox-i18n-19.0.2/vi.xpi) = ba733ddf714395e633619d8c1e25710fb25cfd9168e2a1dc88a14b3b8f65ea25 -SIZE (xpi/firefox-i18n-19.0.2/vi.xpi) = 320835 -SHA256 (xpi/firefox-i18n-19.0.2/zh-CN.xpi) = 1d39ca2d1a1d14ebd50d6cbb3a3d74b2cd1041d93d21b71c4114a712f884def7 -SIZE (xpi/firefox-i18n-19.0.2/zh-CN.xpi) = 317961 -SHA256 (xpi/firefox-i18n-19.0.2/zh-TW.xpi) = 4b6b2acd1f382ebb1fb7711645c62ca959298e340b4a77e8dff3bb8ca68c61fb -SIZE (xpi/firefox-i18n-19.0.2/zh-TW.xpi) = 318476 -SHA256 (xpi/firefox-i18n-19.0.2/zu.xpi) = 077a6e1c86de15763a819ac94e706f5ed071c52ba63e1986ba62b86e6a40d6be -SIZE (xpi/firefox-i18n-19.0.2/zu.xpi) = 309496 +SHA256 (xpi/firefox-i18n-20.0/af.xpi) = a522041ef9e9c49cef1946df57a3076a14c9b10b907c96c021448d7f3303e96c +SIZE (xpi/firefox-i18n-20.0/af.xpi) = 301043 +SHA256 (xpi/firefox-i18n-20.0/ak.xpi) = 61eeb234a1f8b6e4eb8f7c41f29a0b194884a67bef251b84658866b6d1fa7cba +SIZE (xpi/firefox-i18n-20.0/ak.xpi) = 303972 +SHA256 (xpi/firefox-i18n-20.0/ar.xpi) = 33719f597e65c789511e80c5dbaeb4b09dcdd543e3c6c5104530ea81c94d43ab +SIZE (xpi/firefox-i18n-20.0/ar.xpi) = 329939 +SHA256 (xpi/firefox-i18n-20.0/ast.xpi) = 1c8bc7934b97e46549f5f7eecba674d828ee7f02598f17d85b1ac9b671c80fc7 +SIZE (xpi/firefox-i18n-20.0/ast.xpi) = 274309 +SHA256 (xpi/firefox-i18n-20.0/be.xpi) = 9d527c2b61c173d145ec702cd0a511880971ef9509c5eac4fb80dde3905e9592 +SIZE (xpi/firefox-i18n-20.0/be.xpi) = 293092 +SHA256 (xpi/firefox-i18n-20.0/bg.xpi) = f894f87bbd9c9f1129c3178e1b5247e23fff0a8030da2789858302fe94405e7c +SIZE (xpi/firefox-i18n-20.0/bg.xpi) = 348239 +SHA256 (xpi/firefox-i18n-20.0/bn-BD.xpi) = 84d5670ac1ec51191f497c824d53c5414e5b6b0ba2afa3fc5dc7f0c50a540cd9 +SIZE (xpi/firefox-i18n-20.0/bn-BD.xpi) = 362515 +SHA256 (xpi/firefox-i18n-20.0/bn-IN.xpi) = 7cba49b2703d08b3025d914a4d50a13671e4c327e9aafee8e1b203a58dcdf227 +SIZE (xpi/firefox-i18n-20.0/bn-IN.xpi) = 393934 +SHA256 (xpi/firefox-i18n-20.0/br.xpi) = 8a93cb226257dcdd13ed2de6e7b577f377fbacd60866b33bec125dbbf36c3af3 +SIZE (xpi/firefox-i18n-20.0/br.xpi) = 308303 +SHA256 (xpi/firefox-i18n-20.0/bs.xpi) = 485593959891f92ea0e5f0f5d1b1388a9c0404d1842c473ce3f1d36d5b6570fa +SIZE (xpi/firefox-i18n-20.0/bs.xpi) = 304338 +SHA256 (xpi/firefox-i18n-20.0/ca.xpi) = e9da45497f6e5d53a2a33c16b21f51cf13a03d73ab84a6181687db2689674fe8 +SIZE (xpi/firefox-i18n-20.0/ca.xpi) = 310833 +SHA256 (xpi/firefox-i18n-20.0/cs.xpi) = 06475ac5be519fc502a1f8b018cec66f1b3bcb5c52f7af56776a317838d826ac +SIZE (xpi/firefox-i18n-20.0/cs.xpi) = 310126 +SHA256 (xpi/firefox-i18n-20.0/cy.xpi) = a3d07d5b7bd3a4e0894f999d1cfad1f8c442490af0077561893354e3e73144e8 +SIZE (xpi/firefox-i18n-20.0/cy.xpi) = 302580 +SHA256 (xpi/firefox-i18n-20.0/da.xpi) = d9f3de69ca3164901ef0bb9108f7bcaac24bf72803779ab1448b4b66a6a86052 +SIZE (xpi/firefox-i18n-20.0/da.xpi) = 299834 +SHA256 (xpi/firefox-i18n-20.0/de.xpi) = 96469d35bb5c2d108a591d5ac00d115976be600754491b40ae4373b4abcbe479 +SIZE (xpi/firefox-i18n-20.0/de.xpi) = 292091 +SHA256 (xpi/firefox-i18n-20.0/el.xpi) = b198bd88d25cf2591f0abaa00ac39eddb9de30650622147f46db12802f08a53b +SIZE (xpi/firefox-i18n-20.0/el.xpi) = 336878 +SHA256 (xpi/firefox-i18n-20.0/en-GB.xpi) = 4b24201b8428eda9d9015958fcbf8836c3520cf8716f884477c9c920d806d901 +SIZE (xpi/firefox-i18n-20.0/en-GB.xpi) = 288530 +SHA256 (xpi/firefox-i18n-20.0/en-US.xpi) = 0a3073caa3f67c3d8f05c2c5a12a860403b7611060ea36be4ba5eca22785f2be +SIZE (xpi/firefox-i18n-20.0/en-US.xpi) = 289249 +SHA256 (xpi/firefox-i18n-20.0/en-ZA.xpi) = 8baf2ddf3686d897d8d05f23bf9243bcc17c37a746cd9ebadc7b1c4b086c48e1 +SIZE (xpi/firefox-i18n-20.0/en-ZA.xpi) = 289445 +SHA256 (xpi/firefox-i18n-20.0/eo.xpi) = b64086feef439656fafff187ebab91b9f55dfcb9bdfc91b2b180424bedbbb715 +SIZE (xpi/firefox-i18n-20.0/eo.xpi) = 302967 +SHA256 (xpi/firefox-i18n-20.0/es-AR.xpi) = 7448775f99f10787bd9e4b1ab94f1cab8bd9d59496059085b12891385495c7fe +SIZE (xpi/firefox-i18n-20.0/es-AR.xpi) = 305557 +SHA256 (xpi/firefox-i18n-20.0/es-CL.xpi) = a6d38cef0a6caa267e921eed54650cadb70e80e438b83a61818310aac54c8fc7 +SIZE (xpi/firefox-i18n-20.0/es-CL.xpi) = 306524 +SHA256 (xpi/firefox-i18n-20.0/es-ES.xpi) = 7cd440f048386422093da60a3900817c5f0cff544bc5175585bcc8df541ab35e +SIZE (xpi/firefox-i18n-20.0/es-ES.xpi) = 256497 +SHA256 (xpi/firefox-i18n-20.0/es-MX.xpi) = 2027211294090fb44d9a2703fc6775f155aa641dd89239eb9cba331f288ea6fb +SIZE (xpi/firefox-i18n-20.0/es-MX.xpi) = 270358 +SHA256 (xpi/firefox-i18n-20.0/et.xpi) = be1c3de232a4c85b0eca675c6ae06c6bdf1754c2401346fc67c7f0f190d35e4a +SIZE (xpi/firefox-i18n-20.0/et.xpi) = 300695 +SHA256 (xpi/firefox-i18n-20.0/eu.xpi) = 55171971fd5ad66d2d732c15d16a1df0521a0dcb6b1e98b1e97d2ec85e786f9e +SIZE (xpi/firefox-i18n-20.0/eu.xpi) = 301606 +SHA256 (xpi/firefox-i18n-20.0/fa.xpi) = b540af8e6dddcaa94158a9bfb29c7a5dab37a8739d6e01e02defa1a775ae3869 +SIZE (xpi/firefox-i18n-20.0/fa.xpi) = 340391 +SHA256 (xpi/firefox-i18n-20.0/fi.xpi) = ebe0fa4d72859c5c008a63e4cca59d62e93117a4250366363c55cb7f1d403c19 +SIZE (xpi/firefox-i18n-20.0/fi.xpi) = 305263 +SHA256 (xpi/firefox-i18n-20.0/fr.xpi) = 225633c5978a30d6ac88a34888c1cb050c06247d1cb27c063542d5c6777aca8a +SIZE (xpi/firefox-i18n-20.0/fr.xpi) = 310354 +SHA256 (xpi/firefox-i18n-20.0/fy-NL.xpi) = 024677f3d994ce2f5b0695d30106e071cd87e45aa9e42fe78ce10ba9cef6767e +SIZE (xpi/firefox-i18n-20.0/fy-NL.xpi) = 306664 +SHA256 (xpi/firefox-i18n-20.0/ga-IE.xpi) = c81264faab863b19c44a5fff86c211fa74e8c02c95c4704416d6d51d8d131af2 +SIZE (xpi/firefox-i18n-20.0/ga-IE.xpi) = 314804 +SHA256 (xpi/firefox-i18n-20.0/gl.xpi) = bb94c16c221116805c6ad2d5d33755065a33fda37e6614f45ac17280dd3d6080 +SIZE (xpi/firefox-i18n-20.0/gl.xpi) = 303465 +SHA256 (xpi/firefox-i18n-20.0/gu-IN.xpi) = 2e661f6336350a12fcb7a35628bb842a4138f7bac8b50130059bb990eff5e180 +SIZE (xpi/firefox-i18n-20.0/gu-IN.xpi) = 341185 +SHA256 (xpi/firefox-i18n-20.0/he.xpi) = 25a1dd9f5079826b63123a1434be33d8b1d3510e332d9604ca3f97f047c239d8 +SIZE (xpi/firefox-i18n-20.0/he.xpi) = 322693 +SHA256 (xpi/firefox-i18n-20.0/hi-IN.xpi) = c8ad4189bc5dbed40e2a7bbbedc07ac5a03e3a4541b5f8aa584a17b63a3c9eb1 +SIZE (xpi/firefox-i18n-20.0/hi-IN.xpi) = 352528 +SHA256 (xpi/firefox-i18n-20.0/hr.xpi) = 48defce8c99b0444c4e147851c65e6a458d7f63c9c5a5c9bd221334f4fb3ae91 +SIZE (xpi/firefox-i18n-20.0/hr.xpi) = 304835 +SHA256 (xpi/firefox-i18n-20.0/hu.xpi) = bc535ab1a1dd622ae7a066242993a34e1083fc4f144b9d492ba41a2858b4fec4 +SIZE (xpi/firefox-i18n-20.0/hu.xpi) = 318361 +SHA256 (xpi/firefox-i18n-20.0/hy-AM.xpi) = b5241cad70c5970011887947f56cff38209f4f73de28404f93d0eef963291215 +SIZE (xpi/firefox-i18n-20.0/hy-AM.xpi) = 348777 +SHA256 (xpi/firefox-i18n-20.0/id.xpi) = e3665b5036cf4366631b70f281234008bd93610cdd16a8d2335fc59b77638dd9 +SIZE (xpi/firefox-i18n-20.0/id.xpi) = 297915 +SHA256 (xpi/firefox-i18n-20.0/is.xpi) = dfd109b41a46435cc488646fd759dc61b5b7e5cd55c77cc08174df07576019a9 +SIZE (xpi/firefox-i18n-20.0/is.xpi) = 302423 +SHA256 (xpi/firefox-i18n-20.0/it.xpi) = 02fdc8c7fc9498e6d599dedf267c458777325a3a7e2a0d1feb9f7b0eb7b327ed +SIZE (xpi/firefox-i18n-20.0/it.xpi) = 252427 +SHA256 (xpi/firefox-i18n-20.0/ja.xpi) = 12cea77dd72a6e8648b758ac75082a72146ed56a57a54f535c89e6f18382d921 +SIZE (xpi/firefox-i18n-20.0/ja.xpi) = 341664 +SHA256 (xpi/firefox-i18n-20.0/kk.xpi) = cfe82a80879a9d32839489d532a036eca87bf2ffe3a025bef1e19662088f77d2 +SIZE (xpi/firefox-i18n-20.0/kk.xpi) = 349637 +SHA256 (xpi/firefox-i18n-20.0/kn.xpi) = 0b573fae4f8de56411ffa464ee93663e8eebaa9772384b7cbd72ae3d2f02e14a +SIZE (xpi/firefox-i18n-20.0/kn.xpi) = 375789 +SHA256 (xpi/firefox-i18n-20.0/ko.xpi) = 946b66e09cc1265d6ec910252cd49621629edb98341da59462c3e98fed24db9b +SIZE (xpi/firefox-i18n-20.0/ko.xpi) = 316095 +SHA256 (xpi/firefox-i18n-20.0/ku.xpi) = c295952f19d17da04cef15d09e0cc2665edba4eb666008943ca0151787c1ab6c +SIZE (xpi/firefox-i18n-20.0/ku.xpi) = 323420 +SHA256 (xpi/firefox-i18n-20.0/lg.xpi) = 2203d502a3bae83dc2d9ff6da1283fda3b21c94796f7e366b8bf7f57be65b298 +SIZE (xpi/firefox-i18n-20.0/lg.xpi) = 311843 +SHA256 (xpi/firefox-i18n-20.0/lt.xpi) = 6e02895414a9009cdb01aec6a495cb54a582c7d558c290b39d43881c422ca125 +SIZE (xpi/firefox-i18n-20.0/lt.xpi) = 321800 +SHA256 (xpi/firefox-i18n-20.0/lv.xpi) = c9546bf7561e3a02f1b0d78d896f3fe7ade1cd066f2b18cc3c41ab1562c75245 +SIZE (xpi/firefox-i18n-20.0/lv.xpi) = 301694 +SHA256 (xpi/firefox-i18n-20.0/mai.xpi) = 6be9c97a29ea9c7d172609f36e9634d80dc59354c29c24ef6b8dd9132347a3ca +SIZE (xpi/firefox-i18n-20.0/mai.xpi) = 349076 +SHA256 (xpi/firefox-i18n-20.0/mk.xpi) = 72fafb77308e874a4869ceedae5802d51fa7c0814b9c82bc2d3582e175f94451 +SIZE (xpi/firefox-i18n-20.0/mk.xpi) = 335357 +SHA256 (xpi/firefox-i18n-20.0/ml.xpi) = cff18a07174830b3ca22cccdcf1f58da195eb4905396095797da2e4769845539 +SIZE (xpi/firefox-i18n-20.0/ml.xpi) = 382989 +SHA256 (xpi/firefox-i18n-20.0/mr.xpi) = 42b9c731746a37dad0e9d9a62378e21fac20a908dbff2a0a47e802c3720211ab +SIZE (xpi/firefox-i18n-20.0/mr.xpi) = 350303 +SHA256 (xpi/firefox-i18n-20.0/nb-NO.xpi) = abda55512bd8e0afa1df3b4b1e44b926dab5ccee8bcd604b08e06b554924a355 +SIZE (xpi/firefox-i18n-20.0/nb-NO.xpi) = 301424 +SHA256 (xpi/firefox-i18n-20.0/nl.xpi) = 72f60f291b2384982c1dc59bc96c8ae712d9b9da7aaa0d232c4c09bb46c3be30 +SIZE (xpi/firefox-i18n-20.0/nl.xpi) = 302851 +SHA256 (xpi/firefox-i18n-20.0/nn-NO.xpi) = c530083c19850e9fdd43f4fbce7467b24059f2a5809d8ccd3d3a5a8b206b8cbb +SIZE (xpi/firefox-i18n-20.0/nn-NO.xpi) = 308530 +SHA256 (xpi/firefox-i18n-20.0/nso.xpi) = 27b442c4fc1102c03389744971fdf75db22b1d753be617cfb6641b12a100d2ee +SIZE (xpi/firefox-i18n-20.0/nso.xpi) = 309466 +SHA256 (xpi/firefox-i18n-20.0/or.xpi) = 2ca9d95f1a59160036c2a3f16bb25f0ea5838fb53c616f866e9ca5596d09e439 +SIZE (xpi/firefox-i18n-20.0/or.xpi) = 351346 +SHA256 (xpi/firefox-i18n-20.0/pa-IN.xpi) = 32b535bcdced7c55861ff45f5fecaaa3ac6bfca421ad880350dda0d50e8e92d1 +SIZE (xpi/firefox-i18n-20.0/pa-IN.xpi) = 339275 +SHA256 (xpi/firefox-i18n-20.0/pl.xpi) = 2f5538996dcb49d862de7526f26fc483c6e8c733bb952ec56e8487b00ed565f0 +SIZE (xpi/firefox-i18n-20.0/pl.xpi) = 314382 +SHA256 (xpi/firefox-i18n-20.0/pt-BR.xpi) = 9aa385299003121d23bed0b1b6d5d8b0dd02228b0b54884ff48fd481a74b66be +SIZE (xpi/firefox-i18n-20.0/pt-BR.xpi) = 307699 +SHA256 (xpi/firefox-i18n-20.0/pt-PT.xpi) = 97dc71a757268a8b98598476363ac7d76e1654508fbc7918e1f261d799f4db28 +SIZE (xpi/firefox-i18n-20.0/pt-PT.xpi) = 307007 +SHA256 (xpi/firefox-i18n-20.0/rm.xpi) = 33a2099dbf973400284a35acc6b06d81dbc1cc2c0ed2969a65af1108c0047b5a +SIZE (xpi/firefox-i18n-20.0/rm.xpi) = 305912 +SHA256 (xpi/firefox-i18n-20.0/ro.xpi) = 5e9475677c823e8206dd069fa302fbf77c698d7925d5b6a8327c99acacd0e665 +SIZE (xpi/firefox-i18n-20.0/ro.xpi) = 331344 +SHA256 (xpi/firefox-i18n-20.0/ru.xpi) = 3a18b0e2c0e5ec804bd6a126470dc51d8e97d73c48215b63d37c496c680b0b90 +SIZE (xpi/firefox-i18n-20.0/ru.xpi) = 300314 +SHA256 (xpi/firefox-i18n-20.0/si.xpi) = f6cdbf89caa243eef8db42fe856ecf85ecf9c6def9c12e36ca6602cf6c540d30 +SIZE (xpi/firefox-i18n-20.0/si.xpi) = 338417 +SHA256 (xpi/firefox-i18n-20.0/sk.xpi) = e3bdbb30ab88151467693d745ecdeab38904d7aadc54034a666c13d903394ab1 +SIZE (xpi/firefox-i18n-20.0/sk.xpi) = 318314 +SHA256 (xpi/firefox-i18n-20.0/sl.xpi) = 3856881a6d630d2efcb9a07dc727251754d01df451ba3db59622b6e085c40d0a +SIZE (xpi/firefox-i18n-20.0/sl.xpi) = 301223 +SHA256 (xpi/firefox-i18n-20.0/son.xpi) = 91487fcc08d45095b1e2e72b3b7b097d1673b5519302b5e57788c7804c31b80e +SIZE (xpi/firefox-i18n-20.0/son.xpi) = 304376 +SHA256 (xpi/firefox-i18n-20.0/sq.xpi) = 274b43927186e42a3c2d5ccf98c356c42c9058e4f3f8007ab575e5800f9d2dcf +SIZE (xpi/firefox-i18n-20.0/sq.xpi) = 307903 +SHA256 (xpi/firefox-i18n-20.0/sr.xpi) = d74e3929e87ae2b36999741fb7ea582e812826387c49cc2dff5bfbf4b55e2a91 +SIZE (xpi/firefox-i18n-20.0/sr.xpi) = 354392 +SHA256 (xpi/firefox-i18n-20.0/sv-SE.xpi) = d9ad3fe07fc91bbacdaa70c9e45a379914e8c2df810597d2b33bea53d2eff5d4 +SIZE (xpi/firefox-i18n-20.0/sv-SE.xpi) = 305170 +SHA256 (xpi/firefox-i18n-20.0/ta-LK.xpi) = 34facc00a11f09bd5b71ef74c82e9d9c849fbf43864f6b4fd9d05d27760b5123 +SIZE (xpi/firefox-i18n-20.0/ta-LK.xpi) = 358846 +SHA256 (xpi/firefox-i18n-20.0/ta.xpi) = 92b64517c63600fe8d0257fb67f84faa770d2f3452f5daa7e47b37119767ec1b +SIZE (xpi/firefox-i18n-20.0/ta.xpi) = 343709 +SHA256 (xpi/firefox-i18n-20.0/te.xpi) = da61353731e39320f06bdd5ece3ce6bf6b37938a58a1c731383528fcab961618 +SIZE (xpi/firefox-i18n-20.0/te.xpi) = 360627 +SHA256 (xpi/firefox-i18n-20.0/th.xpi) = 4f4b5ae4aeda6442f41c1fd8ea0a9ed9a1c98040583fcf96ae1765ec8925530b +SIZE (xpi/firefox-i18n-20.0/th.xpi) = 343717 +SHA256 (xpi/firefox-i18n-20.0/tr.xpi) = ab458118ead151a6459b91f4cb3f45d95c9fc0f827bdac648254852d5dc6c2fd +SIZE (xpi/firefox-i18n-20.0/tr.xpi) = 313040 +SHA256 (xpi/firefox-i18n-20.0/uk.xpi) = 77a250d2141c2f4460dc64da0850ce2459de7eac2311a276522866d1bc9d3960 +SIZE (xpi/firefox-i18n-20.0/uk.xpi) = 343123 +SHA256 (xpi/firefox-i18n-20.0/vi.xpi) = c9a6fb8e2fa3a19a0c2cbfeb97065def9214b98c54da14f3c9083778f9b5e71d +SIZE (xpi/firefox-i18n-20.0/vi.xpi) = 328524 +SHA256 (xpi/firefox-i18n-20.0/zh-CN.xpi) = c8842607e3c310cb5e27d747c37afe516206b131a13dce35b87f83a8c160aee9 +SIZE (xpi/firefox-i18n-20.0/zh-CN.xpi) = 323633 +SHA256 (xpi/firefox-i18n-20.0/zh-TW.xpi) = 3bf89aebde9b63fd5301cbcbff638dc6739d15c1aa819ee98379705f6a2aee63 +SIZE (xpi/firefox-i18n-20.0/zh-TW.xpi) = 324197 +SHA256 (xpi/firefox-i18n-20.0/zu.xpi) = 941b20745d398a90670ac042142fc97fe5b007a5818098c833b830a628580548 +SIZE (xpi/firefox-i18n-20.0/zu.xpi) = 315411 Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/linux-firefox/Makefile Mon Apr 15 17:30:08 2013 (r1237) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= firefox -PORTVERSION= 17.0.3 +PORTVERSION= 17.0.5 PORTEPOCH= 1 CATEGORIES= www MASTER_SITE_SUBDIR?= firefox/releases/${PORTVERSION}esr/linux-i686/en-US Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/linux-firefox/distinfo Mon Apr 15 17:30:08 2013 (r1237) @@ -1,2 +1,2 @@ -SHA256 (firefox-17.0.3esr.tar.bz2) = 84f03a82973c5923c8614f10b3c23220897ab1d230cd001c15b57d32ef39a0ae -SIZE (firefox-17.0.3esr.tar.bz2) = 21292330 +SHA256 (firefox-17.0.5esr.tar.bz2) = 990fd903b08ef33d79a2019284b825e04cf27780526732d5324bc940bb521d21 +SIZE (firefox-17.0.5esr.tar.bz2) = 21393264 Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/linux-seamonkey/Makefile Mon Apr 15 17:30:08 2013 (r1237) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-seamonkey/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= seamonkey -PORTVERSION= 2.16 +PORTVERSION= 2.17 CATEGORIES= www MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/linux-seamonkey/distinfo Mon Apr 15 17:30:08 2013 (r1237) @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.16.tar.bz2) = 71748b27d4c27245b8497a9757331d3dba44762f6551b3eb5f26a82575cbe751 -SIZE (seamonkey-2.16.tar.bz2) = 26182862 +SHA256 (seamonkey-2.17.tar.bz2) = 4efb6ff9ce3f4ad1eae881b865e6f4fe55972f5ea450a93dca66d77185426511 +SIZE (seamonkey-2.17.tar.bz2) = 26580709 Modified: trunk/www/linux-seamonkey/pkg-plist ============================================================================== --- trunk/www/linux-seamonkey/pkg-plist Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/linux-seamonkey/pkg-plist Mon Apr 15 17:30:08 2013 (r1237) @@ -141,10 +141,11 @@ @dirrm lib/%%APP_NAME%%/modules/services-aitc @dirrm lib/%%APP_NAME%%/modules/services-common @dirrm lib/%%APP_NAME%%/modules/services-crypto -@dirrm lib/%%APP_NAME%%/modules/services-notifications @dirrm lib/%%APP_NAME%%/modules/services-sync/stages @dirrm lib/%%APP_NAME%%/modules/services-sync/engines @dirrm lib/%%APP_NAME%%/modules/services-sync +@dirrm lib/%%APP_NAME%%/modules/services/datareporting +@dirrm lib/%%APP_NAME%%/modules/services @dirrm lib/%%APP_NAME%%/modules/identity @dirrm lib/%%APP_NAME%%/modules/commonjs/promise @dirrm lib/%%APP_NAME%%/modules/commonjs Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/seamonkey-i18n/Makefile Mon Apr 15 17:30:08 2013 (r1237) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey-i18n/Makefile 313857 2013-03-11 07:28:17Z flo $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.16.1 +PORTVERSION= 2.17 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= @@ -18,7 +18,7 @@ PLISTD?= ${WRKDIR}/plist_dirs PLISTF?= ${WRKDIR}/plist_files -USE_SEAMONKEY= 16 +USE_SEAMONKEY= 17 USE_XPI= seamonkey linux-seamonkey USE_SUBMAKE= yes Modified: trunk/www/seamonkey-i18n/distinfo ============================================================================== --- trunk/www/seamonkey-i18n/distinfo Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/seamonkey-i18n/distinfo Mon Apr 15 17:30:08 2013 (r1237) @@ -1,46 +1,46 @@ -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.ca.langpack.xpi) = f2d4803d8a3ca8a34547ee9f1b0771ed01e72b8fe460b9778af42c14d2fa988f -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.ca.langpack.xpi) = 777174 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.cs.langpack.xpi) = f76f5146ddeff47cc434217d638cb0af61a669ce425ed02d38a1ec0eee3aa2df -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.cs.langpack.xpi) = 782286 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.de.langpack.xpi) = ad31d64cac7013d3070999df8a9b19ede1bc6d18386033bca7825a46b3b12be4 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.de.langpack.xpi) = 805628 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.en-GB.langpack.xpi) = 2fc0736572e442529a9679c65bf5a7f1bd4a814716d06865034f6579a641995d -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.en-GB.langpack.xpi) = 751440 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.en-US.langpack.xpi) = c100f52dcff20f315edc7969cbaa6cd4d15cf4f8e0c032a769c72c06cd3aa8e5 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.en-US.langpack.xpi) = 752025 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.es-AR.langpack.xpi) = e677778d4d54cad54c10d9b070d5ba21b3864bf1a7884241b207373bf0b9061b -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.es-AR.langpack.xpi) = 824300 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.es-ES.langpack.xpi) = 55dbb09ecd067bc5cbffd96887a2ba3cbab2e0fb791bcf1941efdda9b9101705 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.es-ES.langpack.xpi) = 772621 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.fi.langpack.xpi) = 4b996a66da3cd4e90f8549bcffe09b775bc9644e86f91555553b4cac7bf234f7 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.fi.langpack.xpi) = 771991 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.fr.langpack.xpi) = b3056af35b245fde9ef07cb7a67a6920390f8178a9630736d61c144234884315 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.fr.langpack.xpi) = 781405 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.hu.langpack.xpi) = e9acfc35fb7a26f7da896d3d00eeee06058fd905cb85207d6d7b2ca51d435a4a -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.hu.langpack.xpi) = 816448 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.it.langpack.xpi) = d380309c6fcd5cf84671689d8c93c5003c610b872a2b5882d8ab384154073b04 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.it.langpack.xpi) = 721930 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.ja-JP-mac.langpack.xpi) = 6925089871d69e8316798f5d73ab3e9619e4141625be02940f0570bff0546098 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.ja-JP-mac.langpack.xpi) = 854853 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.ja.langpack.xpi) = 8221cee1d138a028ac4c7042b7b1340404cb6aefee84592c7feebb71bce00ede -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.ja.langpack.xpi) = 829871 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.lt.langpack.xpi) = 59e3a5b9a107f148dff8bd1cd5111f57d1b6b2bc93704fe3b3f2b69db946a804 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.lt.langpack.xpi) = 795322 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.nb-NO.langpack.xpi) = 475b4f1eef56614a417b48a1aafc09541b08559db52b4b27f33d5fa11ff38544 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.nb-NO.langpack.xpi) = 769320 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.nl.langpack.xpi) = 2b75210b5e4ac966644d8b9499f8b69c25b67e717b49c59708081d56b348b682 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.nl.langpack.xpi) = 767744 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.pl.langpack.xpi) = b1c80a450a5e6f16dde5108931f04ab2ee771306cd3a9e0a551c0736c5dc1368 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.pl.langpack.xpi) = 813142 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.pt-PT.langpack.xpi) = 628e66cbc64ea9c9628272bf32514b439934fbbdd6475a4c6c58b24231176771 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.pt-PT.langpack.xpi) = 803420 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.ru.langpack.xpi) = ec35b3e5f2e0c5b869752b34de67de722f758fb64afcb0d9a24efb6d13670e9b -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.ru.langpack.xpi) = 875920 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.sk.langpack.xpi) = aef94562d31c3eae4cc1b1cc34b7bf74cb73bfb2d9702b65a0f8a534122ba947 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.sk.langpack.xpi) = 808953 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.sv-SE.langpack.xpi) = 04ab6c5728e2fbc2cd3c80b1f9e00957ca0d56deb1b27b88a6f1bde6ec2e8c8b -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.sv-SE.langpack.xpi) = 795026 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.tr.langpack.xpi) = fbf9f407e7cf1854d539e2e0cce69897d854c2926e77280a961e3e0233ed0c44 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.tr.langpack.xpi) = 821202 -SHA256 (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.uk.langpack.xpi) = c0db9838faf949f101298d3f0fce376cd32747d3abee5a15def775587f772533 -SIZE (xpi/seamonkey-i18n-2.16.1/seamonkey-2.16.1.uk.langpack.xpi) = 833355 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.ca.langpack.xpi) = 81bba4119a02d368273c6df4e855d5704a8760a5665d976828b0486ad65ff0cb +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.ca.langpack.xpi) = 778283 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.cs.langpack.xpi) = 0263ffd452cb328b85e042bcb2d82b1c9173b566b67a8c90f3c8026f38af48cf +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.cs.langpack.xpi) = 783458 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.de.langpack.xpi) = 6b97d854a9167204b98b4aa4a8cbe1cef0bbf67b78a88aedf8705a36a92ef3a0 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.de.langpack.xpi) = 807007 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.en-GB.langpack.xpi) = 5fbb8e8e04cb0f2b52bf19a70ba876eccf8fa90f200d46bfde7688ca1424233c +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.en-GB.langpack.xpi) = 752487 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.en-US.langpack.xpi) = 842b02e42d6d153d03c9b3f6dce9e7c191fede13ae56cff8bf38ec4b95851328 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.en-US.langpack.xpi) = 752986 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.es-AR.langpack.xpi) = 907d8c128add5617f7d02fb494f86a71273f27d1aadc826646251dbc253f6688 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.es-AR.langpack.xpi) = 825530 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.es-ES.langpack.xpi) = 37300cb81dd32cfd04fe46d1d3f82bcd96e12cbf883d903f542f7c78ffcea5de +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.es-ES.langpack.xpi) = 773656 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.fi.langpack.xpi) = eb862a5e24b986dd5b5ee3fe919373c70e6d3cb4105c434419447b029c6f439c +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.fi.langpack.xpi) = 773171 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.fr.langpack.xpi) = 6ad8589243d403b0768c6ccabce85f1cc71ece8c7acbb61a5ed6cba5d95b0e44 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.fr.langpack.xpi) = 782685 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.hu.langpack.xpi) = 1fda8e98c05658015683447f8d87d43d4a5be5474701e026287d95f1d7fb6c95 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.hu.langpack.xpi) = 815704 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.it.langpack.xpi) = 76c00156ae5288772a41411d884bbdcea6813a1a5eca0e0b5bd8a95a62a10b3a +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.it.langpack.xpi) = 722918 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.ja-JP-mac.langpack.xpi) = 7e4037739ebc63b8b860868c16680cdae52d89c5822cf70788990ce752d9352d +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.ja-JP-mac.langpack.xpi) = 856274 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.ja.langpack.xpi) = 2dfdfd0b05d51be7bc04661f4d8faedb4f9a262e58fce59a5b759a7c55cc3fd7 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.ja.langpack.xpi) = 831238 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.lt.langpack.xpi) = 6c51e0d04c233fd7e047b98eabd0b8944948793f7fdced20bd73220e97aae00f +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.lt.langpack.xpi) = 796677 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.nb-NO.langpack.xpi) = 7170db51635147e0515adab7eeaa784823875addce0f1db6fac7af5d7e444a47 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.nb-NO.langpack.xpi) = 771628 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.nl.langpack.xpi) = 1b52a5988d3107115730b6b415169484d6794e3c74dfb44ecd3dda6c3fcb4a37 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.nl.langpack.xpi) = 768852 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.pl.langpack.xpi) = 65da1085ccab3c3ab9034c331abd9535ff37b6e9420ec3fb6d7d36412f0f9c89 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.pl.langpack.xpi) = 814402 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.pt-PT.langpack.xpi) = ba3e86ac9747fb87890a8938fea6ebd0e5f44f04e2e2481e813a3bba9bfde07d +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.pt-PT.langpack.xpi) = 807019 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.ru.langpack.xpi) = 2d109626d092fe3f357cdcd7f8ffb5539747b80378893a4d85bb21c0a5c22af6 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.ru.langpack.xpi) = 877100 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.sk.langpack.xpi) = 949869c8dd71b2e3968cbc54ca1b187566583e2b7440a3ea4c4fffca7488e77c +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.sk.langpack.xpi) = 810246 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.sv-SE.langpack.xpi) = 9b39d0d170da63e12d25bad32dbabd042363c208b99ff7ce684e960ba9c42334 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.sv-SE.langpack.xpi) = 796145 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.tr.langpack.xpi) = 59d56a9dcf69eb361f0ce2a5c4e0dc7c5e440dcb75080844c964aac1fa9e3697 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.tr.langpack.xpi) = 836221 +SHA256 (xpi/seamonkey-i18n-2.17/seamonkey-2.17.uk.langpack.xpi) = ef9b797d4278ef7c67b5c86e459c1f5f588aabc2d013cd10ce250b157950a377 +SIZE (xpi/seamonkey-i18n-2.17/seamonkey-2.17.uk.langpack.xpi) = 836887 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sun Apr 14 16:43:41 2013 (r1236) +++ trunk/www/seamonkey/Makefile Mon Apr 15 17:30:08 2013 (r1237) @@ -155,18 +155,16 @@ -C ${MOZ_OBJDIR}/mailnews/extensions/enigmail .endif -pre-install: +port-pre-install: ${ECHO_CMD} share/applications/${MOZILLA}.desktop >> ${PLIST} - ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST} + ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} ${ECHO_CMD} 'share/pixmaps/${MOZILLA}.png' >> ${PLIST} -do-install: +post-install: ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/ ${LN} -sf ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png \ ${PREFIX}/share/pixmaps/${MOZILLA}.png - -post-install: .if ${PORT_OPTIONS:MLIGHTNING} @${MKDIR} ${XPI_LIBDIR}/${XPI_ID} ${XPI_LIBDIR}/symlinks/seamonkey @(cd ${XPI_LIBDIR}/${XPI_ID}; ${TAR} -xf ${XPI_FILE}) From owner-freebsd-gecko@FreeBSD.ORG Mon Apr 15 21:04:28 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 848ED22A for ; Mon, 15 Apr 2013 21:04:28 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 001291B52 for ; Mon, 15 Apr 2013 21:04:27 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3FL4Qrx058435 for ; Mon, 15 Apr 2013 21:04:26 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3FL4LPt056360 for freebsd-gecko@freebsd.org; Mon, 15 Apr 2013 21:04:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 15 Apr 2013 21:04:21 GMT Message-Id: <201304152104.r3FL4LPt056360@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] r1238 - in trunk/www/libxul: . files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 21:04:28 -0000 Author: jbeich Date: Mon Apr 15 21:04:21 2013 New Revision: 1238 Log: switch libxul to esr17 Added: trunk/www/libxul/files/patch-build_unix_run-mozilla.sh - copied unchanged from r1237, trunk/www/libxul/files/patch-build_unix_run-mozilla.sh trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp - copied unchanged from r1237, trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in - copied unchanged from r1237, trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in - copied unchanged from r1237, trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in Replaced: trunk/www/libxul/distinfo - copied unchanged from r1237, trunk/www/firefox-esr/distinfo trunk/www/libxul/files/ - copied from r1237, trunk/www/firefox-esr/files/ Deleted: trunk/www/libxul/files/firefox.desktop.in trunk/www/libxul/files/patch-browser-app-nsBrowserApp.cpp trunk/www/libxul/files/patch-toolkit_mozapps_installer_packager_mk Modified: trunk/www/libxul/Makefile Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Mon Apr 15 17:30:08 2013 (r1237) +++ trunk/www/libxul/Makefile Mon Apr 15 21:04:21 2013 (r1238) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/libxul/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= libxul -DISTVERSION= 10.0.12 +DISTVERSION= 17.0.5 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= firefox/releases/${DISTVERSION}esr/source @@ -11,16 +11,18 @@ MAINTAINER?= gecko@FreeBSD.org COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps -BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9.2:${PORTSDIR}/devel/nspr \ nss>=3.13.6_1:${PORTSDIR}/security/nss \ - sqlite3>=3.7.7.1:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.13:${PORTSDIR}/databases/sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip -WRKSRC= ${WRKDIR}/mozilla-esr10 -CONFLICTS= mozilla-[0-9]* libxul-1.9.* +WRKSRC= ${WRKDIR}/mozilla-esr17 +CONFLICTS= libxul-24.* libxul-10.* libxul-1.9.* USE_AUTOTOOLS= autoconf213:env +USE_PYTHON_BUILD=-2.7 WANT_GNOME= yes USE_QT4= # empty QT_NONSTANDARD= yes @@ -45,19 +47,19 @@ MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin +OPTIONS_DEFINE= GSTREAMER OPTIONS_DEFAULT=GIO .include "${.CURDIR}/../../www/firefox/Makefile.options" + +OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} + .include .if ${USE_MOZILLA:M-nss} MOZ_PKGCONFIG_FILES+= mozilla-nss .endif -.if !empty(CXX:M*clang++*) || (${CXX:Mc++} && ${OSVERSION} > 1000023) -CXXFLAGS+= -Wno-return-type-c-linkage -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/xulrunner/stub/nsXULStub.cpp Copied: trunk/www/libxul/distinfo (from r1237, trunk/www/firefox-esr/distinfo) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/distinfo Mon Apr 15 21:04:21 2013 (r1238, copy of r1237, trunk/www/firefox-esr/distinfo) @@ -0,0 +1,2 @@ +SHA256 (firefox-17.0.5esr.source.tar.bz2) = ba2cb1c1bf747190dceb71a31a187811c9c6fc1da56c9a9db70cfd5a1780eb14 +SIZE (firefox-17.0.5esr.source.tar.bz2) = 91105421 Deleted: trunk/www/firefox-esr/files/firefox.desktop.in ============================================================================== --- trunk/www/firefox-esr/files/firefox.desktop.in Mon Apr 15 21:04:21 2013 (r1237) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,191 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=@MOZILLA_NAME@ Web Browser -Name[am]= -Name[ar]= -Name[az]=@MOZILLA_NAME@ Veb SÉ™yyahı -Name[be]= -Name[bg]=Интернет браузър @MOZILLA_NAME@ -Name[bn]= -Name[bs]=@MOZILLA_NAME@ web preglednik -Name[ca]=Navegador web @MOZILLA_NAME@ -Name[cs]=ProhlížeÄ WWW @MOZILLA_NAME@ -Name[cy]=Y Porwr Gwe @MOZILLA_NAME@ -Name[da]=@MOZILLA_NAME@ - internetsurfning -Name[de]=@MOZILLA_NAME@ Webbrowser -Name[el]=ΠεÏιηγητής ΔιαδικτÏου @MOZILLA_NAME@ -Name[en_CA]=@MOZILLA_NAME@ Web Browser -Name[en_GB]=@MOZILLA_NAME@ Web Browser -Name[es]=Navegador Web @MOZILLA_NAME@ -Name[et]=@MOZILLA_NAME@ veebibrauser -Name[eu]=@MOZILLA_NAME@ web arakatzailea -Name[fi]=@MOZILLA_NAME@, WWW-selain -Name[fr]=Navigateur Web @MOZILLA_NAME@ -Name[ga]=Brabhsálaí Lín @MOZILLA_NAME@ -Name[gu]=àªàªªà«€àª«àª¨à«€ વૅબ બà«àª°àª¾àª‰àªàª° -Name[he]=דפדפן @MOZILLA_NAME@ -Name[hi]= -Name[hr]=@MOZILLA_NAME@ Web preglednik -Name[hu]=@MOZILLA_NAME@ webböngészÅ‘ -Name[id]=Web Browser @MOZILLA_NAME@ -Name[it]=Browser web @MOZILLA_NAME@ -Name[ja]=@MOZILLA_NAME@ ウェブ・ブラウザ -Name[ko]=@MOZILLA_NAME@ 웹 브ë¼ìš°ì € -Name[li]=@MOZILLA_NAME@ Web Browser -Name[lt]=@MOZILLA_NAME@ web narÅ¡yklÄ— -Name[mk]=@MOZILLA_NAME@ веб прелиÑтувач -Name[ml]=à´Žà´ªàµà´ªà´¿à´«à´¾à´¨à´¿ വെബàµà´¬àµ à´¬àµà´°àµŒà´¸â€Œà´°àµ -Name[mn]=@MOZILLA_NAME@ веб хөтөч -Name[ms]=Pelungsur Web @MOZILLA_NAME@ -Name[nb]=@MOZILLA_NAME@ nettleser -Name[nl]=@MOZILLA_NAME@ Webbrowser -Name[nn]=@MOZILLA_NAME@ nettlesar -Name[no]=@MOZILLA_NAME@ nettleser -Name[pa]=à¨à¨ªà©€à¨«à¨¾à¨¨à©€ ਵੈੱਬ ਬਰਾਊਜ਼ਰ -Name[pl]=PrzeglÄ…darka WWW @MOZILLA_NAME@ -Name[pt]=Navegador Web @MOZILLA_NAME@ -Name[pt_BR]=Navegador Web @MOZILLA_NAME@ -Name[ro]=Navigatorul @MOZILLA_NAME@ -Name[ru]=Веб-браузер @MOZILLA_NAME@ -Name[sk]= -Name[sl]=Spletni brskalnik @MOZILLA_NAME@ -Name[sq]=@MOZILLA_NAME@ - Shfletuesi Web -Name[sr]= -Name[sr@Latn]=Veb ÄitaÄ Spoznaja -Name[sv]=Webbläsaren @MOZILLA_NAME@ -Name[ta]=எபிபனி வலை உலாவி -Name[tk]=@MOZILLA_NAME@ Web Ahtarçisi -Name[tr]=@MOZILLA_NAME@ Web Tarayıcı -Name[uk]=ПереглÑдач web @MOZILLA_NAME@ -Name[vi]=Trình Duyệt Web @MOZILLA_NAME@ -Name[wa]=Betchteu waibe epiphany -Name[zh_CN]=@MOZILLA_NAME@ Web æµè§ˆå™¨ -Name[zh_TW]=@MOZILLA_NAME@ 網é ç€è¦½å™¨ -GenericName=Web Browser -GenericName[ar]=متصÙّح الانترنت -GenericName[az]=Veb SÉ™yyahı -GenericName[be]=Вандроўнік па павуціньню -GenericName[bg]=Браузър -GenericName[bn]=ওয়েব বà§à¦°à¦¾à¦‰à¦œà¦¾à¦° -GenericName[bs]=Web preglednik -GenericName[ca]=Navegador web -GenericName[cs]=ProhlížeÄ WWW -GenericName[cy]=Porwr Gwe -GenericName[da]=Internetsurfning -GenericName[de]=Webbrowser -GenericName[el]=ΠεÏιηγητής Ιστοσελίδων -GenericName[en_CA]=Web Browser -GenericName[en_GB]=Web Browser -GenericName[es]=Navegador web -GenericName[et]=Veebilehitseja -GenericName[eu]=Web arakatzailea -GenericName[fi]=WWW-selain -GenericName[fr]=Navigateur Web @MOZILLA_NAME@ -GenericName[ga]=Brabhsálaí Lín -GenericName[gu]=વેબ બà«àª°àª¾àª‰àªàª° -GenericName[he]=דפדפן ×ינטרנט -GenericName[hi]=वेब बà¥à¤°à¤¾à¤‰à¤œà¤¼à¤° -GenericName[hr]=Web preglednik -GenericName[hu]=WebböngészÅ‘ -GenericName[id]=Browser Web -GenericName[it]=Browser web -GenericName[ja]=GNOME ウェブ・ブラウザ -GenericName[ko]=웹 브ë¼ìš°ì € -GenericName[li]=Wèb Browser -GenericName[lt]=Web narÅ¡yklÄ— -GenericName[mk]=Веб прелиÑтувач -GenericName[mn]=Веб хөтөч -GenericName[ms]=Pelungsur Web -GenericName[nb]=Nettleser -GenericName[nl]=Web-browser -GenericName[nn]=Nettlesar -GenericName[no]=Nettleser -GenericName[pa]=ਵੈਬ ਬਰਾਊਜ਼ -GenericName[pl]=PrzeglÄ…darka WWW -GenericName[pt]=Navegador Web -GenericName[pt_BR]=Navegador Web -GenericName[ro]=Navigator Internet -GenericName[ru]=Веб-браузер -GenericName[sk]=WWW prehliadaÄ -GenericName[sl]=Spletni brskalnik -GenericName[sq]=Shfletuesi Web -GenericName[sr]=Веб читач -GenericName[sr@Latn]=Veb ÄitaÄ -GenericName[sv]=Webbläsare -GenericName[ta]=வலை உலாவி -GenericName[th]=เว็บบราวเซอร์ -GenericName[tk]=Web Ahtarçysy -GenericName[tr]=Web Tarayıcı -GenericName[uk]=ПереглÑдач web-Ñторінок -GenericName[vi]=Trình duyệt Web -GenericName[wa]=Betchteu waibe -GenericName[zh_CN]=Web æµè§ˆå™¨ -GenericName[zh_TW]=網é ç€è¦½å™¨ -Comment=Browse the web -Comment[ar]=تصÙØ­ الانترنت -Comment[az]=Vebi gÉ™zin -Comment[be]=Вандраваць па павуціньню -Comment[bg]=Сърфиране в интернет -Comment[bn]=ওয়েব বà§à¦°à¦¾à¦‰à¦œ করà§à¦¨ -Comment[bs]=Pregledaj na internetu -Comment[ca]=Navegueu per la web -Comment[cs]=Prohlížet WWW -Comment[cy]=Pori'r we -Comment[da]=Surf pÃ¥ internettet -Comment[de]=Im Web surfen -Comment[el]=ΠεÏιήγηση στον παγκόσμιο ιστό -Comment[en_CA]=Browse the web -Comment[en_GB]=Browse the web -Comment[es]=Navegar por la web -Comment[et]=Sirvi veebi -Comment[eu]=Arakatu web-a -Comment[fi]=Selaa WWW:tä -Comment[fr]=Naviguer sur Internet -Comment[ga]=Brabhsáil an Líon -Comment[gu]=વેબમાં શોધો -Comment[he]=גלוש ברשת -Comment[hi]=वेब बà¥à¤°à¤¾à¤‰à¤œà¤¼ करें -Comment[hr]=Pregledaj Web -Comment[hu]=A világháló böngészése -Comment[id]=Jelajah web -Comment[it]=Esplora il web -Comment[ja]=ウェブを閲覧ã—ã¾ã™ -Comment[ko]=ì›¹ì„ ëŒì•„ 다닙니다 -Comment[li]=Blajere op internet -Comment[lt]=NarÅ¡yti internete -Comment[mk]=ПрелиÑтувајте на веб -Comment[ml]=വലകàµà´•àµ†à´Ÿàµà´Ÿàµ തിരയàµà´• -Comment[mn]=Веб броузе хийх -Comment[ms]=Layari web -Comment[nb]=Surf pÃ¥ nettet -Comment[nl]=Websurfen -Comment[nn]=Surf pÃ¥ nettet -Comment[no]=Surf pÃ¥ nettet -Comment[pa]=ਵੈਬ ਬਰਾਊਜ਼ -Comment[pl]=PrzeglÄ…danie stron WWW -Comment[pt]=Navegar na web -Comment[pt_BR]=Navegar na web -Comment[ro]=Navigare Internet -Comment[ru]=Веб-браузер -Comment[sk]=PrehliadaÅ¥ internet -Comment[sl]=Brskaj po spletu -Comment[sq]=Eksploro web-in -Comment[sr]=Прегледај веб -Comment[sr@Latn]=Pregledaj veb -Comment[sv]=Surfa pÃ¥ nätet -Comment[ta]=வலையில௠உலாவ௠-Comment[th]=ใช้งานเว็บบราวเซอร์ @MOZILLA_NAME@ -Comment[tk]=Webi Ahtar -Comment[tr]=Web'e Gözat -Comment[uk]=Програма переглÑду web-Ñторінок -Comment[vi]=Duyệt web -Comment[wa]=Naivyî avÃ¥ les waibes -Comment[zh_CN]=æµè§ˆ Web -Comment[zh_TW]=ç€è¦½ç¶²é  -Exec=@MOZILLA@ %u -Icon=@FIREFOX_ICON@ -StartupNotify=false -Terminal=false -Type=Application -Categories=Application;Network; -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; Deleted: trunk/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- trunk/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp Mon Apr 15 21:04:21 2013 (r1237) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- browser/app/nsBrowserApp.cpp~ -+++ browser/app/nsBrowserApp.cpp -@@ -197,6 +197,7 @@ int main(int argc, char* argv[]) - TriggerQuirks(); - #endif - -+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox", 0); - nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); - if (NS_FAILED(rv)) { - Output("Couldn't calculate the application directory.\n"); Copied: trunk/www/libxul/files/patch-build_unix_run-mozilla.sh (from r1237, trunk/www/libxul/files/patch-build_unix_run-mozilla.sh) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-build_unix_run-mozilla.sh Mon Apr 15 21:04:21 2013 (r1238, copy of r1237, trunk/www/libxul/files/patch-build_unix_run-mozilla.sh) @@ -0,0 +1,12 @@ +--- build/unix/run-mozilla.sh.orig Tue Feb 14 19:56:54 2006 ++++ build/unix/run-mozilla.sh Fri Dec 8 15:49:48 2006 +@@ -443,6 +443,9 @@ + export MOZILLA_FIVE_HOME LD_LIBRARY_PATH + export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH + ++MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox ++export MOZ_PLUGIN_PATH ++ + if [ $moz_debug -eq 1 ] + then + moz_debug_program ${1+"$@"} Deleted: trunk/www/firefox-esr/files/patch-toolkit_mozapps_installer_packager_mk ============================================================================== --- trunk/www/firefox-esr/files/patch-toolkit_mozapps_installer_packager_mk Mon Apr 15 21:04:21 2013 (r1237) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ -$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 15:29:56 landry Exp $ -install headers/idl/sdk libs only if xulrunner ---- toolkit/mozapps/installer/packager.mk.orig Fri Jun 1 14:04:20 2012 -+++ toolkit/mozapps/installer/packager.mk Tue Jun 5 07:55:51 2012 -@@ -886,7 +886,7 @@ endif - $(NSINSTALL) -D $(DESTDIR)$(bindir) - $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) - ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) --ifdef INSTALL_SDK # Here comes the hard part -+ifeq ($(MOZ_APP_NAME),xulrunner) - $(NSINSTALL) -D $(DESTDIR)$(includedir) - (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \ - (cd $(DESTDIR)$(includedir) && tar -xf -) Copied: trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp (from r1237, trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp Mon Apr 15 21:04:21 2013 (r1238, copy of r1237, trunk/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp) @@ -0,0 +1,11 @@ +--- xulrunner/stub/nsXULStub.cpp~ ++++ xulrunner/stub/nsXULStub.cpp +@@ -202,6 +202,8 @@ main(int argc, char **argv) + char greDir[MAXPATHLEN]; + bool greFound = false; + ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/xulrunner", 0); ++ + #if defined(XP_MACOSX) + CFBundleRef appBundle = CFBundleGetMainBundle(); + if (!appBundle) Copied: trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in (from r1237, trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in Mon Apr 15 21:04:21 2013 (r1238, copy of r1237, trunk/www/libxul/files/patch-xulrunner_installer_libxul-embedding.pc.in) @@ -0,0 +1,9 @@ +--- xulrunner/installer/libxul-embedding.pc.in~ ++++ xulrunner/installer/libxul-embedding.pc.in +@@ -6,5 +6,5 @@ idldir=%idldir% + Name: libxul-embedding + Description: Static library for version-independent embedding of the Mozilla runtime + Version: %MOZILLA_VERSION% +-Libs: -L${sdkdir}/lib -lxpcomglue -ldl ++Libs: -L${sdkdir}/lib -L%%MOZ_LIBDIR%% -lxpcomglue + Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS% Copied: trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in (from r1237, trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in Mon Apr 15 21:04:21 2013 (r1238, copy of r1237, trunk/www/libxul/files/patch-xulrunner_installer_libxul.pc.in) @@ -0,0 +1,9 @@ +--- xulrunner/installer/libxul.pc.in.orig 2010-01-21 04:31:27.000000000 +0100 ++++ xulrunner/installer/libxul.pc.in 2010-06-21 19:39:57.000000000 +0200 +@@ -7,5 +7,5 @@ + Description: The Mozilla Runtime and Embedding Engine + Version: %MOZILLA_VERSION% + Requires: %NSPR_NAME% >= %NSPR_VERSION% +-Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom ++Libs: -L${sdkdir}/lib -L%%MOZ_LIBDIR%% -lxpcomglue_s -lxul -lxpcom + Cflags: -I${includedir} %WCHAR_CFLAGS% From owner-freebsd-gecko@FreeBSD.ORG Tue Apr 16 05:02:31 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E6EB74CD for ; Tue, 16 Apr 2013 05:02:31 +0000 (UTC) (envelope-from myst3r10n@rocketmail.com) Received: from nm11-vm0.bullet.mail.ird.yahoo.com (nm11-vm0.bullet.mail.ird.yahoo.com [77.238.189.218]) by mx1.freebsd.org (Postfix) with SMTP id 203ECD2D for ; Tue, 16 Apr 2013 05:02:30 +0000 (UTC) Received: from [77.238.189.56] by nm11.bullet.mail.ird.yahoo.com with NNFMP; 16 Apr 2013 05:02:29 -0000 Received: from [217.146.188.239] by tm9.bullet.mail.ird.yahoo.com with NNFMP; 16 Apr 2013 05:02:29 -0000 Received: from [127.0.0.1] by smtp107.mail.ird.yahoo.com with NNFMP; 16 Apr 2013 05:02:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1366088549; bh=PTtB6igCMi8uAbUI8gjW/eJKeXpUYXvRpfpctHTziyE=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:X-Enigmail-Version:Content-Type:Content-Transfer-Encoding; b=xN4rhsBYyMqzhxEH6XJVJvwYrD0N+r+kJCwdQuGAyjZFarAmF6xz0f1o4d2N0C2fwkCmKbYvK36y9ftMmtrQ8EwIM2UHkUmwIeqSUyknlN3SRwBru0v1UrhpzXbJGufEZRpDI50e/Xhsq+oJBb5Xsbd2kR4QPkM36oYl1eByAIY= X-Yahoo-Newman-Id: 504803.57278.bm@smtp107.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: Y5qTgRsVM1lnbmXagFnEpqtzm4t.hdR1zNpgsNjhmCTrO1A WvWCmkYvHduXEXZgn5BxsSR2rChH5Mt_Xl_sg8Zj5PPHMe8YWC3g1GL42p5p 4EpEgtDYSKaU8f46htZZ_bdxVQjjSnK34cZ.di4QN5gSKjPkDXjpkpw26.Im S2LV4XYulKOqgNyd0W1UG99n3obdlUuYVt3tu7kWWXctgQ96eWtMgnSgkWnN nA2CreNjptQiEiBS4Odr0L8UdkPP0tD4d.hqAHAZZLYdJwmx2cxDVNZJltbs ccZsVNuAB_5oSnF0g9QH9WCQQpvO14vwYNisaBr5gEya0UFzwIc78TgLMxqM P2NYpUenjY9yDdfPGNOmu07XfGh56KvqwWFcZT6fh52bGcz7OX8vSe6wcRF2 FJM4rIc9DQI4_ynMPcONWW.qVbbD25ihTV0tmHlM- X-Yahoo-SMTP: LtK71pWswBB7dY9j5uEft..7cE4l9ZolHdCKOmdZfsYxyMPyBQ-- X-Rocket-Received: from i5.example.org (myst3r10n@178.83.80.231 with plain) by smtp107.mail.ird.yahoo.com with SMTP; 15 Apr 2013 22:02:29 -0700 PDT Message-ID: <516CDB63.40708@rocketmail.com> Date: Tue, 16 Apr 2013 07:02:27 +0200 From: myst3r10n User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130405 Thunderbird/17.0.5 MIME-Version: 1.0 To: gecko@FreeBSD.org Subject: Makefile error X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 05:02:32 -0000 Hi I found a bug in the thunderbird-i18n port. The Makefile variable MASTER_SITE_SUBDIR contains the string "esr" but that's wrong. It's not "thunderbird/releases/${PORTVERSION}esr/linux-i686/xpi" but ""thunderbird/releases/${PORTVERSION}/linux-i686/xpi" without "esr" in the path. Regards myst3r10n From owner-freebsd-gecko@FreeBSD.ORG Tue Apr 16 12:55:23 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 105199AC for ; Tue, 16 Apr 2013 12:55:23 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id A92D095B for ; Tue, 16 Apr 2013 12:55:22 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3GCtLt0030804 for ; Tue, 16 Apr 2013 12:55:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3GCtF2A028730 for freebsd-gecko@freebsd.org; Tue, 16 Apr 2013 12:55:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 16 Apr 2013 12:55:15 GMT Message-Id: <201304161255.r3GCtF2A028730@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] r1239 - in trunk: mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/libxul19 www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 12:55:23 -0000 Author: jbeich Date: Tue Apr 16 12:55:15 2013 New Revision: 1239 Log: swap default audio backend in Makefile.options Modified: trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/firefox/Makefile.options trunk/www/libxul/Makefile trunk/www/libxul19/Makefile trunk/www/seamonkey/Makefile Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/mail/thunderbird/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -55,6 +55,9 @@ OPTIONS_DEFAULT=ENIGMAIL LIGHTNING .include "${.CURDIR}/../../www/firefox/Makefile.options" + +OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/ALSA/OSS/} + .include WRKSRC= ${WRKDIR}/comm-esr17 Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/firefox-esr/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -49,9 +49,6 @@ OPTIONS_DEFAULT=GIO .include "${.CURDIR}/../../www/firefox/Makefile.options" - -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} - .include WRKSRC:= ${WRKDIR}/mozilla-esr17 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/firefox-nightly/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -54,7 +54,6 @@ .include "${.CURDIR}/../../www/firefox/Makefile.options" # OSS is gone after bug 852401 -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} OPTIONS_SINGLE_AUDIO:=${OPTIONS_SINGLE_AUDIO:S/OSS//} .include Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/firefox/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -50,9 +50,6 @@ OPTIONS_DEFAULT=GIO WEBRTC .include "${.CURDIR}/../../www/firefox/Makefile.options" - -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} - .include WRKSRC:= ${WRKDIR}/mozilla-beta Modified: trunk/www/firefox/Makefile.options ============================================================================== --- trunk/www/firefox/Makefile.options Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/firefox/Makefile.options Tue Apr 16 12:55:15 2013 (r1239) @@ -2,7 +2,7 @@ OPTIONS_DEFINE+= DBUS DEBUG GCONF GIO GNOMEUI GNOMEVFS2 LIBPROXY \ LOGGING OPTIMIZED_CFLAGS -OPTIONS_DEFAULT+= DBUS LOGGING OSS +OPTIONS_DEFAULT+= ALSA DBUS LOGGING OPTIONS_SINGLE+= AUDIO OPTIONS_SINGLE_AUDIO= ALSA OSS PULSEAUDIO Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/libxul/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -51,9 +51,6 @@ OPTIONS_DEFAULT=GIO .include "${.CURDIR}/../../www/firefox/Makefile.options" - -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} - .include .if ${USE_MOZILLA:M-nss} Modified: trunk/www/libxul19/Makefile ============================================================================== --- trunk/www/libxul19/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/libxul19/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -54,6 +54,7 @@ .include "${.CURDIR}/../../www/firefox/Makefile.options" +OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/ALSA/OSS/} OPTIONS_DEFINE:=${OPTIONS_DEFINE:NLIBPROXY:NGIO} OPTIONS_SINGLE:=${OPTIONS_SINGLE:NTOOLKIT} Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/seamonkey/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -56,9 +56,6 @@ MAILNEWS_DESC?= Mail and News modules .include "${.CURDIR}/../../www/firefox/Makefile.options" - -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} - .include .if ${PORT_OPTIONS:MCHATZILLA} From owner-freebsd-gecko@FreeBSD.ORG Wed Apr 17 05:13:44 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5232F49B for ; Wed, 17 Apr 2013 05:13:44 +0000 (UTC) (envelope-from 3iC9uUQYQDTEJVYZNecVTTl.ZlTOVm.PbZSeRROfQ-TRPXbSeRROfQ.beT@photos-server.bounces.google.com) Received: from mail-pd0-f202.google.com (mail-pd0-f202.google.com [209.85.192.202]) by mx1.freebsd.org (Postfix) with ESMTP id 2E48CABF for ; Wed, 17 Apr 2013 05:13:44 +0000 (UTC) Received: by mail-pd0-f202.google.com with SMTP id 5so39640pdd.3 for ; Tue, 16 Apr 2013 22:13:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:reply-to:message-id:date:subject:from:to :content-type; bh=Q5Y5XeeTY5S8x+xklB69WP1c5o3aXLz7K2JaoidvItw=; b=EumFWXSpE+zDMtYRaPp87RJIIwTbJGdlQ0qhWNjcIVPKdmL+MxzwEHsOLQNDgY2KNB MYlg0fudRp62qZiJCmew0LsM7YiVnaOlKmkjMnGb6z/K0zCborut5s/plaQfv392JPhD 78I6C6xNQW341VT1UmEoA/oJcy9zq01fHMSkPP88WUJLhek+ZRytf3jGLQn/EUJxRNwR fGshE1KoFfEBqEoz5WGq3Cv7OGc+q5hycDpYydnXetlcpUHSVIqVhhOOKaKX6lSnBk45 EwTsJ7Q3sk+mWvXUFb3sCg92VTgUqyUqlGAEHrzZlSW7zaIHhJrUESQpfw80frIRLHzL y9ZQ== MIME-Version: 1.0 X-Received: by 10.66.13.3 with SMTP id d3mr428804pac.40.1366175624001; Tue, 16 Apr 2013 22:13:44 -0700 (PDT) Message-ID: Date: Wed, 17 Apr 2013 05:13:44 +0000 Subject: Freight forwarder & logistics provider shared an album with you. From: "Freight forwarder & logistics provider" To: freebsd-gecko@freebsd.org Content-Type: multipart/related; boundary=bcaec51dd8edc4f95804da878c42 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Freight forwarder & logistics provider List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 05:13:44 -0000 --bcaec51dd8edc4f95804da878c42 Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes Content-Transfer-Encoding: base64 RGVhciBNeSBGcmllbmQNCg0KICAgICAgICAgIE5pY2UgZGF5LCBIeXVuIFlvdW5nIGlzIGEgbGVh ZGluZyBwcm9mZXNzaW9uYWwgZnJlaWdodCBmb3J3YXJkZXINCmFuZCBsb2dpc3RpY3MgcHJvdmlk ZXIgd2hvIGZvY3VzIG9uIHRoZSBzaGlwbWVudCBmcm9tIFNvdXRoIENoaW5hIHRvIGFsbA0KdGhl IHdvcmxkLiBIeXVuIFlvdW5nIHN0YXJ0ZWQgZnJlaWdodCBmb3J3YXJkaW5nIG9wZXJhdGlvbiBh dCBTaGVuemhlbiBpbg0KMjAwNC4gQmFzZWQgYXQgU2hlbnpoZW4sIG91ciBhbWJpdGlvbiBoYXZl IHB1c2hlZCB1cyBmb3J3YXJkIHRvIGV4cGFuZCB0bw0Kb3RoZXIgY2l0aWVzIGluIHNvdXRoIG9m IENoaW5hLiBOb3cgd2UgaGF2ZSBjYXBhY2l0eSBvZiBoYW5kaW5nIHNoaXBtZW50IHRvDQpvciBm cm9tIGFsbCB0aGUgcG9ydHMgaW4gc291dGggb2YgQ2hpbmEuDQogICAgICAgICAgICBIb2xkcyB3 aGlsZSB3aG9sZSAtIGhlYXJ0ZWRseSBhY2hpZXZlcyB0aGUgYmVzdCBlbnRlcnByaXNlDQpvYmpl Y3RpdmUsIFdpdGggdGhlIGdyZWF0IHN1cHBvcnQgb2Ygb3VyIGdsb2JhbCBhZ2VuY3ksIHdlIHBy b3ZpZGUgc2VydmljZXMNCnRvIG91ciBjdXN0b21lcnMgdGhyb3VnaCBwcm9jZXNzLWRyaXZlbiBv cGVyYXRpb24gdGVhbSwgYWR2YW5jZWQNCmluZm9ybWF0aW9uIHN5c3RlbSwgYW5kIHN0cm9uZyBt YW5hZ2VtZW50IHRlYW0uDQoNCkdsYW5jZSB0byBvdXIgY29tcGFueToNCjEuIFNlYSBGcmVpZ2h0 LCBpbmNsdWRlZCBGQ0wmTENMOw0KMi4gQWlyIEZyZWlnaHQ7DQozLiBFeHByZXNzLCBpbmNsdWRl ZCBESEwsVVBTLEZFREVYLFNBR0FXQSBhbmQgU0NPUkVKUDsNCjQuIEltcG9ydCAmIEV4cG9ydDsN CjUuIExhbmQgVHJhbnNwb3J0YXRpb24uDQoNCiAgICAgICAgICAgIFdlIHNlZWsgbm8gc3Ryb25n ZXN0IG9ubHkgbW9yZSBzcGVjaWFsaXplZCwgc2VuaW9yLiBZb3VyDQpzYXRpc2ZpZWQgd2lsbCBi ZSBvdXIgbWF4aW1hbCBwcmlkZS4NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KU2hlbnpoZW4gSHl1 biBZb3VuZyBJbnRlcm5hdGlvbmFsIFRyYW5zcG9ydGF0aW9uIENPLixMVEQNCkphY2t5IFlhbmcN Cg0KQWRkOiBGbG9vciA3JjgsIFNvdXRoIEJhb5JhbiBSb2FkLCBMdW9odSBEaXN0cmljdCwgU2hl bnpoZW4sIEd1YW5nZG9uZywNCkNoaW5hLg0KDQpodHRwczovL3BpY2FzYXdlYi5nb29nbGUuY29t L2xoL3NyZWRpcj91bmFtZT0xMDUyMDkwNDU4ODgyNjE2MjgwMzcmdGFyZ2V0PUFMQlVNJmlkPTU4 NjcyOTU2NDQ4ODg1NzkzMjkmYXV0aGtleT1HdjFzUmdDS21SZ3ZLQno2ZWo4d0UmaW52aXRlPUNP eUF6TUlFJmZlYXQ9ZW1haWwNCg== --bcaec51dd8edc4f95804da878c42-- From owner-freebsd-gecko@FreeBSD.ORG Wed Apr 17 06:40:01 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A0E66AD3 for ; Wed, 17 Apr 2013 06:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 82968E6A for ; Wed, 17 Apr 2013 06:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3H6e1T4069145 for ; Wed, 17 Apr 2013 06:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3H6e1GT069144; Wed, 17 Apr 2013 06:40:01 GMT (envelope-from gnats) Date: Wed, 17 Apr 2013 06:40:01 GMT Message-Id: <201304170640.r3H6e1GT069144@freefall.freebsd.org> To: gecko@FreeBSD.org From: Michael Fausten Subject: Re: ports/177812: Can't build Firefox 20 on FreeBSD 9.1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Michael Fausten List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 06:40:01 -0000 The following reply was made to PR ports/177812; it has been noted by GNATS. From: Michael Fausten To: Jan Beich Cc: bug-followup@freebsd.org Subject: Re: ports/177812: Can't build Firefox 20 on FreeBSD 9.1 Date: Wed, 17 Apr 2013 08:24:44 +0200 Am 13.04.2013 03:04, schrieb Jan Beich: > Michael Fausten writes: > >> FreeBSD glaukos 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jun 11 >> 23:52:38 UTC 2012 >> root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > [...] >> g++46 -o FileUtils.o ... >> /usr/ports/www/firefox/work/mozilla-release/xpcom/glue/FileUtils.cpp: >> In function 'bool mozilla::fallocate(PRFileDesc*, int64_t)': >> /usr/ports/www/firefox/work/mozilla-release/xpcom/glue/FileUtils.cpp:25:67: >> error: 'posix_fallocate' was not declared in this scope > Try adding the following line into FileUtils.cpp before . > > #define _XOPEN_SOURCE 600 > > If it does help try checking which macro affects __BSD_VISIBLE and > __POSIX_VISIBLE by inspecting compiler output from adding -E to cflags. Firstly, I want to clarify that the target OS is FreeBSD 8.3 and not 9.1 I accidentally wrote. Sorry if that might confused. I added "#define _XOPEN_SOURCE 600" to my work/mozilla-release/xpcom/glue/FileUtils.cpp, but unfortunately it didn't help :( # head work/mozilla-release/xpcom/glue/FileUtils.cpp /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- * 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/. */ #if defined(XP_UNIX) #define _XOPEN_SOURCE 600 #include #include #include #include I guess the error is stillt the same: ### start error message ### [...] gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3/xpcom/typelib' gmake -C string libs gmake[4]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3/xpcom/string' gmake -C public libs gmake[5]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3/xpcom/string/public' gmake[5]: Für das Ziel »libs« ist nichts zu tun. gmake[5]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3/xpcom/string/public' gmake -C src libs gmake[5]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3/xpcom/string/src' gmake[5]: Für das Ziel »libs« ist nichts zu tun. gmake[5]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3/xpcom/string/src' gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3/xpcom/string' gmake -C glue libs FileUtils.cpp gmake[4]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3/xpcom/glue' g++46 -o FileUtils.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include ../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -DTARGET_XPCOM_ABI=\"x86-gcc3\" -I../../../xpcom/glue/../build -I../../../xpcom/glue -I. -I../../dist/include -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include -fPIC -isystem/usr/local/include -I/usr/local/include -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc46 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe -DNDEBUG -DTRIMMED -fno-omit-frame-pointer -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/FileUtils.o.pp /usr/ports/www/firefox/work/mozilla-release/xpcom/glue/FileUtils.cpp /usr/ports/www/firefox/work/mozilla-release/xpcom/glue/FileUtils.cpp: In function 'bool mozilla::fallocate(PRFileDesc*, int64_t)': /usr/ports/www/firefox/work/mozilla-release/xpcom/glue/FileUtils.cpp:26:67: error: 'posix_fallocate' was not declared in this scope gmake[4]: *** [FileUtils.o] Fehler 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3/xpcom/glue' gmake[3]: *** [libs] Fehler 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3/xpcom' gmake[2]: *** [libs_tier_platform] Fehler 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3' gmake[1]: *** [tier_platform] Fehler 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.3' gmake: *** [default] Fehler 2 *** Error code 1 Stop in /usr/ports/www/firefox. *** Error code 1 Stop in /usr/ports/www/firefox. ### end error message ### > Otherwise, make sure gcc private copies of system headers under > /usr/local/lib/gcc46/gcc/*/*/include-fixed/ are up to date. I removed gcc46 with pkg delete gcc46 and installed it again. The path you mentioned above did temporary not exist (after the deinstallation). Anyway, also after this the build went wrong with the same error. Thanks for your help. From owner-freebsd-gecko@FreeBSD.ORG Wed Apr 17 09:20:02 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 766EC31B for ; Wed, 17 Apr 2013 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B5DE579D for ; Wed, 17 Apr 2013 09:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3H9K1RX001936 for ; Wed, 17 Apr 2013 09:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3H9K17R001935; Wed, 17 Apr 2013 09:20:01 GMT (envelope-from gnats) Date: Wed, 17 Apr 2013 09:20:01 GMT Message-Id: <201304170920.r3H9K17R001935@freefall.freebsd.org> To: gecko@FreeBSD.org From: Jan Beich Subject: Re: ports/177812: Can't build Firefox 20 on FreeBSD 9.1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jan Beich List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 09:20:02 -0000 The following reply was made to PR ports/177812; it has been noted by GNATS. From: Jan Beich To: Michael Fausten Cc: bug-followup@freebsd.org Subject: Re: ports/177812: Can't build Firefox 20 on FreeBSD 9.1 Date: Tue, 16 Apr 2013 22:11:44 -1100 Michael Fausten writes: > Am 13.04.2013 03:04, schrieb Jan Beich: > >> Michael Fausten writes: >> >>> FreeBSD glaukos 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jun 11 >>> 23:52:38 UTC 2012 >>> root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >> [...] >>> g++46 -o FileUtils.o ... >>> /usr/ports/www/firefox/work/mozilla-release/xpcom/glue/FileUtils.cpp: >>> In function 'bool mozilla::fallocate(PRFileDesc*, int64_t)': >>> /usr/ports/www/firefox/work/mozilla-release/xpcom/glue/FileUtils.cpp:25:67: >>> error: 'posix_fallocate' was not declared in this scope >> Try adding the following line into FileUtils.cpp before . >> >> #define _XOPEN_SOURCE 600 >> >> If it does help try checking which macro affects __BSD_VISIBLE and >> __POSIX_VISIBLE by inspecting compiler output from adding -E to cflags. > > Firstly, I want to clarify that the target OS is FreeBSD 8.3 and not > 9.1 I accidentally wrote. Sorry if that might confused. > > I added "#define _XOPEN_SOURCE 600" to my > work/mozilla-release/xpcom/glue/FileUtils.cpp, but unfortunately it > didn't help :( Make sure your /usr/include/fcntl.h is identical to http://svnweb.freebsd.org/base/releng/8.3/sys/sys/fcntl.h?view=co I guess you have libc with posix_fallocate() but not declared in fcntl.h which can be illustrated as // test.c: snippet from configure #define _XOPEN_SOURCE 600 #include int main() { posix_fallocate(0, 0, 0); return 0; } # if succeeds configure defines HAVE_POSIX_FALLOCATE $ gcc46 -Wall test.c test.c: In function 'main': test.c:7:5: warning: implicit declaration of function 'posix_fallocate' [-Wimplicit-function-declaration] # but FileUtils.cpp is built with C++ compiler $ g++46 -Wall test.c test.c: In function 'int main()': test.c:7:28: error: 'posix_fallocate' was not declared in this scope Exit 1 -- an interrupted upgrade left the system in an inconsistent state? From owner-freebsd-gecko@FreeBSD.ORG Wed Apr 17 14:31:07 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B9B1B73 for ; Wed, 17 Apr 2013 14:31:07 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 40F84CBA for ; Wed, 17 Apr 2013 14:31:06 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3HEV6KO053525 for ; Wed, 17 Apr 2013 14:31:06 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3HEV0MF050508 for freebsd-gecko@freebsd.org; Wed, 17 Apr 2013 14:31:00 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 17 Apr 2013 14:31:00 GMT Message-Id: <201304171431.r3HEV0MF050508@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] r1240 - in trunk: devel/nspr mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/libxul www/libxul19 www/linux-firefox www/linux-seamonkey www/seamonkey www/seamonkey-i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 14:31:07 -0000 Author: jbeich Date: Wed Apr 17 14:31:00 2013 New Revision: 1240 Log: flatten MASTER_SITES path Modified: trunk/devel/nspr/Makefile trunk/mail/linux-thunderbird/Makefile trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird/Makefile trunk/security/ca_root_nss/Makefile trunk/security/nss/Makefile trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-i18n/Makefile trunk/www/firefox/Makefile trunk/www/libxul/Makefile trunk/www/libxul19/Makefile trunk/www/linux-firefox/Makefile trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/Makefile.common trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey/Makefile Modified: trunk/devel/nspr/Makefile ============================================================================== --- trunk/devel/nspr/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/devel/nspr/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -8,8 +8,7 @@ PORTNAME= nspr DISTVERSION= 4.9.6 CATEGORIES= devel -MASTER_SITES= MOZILLA -MASTER_SITE_SUBDIR= nspr/releases/v${PORTVERSION}/src +MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src MAINTAINER= gecko@FreeBSD.org COMMENT= A platform-neutral API for system level and libc like functions Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/mail/linux-thunderbird/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -4,7 +4,6 @@ PORTNAME= thunderbird PORTVERSION= 17.0.5 CATEGORIES= mail -MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US DISTNAME= ${PORTNAME}-${DISTVERSION}esr MAINTAINER= gecko@FreeBSD.org Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/mail/thunderbird-i18n/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -4,7 +4,7 @@ PORTNAME= thunderbird-i18n PORTVERSION= 17.0.5 CATEGORIES= mail -MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}esr/linux-i686/xpi +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/mail/thunderbird/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -4,8 +4,7 @@ PORTNAME= thunderbird DISTVERSION= 17.0.5 CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}esr/source +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source DISTFILES= ${PORTNAME}-${DISTVERSION}esr.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}esr.source${EXTRACT_SUFX} Modified: trunk/security/ca_root_nss/Makefile ============================================================================== --- trunk/security/ca_root_nss/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/security/ca_root_nss/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -4,8 +4,7 @@ PORTNAME= ca_root_nss PORTVERSION= ${VERSION_NSS} CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= security/nss/releases/${DISTNAME:U:C/[-.]/_/g}_RTM/src +MASTER_SITES= MOZILLA/security/nss/releases/${DISTNAME:U:C/[-.]/_/g}_RTM/src DISTNAME= nss-${VERSION_NSS}${NSS_SUFFIX} MAINTAINER= gecko@FreeBSD.org Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/security/nss/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -5,8 +5,7 @@ PORTVERSION= 3.14.3 #DISTVERSIONSUFFIX= .with.ckbi.1.93 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= security/nss/releases/${DISTNAME:U:C/[-.]/_/g}_RTM/src +MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:U:C/[-.]/_/g}_RTM/src MAINTAINER= gecko@FreeBSD.org COMMENT= Libraries to support development of security-enabled applications Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/firefox-esr-i18n/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -4,7 +4,7 @@ PORTNAME= firefox-i18n PORTVERSION= 17.0.5 CATEGORIES= www -MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}esr/linux-i686/xpi +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/firefox-esr/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -5,8 +5,7 @@ DISTVERSION= 17.0.5 PORTEPOCH= 1 CATEGORIES= www ipv6 -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}esr/source +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source DISTNAME= ${PORTNAME}-${DISTVERSION}esr.source MAINTAINER= gecko@FreeBSD.org Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/firefox-i18n/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -4,7 +4,7 @@ PORTNAME= firefox-i18n PORTVERSION= 20.0 CATEGORIES= www -MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/firefox/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -5,8 +5,7 @@ DISTVERSION= 21.0b1 PORTEPOCH= 1 CATEGORIES= www ipv6 -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/libxul/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -4,8 +4,7 @@ PORTNAME= libxul DISTVERSION= 17.0.5 CATEGORIES?= www devel -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= firefox/releases/${DISTVERSION}esr/source +MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source DISTNAME= firefox-${DISTVERSION}esr.source MAINTAINER?= gecko@FreeBSD.org Modified: trunk/www/libxul19/Makefile ============================================================================== --- trunk/www/libxul19/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/libxul19/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -9,8 +9,7 @@ DISTVERSION= 1.9.2.28 PORTREVISION= 1 CATEGORIES?= www devel -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= firefox/releases/3.6.28/source +MASTER_SITES= MOZILLA/firefox/releases/3.6.28/source DISTNAME= firefox-3.6.28.source MAINTAINER?= gecko@FreeBSD.org Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/linux-firefox/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -5,7 +5,6 @@ PORTVERSION= 17.0.5 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITE_SUBDIR?= firefox/releases/${PORTVERSION}esr/linux-i686/en-US DISTNAME= ${PORTNAME}-${DISTVERSION}esr MAINTAINER= gecko@FreeBSD.org Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/linux-seamonkey/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -4,7 +4,7 @@ PORTNAME= seamonkey PORTVERSION= 2.17 CATEGORIES= www -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/linux-seamonkey/Makefile.common Wed Apr 17 14:31:00 2013 (r1240) @@ -6,10 +6,7 @@ # CATEGORIES+= linux -.ifndef MASTER_SITES -MASTER_SITES= MOZILLA -MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${DISTVERSION} -.endif +MASTER_SITES?= MOZILLA/${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US PKGNAMEPREFIX?= linux- NO_BUILD= yes Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/seamonkey-i18n/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -4,7 +4,7 @@ PORTNAME= seamonkey-i18n PORTVERSION= 2.17 CATEGORIES= www -MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= DISTFILES= ${SEAMONKEY_I18N_:S/$/.langpack.xpi/:S/^/seamonkey-${PORTVERSION}./} DIST_SUBDIR= xpi/${DISTNAME} Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Tue Apr 16 12:55:15 2013 (r1239) +++ trunk/www/seamonkey/Makefile Wed Apr 17 14:31:00 2013 (r1240) @@ -4,8 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.18b1 CATEGORIES?= www ipv6 -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} From owner-freebsd-gecko@FreeBSD.ORG Wed Apr 17 14:31:16 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6109AB7F for ; Wed, 17 Apr 2013 14:31:16 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id E2A4ACBE for ; Wed, 17 Apr 2013 14:31:15 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3HEVF8O054786 for ; Wed, 17 Apr 2013 14:31:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3HEV9eO053907 for freebsd-gecko@freebsd.org; Wed, 17 Apr 2013 14:31:09 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 17 Apr 2013 14:31:09 GMT Message-Id: <201304171431.r3HEV9eO053907@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] r1241 - in trunk/www: firefox firefox-i18n seamonkey seamonkey-i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 14:31:16 -0000 Author: jbeich Date: Wed Apr 17 14:31:09 2013 New Revision: 1241 Log: add build1 mirrors for common offenders Modified: trunk/www/firefox-i18n/Makefile trunk/www/firefox/Makefile trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey/Makefile Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Wed Apr 17 14:31:00 2013 (r1240) +++ trunk/www/firefox-i18n/Makefile Wed Apr 17 14:31:09 2013 (r1241) @@ -4,7 +4,8 @@ PORTNAME= firefox-i18n PORTVERSION= 20.0 CATEGORIES= www -MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi/ PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Wed Apr 17 14:31:00 2013 (r1240) +++ trunk/www/firefox/Makefile Wed Apr 17 14:31:09 2013 (r1241) @@ -5,7 +5,8 @@ DISTVERSION= 21.0b1 PORTEPOCH= 1 CATEGORIES= www ipv6 -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Wed Apr 17 14:31:00 2013 (r1240) +++ trunk/www/seamonkey-i18n/Makefile Wed Apr 17 14:31:09 2013 (r1241) @@ -4,7 +4,8 @@ PORTNAME= seamonkey-i18n PORTVERSION= 2.17 CATEGORIES= www -MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/langpack/ PKGNAMEPREFIX= DISTFILES= ${SEAMONKEY_I18N_:S/$/.langpack.xpi/:S/^/seamonkey-${PORTVERSION}./} DIST_SUBDIR= xpi/${DISTNAME} Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Wed Apr 17 14:31:00 2013 (r1240) +++ trunk/www/seamonkey/Makefile Wed Apr 17 14:31:09 2013 (r1241) @@ -4,7 +4,8 @@ PORTNAME= seamonkey DISTVERSION= 2.18b1 CATEGORIES?= www ipv6 -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} From owner-freebsd-gecko@FreeBSD.ORG Wed Apr 17 14:31:25 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3963EB8C for ; Wed, 17 Apr 2013 14:31:25 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id D4645CBF for ; Wed, 17 Apr 2013 14:31:24 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3HEVNNq056661 for ; Wed, 17 Apr 2013 14:31:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3HEVIhC055977 for freebsd-gecko@freebsd.org; Wed, 17 Apr 2013 14:31:18 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 17 Apr 2013 14:31:18 GMT Message-Id: <201304171431.r3HEVIhC055977@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] r1242 - in trunk: mail/thunderbird-i18n www/firefox-esr-i18n www/firefox-i18n www/seamonkey-i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 14:31:25 -0000 Author: jbeich Date: Wed Apr 17 14:31:18 2013 New Revision: 1242 Log: unify list-langs target Modified: trunk/mail/thunderbird-i18n/Makefile trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-i18n/Makefile trunk/www/seamonkey-i18n/Makefile Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Wed Apr 17 14:31:09 2013 (r1241) +++ trunk/mail/thunderbird-i18n/Makefile Wed Apr 17 14:31:18 2013 (r1242) @@ -75,8 +75,9 @@ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' '/ Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Wed Apr 17 14:31:09 2013 (r1241) +++ trunk/www/firefox-esr-i18n/Makefile Wed Apr 17 14:31:18 2013 (r1242) @@ -85,10 +85,10 @@ ${FIND} ${WRKSRC} -name install.rdf -print0 | \ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/ Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 07D7CBA1 for ; Wed, 17 Apr 2013 14:31:35 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 8905ACC4 for ; Wed, 17 Apr 2013 14:31:34 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3HEVXqs058723 for ; Wed, 17 Apr 2013 14:31:33 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3HEVSbK057174 for freebsd-gecko@freebsd.org; Wed, 17 Apr 2013 14:31:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 17 Apr 2013 14:31:28 GMT Message-Id: <201304171431.r3HEVSbK057174@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] r1243 - in trunk: . www/firefox www/firefox-nightly www/firefox-nightly/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 14:31:35 -0000 Author: jbeich Date: Wed Apr 17 14:31:28 2013 New Revision: 1243 Log: update Added: trunk/www/firefox-nightly/files/patch-bug862759 Modified: trunk/Gecko_TODO trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox-nightly/files/patch-bug807492 trunk/www/firefox-nightly/files/patch-bug826985 trunk/www/firefox/Makefile trunk/www/firefox/distinfo Modified: trunk/Gecko_TODO ============================================================================== --- trunk/Gecko_TODO Wed Apr 17 14:31:18 2013 (r1242) +++ trunk/Gecko_TODO Wed Apr 17 14:31:28 2013 (r1243) @@ -3,6 +3,7 @@ - xpcom/base/MapsMemoryReporter.cpp - media/webrtc/trunk/src/system_wrappers/source/cpu.cc - toolkit/crashreporter +- tools/profiler - netwerk/wifi backend can be based on www/chromium/files/patch-content__browser__geolocation__wifi_data_provider_freebsd.cc - libusbhid(3) for hal/linux/LinuxGamepad.cpp @@ -18,6 +19,9 @@ unassigned (ports): - port libxul-1.9 consumers to libxul-10, lest they be removed - add BlueGriffon to replace www/kompozer +- add TorBrowserBundle: + * linux version requires newer glibc/gtk + * native needs privacy audit of our build glue - switch to system libxul (needs slaves with common patches); a Debian patch to reduce configure time can be useful - move duplicated `>=' deps into bsd.gecko.mk (system libxul?) @@ -28,6 +32,8 @@ (layers.acceleration.force-enabled -> true ?) jbeich: +- remove 9.0 support at esr24 +- remove WEBRTC option at 22.0 -> always build with - switch to --ignore-unresolved-symbol (waiting for binutils 2.24) - add Gtk3 support (not landed in m-c yet) - move PGO to bsd.gecko.mk (blocked by USE_PYTHON_BUILD in *-esr) Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Wed Apr 17 14:31:18 2013 (r1242) +++ trunk/www/firefox-nightly/Makefile.hgrev Wed Apr 17 14:31:28 2013 (r1243) @@ -1 +1 @@ -HGREV= 126934:e53044984f1b +HGREV= 128981:ef0432d35332 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Wed Apr 17 14:31:18 2013 (r1242) +++ trunk/www/firefox-nightly/distinfo Wed Apr 17 14:31:28 2013 (r1243) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/e53044984f1b.tar.bz2) = a98e8fbb516eb49fcc545748a2f15d563eba4883f231e104337f9539488a51b9 -SIZE (firefox-nightly/e53044984f1b.tar.bz2) = 109622235 +SHA256 (firefox-nightly/ef0432d35332.tar.bz2) = 1580f476a5ceb73467649022e59d81e6f3ba1c5af960bdae9255a58e152589fd +SIZE (firefox-nightly/ef0432d35332.tar.bz2) = 110034197 Modified: trunk/www/firefox-nightly/files/patch-bug807492 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug807492 Wed Apr 17 14:31:18 2013 (r1242) +++ trunk/www/firefox-nightly/files/patch-bug807492 Wed Apr 17 14:31:28 2013 (r1243) @@ -17,17 +17,17 @@ index c167461..8346c11 100644 --- configure.in +++ configure.in -@@ -5258,17 +5258,17 @@ if test -n "$MOZ_WEBRTC"; then - *-android*|*-linuxandroid*) - if test -n "$MOZ_B2G"; then - MOZ_WEBRTC=1 - else - dnl Make sure doesn't get matched by *-linux* - MOZ_WEBRTC= - fi - ;; -- *-linux*|*-mingw*|*-darwin*) -+ *-linux*|*-mingw*|*-darwin*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*) +@@ -5246,17 +5246,17 @@ if test "$NS_PRINTING"; then + AC_DEFINE(NS_PRINT_PREVIEW) + fi + + dnl Turn off webrtc for OS's we don't handle yet, but allow + dnl --enable-webrtc to override. Can disable for everything in + dnl the master list above. + if test -n "$MOZ_WEBRTC"; then + case "$target" in +- *-linux*|*-mingw*|*-darwin*|*-android*|*-linuxandroid*) ++ *-linux*|*-mingw*|*-darwin*|*-android*|*-linuxandroid*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*) dnl Leave enabled ;; *) @@ -317,12 +317,12 @@ if (!(my_locale = r_strdup(setlocale(LC_CTYPE, 0)))) ABORT(R_NO_MEMORY); -@@ -93,28 +101,28 @@ mbslen(const char *s, size_t *ncharsp) - #else +@@ -94,28 +102,28 @@ mbslen(const char *s, size_t *ncharsp) /* can't count UTF-8 characters with mbrlen if the locale isn't UTF-8 */ /* null-checking setlocale is required because Android */ char *locale = setlocale(LC_CTYPE, 0); - if (!locale || !strcasestr(locale, "UTF-8")) + /* some systems use "utf8" instead of "UTF-8" like Fedora 17 */ + if (!locale || (!strcasestr(locale, "UTF-8") && !strcasestr(locale, "UTF8"))) ABORT(R_NOT_FOUND); #endif @@ -344,12 +344,12 @@ +#endif /* HAVE_XLOCALE */ { if (nbytes == (size_t)-1) /* should never happen */ { - assert(0); ABORT(R_INTERNAL); } if (nbytes == (size_t)-2) /* encoding error */ { - assert(0); ABORT(R_BAD_DATA); + } + diff --git media/mtransport/third_party/nrappkit/nrappkit.gyp media/mtransport/third_party/nrappkit/nrappkit.gyp index 3cc8e1c..74016c6 100644 --- media/mtransport/third_party/nrappkit/nrappkit.gyp Modified: trunk/www/firefox-nightly/files/patch-bug826985 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug826985 Wed Apr 17 14:31:18 2013 (r1242) +++ trunk/www/firefox-nightly/files/patch-bug826985 Wed Apr 17 14:31:28 2013 (r1243) @@ -16,16 +16,16 @@ index 55e4cd1..76567b3 100644 --- configure.in +++ configure.in -@@ -5294,6 +5294,9 @@ if test -n "$MOZ_WEBRTC"; then +@@ -5309,6 +5309,9 @@ if test -n "$MOZ_WEBRTC"; then MOZ_VP8_ENCODER=1 MOZ_VP8_ERROR_CONCEALMENT=1 + dnl with libv4l2 we can support more cameras + PKG_CHECK_MODULES(MOZ_LIBV4L2, libv4l2) + - if test "$MOZ_WIDGET_TOOLKIT" != "gonk"; then - dnl OpenSLES is only available in Android 2.3 and later; we'll change this - dnl hard dependency to a dynamic load with graceful runtime failure before + dnl enable once Signaling lands + MOZ_WEBRTC_SIGNALING=1 + AC_DEFINE(MOZ_WEBRTC_SIGNALING) @@ -8981,6 +8984,10 @@ elif test "${OS_TARGET}" = "Android"; then fi fi Added: trunk/www/firefox-nightly/files/patch-bug862759 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug862759 Wed Apr 17 14:31:28 2013 (r1243) @@ -0,0 +1,10 @@ +--- js/src/frontend/ParseMaps.cpp~ ++++ js/src/frontend/ParseMaps.cpp +@@ -134,5 +134,5 @@ frontend::InitAtomMap(JSContext *cx, frontend::AtomIndexMap *indices, HeapPtrAto + } + } + +-template class AtomDecls; +-template class AtomDecls; ++template class frontend::AtomDecls; ++template class frontend::AtomDecls; Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Wed Apr 17 14:31:18 2013 (r1242) +++ trunk/www/firefox/Makefile Wed Apr 17 14:31:28 2013 (r1243) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ PORTNAME= firefox -DISTVERSION= 21.0b1 +DISTVERSION= 21.0b3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Wed Apr 17 14:31:18 2013 (r1242) +++ trunk/www/firefox/distinfo Wed Apr 17 14:31:28 2013 (r1243) @@ -1,2 +1,2 @@ -SHA256 (firefox-21.0b1.source.tar.bz2) = 74330638c18df570a70df439d8b975bbfe09b36e911be95553fa2176104caeb6 -SIZE (firefox-21.0b1.source.tar.bz2) = 105191317 +SHA256 (firefox-21.0b3.source.tar.bz2) = 7361cefa8c23a7fb2b4372afd2dcccba305e05679c4b5501b1e8cd35627d7392 +SIZE (firefox-21.0b3.source.tar.bz2) = 105415290 From owner-freebsd-gecko@FreeBSD.ORG Wed Apr 17 17:55:39 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7CF6BEDF for ; Wed, 17 Apr 2013 17:55:39 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 176A196A for ; Wed, 17 Apr 2013 17:55:38 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3HHtbOG049787 for ; Wed, 17 Apr 2013 17:55:37 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3HHtWK3048889 for freebsd-gecko@freebsd.org; Wed, 17 Apr 2013 17:55:32 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 17 Apr 2013 17:55:32 GMT Message-Id: <201304171755.r3HHtWK3048889@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] r1244 - in trunk/security/nss: . files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 17:55:39 -0000 Author: jbeich Date: Wed Apr 17 17:55:32 2013 New Revision: 1244 Log: remove obsolete patch Deleted: trunk/security/nss/files/patch-pr175656 Modified: trunk/security/nss/Makefile Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Wed Apr 17 14:31:28 2013 (r1243) +++ trunk/security/nss/Makefile Wed Apr 17 17:55:32 2013 (r1244) @@ -11,7 +11,8 @@ COMMENT= Libraries to support development of security-enabled applications BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - nspr>=4.8.8:${PORTSDIR}/devel/nspr + nspr>=4.8.8:${PORTSDIR}/devel/nspr \ + sqlite3>=3.7.15:${PORTSDIR}/databases/sqlite3 LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr \ sqlite3.8:${PORTSDIR}/databases/sqlite3 Deleted: trunk/security/nss/files/patch-pr175656 ============================================================================== --- trunk/security/nss/files/patch-pr175656 Wed Apr 17 17:55:32 2013 (r1243) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- lib/softoken/sdb.c~ -+++ lib/softoken/sdb.c -@@ -38,6 +38,10 @@ - #include - #endif - -+#ifndef SQLITE_FCNTL_TEMPFILENAME -+#define SQLITE_FCNTL_TEMPFILENAME 16 -+#endif -+ - #ifdef SQLITE_UNSAFE_THREADS - #include "prlock.h" - /* From owner-freebsd-gecko@FreeBSD.ORG Wed Apr 17 17:55:47 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33C54EEA for ; Wed, 17 Apr 2013 17:55:47 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id CDEA096B for ; Wed, 17 Apr 2013 17:55:46 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3HHtjpN051429 for ; Wed, 17 Apr 2013 17:55:45 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3HHteV6050866 for freebsd-gecko@freebsd.org; Wed, 17 Apr 2013 17:55:40 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 17 Apr 2013 17:55:40 GMT Message-Id: <201304171755.r3HHteV6050866@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] r1245 - trunk/www/linux-firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 17:55:47 -0000 Author: jbeich Date: Wed Apr 17 17:55:40 2013 New Revision: 1245 Log: update linux-firefox to latest release Modified: trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo trunk/www/linux-firefox/pkg-plist Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Wed Apr 17 17:55:32 2013 (r1244) +++ trunk/www/linux-firefox/Makefile Wed Apr 17 17:55:40 2013 (r1245) @@ -2,18 +2,28 @@ # $FreeBSD: head/www/linux-firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= firefox -PORTVERSION= 17.0.5 +PORTVERSION= 20.0 PORTEPOCH= 1 CATEGORIES= www -DISTNAME= ${PORTNAME}-${DISTVERSION}esr +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla +# gecko version must be exactly same +EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/www/linux-seamonkey:extract + USE_LDCONFIG= yes USE_BZIP2= yes USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss .include "${.CURDIR}/../linux-seamonkey/Makefile.common" + +post-extract: replace-gre +replace-gre: + # using seamonkey gre for linux_base-f10 compat + cd $$(${MAKE} -V WRKSRC -C ${PORTSDIR}/www/linux-seamonkey); \ + ${CP} lib* dependentlibs.list ${WRKSRC} + .include Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Wed Apr 17 17:55:32 2013 (r1244) +++ trunk/www/linux-firefox/distinfo Wed Apr 17 17:55:40 2013 (r1245) @@ -1,2 +1,2 @@ -SHA256 (firefox-17.0.5esr.tar.bz2) = 990fd903b08ef33d79a2019284b825e04cf27780526732d5324bc940bb521d21 -SIZE (firefox-17.0.5esr.tar.bz2) = 21393264 +SHA256 (firefox-20.0.tar.bz2) = 1ac19cfb0b449de7fdb6e61f7c62f64aade8c024bd3200466c771b8c3d76379a +SIZE (firefox-20.0.tar.bz2) = 23435135 Modified: trunk/www/linux-firefox/pkg-plist ============================================================================== --- trunk/www/linux-firefox/pkg-plist Wed Apr 17 17:55:32 2013 (r1244) +++ trunk/www/linux-firefox/pkg-plist Wed Apr 17 17:55:40 2013 (r1245) @@ -11,7 +11,6 @@ lib/%%APP_NAME%%/components/libbrowsercomps.so lib/%%APP_NAME%%/components/libdbusservice.so lib/%%APP_NAME%%/components/libmozgnome.so -lib/%%APP_NAME%%/components/libnkgnomevfs.so lib/%%APP_NAME%%/crashreporter lib/%%APP_NAME%%/crashreporter-override.ini lib/%%APP_NAME%%/crashreporter.ini @@ -28,6 +27,8 @@ lib/%%APP_NAME%%/icons/updater.png lib/%%APP_NAME%%/libfreebl3.chk lib/%%APP_NAME%%/libfreebl3.so +lib/%%APP_NAME%%/libldap60.so +lib/%%APP_NAME%%/libldif60.so lib/%%APP_NAME%%/libmozalloc.so lib/%%APP_NAME%%/libmozsqlite3.so lib/%%APP_NAME%%/libnspr4.so @@ -38,6 +39,7 @@ lib/%%APP_NAME%%/libnssutil3.so lib/%%APP_NAME%%/libplc4.so lib/%%APP_NAME%%/libplds4.so +lib/%%APP_NAME%%/libprldap60.so lib/%%APP_NAME%%/libsmime3.so lib/%%APP_NAME%%/libsoftokn3.chk lib/%%APP_NAME%%/libsoftokn3.so @@ -78,12 +80,19 @@ @dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} @dirrm lib/%%APP_NAME%%/extensions @dirrm lib/%%APP_NAME%%/icons +@dirrm lib/%%APP_NAME%%/modules/accessibility +@dirrm lib/%%APP_NAME%%/modules/commonjs/promise +@dirrm lib/%%APP_NAME%%/modules/commonjs +@dirrm lib/%%APP_NAME%%/modules/identity +@dirrm lib/%%APP_NAME%%/modules/services @dirrm lib/%%APP_NAME%%/modules/services-aitc @dirrm lib/%%APP_NAME%%/modules/services-common @dirrm lib/%%APP_NAME%%/modules/services-crypto -@dirrm lib/%%APP_NAME%%/modules/services-notifications @dirrm lib/%%APP_NAME%%/modules/services-sync/engines +@dirrm lib/%%APP_NAME%%/modules/services-sync/stages @dirrm lib/%%APP_NAME%%/modules/services-sync +@dirrm lib/%%APP_NAME%%/modules/services/datareporting +@dirrm lib/%%APP_NAME%%/modules/services/metrics @dirrm lib/%%APP_NAME%%/modules/sessionstore @dirrm lib/%%APP_NAME%%/modules @dirrm lib/%%APP_NAME%%/plugins From owner-freebsd-gecko@FreeBSD.ORG Wed Apr 17 20:08:10 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 421284C8 for ; Wed, 17 Apr 2013 20:08:10 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id C15732D9 for ; Wed, 17 Apr 2013 20:08:09 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3HK87bW076530 for ; Wed, 17 Apr 2013 20:08:07 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3HK7xsL074926 for freebsd-gecko@freebsd.org; Wed, 17 Apr 2013 20:07:59 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 17 Apr 2013 20:07:59 GMT Message-Id: <201304172007.r3HK7xsL074926@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] r1246 - in trunk: mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/libxul19 www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 20:08:10 -0000 Author: jbeich Date: Wed Apr 17 20:07:59 2013 New Revision: 1246 Log: move GIO as default and GSTREAMER option to Makefile.options Modified: trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/firefox/Makefile.options trunk/www/libxul/Makefile trunk/www/libxul19/Makefile trunk/www/seamonkey/Makefile Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Wed Apr 17 17:55:40 2013 (r1245) +++ trunk/mail/thunderbird/Makefile Wed Apr 17 20:07:59 2013 (r1246) @@ -50,7 +50,7 @@ SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome -OPTIONS_DEFINE= ENIGMAIL GSTREAMER LIGHTNING +OPTIONS_DEFINE= ENIGMAIL LIGHTNING OPTIONS_DEFAULT=ENIGMAIL LIGHTNING .include "${.CURDIR}/../../www/firefox/Makefile.options" Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Wed Apr 17 17:55:40 2013 (r1245) +++ trunk/www/firefox-esr/Makefile Wed Apr 17 20:07:59 2013 (r1246) @@ -44,8 +44,7 @@ --enable-application=browser \ --enable-official-branding -OPTIONS_DEFINE= GSTREAMER PGO -OPTIONS_DEFAULT=GIO +OPTIONS_DEFINE= PGO .include "${.CURDIR}/../../www/firefox/Makefile.options" .include Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Wed Apr 17 17:55:40 2013 (r1245) +++ trunk/www/firefox-nightly/Makefile Wed Apr 17 20:07:59 2013 (r1246) @@ -48,8 +48,8 @@ MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ --enable-application=browser -OPTIONS_DEFINE= GSTREAMER PGO WEBRTC -OPTIONS_DEFAULT=GIO GSTREAMER WEBRTC +OPTIONS_DEFINE= PGO WEBRTC +OPTIONS_DEFAULT=GSTREAMER WEBRTC .include "${.CURDIR}/../../www/firefox/Makefile.options" Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Wed Apr 17 17:55:40 2013 (r1245) +++ trunk/www/firefox/Makefile Wed Apr 17 20:07:59 2013 (r1246) @@ -46,8 +46,8 @@ --enable-application=browser \ --enable-official-branding -OPTIONS_DEFINE= GSTREAMER PGO WEBRTC -OPTIONS_DEFAULT=GIO WEBRTC +OPTIONS_DEFINE= PGO WEBRTC +OPTIONS_DEFAULT=WEBRTC .include "${.CURDIR}/../../www/firefox/Makefile.options" .include Modified: trunk/www/firefox/Makefile.options ============================================================================== --- trunk/www/firefox/Makefile.options Wed Apr 17 17:55:40 2013 (r1245) +++ trunk/www/firefox/Makefile.options Wed Apr 17 20:07:59 2013 (r1246) @@ -1,8 +1,8 @@ # -*- makefile-bsdmake -*- -OPTIONS_DEFINE+= DBUS DEBUG GCONF GIO GNOMEUI GNOMEVFS2 LIBPROXY \ - LOGGING OPTIMIZED_CFLAGS -OPTIONS_DEFAULT+= ALSA DBUS LOGGING +OPTIONS_DEFINE+= DBUS DEBUG GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \ + LIBPROXY LOGGING OPTIMIZED_CFLAGS +OPTIONS_DEFAULT+= ALSA DBUS GIO LOGGING OPTIONS_SINGLE+= AUDIO OPTIONS_SINGLE_AUDIO= ALSA OSS PULSEAUDIO Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Wed Apr 17 17:55:40 2013 (r1245) +++ trunk/www/libxul/Makefile Wed Apr 17 20:07:59 2013 (r1246) @@ -46,9 +46,6 @@ MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin -OPTIONS_DEFINE= GSTREAMER -OPTIONS_DEFAULT=GIO - .include "${.CURDIR}/../../www/firefox/Makefile.options" .include Modified: trunk/www/libxul19/Makefile ============================================================================== --- trunk/www/libxul19/Makefile Wed Apr 17 17:55:40 2013 (r1245) +++ trunk/www/libxul19/Makefile Wed Apr 17 20:07:59 2013 (r1246) @@ -53,8 +53,8 @@ .include "${.CURDIR}/../../www/firefox/Makefile.options" -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/ALSA/OSS/} -OPTIONS_DEFINE:=${OPTIONS_DEFINE:NLIBPROXY:NGIO} +OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:NGIO:S/ALSA/OSS/} +OPTIONS_DEFINE:=${OPTIONS_DEFINE:NLIBPROXY:NGIO:NGSTREAMER} OPTIONS_SINGLE:=${OPTIONS_SINGLE:NTOOLKIT} .include Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Wed Apr 17 17:55:40 2013 (r1245) +++ trunk/www/seamonkey/Makefile Wed Apr 17 20:07:59 2013 (r1246) @@ -47,8 +47,8 @@ NOT_FOR_ARCHS= ia64 -OPTIONS_DEFINE= CHATZILLA COMPOSER ENIGMAIL GSTREAMER LDAP LIGHTNING MAILNEWS WEBRTC -OPTIONS_DEFAULT=CHATZILLA COMPOSER ENIGMAIL GIO LDAP LIGHTNING MAILNEWS WEBRTC +OPTIONS_DEFINE= CHATZILLA COMPOSER ENIGMAIL LDAP LIGHTNING MAILNEWS WEBRTC +OPTIONS_DEFAULT=CHATZILLA COMPOSER ENIGMAIL LDAP LIGHTNING MAILNEWS WEBRTC CHATZILLA_DESC?=Chatzilla IRC module COMPOSER_DESC?= HTML Composer module From owner-freebsd-gecko@FreeBSD.ORG Thu Apr 18 06:49:55 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 796FDF26 for ; Thu, 18 Apr 2013 06:49:55 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id ED2B6EA0 for ; Thu, 18 Apr 2013 06:49:54 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3I6nlfG080259 for ; Thu, 18 Apr 2013 06:49:47 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3I6ngsa079792 for freebsd-gecko@freebsd.org; Thu, 18 Apr 2013 06:49:42 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 18 Apr 2013 06:49:42 GMT Message-Id: <201304180649.r3I6ngsa079792@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] r1247 - in trunk: mail/thunderbird www/firefox www/firefox-esr www/libxul MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 06:49:55 -0000 Author: jbeich Date: Thu Apr 18 06:49:42 2013 New Revision: 1247 Log: improve conflicts - firefox24 would be esr - esr shouldn't conflict with itself - thunderbird install can replace *any* previous version Modified: trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox/Makefile trunk/www/libxul/Makefile Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Wed Apr 17 20:07:59 2013 (r1246) +++ trunk/mail/thunderbird/Makefile Thu Apr 18 06:49:42 2013 (r1247) @@ -23,7 +23,6 @@ USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 USE_GECKO= gecko -CONFLICTS= thunderbird-24.* thunderbird-1[1-6].* thunderbird-10.* USE_MOZILLA= # empty MAKE_JOBS_SAFE= yes Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Wed Apr 17 20:07:59 2013 (r1246) +++ trunk/www/firefox-esr/Makefile Thu Apr 18 06:49:42 2013 (r1247) @@ -22,7 +22,7 @@ USE_PYTHON_BUILD=-2.7 LATEST_LINK= firefox-esr USE_GECKO= gecko -CONFLICTS= firefox-2[0-9].* firefox-1[1-689].* firefox-10.* +CONFLICTS= firefox-2[0-35-9].* firefox-1[1-689].* MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= # empty MOZILLA_NAME= Firefox Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Wed Apr 17 20:07:59 2013 (r1246) +++ trunk/www/firefox/Makefile Thu Apr 18 06:49:42 2013 (r1247) @@ -23,7 +23,7 @@ USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko -CONFLICTS= firefox-1[07].* +CONFLICTS= firefox-24.* firefox-1[07].* MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= # empty MOZILLA_NAME= Firefox Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Wed Apr 17 20:07:59 2013 (r1246) +++ trunk/www/libxul/Makefile Thu Apr 18 06:49:42 2013 (r1247) @@ -18,7 +18,7 @@ unzip:${PORTSDIR}/archivers/unzip WRKSRC= ${WRKDIR}/mozilla-esr17 -CONFLICTS= libxul-24.* libxul-10.* libxul-1.9.* +CONFLICTS= libxul-1.9.* USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 From owner-freebsd-gecko@FreeBSD.ORG Thu Apr 18 07:17:11 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9FDD1802 for ; Thu, 18 Apr 2013 07:17:11 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 3B070F85 for ; Thu, 18 Apr 2013 07:17:10 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3I7HAIO054041 for ; Thu, 18 Apr 2013 07:17:10 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3I7H5qT053667 for freebsd-gecko@freebsd.org; Thu, 18 Apr 2013 07:17:05 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 18 Apr 2013 07:17:05 GMT Message-Id: <201304180717.r3I7H5qT053667@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] r1248 - in trunk/www: linux-firefox linux-firefox-esr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 07:17:11 -0000 Author: jbeich Date: Thu Apr 18 07:17:04 2013 New Revision: 1248 Log: restore linux version of firefox-esr but as a separate port Added: trunk/www/linux-firefox-esr/ - copied from r1244, trunk/www/linux-firefox/ Modified: trunk/www/linux-firefox-esr/Makefile trunk/www/linux-firefox/Makefile Modified: trunk/www/linux-firefox-esr/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Wed Apr 17 17:55:32 2013 (r1244) +++ trunk/www/linux-firefox-esr/Makefile Thu Apr 18 07:17:04 2013 (r1248) @@ -10,6 +10,8 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla +CONFLICTS= linux-firefox-2[0-35-9].* linux-firefox-1[1-689].* +LATEST_LINK= linux-firefox-esr USE_LDCONFIG= yes USE_BZIP2= yes Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Thu Apr 18 06:49:42 2013 (r1247) +++ trunk/www/linux-firefox/Makefile Thu Apr 18 07:17:04 2013 (r1248) @@ -13,6 +13,7 @@ # gecko version must be exactly same EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/www/linux-seamonkey:extract +CONFLICTS= linux-firefox-24.* linux-firefox-1[07].* USE_LDCONFIG= yes USE_BZIP2= yes From owner-freebsd-gecko@FreeBSD.ORG Thu Apr 18 18:51:58 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 930A5AD9 for ; Thu, 18 Apr 2013 18:51:58 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF1213DD for ; Thu, 18 Apr 2013 18:51:57 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3IIpuSk024661 for ; Thu, 18 Apr 2013 18:51:56 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3IIppbi024363 for freebsd-gecko@freebsd.org; Thu, 18 Apr 2013 18:51:51 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 18 Apr 2013 18:51:51 GMT Message-Id: <201304181851.r3IIppbi024363@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] r1249 - trunk/www/linux-seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 18:51:58 -0000 Author: jbeich Date: Thu Apr 18 18:51:51 2013 New Revision: 1249 Log: add a workaround for flash plugin on linux- ports PR: ports/170402 Modified: trunk/www/linux-seamonkey/Makefile.common Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Thu Apr 18 07:17:04 2013 (r1248) +++ trunk/www/linux-seamonkey/Makefile.common Thu Apr 18 18:51:51 2013 (r1249) @@ -44,6 +44,9 @@ @${ECHO} 'pref("general.useragent.vendorSub", "'${ARCH}'");' >> ${PREFS_FILE} # prefer libsydneyaudio (bug780531) ${ECHO} 'pref("media.use_cubeb", false);' >> ${PREFS_FILE} + + # out-of-process plugins don't work with linuxulator + ${ECHO} 'pref("dom.ipc.plugins.enabled", false);' >> ${PREFS_FILE} .endif .endif From owner-freebsd-gecko@FreeBSD.ORG Thu Apr 18 18:52:06 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F3270AEA for ; Thu, 18 Apr 2013 18:52:05 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 8E0E313E0 for ; Thu, 18 Apr 2013 18:52:05 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3IIq4eq025694 for ; Thu, 18 Apr 2013 18:52:04 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3IIpxbx025399 for freebsd-gecko@freebsd.org; Thu, 18 Apr 2013 18:51:59 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 18 Apr 2013 18:51:59 GMT Message-Id: <201304181851.r3IIpxbx025399@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] r1250 - trunk/www/linux-seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 18:52:06 -0000 Author: jbeich Date: Thu Apr 18 18:51:59 2013 New Revision: 1250 Log: remove obsolete, previously harmful prefs Modified: trunk/www/linux-seamonkey/Makefile.common Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Thu Apr 18 18:51:51 2013 (r1249) +++ trunk/www/linux-seamonkey/Makefile.common Thu Apr 18 18:51:59 2013 (r1250) @@ -40,8 +40,6 @@ .if ${CATEGORIES:Mwww} .if !target(post-patch) post-patch: - @${ECHO} 'pref("general.useragent.vendor", "'${OPSYS}'");' >> ${PREFS_FILE} - @${ECHO} 'pref("general.useragent.vendorSub", "'${ARCH}'");' >> ${PREFS_FILE} # prefer libsydneyaudio (bug780531) ${ECHO} 'pref("media.use_cubeb", false);' >> ${PREFS_FILE} From owner-freebsd-gecko@FreeBSD.ORG Thu Apr 18 18:52:14 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C7267AFF for ; Thu, 18 Apr 2013 18:52:14 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 4816813E4 for ; Thu, 18 Apr 2013 18:52:14 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3IIqDbH027933 for ; Thu, 18 Apr 2013 18:52:13 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3IIq8Y5027014 for freebsd-gecko@freebsd.org; Thu, 18 Apr 2013 18:52:08 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 18 Apr 2013 18:52:08 GMT Message-Id: <201304181852.r3IIq8Y5027014@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] r1251 - in trunk/www: linux-firefox-esr linux-seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 18:52:14 -0000 Author: jbeich Date: Thu Apr 18 18:52:08 2013 New Revision: 1251 Log: make browser prefs overrides work on esr Modified: trunk/www/linux-firefox-esr/Makefile trunk/www/linux-firefox-esr/pkg-plist trunk/www/linux-seamonkey/Makefile.common Modified: trunk/www/linux-firefox-esr/Makefile ============================================================================== --- trunk/www/linux-firefox-esr/Makefile Thu Apr 18 18:51:59 2013 (r1250) +++ trunk/www/linux-firefox-esr/Makefile Thu Apr 18 18:52:08 2013 (r1251) @@ -17,5 +17,7 @@ USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss +PREFS_FILE= ${WRKSRC}/defaults/preferences/browser-prefs.js + .include "${.CURDIR}/../linux-seamonkey/Makefile.common" .include Modified: trunk/www/linux-firefox-esr/pkg-plist ============================================================================== --- trunk/www/linux-firefox-esr/pkg-plist Thu Apr 18 18:51:59 2013 (r1250) +++ trunk/www/linux-firefox-esr/pkg-plist Thu Apr 18 18:52:08 2013 (r1251) @@ -15,7 +15,7 @@ lib/%%APP_NAME%%/crashreporter lib/%%APP_NAME%%/crashreporter-override.ini lib/%%APP_NAME%%/crashreporter.ini -lib/%%APP_NAME%%/defaults/pref/browser-prefs.js +lib/%%APP_NAME%%/defaults/preferences/browser-prefs.js lib/%%APP_NAME%%/defaults/pref/channel-prefs.js lib/%%APP_NAME%%/dependentlibs.list lib/%%APP_NAME%%/dictionaries/en-US.aff @@ -73,6 +73,7 @@ @dirrm lib/%%APP_NAME%%/chrome @dirrm lib/%%APP_NAME%%/components @dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/defaults/preferences @dirrm lib/%%APP_NAME%%/defaults @dirrm lib/%%APP_NAME%%/dictionaries @dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Thu Apr 18 18:51:59 2013 (r1250) +++ trunk/www/linux-seamonkey/Makefile.common Thu Apr 18 18:52:08 2013 (r1251) @@ -22,7 +22,7 @@ PLIST_SUB+= APP_NAME=${APP_NAME} SUB_LIST+= APP_NAME=${APP_NAME} SUB_FILES= ${APP_NAME}.desktop -PREFS_FILE= ${WRKSRC}/defaults/pref/browser-prefs.js +PREFS_FILE?= ${WRKSRC}/defaults/pref/browser-prefs.js .if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX:M*devel*} DESKTOP_SUFFIX?= (Linux, devel) .endif @@ -40,6 +40,8 @@ .if ${CATEGORIES:Mwww} .if !target(post-patch) post-patch: + @${MKDIR} ${PREFS_FILE:H} + # prefer libsydneyaudio (bug780531) ${ECHO} 'pref("media.use_cubeb", false);' >> ${PREFS_FILE} From owner-freebsd-gecko@FreeBSD.ORG Thu Apr 18 19:25:05 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6765E95D for ; Thu, 18 Apr 2013 19:25:05 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 02752173B for ; Thu, 18 Apr 2013 19:25:04 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3IJP3av020048 for ; Thu, 18 Apr 2013 19:25:03 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3IJOwcg019594 for freebsd-gecko@freebsd.org; Thu, 18 Apr 2013 19:24:58 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 18 Apr 2013 19:24:58 GMT Message-Id: <201304181924.r3IJOwcg019594@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] r1252 - trunk/www/linux-seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 19:25:05 -0000 Author: jbeich Date: Thu Apr 18 19:24:58 2013 New Revision: 1252 Log: improve workaround descriptions Modified: trunk/www/linux-seamonkey/Makefile.common Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Thu Apr 18 18:52:08 2013 (r1251) +++ trunk/www/linux-seamonkey/Makefile.common Thu Apr 18 19:24:58 2013 (r1252) @@ -42,10 +42,10 @@ post-patch: @${MKDIR} ${PREFS_FILE:H} - # prefer libsydneyaudio (bug780531) + # no AFMT_FLOAT support in kernel (bug 780531) ${ECHO} 'pref("media.use_cubeb", false);' >> ${PREFS_FILE} - # out-of-process plugins don't work with linuxulator + # out-of-process plugins don't work with linuxulator (ports/170402) ${ECHO} 'pref("dom.ipc.plugins.enabled", false);' >> ${PREFS_FILE} .endif .endif From owner-freebsd-gecko@FreeBSD.ORG Fri Apr 19 17:52:15 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D666E262; Fri, 19 Apr 2013 17:52:15 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 683109DF; Fri, 19 Apr 2013 17:52:15 +0000 (UTC) Received: from [46.244.158.238] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UT3TS-0007Rb-JS; Fri, 19 Apr 2013 07:03:02 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3J530BA002374; Fri, 19 Apr 2013 07:03:00 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3J52xpw002373; Fri, 19 Apr 2013 07:02:59 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Fri, 19 Apr 2013 07:02:58 +0200 From: Matthias Apitz To: Jan Beich Subject: Re: www/firefox (r315793, 20.0.1) does not compile Message-ID: <20130419050258.GA2313@tinyCurrent> References: <20130413142647.GA2196@tinyCurrent> <51698370.5000107@smeets.im> <20130413173629.GA2627__22839.3189413056$1365874613$gmane$org@tinyCurrent> <1UR4wA-000Fut-76@internal.tormail.org> <20130415050258.GA2351@tinyCurrent> <1URgtG-000Fg0-Vd@internal.tormail.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1URgtG-000Fg0-Vd@internal.tormail.org> X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 46.244.158.238 Cc: gecko@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 17:52:15 -0000 El día Monday, April 15, 2013 a las 04:44:43PM +0600, Jan Beich escribió: > Matthias Apitz writes: > > > El día Saturday, April 13, 2013 a las 01:13:46PM -0500, Jan Beich escribió: > > > >> Matthias Apitz writes: > >> > >> > # uname -a > >> > FreeBSD aurora.Sisis.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 > >> > r235646: Sat May 19 15:52:36 CEST 2012 > >> > guru@aurora.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 > >> > > >> > >> At that time jemalloc 3.0.0 was imported, expect regressions. > >> > >> /head had recently imported clang 3.3 so www/firefox may have compile > >> and runtime regressions. Be prepared or add USE_GCC=yes to Makefile.local. > >> > > > > With gcc it gives the same error; and if I add to the source > > /usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp > > the following include (as the man page requests): > > > > #include // for malloc, free > > #include // added by me > > mozalloc.cpp uses malloc_usable_size() only if configure detects its > presence in libc or LIBS and malloc_np.h if it exists and is not buggy > i.e., simply including the header doesn't produce errors. > > On /head firefox also uses the new jemalloc3 api in malloc_np.h to > implement jemalloc_stats and malloc_good_size() instead of overriding > the malloc() in libc like it does for /stable/[89]. > ... > http://svnweb.freebsd.org/changeset/base/235780 I updated malloc_np.h to r235780 and after many hours of compilation it installed fine, but it SGEV on execution without showing the browser window; and now? How to I get to a working firefox in ports' head? Thanks matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-gecko@FreeBSD.ORG Fri Apr 19 17:52:16 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 50641266; Fri, 19 Apr 2013 17:52:16 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 120BC9E4; Fri, 19 Apr 2013 17:52:16 +0000 (UTC) Received: from [46.244.149.254] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UTEyv-0004Ny-Am; Fri, 19 Apr 2013 19:20:17 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3JHKFfr002286; Fri, 19 Apr 2013 19:20:15 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3JHKEtR002285; Fri, 19 Apr 2013 19:20:14 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Fri, 19 Apr 2013 19:20:14 +0200 From: Matthias Apitz To: Jan Beich , gecko@freebsd.org, freebsd-ports@freebsd.org Subject: Re: www/firefox (r315793, 20.0) does not compile (SOLVED) Message-ID: <20130419172014.GA2246@tinyCurrent> References: <20130413142647.GA2196@tinyCurrent> <51698370.5000107@smeets.im> <20130413173629.GA2627__22839.3189413056$1365874613$gmane$org@tinyCurrent> <1UR4wA-000Fut-76@internal.tormail.org> <20130415050258.GA2351@tinyCurrent> <1URgtG-000Fg0-Vd@internal.tormail.org> <20130419050258.GA2313@tinyCurrent> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130419050258.GA2313@tinyCurrent> X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 46.244.149.254 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 17:52:16 -0000 El día Friday, April 19, 2013 a las 07:02:58AM +0200, Matthias Apitz escribió: > > http://svnweb.freebsd.org/changeset/base/235780 > > I updated malloc_np.h to r235780 and after many hours of compilation it > installed fine, but it SGEV on execution without showing the browser > window; and now? How to I get to a working firefox in ports' head? I looked with gdb into the core file and saw that it was using /usr/local/lib/compat/libc.so.6, after removing the pkg compat6x-i386-6.4.604000.200810_3 from the system, firefox 20.0 starts fine. I do not know which port pulled in this pkg because on using pkg_delete it did not complained about any other package requesting this. matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-gecko@FreeBSD.ORG Fri Apr 19 18:50:01 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BEFE76EA for ; Fri, 19 Apr 2013 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9802E1661 for ; Fri, 19 Apr 2013 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3JIo1Sa095859 for ; Fri, 19 Apr 2013 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3JIo1wj095858; Fri, 19 Apr 2013 18:50:01 GMT (envelope-from gnats) Date: Fri, 19 Apr 2013 18:50:01 GMT Message-Id: <201304191850.r3JIo1wj095858@freefall.freebsd.org> To: gecko@FreeBSD.org From: Michael Fausten Subject: Re: ports/177812: Can't build Firefox 20 on FreeBSD 9.1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Michael Fausten List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 18:50:01 -0000 The following reply was made to PR ports/177812; it has been noted by GNATS. From: Michael Fausten To: Jan Beich Cc: bug-followup@freebsd.org Subject: Re: ports/177812: Can't build Firefox 20 on FreeBSD 9.1 Date: Fri, 19 Apr 2013 13:19:30 +0200 Am 17.04.2013 11:11, schrieb Jan Beich: > Michael Fausten writes: > >> Am 13.04.2013 03:04, schrieb Jan Beich: >> >>> Michael Fausten writes: >>> >>>> FreeBSD glaukos 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jun 11 >>>> 23:52:38 UTC 2012 >>>> root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >>> [...] >>>> g++46 -o FileUtils.o ... >>>> /usr/ports/www/firefox/work/mozilla-release/xpcom/glue/FileUtils.cpp: >>>> In function 'bool mozilla::fallocate(PRFileDesc*, int64_t)': >>>> /usr/ports/www/firefox/work/mozilla-release/xpcom/glue/FileUtils.cpp:25:67: >>>> error: 'posix_fallocate' was not declared in this scope >>> Try adding the following line into FileUtils.cpp before . >>> >>> #define _XOPEN_SOURCE 600 >>> >>> If it does help try checking which macro affects __BSD_VISIBLE and >>> __POSIX_VISIBLE by inspecting compiler output from adding -E to cflags. >> Firstly, I want to clarify that the target OS is FreeBSD 8.3 and not >> 9.1 I accidentally wrote. Sorry if that might confused. >> >> I added "#define _XOPEN_SOURCE 600" to my >> work/mozilla-release/xpcom/glue/FileUtils.cpp, but unfortunately it >> didn't help :( > Make sure your /usr/include/fcntl.h is identical to > > http://svnweb.freebsd.org/base/releng/8.3/sys/sys/fcntl.h?view=co I did. I compared my current fcntl.h and the file you posted above with the diff tool. As far as I could see there were only indentation difference. To be sure I made a backup of my current fcntl.h and replaced it with the content from your file. I also did a "make clean" and deleted firefox*.tbz in /usr/ports/distfiles. Still the same error. :( > [...] > > -- > an interrupted upgrade left the system in an inconsistent state? You mean like caused by freebsd-update? Or any port? Should I rebuild all my ports? I noticed that the error occurs also while building mail/thunderbird and database/sqlite3. From owner-freebsd-gecko@FreeBSD.ORG Fri Apr 19 22:08:57 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9E077E56 for ; Fri, 19 Apr 2013 22:08:57 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 3FE701AC for ; Fri, 19 Apr 2013 22:08:56 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3JM8trL002187 for ; Fri, 19 Apr 2013 22:08: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 r3JM8ovE001929 for freebsd-gecko@freebsd.org; Fri, 19 Apr 2013 22:08:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 19 Apr 2013 22:08:50 GMT Message-Id: <201304192208.r3JM8ovE001929@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] r1253 - trunk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 22:08:57 -0000 Author: jbeich Date: Fri Apr 19 22:08:49 2013 New Revision: 1253 Log: mention user-visible linux change Modified: trunk/Gecko_ChangeLog Modified: trunk/Gecko_ChangeLog ============================================================================== --- trunk/Gecko_ChangeLog Thu Apr 18 19:24:58 2013 (r1252) +++ trunk/Gecko_ChangeLog Fri Apr 19 22:08:49 2013 (r1253) @@ -1,5 +1,3 @@ 21.0: - WEBRTC now supports PULSEAUDIO -20.0: -- prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier - are advised to upgrade - http://www.freebsd.org/security/ +- make linux-firefox work with plugins again (e.g. quakelive)