From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 24 01:32:33 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 98C35C15 for ; Sun, 24 Mar 2013 01:32:33 +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 3EA355E7 for ; Sun, 24 Mar 2013 01:32:32 +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 r2O1WPE1053303 for ; Sun, 24 Mar 2013 01:32:25 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r2O1WJ2l051183 for freebsd-gecko@freebsd.org; Sun, 24 Mar 2013 01:32:19 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 24 Mar 2013 01:32:19 GMT Message-Id: <201303240132.r2O1WJ2l051183@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] r1219 - in trunk: . www/firefox www/firefox-nightly www/firefox-nightly/files 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: Sun, 24 Mar 2013 01:32:33 -0000 Author: jbeich Date: Sun Mar 24 01:32:19 2013 New Revision: 1219 Log: update Modified: trunk/Gecko_TODO trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox-nightly/files/patch-bug851880 trunk/www/firefox/Makefile trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo Modified: trunk/Gecko_TODO ============================================================================== --- trunk/Gecko_TODO Fri Mar 22 16:10:57 2013 (r1218) +++ trunk/Gecko_TODO Sun Mar 24 01:32:19 2013 (r1219) @@ -3,6 +3,7 @@ - xpcom/base/MapsMemoryReporter.cpp - media/webrtc/trunk/src/system_wrappers/source/cpu.cc - toolkit/crashreporter +- libusbhid backend for Gamepad API - OSS or GStreamer for * media/libcubeb * media/webrtc/trunk/src/modules/audio_device Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Fri Mar 22 16:10:57 2013 (r1218) +++ trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 24 01:32:19 2013 (r1219) @@ -1 +1 @@ -HGREV= 125575:1d6fe70c79c5 +HGREV= 126011:0a10eca0c521 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Fri Mar 22 16:10:57 2013 (r1218) +++ trunk/www/firefox-nightly/distinfo Sun Mar 24 01:32:19 2013 (r1219) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/1d6fe70c79c5.tar.bz2) = 10d7e9a15bb811cdc429c889aeb19a144d429df088912ca8b8cbd5d885cc3996 -SIZE (firefox-nightly/1d6fe70c79c5.tar.bz2) = 109019090 +SHA256 (firefox-nightly/0a10eca0c521.tar.bz2) = 0c4dd3fa4e2521736f3c44e9e02e86feb39e4e7694a5d5e9b577154c30ccc855 +SIZE (firefox-nightly/0a10eca0c521.tar.bz2) = 109062559 Modified: trunk/www/firefox-nightly/files/patch-bug851880 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug851880 Fri Mar 22 16:10:57 2013 (r1218) +++ trunk/www/firefox-nightly/files/patch-bug851880 Sun Mar 24 01:32:19 2013 (r1219) @@ -1,24 +1,22 @@ diff --git js/src/ion/AsmJS.h js/src/ion/AsmJS.h -index 17f2bc8..1600131 100644 +index 7045145..1c9f015 100644 --- js/src/ion/AsmJS.h +++ js/src/ion/AsmJS.h -@@ -11,9 +11,8 @@ - // asm.js compilation is only available on desktop x86/x64 at the moment. +@@ -17,8 +17,7 @@ // Don't panic, mobile support is coming soon. #if defined(JS_ION) && \ -- !defined(ANDROID) && \ + !defined(ANDROID) && \ - (defined(JS_CPU_X86) || defined(JS_CPU_X64)) && \ -- (defined(__linux__) || defined(XP_WIN)) -+ (!defined(ANDROID) && !defined(XP_MACOSX)) && \ +- (defined(__linux__) || defined(XP_WIN) || defined(XP_MACOSX)) + (defined(JS_CPU_X86) || defined(JS_CPU_X64)) # define JS_ASMJS #endif diff --git js/src/ion/AsmJSSignalHandlers.cpp js/src/ion/AsmJSSignalHandlers.cpp -index 45eeac9..50bf71c 100644 +index 5dd80d6..66deb9a 100644 --- js/src/ion/AsmJSSignalHandlers.cpp +++ js/src/ion/AsmJSSignalHandlers.cpp -@@ -18,6 +18,138 @@ using namespace js::ion; +@@ -18,6 +18,120 @@ using namespace js::ion; #ifdef JS_ASMJS @@ -131,33 +129,15 @@ +# define R14_sig(p) ((p)->uc_mcontext.mc_r14) +# define R15_sig(p) ((p)->uc_mcontext.mc_r15) +#elif defined(XP_MACOSX) -+# define XMM_sig(p,i) ((p)->uc_mcontext->__fs.__fpu_xmm##i) -+# define EIP_sig(p) ((p)->uc_mcontext->__ss.__eip) -+# define RIP_sig(p) ((p)->uc_mcontext->__ss.__rip) -+# define RAX_sig(p) ((p)->uc_mcontext->__ss.__rax) -+# define RCX_sig(p) ((p)->uc_mcontext->__ss.__rcx) -+# define RDX_sig(p) ((p)->uc_mcontext->__ss.__rdx) -+# define RBX_sig(p) ((p)->uc_mcontext->__ss.__rbx) -+# define RSP_sig(p) ((p)->uc_mcontext->__ss.__rsp) -+# define RBP_sig(p) ((p)->uc_mcontext->__ss.__rbp) -+# define RSI_sig(p) ((p)->uc_mcontext->__ss.__rsi) -+# define RDI_sig(p) ((p)->uc_mcontext->__ss.__rdi) -+# define R8_sig(p) ((p)->uc_mcontext->__ss.__r8) -+# define R9_sig(p) ((p)->uc_mcontext->__ss.__r9) -+# define R10_sig(p) ((p)->uc_mcontext->__ss.__r10) -+# define R11_sig(p) ((p)->uc_mcontext->__ss.__r11) -+# define R12_sig(p) ((p)->uc_mcontext->__ss.__r12) -+# define R13_sig(p) ((p)->uc_mcontext->__ss.__r13) -+# define R14_sig(p) ((p)->uc_mcontext->__ss.__r14) -+# define R15_sig(p) ((p)->uc_mcontext->__ss.__r15) ++// Mach requires special treatment. +#else +# error "Don't know how to read/write to the thread state via the mcontext_t." +#endif + - // Prevent races trying to install the signal handlers. - #ifdef JS_THREADSAFE - # include "jslock.h" -@@ -142,66 +274,88 @@ LookupHeapAccess(const AsmJSModule &module, uint8_t *pc) + // For platforms where the signal/exception handler runs on the same + // thread/stack as the victim (Unix and Windows), we can use TLS to find any + // currently executing asm.js code. +@@ -144,16 +258,37 @@ LookupHeapAccess(const AsmJSModule &module, uint8_t *pc) # if defined(XP_WIN) # include "jswin.h" @@ -169,7 +149,7 @@ +# if defined(__FreeBSD__) +# include // for ucontext_t, mcontext_t +# endif -+ + +# if defined(JS_CPU_X64) +# if defined(__DragonFly__) +# include // for union savefpu @@ -181,31 +161,26 @@ +# if !defined(XP_WIN) +# define CONTEXT ucontext_t +# endif - ++ ++# if !defined(XP_MACOSX) static uint8_t ** -ContextToPC(PCONTEXT context) +ContextToPC(CONTEXT *context) { --# if defined(JS_CPU_X64) + # if defined(JS_CPU_X64) - JS_STATIC_ASSERT(sizeof(context->Rip) == sizeof(void*)); - return reinterpret_cast(&context->Rip); --# else ++ JS_STATIC_ASSERT(sizeof(RIP_sig(context)) == sizeof(void*)); ++ return reinterpret_cast(&RIP_sig(context)); + # else - JS_STATIC_ASSERT(sizeof(context->Eip) == sizeof(void*)); - return reinterpret_cast(&context->Eip); --# endif -+# if defined(JS_CPU_X86) + JS_STATIC_ASSERT(sizeof(EIP_sig(context)) == sizeof(void*)); + return reinterpret_cast(&EIP_sig(context)); -+# else -+ JS_STATIC_ASSERT(sizeof(RIP_sig(context)) == sizeof(void*)); -+ return reinterpret_cast(&RIP_sig(context)); -+# endif + # endif } --# if defined(JS_CPU_X64) -+# if defined(JS_CPU_X64) - static void - SetRegisterToCoercedUndefined(CONTEXT *context, bool isFloat32, AnyRegister reg) +@@ -163,47 +298,50 @@ SetRegisterToCoercedUndefined(CONTEXT *context, bool isFloat32, AnyRegister reg) { if (reg.isFloat()) { switch (reg.fpu().code()) { @@ -282,36 +257,43 @@ } } -# endif -+# endif ++# endif // JS_CPU_X64 ++# endif // !XP_MACOSX + +# if defined(XP_WIN) static bool HandleException(PEXCEPTION_POINTERS exception) -@@ -286,133 +442,7 @@ AsmJSExceptionHandler(LPEXCEPTION_POINTERS exception) - return EXCEPTION_CONTINUE_SEARCH; +@@ -289,7 +427,6 @@ AsmJSExceptionHandler(LPEXCEPTION_POINTERS exception) } --# else // If not Windows, assume Unix + # elif defined(XP_MACOSX) +-# include + # include + + static uint8_t ** +@@ -615,70 +752,6 @@ AsmJSMachExceptionHandler::install(JSRuntime *rt) + } + + # else // If not Windows or Mac, assume Unix -# include -# include - -// Unfortunately, we still need OS-specific code to read/write to the thread -// state via the mcontext_t. --# if defined(__linux__) -static uint8_t ** -ContextToPC(mcontext_t &context) -{ --# if defined(JS_CPU_X86) +-# if defined(JS_CPU_X86) - JS_STATIC_ASSERT(sizeof(context.gregs[REG_EIP]) == sizeof(void*)); - return reinterpret_cast(&context.gregs[REG_EIP]); --# else +-# else - JS_STATIC_ASSERT(sizeof(context.gregs[REG_RIP]) == sizeof(void*)); - return reinterpret_cast(&context.gregs[REG_RIP]); --# endif +-# endif -} - --# if defined(JS_CPU_X64) +-# if defined(JS_CPU_X64) -static void -SetRegisterToCoercedUndefined(mcontext_t &context, bool isFloat32, AnyRegister reg) -{ @@ -357,73 +339,11 @@ - } - } -} --# endif --# elif defined(XP_MACOSX) --static uint8_t ** --ContextToPC(mcontext_t context) --{ --# if defined(JS_CPU_X86) -- JS_STATIC_ASSERT(sizeof(context->__ss.__eip) == sizeof(void*)); -- return reinterpret_cast(&context->__ss.__eip); --# else -- JS_STATIC_ASSERT(sizeof(context->__ss.__rip) == sizeof(void*)); -- return reinterpret_cast(&context->__ss.__rip); --# endif --} -- --# if defined(JS_CPU_X64) --static void --SetRegisterToCoercedUndefined(mcontext_t &context, bool isFloat32, AnyRegister reg) --{ -- if (reg.isFloat()) { -- switch (reg.fpu().code()) { -- case JSC::X86Registers::xmm0: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm0); break; -- case JSC::X86Registers::xmm1: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm1); break; -- case JSC::X86Registers::xmm2: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm2); break; -- case JSC::X86Registers::xmm3: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm3); break; -- case JSC::X86Registers::xmm4: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm4); break; -- case JSC::X86Registers::xmm5: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm5); break; -- case JSC::X86Registers::xmm6: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm6); break; -- case JSC::X86Registers::xmm7: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm7); break; -- case JSC::X86Registers::xmm8: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm8); break; -- case JSC::X86Registers::xmm9: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm9); break; -- case JSC::X86Registers::xmm10: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm10); break; -- case JSC::X86Registers::xmm11: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm11); break; -- case JSC::X86Registers::xmm12: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm12); break; -- case JSC::X86Registers::xmm13: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm13); break; -- case JSC::X86Registers::xmm14: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm14); break; -- case JSC::X86Registers::xmm15: SetXMMRegToNaN(isFloat32, &context->__fs.__fpu_xmm15); break; -- default: MOZ_CRASH(); -- } -- } else { -- switch (reg.gpr().code()) { -- case JSC::X86Registers::eax: context->__ss.__rax = 0; break; -- case JSC::X86Registers::ecx: context->__ss.__rcx = 0; break; -- case JSC::X86Registers::edx: context->__ss.__rdx = 0; break; -- case JSC::X86Registers::ebx: context->__ss.__rbx = 0; break; -- case JSC::X86Registers::esp: context->__ss.__rsp = 0; break; -- case JSC::X86Registers::ebp: context->__ss.__rbp = 0; break; -- case JSC::X86Registers::esi: context->__ss.__rsi = 0; break; -- case JSC::X86Registers::edi: context->__ss.__rdi = 0; break; -- case JSC::X86Registers::r8: context->__ss.__r8 = 0; break; -- case JSC::X86Registers::r9: context->__ss.__r9 = 0; break; -- case JSC::X86Registers::r10: context->__ss.__r10 = 0; break; -- case JSC::X86Registers::r11: context->__ss.__r11 = 0; break; -- case JSC::X86Registers::r12: context->__ss.__r12 = 0; break; -- case JSC::X86Registers::r13: context->__ss.__r13 = 0; break; -- case JSC::X86Registers::r14: context->__ss.__r14 = 0; break; -- case JSC::X86Registers::r15: context->__ss.__r15 = 0; break; -- default: MOZ_CRASH(); -- } -- } --} --# endif --# endif // end of OS-specific mcontext accessors -+# else // assume XP_UNIX +-# endif // Be very cautious and default to not handling; we don't want to accidentally // silence real crashes from real bugs. -@@ -423,7 +453,7 @@ HandleSignal(int signum, siginfo_t *info, void *ctx) +@@ -689,7 +762,7 @@ HandleSignal(int signum, siginfo_t *info, void *ctx) if (!activation) return false; @@ -433,7 +353,7 @@ uint8_t *pc = *ppc; diff --git js/src/ion/x64/Assembler-x64.cpp js/src/ion/x64/Assembler-x64.cpp -index 9984777..8b06a55 100644 +index 9984777..bdb8808 100644 --- js/src/ion/x64/Assembler-x64.cpp +++ js/src/ion/x64/Assembler-x64.cpp @@ -49,7 +49,7 @@ ABIArgGenerator::next(MIRType type) @@ -441,7 +361,7 @@ } return current_; -#elif defined(XP_MACOSX) || defined(__linux__) -+#else // assume XP_UNIX ++#else switch (type) { case MIRType_Int32: case MIRType_Pointer: Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Fri Mar 22 16:10:57 2013 (r1218) +++ trunk/www/firefox/Makefile Sun Mar 24 01:32:19 2013 (r1219) @@ -13,7 +13,7 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ - nss>=3.14.2:${PORTSDIR}/security/nss \ + nss>=3.14.3:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Fri Mar 22 16:10:57 2013 (r1218) +++ trunk/www/seamonkey/Makefile Sun Mar 24 01:32:19 2013 (r1219) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey/Makefile 310240 2013-01-11 16:48:10Z flo $ PORTNAME= seamonkey -DISTVERSION= 2.17b2 +DISTVERSION= 2.17b3 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source @@ -13,7 +13,7 @@ COMMENT= The open source, standards compliant web browser BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ - nss>=3.14.2:${PORTSDIR}/security/nss \ + nss>=3.14.3:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ unzip:${PORTSDIR}/archivers/unzip Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Fri Mar 22 16:10:57 2013 (r1218) +++ trunk/www/seamonkey/distinfo Sun Mar 24 01:32:19 2013 (r1219) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.17b2.source.tar.bz2) = 663086df539f5788f325f6b3c28367f2de68f2906175e5e7da16d259615eb680 -SIZE (seamonkey-2.17b2.source.tar.bz2) = 122949808 +SHA256 (seamonkey-2.17b3.source.tar.bz2) = 773d6f73f8d59bc9202255bdfed3e8ed63a4f19d2304b9b45061c3cc40be0239 +SIZE (seamonkey-2.17b3.source.tar.bz2) = 122920846 SHA256 (enigmail-1.5.1.tar.gz) = 234ca3c8f7c74afb64ebdaa4762e358f35a72c1f8de007b992497fc2db803af0 SIZE (enigmail-1.5.1.tar.gz) = 1213954 From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 24 22:35:20 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 3187FC22 for ; Sun, 24 Mar 2013 22:35:20 +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 CB53E95A for ; Sun, 24 Mar 2013 22:35:19 +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 r2OMZHha022266 for ; Sun, 24 Mar 2013 22:35:17 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r2OMZCtc021536 for freebsd-gecko@freebsd.org; Sun, 24 Mar 2013 22:35:12 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 24 Mar 2013 22:35:12 GMT Message-Id: <201303242235.r2OMZCtc021536@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] r1220 - in trunk/www: firefox-nightly/files firefox/files 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, 24 Mar 2013 22:35:20 -0000 Author: jbeich Date: Sun Mar 24 22:35:12 2013 New Revision: 1220 Log: remove no longer needed hunk for openbsd Modified: trunk/www/firefox-nightly/files/patch-bug807492 trunk/www/firefox/files/patch-bug807492 trunk/www/seamonkey/files/patch-bug807492 Modified: trunk/www/firefox-nightly/files/patch-bug807492 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug807492 Sun Mar 24 01:32:19 2013 (r1219) +++ trunk/www/firefox-nightly/files/patch-bug807492 Sun Mar 24 22:35:12 2013 (r1220) @@ -672,48 +672,6 @@ +#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) || defined(WEBRTC_MAC) -diff --git media/webrtc/trunk/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc media/webrtc/trunk/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc -index 8f3c7c8..7b1cc3f 100644 ---- media/webrtc/trunk/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc -+++ media/webrtc/trunk/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc -@@ -33,17 +33,17 @@ - - // TODO(grunell): Either put inside webrtc namespace or use webrtc:: instead. - using namespace webrtc; - - namespace webrtc_adm_linux { - - inline static const char *GetDllError() { - #ifdef WEBRTC_LINUX -- char *err = dlerror(); -+ const char *err = dlerror(); - if (err) { - return err; - } else { - return "No error"; - } - #else - #error Not implemented - #endif -@@ -73,17 +73,17 @@ void InternalUnloadDll(DllHandle handle) { - #endif - } - - static bool LoadSymbol(DllHandle handle, - const char *symbol_name, - void **symbol) { - #ifdef WEBRTC_LINUX - *symbol = dlsym(handle, symbol_name); -- char *err = dlerror(); -+ const char *err = dlerror(); - if (err) { - WEBRTC_TRACE(kTraceError, kTraceAudioDevice, -1, - "Error loading symbol %s : %d", symbol_name, err); - return false; - } else if (!*symbol) { - WEBRTC_TRACE(kTraceError, kTraceAudioDevice, -1, - "Symbol %s is NULL", symbol_name); - return false; diff --git media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc index bdad224..39e1132 100644 --- media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc Modified: trunk/www/firefox/files/patch-bug807492 ============================================================================== --- trunk/www/firefox/files/patch-bug807492 Sun Mar 24 01:32:19 2013 (r1219) +++ trunk/www/firefox/files/patch-bug807492 Sun Mar 24 22:35:12 2013 (r1220) @@ -893,48 +893,6 @@ +#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) || defined(WEBRTC_MAC) -diff --git media/webrtc/trunk/src/modules/audio_device/main/source/linux/latebindingsymboltable_linux.cc media/webrtc/trunk/src/modules/audio_device/main/source/linux/latebindingsymboltable_linux.cc -index 8f3c7c8..7b1cc3f 100644 ---- media/webrtc/trunk/src/modules/audio_device/main/source/linux/latebindingsymboltable_linux.cc -+++ media/webrtc/trunk/src/modules/audio_device/main/source/linux/latebindingsymboltable_linux.cc -@@ -33,17 +33,17 @@ - - // TODO(grunell): Either put inside webrtc namespace or use webrtc:: instead. - using namespace webrtc; - - namespace webrtc_adm_linux { - - inline static const char *GetDllError() { - #ifdef WEBRTC_LINUX -- char *err = dlerror(); -+ const char *err = dlerror(); - if (err) { - return err; - } else { - return "No error"; - } - #else - #error Not implemented - #endif -@@ -73,17 +73,17 @@ void InternalUnloadDll(DllHandle handle) { - #endif - } - - static bool LoadSymbol(DllHandle handle, - const char *symbol_name, - void **symbol) { - #ifdef WEBRTC_LINUX - *symbol = dlsym(handle, symbol_name); -- char *err = dlerror(); -+ const char *err = dlerror(); - if (err) { - WEBRTC_TRACE(kTraceError, kTraceAudioDevice, -1, - "Error loading symbol %s : %d", symbol_name, err); - return false; - } else if (!*symbol) { - WEBRTC_TRACE(kTraceError, kTraceAudioDevice, -1, - "Symbol %s is NULL", symbol_name); - return false; diff --git media/webrtc/trunk/src/modules/rtp_rtcp/source/forward_error_correction.cc media/webrtc/trunk/src/modules/rtp_rtcp/source/forward_error_correction.cc index bdad224..39e1132 100644 --- media/webrtc/trunk/src/modules/rtp_rtcp/source/forward_error_correction.cc Modified: trunk/www/seamonkey/files/patch-bug807492 ============================================================================== --- trunk/www/seamonkey/files/patch-bug807492 Sun Mar 24 01:32:19 2013 (r1219) +++ trunk/www/seamonkey/files/patch-bug807492 Sun Mar 24 22:35:12 2013 (r1220) @@ -893,48 +893,6 @@ +#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) || defined(WEBRTC_MAC) -diff --git media/webrtc/trunk/src/modules/audio_device/main/source/linux/latebindingsymboltable_linux.cc media/webrtc/trunk/src/modules/audio_device/main/source/linux/latebindingsymboltable_linux.cc -index 8f3c7c8..7b1cc3f 100644 ---- mozilla/media/webrtc/trunk/src/modules/audio_device/main/source/linux/latebindingsymboltable_linux.cc -+++ mozilla/media/webrtc/trunk/src/modules/audio_device/main/source/linux/latebindingsymboltable_linux.cc -@@ -33,17 +33,17 @@ - - // TODO(grunell): Either put inside webrtc namespace or use webrtc:: instead. - using namespace webrtc; - - namespace webrtc_adm_linux { - - inline static const char *GetDllError() { - #ifdef WEBRTC_LINUX -- char *err = dlerror(); -+ const char *err = dlerror(); - if (err) { - return err; - } else { - return "No error"; - } - #else - #error Not implemented - #endif -@@ -73,17 +73,17 @@ void InternalUnloadDll(DllHandle handle) { - #endif - } - - static bool LoadSymbol(DllHandle handle, - const char *symbol_name, - void **symbol) { - #ifdef WEBRTC_LINUX - *symbol = dlsym(handle, symbol_name); -- char *err = dlerror(); -+ const char *err = dlerror(); - if (err) { - WEBRTC_TRACE(kTraceError, kTraceAudioDevice, -1, - "Error loading symbol %s : %d", symbol_name, err); - return false; - } else if (!*symbol) { - WEBRTC_TRACE(kTraceError, kTraceAudioDevice, -1, - "Symbol %s is NULL", symbol_name); - return false; diff --git media/webrtc/trunk/src/modules/rtp_rtcp/source/forward_error_correction.cc media/webrtc/trunk/src/modules/rtp_rtcp/source/forward_error_correction.cc index bdad224..39e1132 100644 --- mozilla/media/webrtc/trunk/src/modules/rtp_rtcp/source/forward_error_correction.cc From owner-freebsd-gecko@FreeBSD.ORG Mon Mar 25 11:06:57 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B5DFC10F for ; Mon, 25 Mar 2013 11:06:57 +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 A71D4EC for ; Mon, 25 Mar 2013 11:06:57 +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 r2PB6v8Q007455 for ; Mon, 25 Mar 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 r2PB6vgO007449 for gecko@FreeBSD.org; Mon, 25 Mar 2013 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Mar 2013 11:06:57 GMT Message-Id: <201303251106.r2PB6vgO007449@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, 25 Mar 2013 11:06:57 -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/177292 gecko [patch] add missing directories to www/firefox packing o ports/177224 gecko building www/firefox fails o ports/176719 gecko patches for www/firefox to compile on powerpc. 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 Tue Mar 26 09:52:40 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 9B78A7F5 for ; Tue, 26 Mar 2013 09:52:40 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD6DE3F for ; Tue, 26 Mar 2013 09:52:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 381F45E4AF for ; Tue, 26 Mar 2013 10:52:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.987 X-Spam-Level: X-Spam-Status: No, score=-1.987 tagged_above=-999 required=5 tests=[AWL=-0.084, BAYES_00=-2.599, RDNS_NONE=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4BDTA+6RNVnh for ; Tue, 26 Mar 2013 10:52:25 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (unknown [195.216.53.111]) by mx1.bjare.net (Postfix) with ESMTP id 0F51B5E46B for ; Tue, 26 Mar 2013 10:52:20 +0100 (CET) Message-ID: <51516FD5.5080403@eskk.nu> Date: Tue, 26 Mar 2013 10:52:21 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130309 Thunderbird/17.0.4 MIME-Version: 1.0 To: gecko@FreeBSD.org Subject: Firefox build error Content-Type: multipart/mixed; boundary="------------030704030902000206030200" 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, 26 Mar 2013 09:52:40 -0000 This is a multi-part message in MIME format. --------------030704030902000206030200 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi! Following the instructions below and attaching the requested files. Thanks :-) /Leslie Jensen --------------------------------------- checking for png_get_acTL in -lpng... no configure: error: --with-system-png won't work because the system's libpng doesn't have APNG support ===> Script "../configure" failed unexpectedly. Please report the problem to gecko@FreeBSD.org [maintainer] and attach the "/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/sbin/pkg_info -Ea). *** [do-configure] Error code 1 Stop in /usr/ports/www/firefox. *** [build] Error code 1 Stop in /usr/ports/www/firefox. ===>>> make failed for www/firefox ===>>> Aborting update Terminated ----------------------------------------------- --------------030704030902000206030200 Content-Type: text/plain; charset=ISO-8859-1; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:1113: checking host system type configure:1134: checking target system type configure:1152: checking build system type configure:1229: checking for mawk configure:1229: checking for gawk configure:1229: checking for nawk configure:1300: checking for /usr/local/bin/python2.7 configure:1551: checking for /usr/local/bin/perl configure:2856: checking for gcc configure:2969: checking whether the C compiler (clang -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN) works configure:2985: clang -o conftest -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN conftest.c 1>&5 configure:2982:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(){return(0);} ^~~~ 1 warning generated. configure:3011: checking whether the C compiler (clang -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN) is a cross-compiler configure:3016: checking whether we are using GNU C configure:3025: clang -E conftest.c configure:3044: checking whether clang accepts -g configure:3085: checking for c++ configure:3117: checking whether the C++ compiler (clang++ -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN) works configure:3133: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN conftest.C 1>&5 configure:3159: checking whether the C++ compiler (clang++ -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN) is a cross-compiler configure:3164: checking whether we are using GNU C++ configure:3173: clang++ -E conftest.C configure:3192: checking whether clang++ accepts -g configure:3226: checking for ranlib configure:3258: checking for as configure:3312: checking for ar configure:3347: checking for ld configure:3382: checking for strip configure:3417: checking for windres configure:4282: checking how to run the C preprocessor configure:4362: checking how to run the C++ preprocessor configure:4380: clang++ -E -isystem/usr/local/include conftest.C >/dev/null 2>conftest.out configure:4464: checking for a BSD compatible install configure:4517: checking whether ln -s works configure:4540: checking for minimum required perl version >= 5.006 configure:4551: checking for full perl installation configure:4588: checking for doxygen configure:4637: checking for autoconf configure:4688: checking for unzip configure:4744: checking for zip configure:4798: checking for xargs configure:4850: checking for rpmbuild configure:5129: checking compiler version configure:5203: checking for gmake configure:5270: checking for X configure:5587: checking for dnet_ntoa in -ldnet configure:5606: clang -o conftest -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN conftest.c -ldnet 1>&5 /usr/bin/ld: cannot find -ldnet clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 5595 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:5628: checking for dnet_ntoa in -ldnet_stub configure:5647: clang -o conftest -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN conftest.c -ldnet_stub 1>&5 /usr/bin/ld: cannot find -ldnet_stub clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 5636 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:5676: checking for gethostbyname configure:5704: clang -o conftest -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN conftest.c 1>&5 configure:5774: checking for connect configure:5802: clang -o conftest -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN conftest.c 1>&5 configure:5866: checking for remove configure:5894: clang -o conftest -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN conftest.c 1>&5 configure:5958: checking for shmat configure:5986: clang -o conftest -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN conftest.c 1>&5 configure:6059: checking for IceConnectionNumber in -lICE configure:6078: clang -o conftest -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -L/usr/local/lib conftest.c -lICE 1>&5 configure:6486: clang -c -isystem/usr/local/include conftest.c 1>&5 configure:6482:15: error: use of undeclared identifier '__thumb2__' return sizeof(__thumb2__); ^ 1 error generated. configure: failed program was: #line 6479 "configure" #include "confdefs.h" int main() { return sizeof(__thumb2__); ; return 0; } configure:6680: checking that static assertion macros used in autoconf tests work configure:6701: clang -c -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include conftest.c 1>&5 configure:6718: clang -c -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include conftest.c 1>&5 configure:6718:1: error: 'static_assert_line_6718' declared as an array with a negative size CONFIGURE_STATIC_ASSERT(0) ^~~~~~~~~~~~~~~~~~~~~~~~~~ configure:6713:44: note: expanded from macro 'CONFIGURE_STATIC_ASSERT' #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) ^ configure:6714:55: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL' #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) ^ configure:6715:94: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL2' #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] ^~~~~~~~~~~~~~~~~~~~ 1 error generated. configure: failed program was: #line 6711 "configure" #include "confdefs.h" #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(0) ; return 0; } configure:6741: clang++ -c -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include conftest.C 1>&5 configure:6758: clang++ -c -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include conftest.C 1>&5 configure:6758:1: error: 'static_assert_line_6758' declared as an array with a negative size CONFIGURE_STATIC_ASSERT(0) ^~~~~~~~~~~~~~~~~~~~~~~~~~ configure:6753:44: note: expanded from macro 'CONFIGURE_STATIC_ASSERT' #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) ^ configure:6754:55: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL' #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) ^ configure:6755:94: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL2' #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] ^~~~~~~~~~~~~~~~~~~~ 1 error generated. configure: failed program was: #line 6751 "configure" #include "confdefs.h" #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(0) ; return 0; } configure:6917: checking for --noexecstack option to as configure:6928: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wa,--noexecstack -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:6941: checking for -z noexecstack option to ld configure:6952: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Qunused-arguments -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:6966: checking if toolchain supports -mssse3 option configure:6978: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -mssse3 -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:6994: checking if toolchain supports -msse4.1 option configure:7006: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -msse4.1 -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:7032: checking whether the C compiler supports -Werror=return-type configure:7055: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Werror -Werror=return-type -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:7083: checking whether the C compiler supports -Wtype-limits configure:7106: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Werror -Wtype-limits -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:7134: checking whether the C compiler supports -Wempty-body configure:7157: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Werror -Wempty-body -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:7191: checking whether the C compiler supports -Wno-overlength-strings configure:7214: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Werror -Woverlength-strings -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:7298: checking whether the C++ compiler supports -Werror=return-type configure:7321: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Werror=return-type -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:7349: checking whether the C++ compiler supports -Wtype-limits configure:7372: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Wtype-limits -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:7400: checking whether the C++ compiler supports -Wempty-body configure:7423: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Wempty-body -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:7459: checking whether the C++ compiler supports -Wno-overlength-strings configure:7482: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Woverlength-strings -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:7510: checking whether the C++ compiler supports -Wno-invalid-offsetof configure:7533: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Winvalid-offsetof -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:7561: checking whether the C++ compiler supports -Wno-variadic-macros configure:7584: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Wvariadic-macros -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:7636: checking whether the C++ compiler supports -Wno-extended-offsetof configure:7659: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Wextended-offsetof -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:7697: checking whether ld has archive extraction flags configure:7721: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Qunused-arguments -isystem/usr/local/include -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 configure:7756: checking for 64-bit OS configure:7765: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:7765:1: error: 'static_assert_line_7765' declared as an array with a negative size CONFIGURE_STATIC_ASSERT(sizeof(void*) == 8) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ configure:7760:44: note: expanded from macro 'CONFIGURE_STATIC_ASSERT' #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) ^ configure:7761:55: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL' #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) ^ configure:7762:94: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL2' #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] ^~~~~~~~~~~~~~~~~~~~ 1 error generated. configure: failed program was: #line 7758 "configure" #include "confdefs.h" #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(sizeof(void*) == 8) ; return 0; } configure:8231: checking for custom implementation configure:9543: checking whether the linker supports Identical Code Folding configure:9552: clang -o conftest -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack -Wl,--icf=safe -ffunction-sections conftest.c 1>&2 /usr/bin/ld: unrecognized option '--icf=safe' /usr/bin/ld: use the --help option for usage information clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:9623: checking for ANSI C header files configure:9636: clang-cpp -Qunused-arguments -isystem/usr/local/include conftest.c >/dev/null 2>conftest.out configure:9703: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:9698:67: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); ^ configure:9698:67: note: please include the header or explicitly provide a declaration for 'exit' 1 warning generated. configure:9730: checking for working const configure:9784: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:9808: checking for mode_t configure:9844: checking for off_t configure:9880: checking for pid_t configure:9916: checking for size_t configure:9959: checking for __stdcall configure:9973: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:10005: checking for ssize_t configure:10018: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:10043: checking for st_blksize in struct stat configure:10056: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:10052:18: warning: expression result unused [-Wunused-value] struct stat s; s.st_blksize; ~ ^~~~~~~~~~ 1 warning generated. configure:10080: checking for siginfo_t configure:10093: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:10119: checking for int64 configure:10132: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:10128:1: error: use of undeclared identifier 'int64' int64 foo = 0; ^ 1 error generated. configure: failed program was: #line 10124 "configure" #include "confdefs.h" #include #include int main() { int64 foo = 0; ; return 0; } configure:10157: checking for uint configure:10170: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:10195: checking for uint_t configure:10208: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:10204:1: error: unknown type name 'uint_t'; did you mean 'uint8_t'? uint_t foo = 0; ^~~~~~ uint8_t /usr/include/sys/_stdint.h:54:20: note: 'uint8_t' declared here typedef __uint8_t uint8_t; ^ 1 error generated. configure: failed program was: #line 10200 "configure" #include "confdefs.h" #include #include int main() { uint_t foo = 0; ; return 0; } configure:10242: checking for uname.domainname configure:10255: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:10251:62: error: no member named 'domainname' in 'utsname' (void)uname(res); if (res != 0) { domain = res->domainname; } ~~~ ^ 1 error generated. configure: failed program was: #line 10247 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->domainname; } ; return 0; } configure:10282: checking for uname.__domainname configure:10295: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:10291:62: error: no member named '__domainname' in 'utsname' (void)uname(res); if (res != 0) { domain = res->__domainname; } ~~~ ^ 1 error generated. configure: failed program was: #line 10287 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->__domainname; } ; return 0; } configure:10334: checking for gcc c++0x headers bug without rtti configure:10346: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:10366: checking for usable char16_t (2 bytes, unsigned) configure:10382: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:10410: checking for usable wchar_t (2 bytes, unsigned) configure:10424: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:10423:1: error: 'static_assert_line_10423' declared as an array with a negative size CONFIGURE_STATIC_ASSERT(sizeof(wchar_t) == 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ configure:10418:44: note: expanded from macro 'CONFIGURE_STATIC_ASSERT' #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) ^ configure:10419:55: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL' #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) ^ configure:10420:94: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL2' #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] ^~~~~~~~~~~~~~~~~~~~ configure:10424:22: error: 'static_assert_line_10424' declared as an array with a negative size CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ configure:10418:44: note: expanded from macro 'CONFIGURE_STATIC_ASSERT' #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) ^ configure:10419:55: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL' #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) ^ configure:10420:94: note: expanded from macro 'CONFIGURE_STATIC_ASSERT_IMPL2' #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] ^~~~~~~~~~~~~~~~~~~~ 2 errors generated. configure: failed program was: #line 10415 "configure" #include "confdefs.h" #include #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(sizeof(wchar_t) == 2); CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0) ; return 0; } configure:10512: checking for visibility(hidden) attribute configure:10540: checking for visibility(default) attribute configure:10568: checking for visibility pragma support configure:10593: checking For gcc visibility bug with class-level attributes (GCC bug 26905) configure:10621: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297) configure:10676: checking for gcc PR49911 configure:10737: clang++ -o conftest -O2 -Qunused-arguments -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:10770: checking for gcc pr39608 configure:10800: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include conftest.C 1>&5 configure:10796:1: warning: expression result unused [-Wunused-value] true ^~~~ 1 warning generated. configure:10827: checking for llvm pr8927 configure:10867: clang -o conftest -O2 -Qunused-arguments -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:10904: checking for __force_align_arg_pointer__ attribute configure:10916: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Werror -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:10943: checking for dirent.h that defines DIR configure:10956: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include conftest.c 1>&5 configure:10984: checking for opendir in -ldir configure:11003: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -ldir 1>&5 /usr/bin/ld: cannot find -ldir clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 10992 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:11078: checking for sys/byteorder.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11085:10: fatal error: 'sys/byteorder.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11083 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11078: checking for compat.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11085:10: fatal error: 'compat.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11083 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11078: checking for getopt.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11078: checking for sys/bitypes.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11085:10: fatal error: 'sys/bitypes.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11083 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11078: checking for memory.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11078: checking for unistd.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11078: checking for gnu/libc-version.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11085:10: fatal error: 'gnu/libc-version.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11083 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11078: checking for nl_types.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11078: checking for malloc.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 In file included from configure:11085: /usr/include/malloc.h:3:2: error: " has been replaced by " #error " has been replaced by " ^ 1 error generated. configure: failed program was: #line 11083 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11078: checking for X11/XKBlib.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11078: checking for io.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11085:10: fatal error: 'io.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11083 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11078: checking for cpuid.h configure:11091: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11126: checking for sys/statvfs.h configure:11139: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11126: checking for sys/statfs.h configure:11139: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11133:10: fatal error: 'sys/statfs.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11131 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11126: checking for sys/vfs.h configure:11139: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11133:10: fatal error: 'sys/vfs.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11131 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11126: checking for sys/mount.h configure:11139: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11173: checking for sys/quota.h configure:11186: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11180:10: fatal error: 'sys/quota.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11178 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11173: checking for sys/sysmacros.h configure:11186: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11180:10: fatal error: 'sys/sysmacros.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11178 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11219: checking for linux/quota.h configure:11232: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11226:10: fatal error: 'linux/quota.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11224 "configure" #include "confdefs.h" #include #include int main() { ; return 0; } configure:11266: checking for linux/if_addr.h configure:11279: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11273:10: fatal error: 'linux/if_addr.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11271 "configure" #include "confdefs.h" #include #include int main() { ; return 0; } configure:11266: checking for linux/rtnetlink.h configure:11279: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11273:10: fatal error: 'linux/rtnetlink.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11271 "configure" #include "confdefs.h" #include #include int main() { ; return 0; } configure:11313: checking for sys/types.h configure:11326: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11313: checking for netinet/in.h configure:11326: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11313: checking for byteswap.h configure:11326: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11320:10: fatal error: 'byteswap.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11318 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11357: checking for sockaddr_in.sin_len configure:11374: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11405: checking for sockaddr_in6.sin6_len configure:11422: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11446: checking for sockaddr.sa_len configure:11463: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11496: checking for new configure:11509: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:11608: checking for sys/cdefs.h configure:11621: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11673: checking for linux/perf_event.h configure:11686: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11680:10: fatal error: 'linux/perf_event.h' file not found #include ^ 1 error generated. configure: failed program was: #line 11678 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11749: checking for gethostbyname_r in -lc_r configure:11768: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -lc_r 1>&5 /usr/bin/ld: cannot find -lc_r clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 11757 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname_r(); int main() { gethostbyname_r() ; return 0; } configure:11809: checking for library containing dlopen configure:11827: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:11867: checking for dlfcn.h configure:11880: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11917: checking for dladdr configure:11945: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -D_GNU_SOURCE -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:11917: checking for memmem configure:11945: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -D_GNU_SOURCE -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12089: checking for socket in -lsocket configure:12108: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -lsocket 1>&5 /usr/bin/ld: cannot find -lsocket clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 12097 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char socket(); int main() { socket() ; return 0; } configure:12163: checking for XDrawLines in -lX11 configure:12182: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -lX11 -lX11 1>&5 configure:12204: checking for XextAddDisplay in -lXext configure:12223: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -lXext -lX11 1>&5 configure:12246: checking for XtFree in -lXt configure:12265: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -lXt 1>&5 configure:12419: checking for XShmCreateImage in -lXext configure:12438: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -lXext -lX11 -lXext 1>&5 configure:12461: checking for X11/extensions/scrnsaver.h configure:12474: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:12468:10: fatal error: 'X11/extensions/scrnsaver.h' file not found #include ^ 1 error generated. configure: failed program was: #line 12466 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:12558: checking for pthread_create in -lpthreads clang -o dummy dummy.c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -lpthreads -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack dummy.c:4:38: warning: control reaches end of non-void function [-Wreturn-type] void *foo(void *v) { int a = 1; } ^ 1 warning generated. /usr/bin/ld: cannot find -lpthreads clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:12581: checking for pthread_create in -lpthread clang -o dummy dummy.c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -lpthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack dummy.c:4:38: warning: control reaches end of non-void function [-Wreturn-type] void *foo(void *v) { int a = 1; } ^ 1 warning generated. configure:12686: checking whether clang accepts -pthread configure:12814: checking whether clang needs -traditional configure:12821:10: fatal error: 'sgtty.h' file not found #include ^ 1 error generated. configure:12839:10: fatal error: 'termio.h' file not found #include ^ 1 error generated. configure:12860: checking for 8-bit clean memcmp configure:12878: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12870:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^~~~ configure:12873:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); ^ configure:12873:3: note: please include the header or explicitly provide a declaration for 'exit' configure:12873:8: warning: implicitly declaring library function 'memcmp' with type 'int (const void *, const void *, unsigned int)' exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); ^ configure:12873:8: note: please include the header or explicitly provide a declaration for 'memcmp' 3 warnings generated. configure:12898: checking for random configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12898: checking for strerror configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12910:6: warning: incompatible redeclaration of library function 'strerror' char strerror(); ^ configure:12910:6: note: 'strerror' is a builtin with type 'char *(int)' 1 warning generated. configure:12898: checking for lchown configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12898: checking for fchmod configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12898: checking for snprintf configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12910:6: warning: incompatible redeclaration of library function 'snprintf' char snprintf(); ^ configure:12910:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned int, const char *, ...)' 1 warning generated. configure:12898: checking for memmove configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12910:6: warning: incompatible redeclaration of library function 'memmove' char memmove(); ^ configure:12910:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned int)' 1 warning generated. configure:12898: checking for rint configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 /tmp/conftest-0cNo8g.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `rint' clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 12903 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char rint(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char rint(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_rint) || defined (__stub___rint) choke me #else rint(); #endif ; return 0; } configure:12898: checking for stat64 configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 /tmp/conftest-MZWrHn.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `stat64' clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 12903 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char stat64(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char stat64(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_stat64) || defined (__stub___stat64) choke me #else stat64(); #endif ; return 0; } configure:12898: checking for lstat64 configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 /tmp/conftest-8aOlvA.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `lstat64' clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 12903 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char lstat64(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char lstat64(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_lstat64) || defined (__stub___lstat64) choke me #else lstat64(); #endif ; return 0; } configure:12898: checking for truncate64 configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 /tmp/conftest-T1pkdU.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `truncate64' clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 12903 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char truncate64(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char truncate64(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_truncate64) || defined (__stub___truncate64) choke me #else truncate64(); #endif ; return 0; } configure:12898: checking for setbuf configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12898: checking for isatty configure:12926: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12956: checking for statvfs64 configure:12984: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 /tmp/conftest-cjGyBk.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `statvfs64' clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 12961 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char statvfs64(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char statvfs64(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_statvfs64) || defined (__stub___statvfs64) choke me #else statvfs64(); #endif ; return 0; } configure:12956: checking for statvfs configure:12984: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:12956: checking for statfs64 configure:12984: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 /tmp/conftest-5c9Zfs.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `statfs64' clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 12961 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char statfs64(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char statfs64(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_statfs64) || defined (__stub___statfs64) choke me #else statfs64(); #endif ; return 0; } configure:12956: checking for statfs configure:12984: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:13014: checking for flockfile configure:13042: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:13014: checking for getpagesize configure:13042: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:13072: checking for localtime_r configure:13100: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:13072: checking for strtok_r configure:13100: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:13129: checking for clock_gettime(CLOCK_MONOTONIC) configure:13145: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:13186: checking for wcrtomb configure:13198: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:13221: checking for mbrtowc configure:13233: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:13265: checking for res_ninit() configure:13282: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 In file included from configure:13275: /usr/include/resolv.h:157:14: error: array has incomplete element type 'struct sockaddr_in' nsaddr_list[MAXNS]; /*%< address of name server */ ^ /usr/include/resolv.h:156:9: note: forward declaration of 'struct sockaddr_in' struct sockaddr_in ^ /usr/include/resolv.h:171:18: error: field has incomplete type 'struct in_addr' struct in_addr addr; ^ /usr/include/resolv.h:171:10: note: forward declaration of 'struct in_addr' struct in_addr addr; ^ /usr/include/resolv.h:195:21: error: field has incomplete type 'struct sockaddr_in' struct sockaddr_in sin; ^ /usr/include/resolv.h:156:9: note: forward declaration of 'struct sockaddr_in' struct sockaddr_in ^ 3 errors generated. configure: failed program was: #line 13270 "configure" #include "confdefs.h" #ifdef linux #define _BSD_SOURCE 1 #endif #include int main() { int foo = res_ninit(&_res); ; return 0; } configure:13315: checking for gnu_get_libc_version() configure:13331: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:13327:29: error: use of undeclared identifier 'gnu_get_libc_version' const char *glibc_version = gnu_get_libc_version(); ^ 1 error generated. configure: failed program was: #line 13320 "configure" #include "confdefs.h" #ifdef HAVE_GNU_LIBC_VERSION_H #include #endif int main() { const char *glibc_version = gnu_get_libc_version(); ; return 0; } configure:13363: checking for iconv in -lc configure:13385: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C -lc 1>&5 /tmp/conftest-zMrLI8.o: In function `main': conftest.C:(.text.main+0x7): undefined reference to `iconv' clang++: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 13371 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char iconv(); int main() { iconv() ; return 0; } configure:13404: checking for iconv in -liconv configure:13426: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C -liconv 1>&5 configure:13494: checking for iconv() configure:13513: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C -liconv 1>&5 configure:13540: checking for iconv() with const input configure:13560: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13592: checking for nl_langinfo and CODESET configure:13604: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:13639: checking for an implementation of va_copy() configure:13663: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:13657:17: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit (1); ^ configure:13657:17: note: please include the header or explicitly provide a declaration for 'exit' 1 warning generated. configure:13680: checking for an implementation of __va_copy() configure:13704: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:13696:13: warning: implicit declaration of function '__va_copy' is invalid in C99 [-Wimplicit-function-declaration] __va_copy (args2, args1); ^ configure:13698:17: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit (1); ^ configure:13698:17: note: please include the header or explicitly provide a declaration for 'exit' 2 warnings generated. /tmp/conftest-krG0VG.o: In function `f': conftest.c:(.text.f+0x11): undefined reference to `__va_copy' clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 13690 "configure" #include "confdefs.h" #include void f (int i, ...) { va_list args1, args2; va_start (args1, i); __va_copy (args2, args1); if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42) exit (1); va_end (args1); va_end (args2); } int main() { f (0, 42); return 0; } configure:13721: checking whether va_lists can be copied by value configure:13745: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:13739:17: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit (1); ^ configure:13739:17: note: please include the header or explicitly provide a declaration for 'exit' 1 warning generated. configure:13858: checking for modern C++ template specialization syntax support configure:13873: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13891: checking whether partial template specialization works configure:13904: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13928: checking whether the C++ "using" keyword resolves ambiguity configure:13949: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13973: checking for C++ dynamic_cast to void* configure:14000: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:14027: checking whether C++ requires implementation of unused virtual methods configure:14039: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:14065: checking for trouble comparing to zero near std::operator!=() configure:14081: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:14111: checking for __thread keyword for TLS variables configure:14123: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack -fPIC -shared -Wl,-z,defs conftest.C 1>&5 configure:14210: checking for malloc.h configure:14210: checking for malloc_np.h configure:14223: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:14259: checking for strndup configure:14290: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:14259: checking for posix_memalign configure:14290: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:14259: checking for memalign configure:14290: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 /tmp/conftest-OIGRQE.o: In function `main': conftest.C:(.text.main+0x7): undefined reference to `memalign' clang++: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 14264 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char memalign(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char memalign(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_memalign) || defined (__stub___memalign) choke me #else memalign(); #endif ; return 0; } configure:14259: checking for valloc configure:14290: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:14321: checking for malloc_usable_size configure:14352: clang++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:14382: checking for __attribute__((always_inline)) configure:14394: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:14409: checking for __attribute__((malloc)) configure:14421: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:14436: checking for __attribute__((warn_unused_result)) configure:14448: clang++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:14472: checking for LC_MESSAGES configure:14484: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:14510: checking for localeconv configure:14538: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:14727: checking for nspr-config configure:14762: checking for NSPR - version >= 4.9.4 configure:14830: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -I/usr/local/include/nspr -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:14850: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -I/usr/local/include/nspr -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:14899: checking for pkg-config configure:14943: checking for libevent configure:14950: checking MOZ_LIBEVENT_CFLAGS configure:14955: checking MOZ_LIBEVENT_LIBS configure:15130: checking for nss-config configure:15165: checking for NSS - version >= 3.14.1 configure:15238: checking for YASM assembler configure:15244: checking for yasm configure:15302: checking for jpeg_destroy_compress in -ljpeg configure:15321: clang -o conftest -I/usr/local/include -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -ljpeg 1>&5 configure:15357: clang -c -I/usr/local/include -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:15404: checking for gzread in -lz configure:15423: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -lz 1>&5 configure:15458: clang -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:15509: checking for BZ2_bzread in -lbz2 configure:15528: clang -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -lbz2 1>&5 configure:15577: checking for png_get_valid in -lpng configure:15596: clang -o conftest -I/usr/local/include -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -lpng 1>&5 configure:15618: checking for png_get_acTL in -lpng configure:15637: clang -o conftest -I/usr/local/include -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c -lpng 1>&5 /tmp/conftest-OM1CX5.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `png_get_acTL' clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 15626 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char png_get_acTL(); int main() { png_get_acTL() ; return 0; } --------------030704030902000206030200 Content-Type: text/plain; charset=ISO-8859-1; name="installed-ports-list_new" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="installed-ports-list_new" ImageMagick-6.8.0.7_1 ORBit2-2.14.19 alsa-lib-1.0.26 atk-2.6.0 autoconf-2.13.000227_6 autoconf-2.69 autoconf-wrapper-20101119 automake-1.12.6 automake-1.4.6_6 automake-wrapper-20101119 bash-4.2.42 bdftopcf-1.0.4 bigreqsproto-1.1.1 binutils-2.23.1 bison-2.7,1 bitstream-vera-1.10_5 bsdstats-5.5_3 ca_root_nss-3.14.3 cabextract-1.4 cairo-1.10.2_5,2 cmake-2.8.10.2 cmake-modules-2.8.10.2 compositeproto-0.4.2 cups-client-1.5.4_1 cups-image-1.5.4_1 damageproto-1.2.1 dbus-1.6.8 dbus-glib-0.100.1 dconf-0.12.1_1 desktop-file-utils-0.18 dialog4ports-0.1.2 dri2proto-2.6 encodings-1.0.4,1 evieext-1.1.1 exif-0.6.20_1 expat-2.0.1_2 fftw3-3.3.3_1 fixesproto-5.0 font-bh-ttf-1.0.3 font-misc-ethiopic-1.0.3 font-misc-meltho-1.0.3 font-util-1.3.0 fontconfig-2.9.0,1 fontsproto-2.1.1 freetype2-2.4.11 gamin-0.1.10_5 gconf2-2.32.0_3 gdk-pixbuf2-2.26.5_2 gettext-0.18.1.1_1 ghostscript9-9.06_1 gio-fam-backend-2.34.3 glib-2.34.3 glproto-1.4.15 gmake-3.82_1 gmp-5.1.1 gnome_subr-1.0 gnomehier-3.0 gnutls-2.12.23_1 gobject-introspection-1.34.2 gperf-3.0.3 gsfonts-8.11_5 gtk-2.24.17 gtk-engines2-2.20.2_1 gtk-update-icon-cache-2.24.17 help2man-1.41.1 hicolor-icon-theme-0.12 hunspell-1.3.2_1 icons-human-azul-0.1_1 inputproto-2.0.2 intltool-0.41.1 jasper-1.900.1_10 jbig2dec-0.11_1 jbigkit-1.6 jpeg-8_4 kbproto-1.0.5 lcms2-2.4 libGL-7.6.1_3 libICE-1.0.7,1 libIDL-0.8.14_1 libSM-1.2.0,1 libX11-1.4.4,1 libXau-1.0.6 libXcomposite-0.4.3,1 libXcursor-1.1.12 libXdamage-1.1.3 libXdmcp-1.1.0 libXext-1.3.0_1,1 libXfixes-5.0 libXfont-1.4.4_1,1 libXft-2.3.1 libXi-1.4.5,1 libXinerama-1.1.1,1 libXrandr-1.3.2 libXrender-0.9.6 libXt-1.1.1,1 libXxf86vm-1.1.1 libcheck-0.9.9 libcroco-0.6.8 libdrm-2.4.17_1 libevent2-2.0.21 libexif-0.6.21 libffi-3.0.13 libfontenc-1.1.0 libfpx-1.3.1.1 libgcrypt-1.5.0_1 libgpg-error-1.11 libgsf-1.14.21_1 libiconv-1.14_1 libidn-1.26 liblqr-1-0.4.1_4 libltdl-2.4.2 libnotify-0.7.3_2 libpaper-1.1.24_1 libpciaccess-0.12.1 libpthread-stubs-0.3_3 librsvg2-2.36.4 libtasn1-2.14 libtool-2.4.2 libv4l-0.8.8_1 libvpx-1.1.0 libwmf-0.2.8.4_10 libxcb-1.7 libxml2-2.7.8_5 libxslt-1.1.28 m4-1.4.16_1,1 makedepend-1.0.3,1 mkfontdir-1.0.7 mkfontscale-1.1.0 mpfr-3.1.2 nasm-2.10.03,1 nettle-2.6 noip-2.1.9_2 nspr-4.9.5 nss-3.14.3 p11-kit-0.16.3 p5-Locale-gettext-1.05_3 p5-XML-Parser-2.41_1 pango-1.30.1 papersize-default-a4-0.0.20120302 patch-2.7_1 pciids-20130323 pcre-8.32 perl-5.14.2_3 pixman-0.24.2 pkgconf-0.9.1_2 png-1.5.14 polkit-0.105_1 popt-1.16 portmaster-3.14_9 printproto-1.0.5 py27-libxml2-2.7.8_2 py27-sqlite3-2.7.3_3 python27-2.7.3_6 randrproto-1.3.2 renderproto-0.11.1 resourceproto-1.2.0 rsync-3.0.9_3 screen-4.0.3_14 shared-mime-info-1.0_2 sqlite3-3.7.14.1 startup-notification-0.12_1 sudo-1.8.6.p7 svgalib-1.4.3_6 tiff-4.0.3 unzip-6.0_1 v4l_compat-1.0.20120501_1 vala-0.18.1 webp-0.1.3_1 xcb-proto-1.7.1 xcb-util-0.3.9_1,1 xcb-util-renderutil-0.3.8 xcmiscproto-1.2.1 xextproto-7.2.0 xf86bigfontproto-1.2.0 xf86driproto-2.1.1 xf86vidmodeproto-2.3.1 xineramaproto-1.2.1 xorg-fonts-truetype-7.5.1 xorg-macros-1.16.1 xproto-7.0.22 xtrans-1.2.6 yasm-1.2.0 yell-1.1 zip-3.0 --------------030704030902000206030200-- From owner-freebsd-gecko@FreeBSD.ORG Wed Mar 27 07:13:33 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 EA6F89E8 for ; Wed, 27 Mar 2013 07:13:33 +0000 (UTC) (envelope-from flo@smeets.im) Received: from mail.solomo.de (mail.solomo.de [IPv6:2a01:4f8:162:1142::2]) by mx1.freebsd.org (Postfix) with ESMTP id ACAB6911 for ; Wed, 27 Mar 2013 07:13:33 +0000 (UTC) Received: from cpos1.nexxtmobile.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id DEC4D4E38; Wed, 27 Mar 2013 08:13:32 +0100 (CET) X-Virus-Scanned: amavisd-new at nexxtmobile.de Received: from mail.solomo.de ([127.0.0.1]) by cpos1.nexxtmobile.de (cpos1.nexxtmobile.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1YBfo0Jf79xK; Wed, 27 Mar 2013 08:13:31 +0100 (CET) Received: from [192.168.43.158] (tmo-107-107.customers.d1-online.com [80.187.107.107]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 67F954E2F; Wed, 27 Mar 2013 08:13:30 +0100 (CET) Message-ID: <51529C19.60207@smeets.im> Date: Wed, 27 Mar 2013 08:13:29 +0100 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Thunderbird/22.0a1 MIME-Version: 1.0 To: Leslie Jensen , gecko@FreeBSD.org Subject: Re: Firefox build error References: <51516FD5.5080403@eskk.nu> In-Reply-To: <51516FD5.5080403@eskk.nu> X-Enigmail-Version: 1.6a1pre Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2SAGXQJMLEOAHMOHCPUUN" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 07:13:34 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2SAGXQJMLEOAHMOHCPUUN Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 26.03.13 10:52, Leslie Jensen wrote: >=20 > Hi! >=20 > Following the instructions below and attaching the requested files. >=20 > Thanks :-) >=20 > /Leslie Jensen >=20 >=20 > --------------------------------------- >=20 > checking for png_get_acTL in -lpng... no > configure: error: --with-system-png won't work because the system's=20 > libpng doesn't have APNG support Please make sure that your graphics/png port is built with the APNG option set to on (which is the default btw.). After you reinstalled with APNG=3Don you should be able to build firefox. Florian ------enig2SAGXQJMLEOAHMOHCPUUN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlFSnBkACgkQapo8P8lCvwlUtgCeJ1amrOPkgPeqgZgsmkUU7WR6 m2AAn1MhR2760FDKBgwZr3nHMjY63b1o =tIHQ -----END PGP SIGNATURE----- ------enig2SAGXQJMLEOAHMOHCPUUN-- From owner-freebsd-gecko@FreeBSD.ORG Wed Mar 27 08:59:21 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 9A184A46 for ; Wed, 27 Mar 2013 08:59:21 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 081CA1E1 for ; Wed, 27 Mar 2013 08:59:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 896515E50F for ; Wed, 27 Mar 2013 09:59:18 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.986 X-Spam-Level: X-Spam-Status: No, score=-1.986 tagged_above=-999 required=5 tests=[AWL=-0.084, BAYES_00=-2.599, HTML_MESSAGE=0.001, RDNS_NONE=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LZe0ryID+C+U for ; Wed, 27 Mar 2013 09:59:13 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from [172.17.0.111] (unknown [195.216.53.111]) by mx1.bjare.net (Postfix) with ESMTP id E2DE55E50B for ; Wed, 27 Mar 2013 09:59:07 +0100 (CET) Message-ID: <5152B4DC.7020709@eskk.nu> Date: Wed, 27 Mar 2013 09:59:08 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: gecko@FreeBSD.org Subject: Fwd: Returned mail: see transcript for details References: <201303270849.r2R8nsA3013562@server6.mbg.se> In-Reply-To: <201303270849.r2R8nsA3013562@server6.mbg.se> X-Forwarded-Message-Id: <201303270849.r2R8nsA3013562@server6.mbg.se> Content-Type: multipart/mixed; boundary="------------070208080602070500090304" X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 08:59:21 -0000 This is a multi-part message in MIME format. --------------070208080602070500090304 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Florian. I tried to reply to your mail but I got this in return! My original reply is included. Thank You :-) /Leslie -------- Ursprungligt meddelande -------- Ämne: Returned mail: see transcript for details Datum: Wed, 27 Mar 2013 09:49:54 +0100 (CET) Från: Mail Delivery Subsystem Till: The original message was received at Wed, 27 Mar 2013 09:49:47 +0100 (CET) from [195.216.53.111] ----- The following addresses had permanent fatal errors ----- (reason: 550 5.7.1 : Recipient address rejected: Mail appeared to be SPAM or forged. Ask your ...ver6.mbg.se, MTA hostname: unknown[2001:0470:de6b:0000:0000:0000:0000:1006] (helo/hostname mismatch)) ----- Transcript of session follows ----- ... while talking to mail.solomo.de.: >>> DATA <<< 550 5.7.1 : Recipient address rejected: Mail appeared to be SPAM or forged. Ask your Mail/DNS-Administrator to correct HELO and DNS MX settings or to get removed from DNSBLs; MTA helo: server6.mbg.se, MTA hostname: unknown[2001:0470:de6b:0000:0000:0000:0000:1006] (helo/hostname mismatch) 550 5.1.1 ... User unknown <<< 554 5.5.1 Error: no valid recipients --------------070208080602070500090304 Content-Type: text/plain; charset=windows-1252; name="Bifogad meddelandedel" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Bifogad meddelandedel" --------------070208080602070500090304 Content-Type: message/rfc822; name="ForwardedMessage.eml" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ForwardedMessage.eml" Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 VGhhbmsgeW91IEZsb3JpYW4uwqAKSSd2ZSBqdXN0IGNoZWNrZWQgdGhlIGNvbmZpZyBvZiBwbmcg YW5kIEFQTkcgd2FzIG5vdCBjaG9zZW4uIFNvIGl0J3Mgbm90IHRoZSBkZWZhdWx0ISDCoEknbSBp biB0aGUgcHJvY2VzcyBvZiByZWluc3RhbGxpbmcgYWxsIHBvcnRzIGZyb20gc2NyYXRjaCBhbmQg SSd2ZSBhY2NlcHRlZCBhbGwgdGhlIGRlZmF1bHQgY29uZmlnIG9wdGlvbnMuwqAKUmVnYXJkcyBM ZXNsaWUKClNraWNrYXQgZnLDpW4gbWluIFNhbXN1bmcgTW9iaWwKCi0tLS0tLS0tIE9yaWdpbmFs bWVkZGVsYW5kZSAtLS0tLS0tLQpGcsOlbjogRmxvcmlhbiBTbWVldHMgPGZsb0BzbWVldHMuaW0+ IApEYXR1bTogIApUaWxsOiBMZXNsaWUgSmVuc2VuIDxsZXNsaWVAZXNray5udT4sZ2Vja29ARnJl ZUJTRC5vcmcgClJ1YnJpazogUmU6IEZpcmVmb3ggYnVpbGQgZXJyb3IgCiAKT24gMjYuMDMuMTMg MTA6NTIsIExlc2xpZSBKZW5zZW4gd3JvdGU6Cj4gCj4gSGkhCj4gCj4gRm9sbG93aW5nIHRoZSBp bnN0cnVjdGlvbnMgYmVsb3cgYW5kIGF0dGFjaGluZyB0aGUgcmVxdWVzdGVkIGZpbGVzLgo+IAo+ IFRoYW5rcyA6LSkKPiAKPiAvTGVzbGllIEplbnNlbgo+IAo+IAo+IC0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLQo+IAo+IGNoZWNraW5nIGZvciBwbmdfZ2V0X2FjVEwgaW4g LWxwbmcuLi4gbm8KPiBjb25maWd1cmU6IGVycm9yOiAtLXdpdGgtc3lzdGVtLXBuZyB3b24ndCB3 b3JrIGJlY2F1c2UgdGhlIHN5c3RlbSdzIAo+IGxpYnBuZyBkb2Vzbid0IGhhdmUgQVBORyBzdXBw b3J0CgpQbGVhc2UgbWFrZSBzdXJlIHRoYXQgeW91ciBncmFwaGljcy9wbmcgcG9ydCBpcyBidWls dCB3aXRoIHRoZSBBUE5HCm9wdGlvbiBzZXQgdG8gb24gKHdoaWNoIGlzIHRoZSBkZWZhdWx0IGJ0 dy4pLiBBZnRlciB5b3UgcmVpbnN0YWxsZWQgd2l0aApBUE5HPW9uIHlvdSBzaG91bGQgYmUgYWJs ZSB0byBidWlsZCBmaXJlZm94LgoKRmxvcmlhbgoK --------------070208080602070500090304-- From owner-freebsd-gecko@FreeBSD.ORG Wed Mar 27 21:38:25 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 117B91BA for ; Wed, 27 Mar 2013 21:38:25 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id BF836301 for ; Wed, 27 Mar 2013 21:38:24 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=R4GB6KtX c=1 sm=0 a=fEl05wXzeJCkBz9gs2itqQ==:17 a=FtuzIWGT4-YA:10 a=XaFEhQSWpKsA:10 a=YNqtyO0l_hcA:10 a=LaogzpLLAAAA:8 a=FUZQa9_gwMoA:10 a=_7iJbEQ2TWbzXjFEXNYA:9 a=wPNLvfGTeEIA:10 a=nlmIL06kciib3UZo3sQA:9 a=_W_S_7VecoQA:10 a=_ywo8g25JiM6ksPr:21 a=fEl05wXzeJCkBz9gs2itqQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.rcn.cmh.synacor.com header.from=mi+thun@aldan.algebra.com; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.mail=mi+thun@aldan.algebra.com; spf=neutral; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.user=anat; auth=pass (PLAIN) Received-SPF: neutral (smtp01.rcn.cmh.synacor.com: 209.6.63.29 is neither permitted nor denied by domain of aldan.algebra.com) Received: from [209.6.63.29] ([209.6.63.29:64187] helo=utka.zajac) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTPA id BA/C2-18243-AC663515; Wed, 27 Mar 2013 17:38:18 -0400 Message-ID: <515366C9.6050308@aldan.algebra.com> Date: Wed, 27 Mar 2013 17:38:17 -0400 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130325 Thunderbird/17.0.4 MIME-Version: 1.0 To: gecko@freebsd.org Subject: Can't build www/firefox on 8.3 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 21:38:25 -0000 Running: % make CC=gcc46 CXX=g++46 .... /mi/ports/www/firefox/work/mozilla-release/content/base/src/nsContentUtils.cpp: In static member function 'static bool nsContentUtils::GetSVGGlyphExtents(nsContentUtils::Element*, const gfxMatrix&, gfxRect*)': /mi/ports/www/firefox/work/mozilla-release/content/base/src/nsContentUtils.cpp:6987:38: error: ambiguous overload for 'operator=' in '* aResult = displayFrame->nsISVGChildFrame::GetBBoxContribution((* & aSVGToAppSpace), 31u)' /mi/ports/www/firefox/work/mozilla-release/content/base/src/nsContentUtils.cpp:6987:38: note: candidates are: ../../../dist/include/gfxRect.h:59:19: note: gfxRect& gfxRect::operator=(const gfxRect&) ../../../dist/include/gfxRect.h:59:19: note: gfxRect& gfxRect::operator=(gfxRect&&) gmake[5]: *** [nsContentUtils.o] ??????? 1 ... Any ideas? Thanks! Yours, -mi From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 28 13:07:25 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 383094DD for ; Thu, 28 Mar 2013 13:07:25 +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 EFC50718 for ; Thu, 28 Mar 2013 13:07:24 +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 1ULCY6-0002oV-B0; Thu, 28 Mar 2013 16:07:23 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=TKPIJCMcMYia4U/w/UUQNPxqkVg6pIwZv764ZKDy96I=; b=uoZt3HixbxgHh234GIxDRa7cg74f9o8dnl08niE3MieamcZfcdNWbyz13y7eTXw8Tp2VBseT7vKjT4eUYb1e2HKR5GjvoQ3jty3NeBdEWF80ap4DLVktyT3WR2uS6o7JSJKgssqe/RsUx7+/RGlvBCvcHGnikCR+edXCXclUsio=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1ULCVm-0000AJ-Bk; Thu, 28 Mar 2013 13:05:00 +0000 From: Jan Beich To: "Mikhail T." Subject: Re: Can't build www/firefox on 8.3 Date: Thu, 28 Mar 2013 12:04:54 -0100 References: <515366C9.6050308@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1ULCVm-0000AJ-Bk@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: Thu, 28 Mar 2013 13:07:25 -0000 "Mikhail T." writes: > Running: > > % make CC=gcc46 CXX=g++46 > .... > /mi/ports/www/firefox/work/mozilla-release/content/base/src/nsContentUtils.cpp: > In static member function 'static bool > nsContentUtils::GetSVGGlyphExtents(nsContentUtils::Element*, const > gfxMatrix&, gfxRect*)': > /mi/ports/www/firefox/work/mozilla-release/content/base/src/nsContentUtils.cpp:6987:38: > error: ambiguous overload for 'operator=' in '* aResult = > displayFrame->nsISVGChildFrame::GetBBoxContribution((* & > aSVGToAppSpace), 31u)' > /mi/ports/www/firefox/work/mozilla-release/content/base/src/nsContentUtils.cpp:6987:38: > note: candidates are: > ../../../dist/include/gfxRect.h:59:19: note: gfxRect& > gfxRect::operator=(const gfxRect&) > ../../../dist/include/gfxRect.h:59:19: note: gfxRect& > gfxRect::operator=(gfxRect&&) > gmake[5]: *** [nsContentUtils.o] ??????? 1 > ... > > Any ideas? Thanks! Yours, It doesn't look like anything known. Please, provide more info about your build environment. 1/ arch? i386 and amd64 should work, powerpc (or any tier2) may not[*] 2/ exact version? 8.3 can be 8.3-RELEASE or /stable/8 a few months old 3/ actual compiler? cflags? environ? options? requires full build log 4/ firefox20 affected? too late to fix firefox19 issues less than a week before the next release [*] a/ pointyhat logs for tier2 archs aren't accessible to confirm b/ requires specific hardware, not on redports c/ upstream considers non-x86 as tier3 except for android; this leads to bitrot, especially on big-endian archs > > -mi From owner-freebsd-gecko@FreeBSD.ORG Fri Mar 29 02:27:35 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 7F126DA3 for ; Fri, 29 Mar 2013 02:27: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 EE0DE3FF for ; Fri, 29 Mar 2013 02:27: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 r2T2RXFA088092 for ; Fri, 29 Mar 2013 02:27: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 r2T2RStf086169 for freebsd-gecko@freebsd.org; Fri, 29 Mar 2013 02:27:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 29 Mar 2013 02:27:28 GMT Message-Id: <201303290227.r2T2RStf086169@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] r1221 - in trunk: . www/firefox www/firefox-nightly www/firefox-nightly/files 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: Fri, 29 Mar 2013 02:27:35 -0000 Author: jbeich Date: Fri Mar 29 02:27:28 2013 New Revision: 1221 Log: update Deleted: trunk/www/firefox-nightly/files/patch-bug851880 Modified: trunk/Gecko_TODO trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo Modified: trunk/Gecko_TODO ============================================================================== --- trunk/Gecko_TODO Sun Mar 24 22:35:12 2013 (r1220) +++ trunk/Gecko_TODO Fri Mar 29 02:27:28 2013 (r1221) @@ -3,7 +3,9 @@ - xpcom/base/MapsMemoryReporter.cpp - media/webrtc/trunk/src/system_wrappers/source/cpu.cc - toolkit/crashreporter -- libusbhid backend for Gamepad API +- 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 - OSS or GStreamer for * media/libcubeb * media/webrtc/trunk/src/modules/audio_device @@ -26,7 +28,6 @@ (layers.acceleration.force-enabled -> true ?) jbeich: -- webrtc (testing?) - 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 ============================================================================== --- trunk/www/firefox-nightly/Makefile Sun Mar 24 22:35:12 2013 (r1220) +++ trunk/www/firefox-nightly/Makefile Fri Mar 29 02:27:28 2013 (r1221) @@ -14,7 +14,7 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.9.6:${PORTSDIR}/devel/nspr \ - nss>=3.14.2:${PORTSDIR}/security/nss \ + nss>=3.14.3:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 24 22:35:12 2013 (r1220) +++ trunk/www/firefox-nightly/Makefile.hgrev Fri Mar 29 02:27:28 2013 (r1221) @@ -1 +1 @@ -HGREV= 126011:0a10eca0c521 +HGREV= 126602:8aeabe064932 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Sun Mar 24 22:35:12 2013 (r1220) +++ trunk/www/firefox-nightly/distinfo Fri Mar 29 02:27:28 2013 (r1221) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/0a10eca0c521.tar.bz2) = 0c4dd3fa4e2521736f3c44e9e02e86feb39e4e7694a5d5e9b577154c30ccc855 -SIZE (firefox-nightly/0a10eca0c521.tar.bz2) = 109062559 +SHA256 (firefox-nightly/8aeabe064932.tar.bz2) = 1cabae3104db638812f24e5456d68b38d0b8209e39dd10c5cf51951127aaddcf +SIZE (firefox-nightly/8aeabe064932.tar.bz2) = 108995013 Deleted: trunk/www/firefox-nightly/files/patch-bug851880 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug851880 Fri Mar 29 02:27:28 2013 (r1220) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,376 +0,0 @@ -diff --git js/src/ion/AsmJS.h js/src/ion/AsmJS.h -index 7045145..1c9f015 100644 ---- js/src/ion/AsmJS.h -+++ js/src/ion/AsmJS.h -@@ -17,8 +17,7 @@ - // Don't panic, mobile support is coming soon. - #if defined(JS_ION) && \ - !defined(ANDROID) && \ -- (defined(JS_CPU_X86) || defined(JS_CPU_X64)) && \ -- (defined(__linux__) || defined(XP_WIN) || defined(XP_MACOSX)) -+ (defined(JS_CPU_X86) || defined(JS_CPU_X64)) - # define JS_ASMJS - #endif - -diff --git js/src/ion/AsmJSSignalHandlers.cpp js/src/ion/AsmJSSignalHandlers.cpp -index 5dd80d6..66deb9a 100644 ---- js/src/ion/AsmJSSignalHandlers.cpp -+++ js/src/ion/AsmJSSignalHandlers.cpp -@@ -18,6 +18,120 @@ using namespace js::ion; - - #ifdef JS_ASMJS - -+#if defined(XP_WIN) -+# define XMM_sig(p,i) ((p)->Xmm##i) -+# define EIP_sig(p) ((p)->Eip) -+# define RIP_sig(p) ((p)->Rip) -+# define RAX_sig(p) ((p)->Rax) -+# define RCX_sig(p) ((p)->Rcx) -+# define RDX_sig(p) ((p)->Rdx) -+# define RBX_sig(p) ((p)->Rbx) -+# define RSP_sig(p) ((p)->Rsp) -+# define RBP_sig(p) ((p)->Rbp) -+# define RSI_sig(p) ((p)->Rsi) -+# define RDI_sig(p) ((p)->Rdi) -+# define R8_sig(p) ((p)->R8) -+# define R9_sig(p) ((p)->R9) -+# define R10_sig(p) ((p)->R10) -+# define R11_sig(p) ((p)->R11) -+# define R12_sig(p) ((p)->R12) -+# define R13_sig(p) ((p)->R13) -+# define R14_sig(p) ((p)->R14) -+# define R15_sig(p) ((p)->R15) -+#elif defined(__OpenBSD__) -+# define XMM_sig(p,i) ((p)->sc_fpstate->fx_xmm[i]) -+# define EIP_sig(p) ((p)->sc_eip) -+# define RIP_sig(p) ((p)->sc_rip) -+# define RAX_sig(p) ((p)->sc_rax) -+# define RCX_sig(p) ((p)->sc_rcx) -+# define RDX_sig(p) ((p)->sc_rdx) -+# define RBX_sig(p) ((p)->sc_rbx) -+# define RSP_sig(p) ((p)->sc_rsp) -+# define RBP_sig(p) ((p)->sc_rbp) -+# define RSI_sig(p) ((p)->sc_rsi) -+# define RDI_sig(p) ((p)->sc_rdi) -+# define R8_sig(p) ((p)->sc_r8) -+# define R9_sig(p) ((p)->sc_r9) -+# define R10_sig(p) ((p)->sc_r10) -+# define R11_sig(p) ((p)->sc_r11) -+# define R12_sig(p) ((p)->sc_r12) -+# define R13_sig(p) ((p)->sc_r13) -+# define R14_sig(p) ((p)->sc_r14) -+# define R15_sig(p) ((p)->sc_r15) -+#elif defined(__linux__) || defined(SOLARIS) -+# if defined(__linux__) -+# define XMM_sig(p,i) ((p)->uc_mcontext.fpregs->_xmm[i]) -+# else -+# define XMM_sig(p,i) ((p)->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[i]) -+# endif -+# define EIP_sig(p) ((p)->uc_mcontext.gregs[REG_EIP]) -+# define RIP_sig(p) ((p)->uc_mcontext.gregs[REG_RIP]) -+# define RAX_sig(p) ((p)->uc_mcontext.gregs[REG_RAX]) -+# define RCX_sig(p) ((p)->uc_mcontext.gregs[REG_RCX]) -+# define RDX_sig(p) ((p)->uc_mcontext.gregs[REG_RDX]) -+# define RBX_sig(p) ((p)->uc_mcontext.gregs[REG_RBX]) -+# define RSP_sig(p) ((p)->uc_mcontext.gregs[REG_RSP]) -+# define RBP_sig(p) ((p)->uc_mcontext.gregs[REG_RBP]) -+# define RSI_sig(p) ((p)->uc_mcontext.gregs[REG_RSI]) -+# define RDI_sig(p) ((p)->uc_mcontext.gregs[REG_RDI]) -+# define R8_sig(p) ((p)->uc_mcontext.gregs[REG_R8]) -+# define R9_sig(p) ((p)->uc_mcontext.gregs[REG_R9]) -+# define R10_sig(p) ((p)->uc_mcontext.gregs[REG_R10]) -+# define R11_sig(p) ((p)->uc_mcontext.gregs[REG_R11]) -+# define R12_sig(p) ((p)->uc_mcontext.gregs[REG_R12]) -+# define R13_sig(p) ((p)->uc_mcontext.gregs[REG_R13]) -+# define R14_sig(p) ((p)->uc_mcontext.gregs[REG_R14]) -+# define R15_sig(p) ((p)->uc_mcontext.gregs[REG_R15]) -+#elif defined(__NetBSD__) -+# define XMM_sig(p,i) (((struct fxsave64 *)(p)->uc_mcontext.__fpregs)->fx_xmm[i]) -+# define EIP_sig(p) ((p)->uc_mcontext.__gregs[_REG_EIP]) -+# define RIP_sig(p) ((p)->uc_mcontext.__gregs[_REG_RIP]) -+# define RAX_sig(p) ((p)->uc_mcontext.__gregs[_REG_RAX]) -+# define RCX_sig(p) ((p)->uc_mcontext.__gregs[_REG_RCX]) -+# define RDX_sig(p) ((p)->uc_mcontext.__gregs[_REG_RDX]) -+# define RBX_sig(p) ((p)->uc_mcontext.__gregs[_REG_RBX]) -+# define RSP_sig(p) ((p)->uc_mcontext.__gregs[_REG_RSP]) -+# define RBP_sig(p) ((p)->uc_mcontext.__gregs[_REG_RBP]) -+# define RSI_sig(p) ((p)->uc_mcontext.__gregs[_REG_RSI]) -+# define RDI_sig(p) ((p)->uc_mcontext.__gregs[_REG_RDI]) -+# define R8_sig(p) ((p)->uc_mcontext.__gregs[_REG_R8]) -+# define R9_sig(p) ((p)->uc_mcontext.__gregs[_REG_R9]) -+# define R10_sig(p) ((p)->uc_mcontext.__gregs[_REG_R10]) -+# define R11_sig(p) ((p)->uc_mcontext.__gregs[_REG_R11]) -+# define R12_sig(p) ((p)->uc_mcontext.__gregs[_REG_R12]) -+# define R13_sig(p) ((p)->uc_mcontext.__gregs[_REG_R13]) -+# define R14_sig(p) ((p)->uc_mcontext.__gregs[_REG_R14]) -+# define R15_sig(p) ((p)->uc_mcontext.__gregs[_REG_R15]) -+#elif defined(__DragonFly__) || defined(__FreeBSD__) -+# if defined(__DragonFly__) -+# define XMM_sig(p,i) (((union savefpu *)(p)->uc_mcontext.mc_fpregs)->sv_xmm.sv_xmm[i]) -+# else -+# define XMM_sig(p,i) (((struct savefpu *)(p)->uc_mcontext.mc_fpstate)->sv_xmm[i]) -+# endif -+# define EIP_sig(p) ((p)->uc_mcontext.mc_eip) -+# define RIP_sig(p) ((p)->uc_mcontext.mc_rip) -+# define RAX_sig(p) ((p)->uc_mcontext.mc_rax) -+# define RCX_sig(p) ((p)->uc_mcontext.mc_rcx) -+# define RDX_sig(p) ((p)->uc_mcontext.mc_rdx) -+# define RBX_sig(p) ((p)->uc_mcontext.mc_rbx) -+# define RSP_sig(p) ((p)->uc_mcontext.mc_rsp) -+# define RBP_sig(p) ((p)->uc_mcontext.mc_rbp) -+# define RSI_sig(p) ((p)->uc_mcontext.mc_rsi) -+# define RDI_sig(p) ((p)->uc_mcontext.mc_rdi) -+# define R8_sig(p) ((p)->uc_mcontext.mc_r8) -+# define R9_sig(p) ((p)->uc_mcontext.mc_r9) -+# define R10_sig(p) ((p)->uc_mcontext.mc_r10) -+# define R11_sig(p) ((p)->uc_mcontext.mc_r11) -+# define R12_sig(p) ((p)->uc_mcontext.mc_r12) -+# define R13_sig(p) ((p)->uc_mcontext.mc_r13) -+# define R14_sig(p) ((p)->uc_mcontext.mc_r14) -+# define R15_sig(p) ((p)->uc_mcontext.mc_r15) -+#elif defined(XP_MACOSX) -+// Mach requires special treatment. -+#else -+# error "Don't know how to read/write to the thread state via the mcontext_t." -+#endif -+ - // For platforms where the signal/exception handler runs on the same - // thread/stack as the victim (Unix and Windows), we can use TLS to find any - // currently executing asm.js code. -@@ -144,16 +258,37 @@ LookupHeapAccess(const AsmJSModule &module, uint8_t *pc) - - # if defined(XP_WIN) - # include "jswin.h" -+# else -+# include -+# include -+# endif -+ -+# if defined(__FreeBSD__) -+# include // for ucontext_t, mcontext_t -+# endif - -+# if defined(JS_CPU_X64) -+# if defined(__DragonFly__) -+# include // for union savefpu -+# elif defined(__FreeBSD__) || defined(__OpenBSD__) -+# include // for struct savefpu/fxsave64 -+# endif -+# endif -+ -+# if !defined(XP_WIN) -+# define CONTEXT ucontext_t -+# endif -+ -+# if !defined(XP_MACOSX) - static uint8_t ** --ContextToPC(PCONTEXT context) -+ContextToPC(CONTEXT *context) - { - # if defined(JS_CPU_X64) -- JS_STATIC_ASSERT(sizeof(context->Rip) == sizeof(void*)); -- return reinterpret_cast(&context->Rip); -+ JS_STATIC_ASSERT(sizeof(RIP_sig(context)) == sizeof(void*)); -+ return reinterpret_cast(&RIP_sig(context)); - # else -- JS_STATIC_ASSERT(sizeof(context->Eip) == sizeof(void*)); -- return reinterpret_cast(&context->Eip); -+ JS_STATIC_ASSERT(sizeof(EIP_sig(context)) == sizeof(void*)); -+ return reinterpret_cast(&EIP_sig(context)); - # endif - } - -@@ -163,47 +298,50 @@ SetRegisterToCoercedUndefined(CONTEXT *context, bool isFloat32, AnyRegister reg) - { - if (reg.isFloat()) { - switch (reg.fpu().code()) { -- case JSC::X86Registers::xmm0: SetXMMRegToNaN(isFloat32, &context->Xmm0); break; -- case JSC::X86Registers::xmm1: SetXMMRegToNaN(isFloat32, &context->Xmm1); break; -- case JSC::X86Registers::xmm2: SetXMMRegToNaN(isFloat32, &context->Xmm2); break; -- case JSC::X86Registers::xmm3: SetXMMRegToNaN(isFloat32, &context->Xmm3); break; -- case JSC::X86Registers::xmm4: SetXMMRegToNaN(isFloat32, &context->Xmm4); break; -- case JSC::X86Registers::xmm5: SetXMMRegToNaN(isFloat32, &context->Xmm5); break; -- case JSC::X86Registers::xmm6: SetXMMRegToNaN(isFloat32, &context->Xmm6); break; -- case JSC::X86Registers::xmm7: SetXMMRegToNaN(isFloat32, &context->Xmm7); break; -- case JSC::X86Registers::xmm8: SetXMMRegToNaN(isFloat32, &context->Xmm8); break; -- case JSC::X86Registers::xmm9: SetXMMRegToNaN(isFloat32, &context->Xmm9); break; -- case JSC::X86Registers::xmm10: SetXMMRegToNaN(isFloat32, &context->Xmm10); break; -- case JSC::X86Registers::xmm11: SetXMMRegToNaN(isFloat32, &context->Xmm11); break; -- case JSC::X86Registers::xmm12: SetXMMRegToNaN(isFloat32, &context->Xmm12); break; -- case JSC::X86Registers::xmm13: SetXMMRegToNaN(isFloat32, &context->Xmm13); break; -- case JSC::X86Registers::xmm14: SetXMMRegToNaN(isFloat32, &context->Xmm14); break; -- case JSC::X86Registers::xmm15: SetXMMRegToNaN(isFloat32, &context->Xmm15); break; -+ case JSC::X86Registers::xmm0: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 0)); break; -+ case JSC::X86Registers::xmm1: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 1)); break; -+ case JSC::X86Registers::xmm2: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 2)); break; -+ case JSC::X86Registers::xmm3: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 3)); break; -+ case JSC::X86Registers::xmm4: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 4)); break; -+ case JSC::X86Registers::xmm5: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 5)); break; -+ case JSC::X86Registers::xmm6: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 6)); break; -+ case JSC::X86Registers::xmm7: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 7)); break; -+ case JSC::X86Registers::xmm8: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 8)); break; -+ case JSC::X86Registers::xmm9: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 9)); break; -+ case JSC::X86Registers::xmm10: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 10)); break; -+ case JSC::X86Registers::xmm11: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 11)); break; -+ case JSC::X86Registers::xmm12: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 12)); break; -+ case JSC::X86Registers::xmm13: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 13)); break; -+ case JSC::X86Registers::xmm14: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 14)); break; -+ case JSC::X86Registers::xmm15: SetXMMRegToNaN(isFloat32, &XMM_sig(context, 15)); break; - default: MOZ_CRASH(); - } - } else { - switch (reg.gpr().code()) { -- case JSC::X86Registers::eax: context->Rax = 0; break; -- case JSC::X86Registers::ecx: context->Rcx = 0; break; -- case JSC::X86Registers::edx: context->Rdx = 0; break; -- case JSC::X86Registers::ebx: context->Rbx = 0; break; -- case JSC::X86Registers::esp: context->Rsp = 0; break; -- case JSC::X86Registers::ebp: context->Rbp = 0; break; -- case JSC::X86Registers::esi: context->Rsi = 0; break; -- case JSC::X86Registers::edi: context->Rdi = 0; break; -- case JSC::X86Registers::r8: context->R8 = 0; break; -- case JSC::X86Registers::r9: context->R9 = 0; break; -- case JSC::X86Registers::r10: context->R10 = 0; break; -- case JSC::X86Registers::r11: context->R11 = 0; break; -- case JSC::X86Registers::r12: context->R12 = 0; break; -- case JSC::X86Registers::r13: context->R13 = 0; break; -- case JSC::X86Registers::r14: context->R14 = 0; break; -- case JSC::X86Registers::r15: context->R15 = 0; break; -+ case JSC::X86Registers::eax: RAX_sig(context) = 0; break; -+ case JSC::X86Registers::ecx: RCX_sig(context) = 0; break; -+ case JSC::X86Registers::edx: RDX_sig(context) = 0; break; -+ case JSC::X86Registers::ebx: RBX_sig(context) = 0; break; -+ case JSC::X86Registers::esp: RSP_sig(context) = 0; break; -+ case JSC::X86Registers::ebp: RBP_sig(context) = 0; break; -+ case JSC::X86Registers::esi: RSI_sig(context) = 0; break; -+ case JSC::X86Registers::edi: RDI_sig(context) = 0; break; -+ case JSC::X86Registers::r8: R8_sig(context) = 0; break; -+ case JSC::X86Registers::r9: R9_sig(context) = 0; break; -+ case JSC::X86Registers::r10: R10_sig(context) = 0; break; -+ case JSC::X86Registers::r11: R11_sig(context) = 0; break; -+ case JSC::X86Registers::r12: R12_sig(context) = 0; break; -+ case JSC::X86Registers::r13: R13_sig(context) = 0; break; -+ case JSC::X86Registers::r14: R14_sig(context) = 0; break; -+ case JSC::X86Registers::r15: R15_sig(context) = 0; break; - default: MOZ_CRASH(); - } - } - } --# endif -+# endif // JS_CPU_X64 -+# endif // !XP_MACOSX -+ -+# if defined(XP_WIN) - - static bool - HandleException(PEXCEPTION_POINTERS exception) -@@ -289,7 +427,6 @@ AsmJSExceptionHandler(LPEXCEPTION_POINTERS exception) - } - - # elif defined(XP_MACOSX) --# include - # include - - static uint8_t ** -@@ -615,70 +752,6 @@ AsmJSMachExceptionHandler::install(JSRuntime *rt) - } - - # else // If not Windows or Mac, assume Unix --# include --# include -- --// Unfortunately, we still need OS-specific code to read/write to the thread --// state via the mcontext_t. --static uint8_t ** --ContextToPC(mcontext_t &context) --{ --# if defined(JS_CPU_X86) -- JS_STATIC_ASSERT(sizeof(context.gregs[REG_EIP]) == sizeof(void*)); -- return reinterpret_cast(&context.gregs[REG_EIP]); --# else -- JS_STATIC_ASSERT(sizeof(context.gregs[REG_RIP]) == sizeof(void*)); -- return reinterpret_cast(&context.gregs[REG_RIP]); --# endif --} -- --# if defined(JS_CPU_X64) --static void --SetRegisterToCoercedUndefined(mcontext_t &context, bool isFloat32, AnyRegister reg) --{ -- if (reg.isFloat()) { -- switch (reg.fpu().code()) { -- case JSC::X86Registers::xmm0: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[0]); break; -- case JSC::X86Registers::xmm1: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[1]); break; -- case JSC::X86Registers::xmm2: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[2]); break; -- case JSC::X86Registers::xmm3: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[3]); break; -- case JSC::X86Registers::xmm4: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[4]); break; -- case JSC::X86Registers::xmm5: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[5]); break; -- case JSC::X86Registers::xmm6: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[6]); break; -- case JSC::X86Registers::xmm7: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[7]); break; -- case JSC::X86Registers::xmm8: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[8]); break; -- case JSC::X86Registers::xmm9: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[9]); break; -- case JSC::X86Registers::xmm10: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[10]); break; -- case JSC::X86Registers::xmm11: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[11]); break; -- case JSC::X86Registers::xmm12: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[12]); break; -- case JSC::X86Registers::xmm13: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[13]); break; -- case JSC::X86Registers::xmm14: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[14]); break; -- case JSC::X86Registers::xmm15: SetXMMRegToNaN(isFloat32, &context.fpregs->_xmm[15]); break; -- default: MOZ_CRASH(); -- } -- } else { -- switch (reg.gpr().code()) { -- case JSC::X86Registers::eax: context.gregs[REG_RAX] = 0; break; -- case JSC::X86Registers::ecx: context.gregs[REG_RCX] = 0; break; -- case JSC::X86Registers::edx: context.gregs[REG_RDX] = 0; break; -- case JSC::X86Registers::ebx: context.gregs[REG_RBX] = 0; break; -- case JSC::X86Registers::esp: context.gregs[REG_RSP] = 0; break; -- case JSC::X86Registers::ebp: context.gregs[REG_RBP] = 0; break; -- case JSC::X86Registers::esi: context.gregs[REG_RSI] = 0; break; -- case JSC::X86Registers::edi: context.gregs[REG_RDI] = 0; break; -- case JSC::X86Registers::r8: context.gregs[REG_R8] = 0; break; -- case JSC::X86Registers::r9: context.gregs[REG_R9] = 0; break; -- case JSC::X86Registers::r10: context.gregs[REG_R10] = 0; break; -- case JSC::X86Registers::r11: context.gregs[REG_R11] = 0; break; -- case JSC::X86Registers::r12: context.gregs[REG_R12] = 0; break; -- case JSC::X86Registers::r13: context.gregs[REG_R13] = 0; break; -- case JSC::X86Registers::r14: context.gregs[REG_R14] = 0; break; -- case JSC::X86Registers::r15: context.gregs[REG_R15] = 0; break; -- default: MOZ_CRASH(); -- } -- } --} --# endif - - // Be very cautious and default to not handling; we don't want to accidentally - // silence real crashes from real bugs. -@@ -689,7 +762,7 @@ HandleSignal(int signum, siginfo_t *info, void *ctx) - if (!activation) - return false; - -- mcontext_t &context = reinterpret_cast(ctx)->uc_mcontext; -+ CONTEXT *context = (CONTEXT *)ctx; - uint8_t **ppc = ContextToPC(context); - uint8_t *pc = *ppc; - -diff --git js/src/ion/x64/Assembler-x64.cpp js/src/ion/x64/Assembler-x64.cpp -index 9984777..bdb8808 100644 ---- js/src/ion/x64/Assembler-x64.cpp -+++ js/src/ion/x64/Assembler-x64.cpp -@@ -49,7 +49,7 @@ ABIArgGenerator::next(MIRType type) - JS_NOT_REACHED("Unexpected argument type"); - } - return current_; --#elif defined(XP_MACOSX) || defined(__linux__) -+#else - switch (type) { - case MIRType_Int32: - case MIRType_Pointer: -@@ -72,8 +72,6 @@ ABIArgGenerator::next(MIRType type) - JS_NOT_REACHED("Unexpected argument type"); - } - return current_; --#else --# error "Missing ABI" - #endif - } - Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sun Mar 24 22:35:12 2013 (r1220) +++ trunk/www/firefox/Makefile Fri Mar 29 02:27:28 2013 (r1221) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ PORTNAME= firefox -DISTVERSION= 20.0b6 +DISTVERSION= 20.0b7 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Sun Mar 24 22:35:12 2013 (r1220) +++ trunk/www/firefox/distinfo Fri Mar 29 02:27:28 2013 (r1221) @@ -1,2 +1,2 @@ -SHA256 (firefox-20.0b6.source.tar.bz2) = 4e5bfe78a9969358c8714a7914e124aade5664d7a5964d3ee3606e12b0845e36 -SIZE (firefox-20.0b6.source.tar.bz2) = 99841370 +SHA256 (firefox-20.0b7.source.tar.bz2) = 70f77b0f29d849d9583d6f67c44ca39e0ac7a86866f07f51eb79538907d30285 +SIZE (firefox-20.0b7.source.tar.bz2) = 100234375 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sun Mar 24 22:35:12 2013 (r1220) +++ trunk/www/seamonkey/Makefile Fri Mar 29 02:27:28 2013 (r1221) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey/Makefile 310240 2013-01-11 16:48:10Z flo $ PORTNAME= seamonkey -DISTVERSION= 2.17b3 +DISTVERSION= 2.17b4 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Sun Mar 24 22:35:12 2013 (r1220) +++ trunk/www/seamonkey/distinfo Fri Mar 29 02:27:28 2013 (r1221) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.17b3.source.tar.bz2) = 773d6f73f8d59bc9202255bdfed3e8ed63a4f19d2304b9b45061c3cc40be0239 -SIZE (seamonkey-2.17b3.source.tar.bz2) = 122920846 +SHA256 (seamonkey-2.17b4.source.tar.bz2) = 545aaa054abebc88947328cd87d0614ea2b7c4d8a7cc384dfc7b3b6ddcb2a742 +SIZE (seamonkey-2.17b4.source.tar.bz2) = 122942459 SHA256 (enigmail-1.5.1.tar.gz) = 234ca3c8f7c74afb64ebdaa4762e358f35a72c1f8de007b992497fc2db803af0 SIZE (enigmail-1.5.1.tar.gz) = 1213954 From owner-freebsd-gecko@FreeBSD.ORG Fri Mar 29 09:01:40 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 3057487A; Fri, 29 Mar 2013 09:01:40 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id F3C9C37B; Fri, 29 Mar 2013 09:01:39 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id F10822EC002; Fri, 29 Mar 2013 18:01:37 +0900 (JST) Received: from h115.65.228.10.32118.vlan.kuins.net (p1099-ipngn100408kyoto.kyoto.ocn.ne.jp [153.185.47.99]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id D00192EC001; Fri, 29 Mar 2013 18:01:37 +0900 (JST) Message-Id: <201303290901.AA00161@h115.65.228.10.32118.vlan.kuins.net> From: Tsurutani Naoki Date: Fri, 29 Mar 2013 18:01:38 +0900 To: bug-followup@FreeBSD.org, turutani@scphys.kyoto-u.ac.jp, gecko@freebsd.org Subject: Re: ports/177224: building www/firefox fails MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=us-ascii X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 09:01:40 -0000 building with lang/clang-devel fails (*1). building with lang/clang successfully finishes, but firefox crashes with segmentation fault just after running it. building without clang successfully finishes, and no errors. I want a knob to choice the compiler. (*1) __attribute__((used)) might be ignored with clang-devel (clang 3.3) ? using [[gnu::used]] instead of above failed: % make ... /usr/local/work/usr/ports/www/firefox/work/mozilla- release/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp:12:13: error: '__used__' attribute cannot be applied to types static void ATTRIBUTE_USED __attribute__ ((regparm(3))) ^ ../../../../../../../xpcom/reflect/xptcall/src/md/unix/xptc_gcc_x86_unix.h:19:26: note: expanded from macro 'ATTRIBUTE_USED' #define ATTRIBUTE_USED [[gnu::__used__]] ^ 1 error generated. % From owner-freebsd-gecko@FreeBSD.ORG Fri Mar 29 09:10: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 C207593E for ; Fri, 29 Mar 2013 09:10: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 B3A413FB for ; Fri, 29 Mar 2013 09:10: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 r2T9A1Gn004671 for ; Fri, 29 Mar 2013 09:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2T9A1tK004670; Fri, 29 Mar 2013 09:10:01 GMT (envelope-from gnats) Date: Fri, 29 Mar 2013 09:10:01 GMT Message-Id: <201303290910.r2T9A1tK004670@freefall.freebsd.org> To: gecko@FreeBSD.org From: Tsurutani Naoki Subject: Re: ports/177224: building www/firefox fails X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Tsurutani Naoki List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 09:10:01 -0000 The following reply was made to PR ports/177224; it has been noted by GNATS. From: Tsurutani Naoki To: bug-followup@FreeBSD.org, turutani@scphys.kyoto-u.ac.jp, gecko@freebsd.org Cc: Subject: Re: ports/177224: building www/firefox fails Date: Fri, 29 Mar 2013 18:01:38 +0900 building with lang/clang-devel fails (*1). building with lang/clang successfully finishes, but firefox crashes with segmentation fault just after running it. building without clang successfully finishes, and no errors. I want a knob to choice the compiler. (*1) __attribute__((used)) might be ignored with clang-devel (clang 3.3) ? using [[gnu::used]] instead of above failed: % make ... /usr/local/work/usr/ports/www/firefox/work/mozilla- release/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp:12:13: error: '__used__' attribute cannot be applied to types static void ATTRIBUTE_USED __attribute__ ((regparm(3))) ^ ../../../../../../../xpcom/reflect/xptcall/src/md/unix/xptc_gcc_x86_unix.h:19:26: note: expanded from macro 'ATTRIBUTE_USED' #define ATTRIBUTE_USED [[gnu::__used__]] ^ 1 error generated. % From owner-freebsd-gecko@FreeBSD.ORG Fri Mar 29 11:39: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 8674770A for ; Fri, 29 Mar 2013 11:39:04 +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 71730CB1 for ; Fri, 29 Mar 2013 11:39:02 +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 r2TBd1Hq045760 for ; Fri, 29 Mar 2013 11:39:01 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r2TBcuMn042101 for freebsd-gecko@freebsd.org; Fri, 29 Mar 2013 11:38:56 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 29 Mar 2013 11:38:56 GMT Message-Id: <201303291138.r2TBcuMn042101@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] r1222 - 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: Fri, 29 Mar 2013 11:39:04 -0000 Author: flo Date: Fri Mar 29 11:38:56 2013 New Revision: 1222 Log: Merge r315079 from ports svn Added: trunk/mail/thunderbird-i18n/Makefile.lang (contents, props changed) trunk/mail/thunderbird-i18n/Makefile.option (contents, props changed) Modified: trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird-i18n/distinfo trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-esr-i18n/Makefile.lang trunk/www/firefox-esr-i18n/Makefile.option trunk/www/firefox-esr-i18n/distinfo trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/Makefile.lang trunk/www/firefox-i18n/Makefile.option trunk/www/firefox-i18n/distinfo trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey-i18n/Makefile.lang trunk/www/seamonkey-i18n/Makefile.option trunk/www/seamonkey-i18n/distinfo Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/mail/thunderbird-i18n/Makefile Fri Mar 29 11:38:56 2013 (r1222) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/mail/thunderbird-i18n/Makefile 310165 2013-01-09 23:28:19Z flo $ +# $FreeBSD: head/mail/thunderbird-i18n/Makefile 315079 2013-03-23 20:20:22Z flo $ PORTNAME= thunderbird-i18n -PORTVERSION= 17.0.2 +PORTVERSION= 17.0.4 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= @@ -18,27 +18,20 @@ PLISTD?= ${WRKDIR}/plist_dirs PLISTF?= ${WRKDIR}/plist_files -.ifndef WITHOUT_SWITCHER -RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher -.endif - NO_BUILD= yes USE_THUNDERBIRD= 17 USE_XPI= thunderbird linux-thunderbird +USE_SUBMAKE= yes -THUNDERBIRD_I18N_ALL= ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \ - fy-NL ga-IE gd gl he hu is it ja ko lt nb-NO nl nn-NO \ - pl pt-BR pt-PT rm ru si sk sl sq sv-SE ta-LK tr uk zh-TW - -.ifdef PACKAGE_BUILDING -THUNDERBIRD_I18N?= all -.else -THUNDERBIRD_I18N?= es-ES pt-BR ru ja de fr ko it -.endif +.include "${.CURDIR}/Makefile.option" +.include -.if ${THUNDERBIRD_I18N} == all -THUNDERBIRD_I18N_= ${THUNDERBIRD_I18N_ALL} +.ifndef WITHOUT_SWITCHER +RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif + +.include "${.CURDIR}/Makefile.lang" + THUNDERBIRD_I18N_?= ${THUNDERBIRD_I18N} WDIR= langpack-*@thunderbird.mozilla.org @@ -86,4 +79,4 @@ perl -ne 'if(/.*href="([a-zA-Z-]+).xpi.*/){print "$$1 "}' .include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" -.include +.include Added: trunk/mail/thunderbird-i18n/Makefile.lang ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird-i18n/Makefile.lang Fri Mar 29 11:38:56 2013 (r1222) @@ -0,0 +1,139 @@ +# $FreeBSD$ + +THUNDERBIRD_I18N_ALL_= ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \ + fy-NL ga-IE gd gl he hu is it ja ko lt nb-NO nl nn-NO \ + pl pt-BR pt-PT rm ru si sk sl sq sv-SE ta-LK tr uk zh-TW + +.if defined(THUNDERBIRD_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) +THUNDERBIRD_I18N= ${THUNDERBIRD_I18N_ALL_} +.else +.if ${PORT_OPTIONS:MLANG_AR} +THUNDERBIRD_I18N+= ar +.endif +.if ${PORT_OPTIONS:MLANG_BR} +THUNDERBIRD_I18N+= br +.endif +.if ${PORT_OPTIONS:MLANG_CA} +THUNDERBIRD_I18N+= ca +.endif +.if ${PORT_OPTIONS:MLANG_CS} +THUNDERBIRD_I18N+= cs +.endif +.if ${PORT_OPTIONS:MLANG_DA} +THUNDERBIRD_I18N+= da +.endif +.if ${PORT_OPTIONS:MLANG_DE} +THUNDERBIRD_I18N+= de +.endif +.if ${PORT_OPTIONS:MLANG_GB} +THUNDERBIRD_I18N+= en-GB +.endif +.if ${PORT_OPTIONS:MLANG_US} +THUNDERBIRD_I18N+= en-US +.endif +.if ${PORT_OPTIONS:MLANG_SA} +THUNDERBIRD_I18N+= es-AR +.endif +.if ${PORT_OPTIONS:MLANG_ES} +THUNDERBIRD_I18N+= es-ES +.endif +.if ${PORT_OPTIONS:MLANG_ET} +THUNDERBIRD_I18N+= et +.endif +.if ${PORT_OPTIONS:MLANG_EU} +THUNDERBIRD_I18N+= eu +.endif +.if ${PORT_OPTIONS:MLANG_FI} +THUNDERBIRD_I18N+= fi +.endif +.if ${PORT_OPTIONS:MLANG_FR} +THUNDERBIRD_I18N+= fr +.endif +.if ${PORT_OPTIONS:MLANG_FY} +THUNDERBIRD_I18N+= fy-NL +.endif +.if ${PORT_OPTIONS:MLANG_GA} +THUNDERBIRD_I18N+= ga-IE +.endif +.if ${PORT_OPTIONS:MLANG_GD} +THUNDERBIRD_I18N+= gd +.endif +.if ${PORT_OPTIONS:MLANG_GL} +THUNDERBIRD_I18N+= gl +.endif +.if ${PORT_OPTIONS:MLANG_HE} +THUNDERBIRD_I18N+= he +.endif +.if ${PORT_OPTIONS:MLANG_HU} +THUNDERBIRD_I18N+= hu +.endif +.if ${PORT_OPTIONS:MLANG_IS} +THUNDERBIRD_I18N+= is +.endif +.if ${PORT_OPTIONS:MLANG_IT} +THUNDERBIRD_I18N+= it +.endif +.if ${PORT_OPTIONS:MLANG_JA} +THUNDERBIRD_I18N+= ja +.endif +.if ${PORT_OPTIONS:MLANG_KO} +THUNDERBIRD_I18N+= ko +.endif +.if ${PORT_OPTIONS:MLANG_LT} +THUNDERBIRD_I18N+= lt +.endif +.if ${PORT_OPTIONS:MLANG_LV} +THUNDERBIRD_I18N+= lv +.endif +.if ${PORT_OPTIONS:MLANG_NB} +THUNDERBIRD_I18N+= nb-NO +.endif +.if ${PORT_OPTIONS:MLANG_NL} +THUNDERBIRD_I18N+= nl +.endif +.if ${PORT_OPTIONS:MLANG_NN} +THUNDERBIRD_I18N+= nn-NO +.endif +.if ${PORT_OPTIONS:MLANG_PL} +THUNDERBIRD_I18N+= pl +.endif +.if ${PORT_OPTIONS:MLANG_PBR} +THUNDERBIRD_I18N+= pt-BR +.endif +.if ${PORT_OPTIONS:MLANG_PT} +THUNDERBIRD_I18N+= pt-PT +.endif +.if ${PORT_OPTIONS:MLANG_RM} +THUNDERBIRD_I18N+= rm +.endif +.if ${PORT_OPTIONS:MLANG_RU} +THUNDERBIRD_I18N+= ru +.endif +.if ${PORT_OPTIONS:MLANG_SI} +THUNDERBIRD_I18N+= si +.endif +.if ${PORT_OPTIONS:MLANG_SK} +THUNDERBIRD_I18N+= sk +.endif +.if ${PORT_OPTIONS:MLANG_SL} +THUNDERBIRD_I18N+= sl +.endif +.if ${PORT_OPTIONS:MLANG_SQ} +THUNDERBIRD_I18N+= sq +.endif +.if ${PORT_OPTIONS:MLANG_SV} +THUNDERBIRD_I18N+= sv-SE +.endif +.if ${PORT_OPTIONS:MLANG_LK} +THUNDERBIRD_I18N+= ta-LK +.endif +.if ${PORT_OPTIONS:MLANG_TR} +THUNDERBIRD_I18N+= tr +.endif +.if ${PORT_OPTIONS:MLANG_UK} +THUNDERBIRD_I18N+= uk +.endif +.if ${PORT_OPTIONS:MLANG_TW} +THUNDERBIRD_I18N+= zh-TW +.endif +.endif Added: trunk/mail/thunderbird-i18n/Makefile.option ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird-i18n/Makefile.option Fri Mar 29 11:38:56 2013 (r1222) @@ -0,0 +1,48 @@ +# $FreeBSD$ + +OPTIONS_DEFINE= LANG_AR \ + LANG_BR \ + LANG_CA \ + LANG_CS \ + LANG_DA \ + LANG_DE \ + LANG_GB \ + LANG_US \ + LANG_SA \ + LANG_ES \ + LANG_ET \ + LANG_EU \ + LANG_FI \ + LANG_FR \ + LANG_FY \ + LANG_GA \ + LANG_GD \ + LANG_GL \ + LANG_HE \ + LANG_HU \ + LANG_IS \ + LANG_IT \ + LANG_JA \ + LANG_KO \ + LANG_LT \ + LANG_LV \ + LANG_NB \ + LANG_NL \ + LANG_NN \ + LANG_PL \ + LANG_PBR \ + LANG_PT \ + LANG_RM \ + LANG_RU \ + LANG_SI \ + LANG_SK \ + LANG_SL \ + LANG_SQ \ + LANG_SV \ + LANG_LK \ + LANG_TR \ + LANG_UK \ + LANG_TW + +OPTIONS_DEFAULT=LANG_ES LANG_PBR LANG_RU LANG_JA LANG_DE LANG_FR LANG_KO \ + LANG_IT Modified: trunk/mail/thunderbird-i18n/distinfo ============================================================================== --- trunk/mail/thunderbird-i18n/distinfo Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/mail/thunderbird-i18n/distinfo Fri Mar 29 11:38:56 2013 (r1222) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-17.0.2/ar.xpi) = ef4e2988e46428fca246bffdfc5220cdd8f75e8e99f44db71c24e9e15ed5883f -SIZE (xpi/thunderbird-i18n-17.0.2/ar.xpi) = 445976 -SHA256 (xpi/thunderbird-i18n-17.0.2/br.xpi) = 195486de568516cbb15a99f8dcd4694e9d6d17152ac2cefe31643629b509d897 -SIZE (xpi/thunderbird-i18n-17.0.2/br.xpi) = 417071 -SHA256 (xpi/thunderbird-i18n-17.0.2/ca.xpi) = f224b00e0e3592c69530e672a6652ee3e79028e13e9339353f62eb25769417f3 -SIZE (xpi/thunderbird-i18n-17.0.2/ca.xpi) = 418407 -SHA256 (xpi/thunderbird-i18n-17.0.2/cs.xpi) = d8404401e274340d7426b97f74d32da6dea58d33a6635afa0a405de606fcd519 -SIZE (xpi/thunderbird-i18n-17.0.2/cs.xpi) = 420627 -SHA256 (xpi/thunderbird-i18n-17.0.2/da.xpi) = fc396ea39be93b7f828a75936c79b5c8a7e176f850bcb61708568dfb6bc1dbb5 -SIZE (xpi/thunderbird-i18n-17.0.2/da.xpi) = 398980 -SHA256 (xpi/thunderbird-i18n-17.0.2/de.xpi) = 6b824dcfcdc6e1004d1b17fd4d0995e83b4b31385449a4dc15b0ba5ab734f321 -SIZE (xpi/thunderbird-i18n-17.0.2/de.xpi) = 393632 -SHA256 (xpi/thunderbird-i18n-17.0.2/en-GB.xpi) = 12bf9ef44c9a1fc6b563b05aa11179080a9e61538c257705a77d12af8cf3d169 -SIZE (xpi/thunderbird-i18n-17.0.2/en-GB.xpi) = 390694 -SHA256 (xpi/thunderbird-i18n-17.0.2/en-US.xpi) = 10eb5e3237032c40381d16915f475919a26d3716ef12bfe41622cef6fb43aff3 -SIZE (xpi/thunderbird-i18n-17.0.2/en-US.xpi) = 390780 -SHA256 (xpi/thunderbird-i18n-17.0.2/es-AR.xpi) = bd7800bf23da78d7ea2936e7f7c294f27d8877e47aa8317a0d7414589de3732d -SIZE (xpi/thunderbird-i18n-17.0.2/es-AR.xpi) = 415499 -SHA256 (xpi/thunderbird-i18n-17.0.2/es-ES.xpi) = a2b231f0c69882e72aaa32de8036c5d41c1a3144056863c098619eebb46ef1e6 -SIZE (xpi/thunderbird-i18n-17.0.2/es-ES.xpi) = 356861 -SHA256 (xpi/thunderbird-i18n-17.0.2/et.xpi) = 79e5a2e92ff2077541a4fa70e0a655d34cd9d1891d8be1a3557979571d5fd679 -SIZE (xpi/thunderbird-i18n-17.0.2/et.xpi) = 411892 -SHA256 (xpi/thunderbird-i18n-17.0.2/eu.xpi) = fdd2faa591fa10e3fae22b06ca26a41e86a74cf3d95531dc7a4325126bde6f48 -SIZE (xpi/thunderbird-i18n-17.0.2/eu.xpi) = 407189 -SHA256 (xpi/thunderbird-i18n-17.0.2/fi.xpi) = 3f4e9b70d184ca28f2e88d5dc6600b0a95d559e15c1217d3d21ea31c6a6b3236 -SIZE (xpi/thunderbird-i18n-17.0.2/fi.xpi) = 413620 -SHA256 (xpi/thunderbird-i18n-17.0.2/fr.xpi) = 20ad82d693c4025cb8e98b43953045f174c72c48e015aff57e1c36334c88e43b -SIZE (xpi/thunderbird-i18n-17.0.2/fr.xpi) = 420826 -SHA256 (xpi/thunderbird-i18n-17.0.2/fy-NL.xpi) = 4baf020dede9bd80d6bb7cd3a0ce0ea30281e5b337c5769b2cb62ab3f2484d35 -SIZE (xpi/thunderbird-i18n-17.0.2/fy-NL.xpi) = 415712 -SHA256 (xpi/thunderbird-i18n-17.0.2/ga-IE.xpi) = 1ba6158c558a6f88e330118f461c6e3857efdf53db33f6d96a01f0e6b91ff229 -SIZE (xpi/thunderbird-i18n-17.0.2/ga-IE.xpi) = 425395 -SHA256 (xpi/thunderbird-i18n-17.0.2/gd.xpi) = 91c1e8edf254886939ed40563fad9c977c963cf4df94fd416a8378505a38d38b -SIZE (xpi/thunderbird-i18n-17.0.2/gd.xpi) = 428939 -SHA256 (xpi/thunderbird-i18n-17.0.2/gl.xpi) = 7da4aef8e4e59955707571015909735a51117890f33550e6f21bd28e04f9e15a -SIZE (xpi/thunderbird-i18n-17.0.2/gl.xpi) = 410370 -SHA256 (xpi/thunderbird-i18n-17.0.2/he.xpi) = 9fd86fc3c4c91ca7a54c076d923345897955e8e56a8e1fdc575382d8cde6bb0d -SIZE (xpi/thunderbird-i18n-17.0.2/he.xpi) = 439504 -SHA256 (xpi/thunderbird-i18n-17.0.2/hu.xpi) = e0128bcba2dc7c0b31830f33a1c4155032c5051e117c198d42b8f019aed990f0 -SIZE (xpi/thunderbird-i18n-17.0.2/hu.xpi) = 433186 -SHA256 (xpi/thunderbird-i18n-17.0.2/is.xpi) = a86c39267204b558c3dc44f35d282d2cb982d77917ae2c4fe7f883d72234b34f -SIZE (xpi/thunderbird-i18n-17.0.2/is.xpi) = 414068 -SHA256 (xpi/thunderbird-i18n-17.0.2/it.xpi) = 357fe2553d54dd1dde2ed676fe4387bc0ed16fc740361ecd3d22b3df45a194f6 -SIZE (xpi/thunderbird-i18n-17.0.2/it.xpi) = 348621 -SHA256 (xpi/thunderbird-i18n-17.0.2/ja.xpi) = 63ab723f0b7b14a70a4894651c2bd5632fc51e1a4dc4d975e40795dae23d65de -SIZE (xpi/thunderbird-i18n-17.0.2/ja.xpi) = 463488 -SHA256 (xpi/thunderbird-i18n-17.0.2/ko.xpi) = c71c68566f85fe9e759dc807f2e63cd064155526757cef905d4a15284521b74d -SIZE (xpi/thunderbird-i18n-17.0.2/ko.xpi) = 412964 -SHA256 (xpi/thunderbird-i18n-17.0.2/lt.xpi) = afdf137c7508e1f59008887054f614e714e04db62b3dcf6c0c6e00807981f495 -SIZE (xpi/thunderbird-i18n-17.0.2/lt.xpi) = 519802 -SHA256 (xpi/thunderbird-i18n-17.0.2/nb-NO.xpi) = 99e11c07b3119b4c6f2e9095e1c59bde109f08d9a85a6787cd5b97b980f0d248 -SIZE (xpi/thunderbird-i18n-17.0.2/nb-NO.xpi) = 408519 -SHA256 (xpi/thunderbird-i18n-17.0.2/nl.xpi) = 2b669554db299d0258fc47a7e08dbb95e7be6b68e9e1811ca86979e13ab826a7 -SIZE (xpi/thunderbird-i18n-17.0.2/nl.xpi) = 408527 -SHA256 (xpi/thunderbird-i18n-17.0.2/nn-NO.xpi) = 4f7baa262b9115255867a52b63b2f58ccf4a811aca4e91cb5f987962bfbbfed9 -SIZE (xpi/thunderbird-i18n-17.0.2/nn-NO.xpi) = 431472 -SHA256 (xpi/thunderbird-i18n-17.0.2/pl.xpi) = 54e3058c5ccf3b3042345abb3b3e9239effac79b5cf1133362fa2cd5a1880819 -SIZE (xpi/thunderbird-i18n-17.0.2/pl.xpi) = 402114 -SHA256 (xpi/thunderbird-i18n-17.0.2/pt-BR.xpi) = 3d8768aec5815ffcbc69eadb3b6ec3e477a7a80a7f16bcd2f76f8a6ac1e6d230 -SIZE (xpi/thunderbird-i18n-17.0.2/pt-BR.xpi) = 415778 -SHA256 (xpi/thunderbird-i18n-17.0.2/pt-PT.xpi) = dbfd93512547b93b60d9ca9ccd2d7458973f6b1b424b333d93c57506b84a1e27 -SIZE (xpi/thunderbird-i18n-17.0.2/pt-PT.xpi) = 445754 -SHA256 (xpi/thunderbird-i18n-17.0.2/rm.xpi) = d5d009d2e9f58c91a29d680242f300bf15377748c6af5abcccfca2c0312afd4d -SIZE (xpi/thunderbird-i18n-17.0.2/rm.xpi) = 415531 -SHA256 (xpi/thunderbird-i18n-17.0.2/ru.xpi) = 4fba664e92308de33dd4eed01d8a7b356ebeb940e1a1f7c09cdc5e1dce8cb2ea -SIZE (xpi/thunderbird-i18n-17.0.2/ru.xpi) = 415708 -SHA256 (xpi/thunderbird-i18n-17.0.2/si.xpi) = aaa5dbc8b9a91c3df54eb148523217fe37026321fef1761b5e58939c36b121c5 -SIZE (xpi/thunderbird-i18n-17.0.2/si.xpi) = 494162 -SHA256 (xpi/thunderbird-i18n-17.0.2/sk.xpi) = 6fcb3cad0d9e7b94b1c1147e693b586e4428b58efe4f4fb65d415ad1340b928f -SIZE (xpi/thunderbird-i18n-17.0.2/sk.xpi) = 429756 -SHA256 (xpi/thunderbird-i18n-17.0.2/sl.xpi) = a846b046500e7a121ca77902ff08b9c2ef6aafe9865f4ae3550bbdeafdc7605f -SIZE (xpi/thunderbird-i18n-17.0.2/sl.xpi) = 442096 -SHA256 (xpi/thunderbird-i18n-17.0.2/sq.xpi) = a221465a173659fea362b340e6efd6d1ee2720504e12c53790b0a601be50e1fc -SIZE (xpi/thunderbird-i18n-17.0.2/sq.xpi) = 418780 -SHA256 (xpi/thunderbird-i18n-17.0.2/sv-SE.xpi) = 2d5cfe8e9c7ae90cb18cabfb3f8df09cac83426b1b6b99c6ac2200ee5df909dd -SIZE (xpi/thunderbird-i18n-17.0.2/sv-SE.xpi) = 413218 -SHA256 (xpi/thunderbird-i18n-17.0.2/ta-LK.xpi) = 2b97d2a18027a2be72eecc79fc6b85c8cf955611c38581b634eb29b9ada759c9 -SIZE (xpi/thunderbird-i18n-17.0.2/ta-LK.xpi) = 517912 -SHA256 (xpi/thunderbird-i18n-17.0.2/tr.xpi) = db6f89bfb6b06cc91df648e131a694e78a6d1ab896c744021a58081290e13709 -SIZE (xpi/thunderbird-i18n-17.0.2/tr.xpi) = 444945 -SHA256 (xpi/thunderbird-i18n-17.0.2/uk.xpi) = 6ec02a0eb2565e81c3dda19f1926ca2de3c29d2965beb8b139c8e9c8c213bc9c -SIZE (xpi/thunderbird-i18n-17.0.2/uk.xpi) = 471142 -SHA256 (xpi/thunderbird-i18n-17.0.2/zh-TW.xpi) = 7905ad6d852d8c966ceee842202656c889e9f7b1451c5cb0eee46983690730fb -SIZE (xpi/thunderbird-i18n-17.0.2/zh-TW.xpi) = 437592 +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 Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/firefox-esr-i18n/Makefile Fri Mar 29 11:38:56 2013 (r1222) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/firefox-esr-i18n/Makefile 310207 2013-01-10 22:29:23Z flo $ +# $FreeBSD: head/www/firefox-esr-i18n/Makefile 313676 2013-03-08 22:27:39Z flo $ PORTNAME= firefox-i18n -PORTVERSION= 17.0.3 +PORTVERSION= 17.0.4 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-esr-i18n/Makefile.lang ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile.lang Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/firefox-esr-i18n/Makefile.lang Fri Mar 29 11:38:56 2013 (r1222) @@ -1,11 +1,6 @@ -# New ports collection makefile.lang for: firefox3-i18n -# Date created: 30 Nov 2008 -# Whom: Koji Yokota -# -# $FreeBSD: ports/www/firefox-esr-i18n/Makefile.lang,v 1.5 2012/04/18 14:43:11 beat Exp $ -# -# Currently, the following 71 languages are supported. -# +# Created by: Koji Yokota +# $FreeBSD: head/www/firefox-esr-i18n/Makefile.lang 315079 2013-03-23 20:20:22Z flo $ + FIREFOX_I18N_ALL_= af ak ar ast be bg bn-BD bn-IN br bs ca cs cy da de el \ en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa \ fi fr fy-NL ga-IE gl gu-IN he hi-IN hr hu hy-AM id is \ @@ -16,250 +11,250 @@ .if defined(FIREFOX_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) FIREFOX_I18N= ${FIREFOX_I18N_ALL_} .else -.ifndef WITHOUT_LANG_AF +.if ${PORT_OPTIONS:MLANG_AF} FIREFOX_I18N+= af .endif -.ifndef WITHOUT_LANG_AK +.if ${PORT_OPTIONS:MLANG_AK} FIREFOX_I18N+= ak .endif -.ifndef WITHOUT_LANG_AR +.if ${PORT_OPTIONS:MLANG_AR} FIREFOX_I18N+= ar .endif -.ifndef WITHOUT_LANG_AST +.if ${PORT_OPTIONS:MLANG_AST} FIREFOX_I18N+= ast .endif -.ifndef WITHOUT_LANG_BE +.if ${PORT_OPTIONS:MLANG_BE} FIREFOX_I18N+= be .endif -.ifndef WITHOUT_LANG_BG +.if ${PORT_OPTIONS:MLANG_BG} FIREFOX_I18N+= bg .endif -.ifndef WITHOUT_LANG_BB +.if ${PORT_OPTIONS:MLANG_BB} FIREFOX_I18N+= bn-BD .endif -.ifndef WITHOUT_LANG_BN +.if ${PORT_OPTIONS:MLANG_BN} FIREFOX_I18N+= bn-IN .endif -.ifndef WITHOUT_LANG_BR +.if ${PORT_OPTIONS:MLANG_BR} FIREFOX_I18N+= br .endif -.ifndef WITHOUT_LANG_BS +.if ${PORT_OPTIONS:MLANG_BS} FIREFOX_I18N+= bs .endif -.ifndef WITHOUT_LANG_CA +.if ${PORT_OPTIONS:MLANG_CA} FIREFOX_I18N+= ca .endif -.ifndef WITHOUT_LANG_CS +.if ${PORT_OPTIONS:MLANG_CS} FIREFOX_I18N+= cs .endif -.ifndef WITHOUT_LANG_CY +.if ${PORT_OPTIONS:MLANG_CY} FIREFOX_I18N+= cy .endif -.ifndef WITHOUT_LANG_DA +.if ${PORT_OPTIONS:MLANG_DA} FIREFOX_I18N+= da .endif -.ifndef WITHOUT_LANG_DE +.if ${PORT_OPTIONS:MLANG_DE} FIREFOX_I18N+= de .endif -.ifndef WITHOUT_LANG_EL +.if ${PORT_OPTIONS:MLANG_EL} FIREFOX_I18N+= el .endif -.ifndef WITHOUT_LANG_GB +.if ${PORT_OPTIONS:MLANG_GB} FIREFOX_I18N+= en-GB .endif -.ifndef WITHOUT_LANG_US +.if ${PORT_OPTIONS:MLANG_US} FIREFOX_I18N+= en-US .endif -.ifndef WITHOUT_LANG_ZA +.if ${PORT_OPTIONS:MLANG_ZA} FIREFOX_I18N+= en-ZA .endif -.ifndef WITHOUT_LANG_EO +.if ${PORT_OPTIONS:MLANG_EO} FIREFOX_I18N+= eo .endif -.ifndef WITHOUT_LANG_SA +.if ${PORT_OPTIONS:MLANG_SA} FIREFOX_I18N+= es-AR .endif -.ifndef WITHOUT_LANG_SC +.if ${PORT_OPTIONS:MLANG_SC} FIREFOX_I18N+= es-CL .endif -.ifndef WITHOUT_LANG_ES +.if ${PORT_OPTIONS:MLANG_ES} FIREFOX_I18N+= es-ES .endif -.ifndef WITHOUT_LANG_SM +.if ${PORT_OPTIONS:MLANG_SM} FIREFOX_I18N+= es-MX .endif -.ifndef WITHOUT_LANG_ET +.if ${PORT_OPTIONS:MLANG_ET} FIREFOX_I18N+= et .endif -.ifndef WITHOUT_LANG_EU +.if ${PORT_OPTIONS:MLANG_EU} FIREFOX_I18N+= eu .endif -.ifndef WITHOUT_LANG_FA +.if ${PORT_OPTIONS:MLANG_FA} FIREFOX_I18N+= fa .endif -.ifndef WITHOUT_LANG_FI +.if ${PORT_OPTIONS:MLANG_FI} FIREFOX_I18N+= fi .endif -.ifndef WITHOUT_LANG_FR +.if ${PORT_OPTIONS:MLANG_FR} FIREFOX_I18N+= fr .endif -.ifndef WITHOUT_LANG_FY +.if ${PORT_OPTIONS:MLANG_FY} FIREFOX_I18N+= fy-NL .endif -.ifndef WITHOUT_LANG_GA +.if ${PORT_OPTIONS:MLANG_GA} FIREFOX_I18N+= ga-IE .endif -.ifndef WITHOUT_LANG_GL +.if ${PORT_OPTIONS:MLANG_GL} FIREFOX_I18N+= gl .endif -.ifndef WITHOUT_LANG_GU +.if ${PORT_OPTIONS:MLANG_GU} FIREFOX_I18N+= gu-IN .endif -.ifndef WITHOUT_LANG_HE +.if ${PORT_OPTIONS:MLANG_HE} FIREFOX_I18N+= he .endif -.ifndef WITHOUT_LANG_HI +.if ${PORT_OPTIONS:MLANG_HI} FIREFOX_I18N+= hi-IN .endif -.ifndef WITHOUT_LANG_HR +.if ${PORT_OPTIONS:MLANG_HR} FIREFOX_I18N+= hr .endif -.ifndef WITHOUT_LANG_HU +.if ${PORT_OPTIONS:MLANG_HU} FIREFOX_I18N+= hu .endif -.ifndef WITHOUT_LANG_AM +.if ${PORT_OPTIONS:MLANG_AM} FIREFOX_I18N+= hy-AM .endif -.ifndef WITHOUT_LANG_ID +.if ${PORT_OPTIONS:MLANG_ID} FIREFOX_I18N+= id .endif -.ifndef WITHOUT_LANG_IS +.if ${PORT_OPTIONS:MLANG_IS} FIREFOX_I18N+= is .endif -.ifndef WITHOUT_LANG_IT +.if ${PORT_OPTIONS:MLANG_IT} FIREFOX_I18N+= it .endif -.ifndef WITHOUT_LANG_JA +.if ${PORT_OPTIONS:MLANG_JA} FIREFOX_I18N+= ja .endif -.ifndef WITHOUT_LANG_KK +.if ${PORT_OPTIONS:MLANG_KK} FIREFOX_I18N+= kk .endif -.ifndef WITHOUT_LANG_KN +.if ${PORT_OPTIONS:MLANG_KN} FIREFOX_I18N+= kn .endif -.ifndef WITHOUT_LANG_KO +.if ${PORT_OPTIONS:MLANG_KO} FIREFOX_I18N+= ko .endif -.ifndef WITHOUT_LANG_KU +.if ${PORT_OPTIONS:MLANG_KU} FIREFOX_I18N+= ku .endif -.ifndef WITHOUT_LANG_LG +.if ${PORT_OPTIONS:MLANG_LG} FIREFOX_I18N+= lg .endif -.ifndef WITHOUT_LANG_LT +.if ${PORT_OPTIONS:MLANG_LT} FIREFOX_I18N+= lt .endif -.ifndef WITHOUT_LANG_LV +.if ${PORT_OPTIONS:MLANG_LV} FIREFOX_I18N+= lv .endif -.ifndef WITHOUT_LANG_MAI +.if ${PORT_OPTIONS:MLANG_MAI} FIREFOX_I18N+= mai .endif -.ifndef WITHOUT_LANG_MK +.if ${PORT_OPTIONS:MLANG_MK} FIREFOX_I18N+= mk .endif -.ifndef WITHOUT_LANG_ML +.if ${PORT_OPTIONS:MLANG_ML} FIREFOX_I18N+= ml .endif -.ifndef WITHOUT_LANG_MR +.if ${PORT_OPTIONS:MLANG_MR} FIREFOX_I18N+= mr .endif -.ifndef WITHOUT_LANG_NB +.if ${PORT_OPTIONS:MLANG_NB} FIREFOX_I18N+= nb-NO .endif -.ifndef WITHOUT_LANG_NL +.if ${PORT_OPTIONS:MLANG_NL} FIREFOX_I18N+= nl .endif -.ifndef WITHOUT_LANG_NN +.if ${PORT_OPTIONS:MLANG_NN} FIREFOX_I18N+= nn-NO .endif -.ifndef WITHOUT_LANG_NSO +.if ${PORT_OPTIONS:MLANG_NSO} FIREFOX_I18N+= nso .endif -.ifndef WITHOUT_LANG_OR +.if ${PORT_OPTIONS:MLANG_OR} FIREFOX_I18N+= or .endif -.ifndef WITHOUT_LANG_PA +.if ${PORT_OPTIONS:MLANG_PA} FIREFOX_I18N+= pa-IN .endif -.ifndef WITHOUT_LANG_PL +.if ${PORT_OPTIONS:MLANG_PL} FIREFOX_I18N+= pl .endif -.ifndef WITHOUT_LANG_PBR +.if ${PORT_OPTIONS:MLANG_PBR} FIREFOX_I18N+= pt-BR .endif -.ifndef WITHOUT_LANG_PT +.if ${PORT_OPTIONS:MLANG_PT} FIREFOX_I18N+= pt-PT .endif -.ifndef WITHOUT_LANG_RM +.if ${PORT_OPTIONS:MLANG_RM} FIREFOX_I18N+= rm .endif -.ifndef WITHOUT_LANG_RO +.if ${PORT_OPTIONS:MLANG_RO} FIREFOX_I18N+= ro .endif -.ifndef WITHOUT_LANG_RU +.if ${PORT_OPTIONS:MLANG_RU} FIREFOX_I18N+= ru .endif -.ifndef WITHOUT_LANG_SI +.if ${PORT_OPTIONS:MLANG_SI} FIREFOX_I18N+= si .endif -.ifndef WITHOUT_LANG_SK +.if ${PORT_OPTIONS:MLANG_SK} FIREFOX_I18N+= sk .endif -.ifndef WITHOUT_LANG_SON +.if ${PORT_OPTIONS:MLANG_SON} FIREFOX_I18N+= son .endif -.ifndef WITHOUT_LANG_SL +.if ${PORT_OPTIONS:MLANG_SL} FIREFOX_I18N+= sl .endif -.ifndef WITHOUT_LANG_SQ +.if ${PORT_OPTIONS:MLANG_SQ} FIREFOX_I18N+= sq .endif -.ifndef WITHOUT_LANG_SR +.if ${PORT_OPTIONS:MLANG_SR} FIREFOX_I18N+= sr .endif -.ifndef WITHOUT_LANG_SV +.if ${PORT_OPTIONS:MLANG_SV} FIREFOX_I18N+= sv-SE .endif -.ifndef WITHOUT_LANG_TA +.if ${PORT_OPTIONS:MLANG_TA} FIREFOX_I18N+= ta .endif -.ifndef WITHOUT_LANG_LK +.if ${PORT_OPTIONS:MLANG_LK} FIREFOX_I18N+= ta-LK .endif -.ifndef WITHOUT_LANG_TE +.if ${PORT_OPTIONS:MLANG_TE} FIREFOX_I18N+= te .endif -.ifndef WITHOUT_LANG_TH +.if ${PORT_OPTIONS:MLANG_TH} FIREFOX_I18N+= th .endif -.ifndef WITHOUT_LANG_TR +.if ${PORT_OPTIONS:MLANG_TR} FIREFOX_I18N+= tr .endif -.ifndef WITHOUT_LANG_UK +.if ${PORT_OPTIONS:MLANG_UK} FIREFOX_I18N+= uk .endif -.ifndef WITHOUT_LANG_VI +.if ${PORT_OPTIONS:MLANG_VI} FIREFOX_I18N+= vi .endif -.ifndef WITHOUT_LANG_CN +.if ${PORT_OPTIONS:MLANG_CN} FIREFOX_I18N+= zh-CN .endif -.ifndef WITHOUT_LANG_TW +.if ${PORT_OPTIONS:MLANG_TW} FIREFOX_I18N+= zh-TW .endif -.ifndef WITHOUT_LANG_ZU +.if ${PORT_OPTIONS:MLANG_ZU} FIREFOX_I18N+= zu .endif .endif Modified: trunk/www/firefox-esr-i18n/Makefile.option ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile.option Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/firefox-esr-i18n/Makefile.option Fri Mar 29 11:38:56 2013 (r1222) @@ -1,89 +1,91 @@ -# New ports collection makefile.option for: firefox3-i18n -# Date created: 30 Nov 2008 -# Whom: Koji Yokota -# -# $FreeBSD: ports/www/firefox-esr-i18n/Makefile.option,v 1.6 2012/04/18 14:43:11 beat Exp $ -# -OPTIONS= LANG_AF "Africaans" off \ - LANG_AK "Akan" off \ - LANG_SQ "Albanian" off \ - LANG_AR "Arabic" on \ - LANG_AM "Armenian" off \ - LANG_AST "Asturian" off \ - LANG_EU "Basque" off \ - LANG_BN "Bengali" on \ - LANG_BB "Bengali (Bangladesh)" off \ - LANG_BS "Bosnian" off \ - LANG_BR "Breton" off \ - LANG_BG "Bulgarian" off \ - LANG_BE "Byelorussian" off \ - LANG_CA "Catalan" off \ - LANG_CN "Chinese" on \ - LANG_CS "Czech" off \ - LANG_DA "Danish" off \ - LANG_NL "Dutch" off \ - LANG_GB "English (UK)" off \ - LANG_US "English (US)" off \ - LANG_EO "Esperanto" off \ - LANG_ET "Estonian" off \ - LANG_GL "Galician" off \ - LANG_DE "German" on \ - LANG_EL "Greek" off \ - LANG_GU "Gujarati" off \ - LANG_FI "Finnish" off \ - LANG_FR "French" on \ - LANG_FY "Frisian" off \ - LANG_GA "Irish" off \ - LANG_HE "Hebrew" off \ - LANG_HI "Hindi" on \ - LANG_HR "Hrvatski" off \ - LANG_HU "Hungarian" off \ - LANG_IS "Icelandic" off \ - LANG_ID "Indonesian" off \ - LANG_IT "Italian" on \ - LANG_JA "Japanese" on \ - LANG_KN "Kannada" off \ - LANG_KK "Kazakh" off \ - LANG_KO "Korean" on \ - LANG_KU "Kurdish" off \ - LANG_LV "Latvian" off \ - LANG_LT "Lithuanian" off \ - LANG_LG "Luganda" off \ - LANG_MK "Macedonian" off \ - LANG_MAI "Maithili" off \ - LANG_ML "Malayalam" off \ - LANG_MR "Marathi" on \ - LANG_MN "Mongolian" off \ - LANG_NSO "Northern Sotho" off \ - LANG_NB "Norwegian" off \ - LANG_NN "Norwegian Nynorsk" off \ - LANG_OR "Oriya" off \ - LANG_FA "Persian" off \ - LANG_PL "Polish" off \ - LANG_PT "Portuguese" off \ - LANG_PBR "Portuguese (Brazil)" on \ - LANG_PA "Punjabi" on \ - LANG_RO "Romanian" off \ - LANG_RM "Romansh" off \ - LANG_RU "Russian" on \ - LANG_SR "Serbian" off \ - LANG_SI "Singhalese" off \ - LANG_ES "Spanish" on \ - LANG_SON "Songhai" off \ - LANG_SA "Spanish (Argentina)" off \ - LANG_SC "Spanish (Chile)" off \ - LANG_SM "Spanish (Mexico)" off \ - LANG_SK "Slovak" off \ - LANG_SL "Slovenian" off \ - LANG_SV "Swedish" off \ - LANG_TW "Taiwanese" off \ - LANG_TA "Tamil" off \ - LANG_LK "Tamil (Sri Lanka)" off \ - LANG_TE "Telugu" on \ - LANG_TH "Thai" off \ - LANG_TR "Turkish" off \ - LANG_UK "Ukrainian" off \ - LANG_VI "Vietnamese" off \ - LANG_CY "Welsh" off \ - LANG_ZA "English (South Afrika)" off \ - LANG_ZU "Zulu" off +# Created by: Koji Yokota +# $FreeBSD: head/www/firefox-esr-i18n/Makefile.option 315079 2013-03-23 20:20:22Z flo $ + +OPTIONS_DEFINE= LANG_AF \ + LANG_AK \ + LANG_SQ \ + LANG_AR \ + LANG_AM \ + LANG_AST \ + LANG_EU \ + LANG_BN \ + LANG_BB \ + LANG_BS \ + LANG_BR \ + LANG_BG \ + LANG_BE \ + LANG_CA \ + LANG_CN \ + LANG_CS \ + LANG_DA \ + LANG_NL \ + LANG_GB \ + LANG_US \ + LANG_EO \ + LANG_ET \ + LANG_GL \ + LANG_DE \ + LANG_EL \ + LANG_GU \ + LANG_FI \ + LANG_FR \ + LANG_FY \ + LANG_GA \ + LANG_HE \ + LANG_HI \ + LANG_HR \ + LANG_HU \ + LANG_IS \ + LANG_ID \ + LANG_IT \ + LANG_JA \ + LANG_KN \ + LANG_KK \ + LANG_KO \ + LANG_KU \ + LANG_LV \ + LANG_LT \ + LANG_LG \ + LANG_MK \ + LANG_MAI \ + LANG_ML \ + LANG_MR \ + LANG_MN \ + LANG_NSO \ + LANG_NB \ + LANG_NN \ + LANG_OR \ + LANG_FA \ + LANG_PL \ + LANG_PT \ + LANG_PBR \ + LANG_PA \ + LANG_RO \ + LANG_RM \ + LANG_RU \ + LANG_SR \ + LANG_SI \ + LANG_ES \ + LANG_SON \ + LANG_SA \ + LANG_SC \ + LANG_SM \ + LANG_SK \ + LANG_SL \ + LANG_SV \ + LANG_TW \ + LANG_TA \ + LANG_LK \ + LANG_TE \ + LANG_TH \ + LANG_TR \ + LANG_UK \ + LANG_VI \ + LANG_CY \ + LANG_ZA \ + LANG_ZU + +OPTIONS_DEFAULT=LANG_AR LANG_BN LANG_BR LANG_CN LANG_ET LANG_DE LANG_FR \ + LANG_HI LANG_ID LANG_IT LANG_JA LANG_KO LANG_MK LANG_MR \ + LANG_MN LANG_PBR LANG_PA LANG_RU LANG_ES LANG_SON LANG_TE + Modified: trunk/www/firefox-esr-i18n/distinfo ============================================================================== --- trunk/www/firefox-esr-i18n/distinfo Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/firefox-esr-i18n/distinfo Fri Mar 29 11:38:56 2013 (r1222) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-17.0.3/af.xpi) = 071c03c7d09774f84b38e6eb26f764f51520914e1e49ab4954b3f7d3662c69cd -SIZE (xpi/firefox-i18n-17.0.3/af.xpi) = 281146 -SHA256 (xpi/firefox-i18n-17.0.3/ak.xpi) = 85b5d080c8d6b70837af017ccb011c421b1fa8ee4dfafd41887ae39b48a1d32c -SIZE (xpi/firefox-i18n-17.0.3/ak.xpi) = 282976 -SHA256 (xpi/firefox-i18n-17.0.3/ar.xpi) = ebea08a32bac331ca001482f0fff34dc8cc4d97d821fa3d091880b36b9afd39a -SIZE (xpi/firefox-i18n-17.0.3/ar.xpi) = 311507 -SHA256 (xpi/firefox-i18n-17.0.3/ast.xpi) = 6df336a7e8b99981d64c0a41688ed70467c3a614f322d60fa87eeca6a1289386 -SIZE (xpi/firefox-i18n-17.0.3/ast.xpi) = 264123 -SHA256 (xpi/firefox-i18n-17.0.3/be.xpi) = 3bcaa079c67bc122bb1c92033df36ab04bcfcf2d939fba9a2a05a40461fd0532 -SIZE (xpi/firefox-i18n-17.0.3/be.xpi) = 273411 -SHA256 (xpi/firefox-i18n-17.0.3/bg.xpi) = 62e9d2155c66d926e41cab60fd5580adb863e4d614df5191f0e22d9f65949ac8 -SIZE (xpi/firefox-i18n-17.0.3/bg.xpi) = 327261 -SHA256 (xpi/firefox-i18n-17.0.3/bn-BD.xpi) = 2bfcf529e8e1ca8f225bc604f4d7d4162cf21e578de7289c96359b1af4d1ce09 -SIZE (xpi/firefox-i18n-17.0.3/bn-BD.xpi) = 339303 -SHA256 (xpi/firefox-i18n-17.0.3/bn-IN.xpi) = 06b5adcf0a57caa2b5f0a1f43d08c28d22337c922124bed6cfaab32439cd199b -SIZE (xpi/firefox-i18n-17.0.3/bn-IN.xpi) = 373021 -SHA256 (xpi/firefox-i18n-17.0.3/br.xpi) = 9e43de7ba8ad6c5a204022d8c80e05f6f9cc58ddb3c5eae883649da16c036fa9 -SIZE (xpi/firefox-i18n-17.0.3/br.xpi) = 291583 -SHA256 (xpi/firefox-i18n-17.0.3/bs.xpi) = 30fa48f7f9749b81f51ae23a8255136c893e7ab6464010505f25585a9b66e7aa -SIZE (xpi/firefox-i18n-17.0.3/bs.xpi) = 292223 -SHA256 (xpi/firefox-i18n-17.0.3/ca.xpi) = 780e7a3f704b8dcffeb0d0d13dee7c792c2d84d25051479700ab4b5d21640b76 -SIZE (xpi/firefox-i18n-17.0.3/ca.xpi) = 293532 -SHA256 (xpi/firefox-i18n-17.0.3/cs.xpi) = 8fc0992479ad173be558ddebe462609963a1881069a0bd67a51790a6fb0e38c3 -SIZE (xpi/firefox-i18n-17.0.3/cs.xpi) = 294133 -SHA256 (xpi/firefox-i18n-17.0.3/cy.xpi) = 2c1c8842ad9ecb48c2f2ffa7c077009523ae9b9b6a90908ddc07b8c0e40c8b99 -SIZE (xpi/firefox-i18n-17.0.3/cy.xpi) = 284868 -SHA256 (xpi/firefox-i18n-17.0.3/da.xpi) = c6b538880b5d9a15172f43ac636b88834a398c59fff40289be915c71da401bcb -SIZE (xpi/firefox-i18n-17.0.3/da.xpi) = 282668 -SHA256 (xpi/firefox-i18n-17.0.3/de.xpi) = 67e6cc6edfab6d27f04c7855a9f740bc077919a8bf2cec95299d394afe83b69d -SIZE (xpi/firefox-i18n-17.0.3/de.xpi) = 270384 -SHA256 (xpi/firefox-i18n-17.0.3/el.xpi) = 87db7ebefe6b6811445b8b7f5db8f46b9492c57c497ddb139766a32335e38053 -SIZE (xpi/firefox-i18n-17.0.3/el.xpi) = 311652 -SHA256 (xpi/firefox-i18n-17.0.3/en-GB.xpi) = 40953b0fa5aac14aae0c0ecd3cb12542c147656f49bfc849f25fb81100bf8832 -SIZE (xpi/firefox-i18n-17.0.3/en-GB.xpi) = 272104 -SHA256 (xpi/firefox-i18n-17.0.3/en-US.xpi) = b85ada0b8f566a787793455feb4df909ce9bff6781cedd0e00d5870d061f61a0 -SIZE (xpi/firefox-i18n-17.0.3/en-US.xpi) = 272155 -SHA256 (xpi/firefox-i18n-17.0.3/en-ZA.xpi) = bcbaeab24284eabb64a97bda3e5b79ce01d56ac69860410362d2d9fd2e697177 -SIZE (xpi/firefox-i18n-17.0.3/en-ZA.xpi) = 272935 -SHA256 (xpi/firefox-i18n-17.0.3/eo.xpi) = e639f7a711a1b5b306abe7f62bbdbcb204ff1d1a13ed4d6b873692a13c2d55e2 -SIZE (xpi/firefox-i18n-17.0.3/eo.xpi) = 284800 -SHA256 (xpi/firefox-i18n-17.0.3/es-AR.xpi) = e1a7ac8e553f396c7250b4a787f29620a2508fbdc6db299590b5b07f91f3593c -SIZE (xpi/firefox-i18n-17.0.3/es-AR.xpi) = 289239 -SHA256 (xpi/firefox-i18n-17.0.3/es-CL.xpi) = 8a6c03a96217270089491fdf93094ff624506108e0c13798105a36b1370a3dc5 -SIZE (xpi/firefox-i18n-17.0.3/es-CL.xpi) = 296878 -SHA256 (xpi/firefox-i18n-17.0.3/es-ES.xpi) = 71298332c8284d493e3f68fa00e8820027e1f3304964954ddc84fb0d7e83b30d -SIZE (xpi/firefox-i18n-17.0.3/es-ES.xpi) = 242185 -SHA256 (xpi/firefox-i18n-17.0.3/es-MX.xpi) = fecae1f3f77c01b9851d7dc7ee42d91716170ae5c8e1998682d722ae04006a46 -SIZE (xpi/firefox-i18n-17.0.3/es-MX.xpi) = 247971 -SHA256 (xpi/firefox-i18n-17.0.3/et.xpi) = 0cf1da98ebace0bf477fe022873ec6e9ef032b8f784ed62a0a8ce95856fee179 -SIZE (xpi/firefox-i18n-17.0.3/et.xpi) = 284694 -SHA256 (xpi/firefox-i18n-17.0.3/eu.xpi) = e0531fe4cdb76daa009cf69f8a9b29e8e3708eff1a96f0a2d7c1c50fd2675fe8 -SIZE (xpi/firefox-i18n-17.0.3/eu.xpi) = 284227 -SHA256 (xpi/firefox-i18n-17.0.3/fa.xpi) = f7b21691ac0e318ad5f41bf787e26478f46d8c9ac2a0548cbd7ffee660274f44 -SIZE (xpi/firefox-i18n-17.0.3/fa.xpi) = 323997 -SHA256 (xpi/firefox-i18n-17.0.3/fi.xpi) = b68b35eb34fa274a5eaf64aa692fabf3a21a97350b7e074308f8453c7bbefe8e -SIZE (xpi/firefox-i18n-17.0.3/fi.xpi) = 288655 -SHA256 (xpi/firefox-i18n-17.0.3/fr.xpi) = bc22e8340b8bc16ea8582eea36231d03e62efe665113f27e286a571cdfb7fcb3 -SIZE (xpi/firefox-i18n-17.0.3/fr.xpi) = 293362 -SHA256 (xpi/firefox-i18n-17.0.3/fy-NL.xpi) = 5867adc287aaf8f6a0f8a4882d4b0b4a494de179bcaa0e8fbfed68f20f69f1ed -SIZE (xpi/firefox-i18n-17.0.3/fy-NL.xpi) = 289690 -SHA256 (xpi/firefox-i18n-17.0.3/ga-IE.xpi) = 4560a8e8b7a7fa416e6442e4fc41cc863915141aac799520a3f6e1bc173e586e -SIZE (xpi/firefox-i18n-17.0.3/ga-IE.xpi) = 296976 -SHA256 (xpi/firefox-i18n-17.0.3/gl.xpi) = 32ae1c3ea97d6c20810612f6b74b72769a126793d712efcb7ef0cee07edfee77 -SIZE (xpi/firefox-i18n-17.0.3/gl.xpi) = 286997 -SHA256 (xpi/firefox-i18n-17.0.3/gu-IN.xpi) = a0561e383171d84e507d81d2eeca579209e05ed0b3e04e9a0264e0d4039d91dc -SIZE (xpi/firefox-i18n-17.0.3/gu-IN.xpi) = 319480 -SHA256 (xpi/firefox-i18n-17.0.3/he.xpi) = 9d01149e413cafbae02ef45ad0a49f344a236ac525a31e292b93c54f8e81671e -SIZE (xpi/firefox-i18n-17.0.3/he.xpi) = 301482 -SHA256 (xpi/firefox-i18n-17.0.3/hi-IN.xpi) = a74daa68927bfb308a277ec282165158e3f811022842a674ad579458cfc4fce6 -SIZE (xpi/firefox-i18n-17.0.3/hi-IN.xpi) = 330864 -SHA256 (xpi/firefox-i18n-17.0.3/hr.xpi) = 0bd2a193ac6210c7560ce5394710f90b280c465b266111e861770ab88cf34e89 -SIZE (xpi/firefox-i18n-17.0.3/hr.xpi) = 287940 -SHA256 (xpi/firefox-i18n-17.0.3/hu.xpi) = 7b19195dd57861ee08ca290e8914526047d799f5422b423debd5adcdf509a7d1 -SIZE (xpi/firefox-i18n-17.0.3/hu.xpi) = 303044 -SHA256 (xpi/firefox-i18n-17.0.3/hy-AM.xpi) = 86eed06a8e26d3c8a1af0d1e16189b6cdfd93f5c29b33925ff0fcde9ba29f4bd -SIZE (xpi/firefox-i18n-17.0.3/hy-AM.xpi) = 328203 -SHA256 (xpi/firefox-i18n-17.0.3/id.xpi) = 8c5b5a079b70eab1aff3ed4cf5d464e781cd0b86525e2434aa408484ab583fc6 -SIZE (xpi/firefox-i18n-17.0.3/id.xpi) = 283725 -SHA256 (xpi/firefox-i18n-17.0.3/is.xpi) = eb944419c1761ee0a7baa1752270980ca188cb41adcedc84ecbbfceb90da5ef1 -SIZE (xpi/firefox-i18n-17.0.3/is.xpi) = 284908 -SHA256 (xpi/firefox-i18n-17.0.3/it.xpi) = 2635678324bce8ba939bc3f0fba89f0b67c0ef830b183a41f684e9105aa85932 -SIZE (xpi/firefox-i18n-17.0.3/it.xpi) = 238645 -SHA256 (xpi/firefox-i18n-17.0.3/ja.xpi) = b916891003c257c78ae8554e96591dc8ffa99f44f156ce9262a9f6694f168cfd -SIZE (xpi/firefox-i18n-17.0.3/ja.xpi) = 322490 -SHA256 (xpi/firefox-i18n-17.0.3/kk.xpi) = 4136ea609019182b415426e80aad92ae539767b7a8ed920ade1950858ad8e189 -SIZE (xpi/firefox-i18n-17.0.3/kk.xpi) = 330352 -SHA256 (xpi/firefox-i18n-17.0.3/kn.xpi) = 246f062c4e08749f5903adf9b5c5efcadd6855947b2837489dc0e94e990a4cc6 -SIZE (xpi/firefox-i18n-17.0.3/kn.xpi) = 354900 -SHA256 (xpi/firefox-i18n-17.0.3/ko.xpi) = f1dcce3f2acac9d2a5aa0ac6eda1830e4797ce3bd4e7a362c3d5f835be0cee7e -SIZE (xpi/firefox-i18n-17.0.3/ko.xpi) = 296729 -SHA256 (xpi/firefox-i18n-17.0.3/ku.xpi) = d2bd6612dc5581672810d5dbdcddb39fa4a5ff0a60f05f028e956e3d6a887680 -SIZE (xpi/firefox-i18n-17.0.3/ku.xpi) = 304898 -SHA256 (xpi/firefox-i18n-17.0.3/lg.xpi) = a8c709b0fe04906f767eb343dd652ecc96d459315876f28e3291a0deef0d827c -SIZE (xpi/firefox-i18n-17.0.3/lg.xpi) = 290627 -SHA256 (xpi/firefox-i18n-17.0.3/lt.xpi) = fdef59413db84a8b72e34a0eab04ed9ad5299a79bf4e955d95496b5d3bbd68a9 -SIZE (xpi/firefox-i18n-17.0.3/lt.xpi) = 349462 -SHA256 (xpi/firefox-i18n-17.0.3/lv.xpi) = 3ef7ef6fcbb710f1250a994ffd145467c0c7e11762c3913e50d278536e4c2246 -SIZE (xpi/firefox-i18n-17.0.3/lv.xpi) = 291404 -SHA256 (xpi/firefox-i18n-17.0.3/mai.xpi) = e33b5faa9c79134653dd54d1e7f9b16ac859ab34f932daa6261be01549368fc5 -SIZE (xpi/firefox-i18n-17.0.3/mai.xpi) = 328267 -SHA256 (xpi/firefox-i18n-17.0.3/mk.xpi) = 1afd534fbde7a716cf821bb4eb8269b60984706aac3fa153a57f9519c90c218d -SIZE (xpi/firefox-i18n-17.0.3/mk.xpi) = 315578 -SHA256 (xpi/firefox-i18n-17.0.3/ml.xpi) = ebcc45470917f2bbd6b645be2aea1da2664e0df2a4eacb8fe8b00b7b219b93f5 -SIZE (xpi/firefox-i18n-17.0.3/ml.xpi) = 361541 -SHA256 (xpi/firefox-i18n-17.0.3/mr.xpi) = 40fe666ea4df02f75019448dfe8b692dabf4d53d64e8bcbd49ba1518232bd458 -SIZE (xpi/firefox-i18n-17.0.3/mr.xpi) = 327860 -SHA256 (xpi/firefox-i18n-17.0.3/nb-NO.xpi) = cae05936e932beb9484851ad37a6a44e59dcd548c9c4d126edf6ca1f0dde301e -SIZE (xpi/firefox-i18n-17.0.3/nb-NO.xpi) = 284888 -SHA256 (xpi/firefox-i18n-17.0.3/nl.xpi) = 23fac03ab21b3fcb6288fe384d81f576626563eb9f80f556444a0ecfc500cbdb -SIZE (xpi/firefox-i18n-17.0.3/nl.xpi) = 286127 -SHA256 (xpi/firefox-i18n-17.0.3/nn-NO.xpi) = f240b672631b7b4386fb2135867af37d539991217151b3c771ff6e7bdc7361b2 -SIZE (xpi/firefox-i18n-17.0.3/nn-NO.xpi) = 287844 -SHA256 (xpi/firefox-i18n-17.0.3/nso.xpi) = 4e24b9012dc2e985ca2e01f8e237a5252865baf949b0c58d7221020357aea7fc -SIZE (xpi/firefox-i18n-17.0.3/nso.xpi) = 288150 -SHA256 (xpi/firefox-i18n-17.0.3/or.xpi) = ed8ea2d5d746edd0f5acede107145d22d5e92a141c6b86cdbe7bf322066bf2ba -SIZE (xpi/firefox-i18n-17.0.3/or.xpi) = 329683 -SHA256 (xpi/firefox-i18n-17.0.3/pa-IN.xpi) = 13183f3938022dd23cba4948eeea2d2bfc13d6f42d634e9673f604475392cd19 -SIZE (xpi/firefox-i18n-17.0.3/pa-IN.xpi) = 331278 -SHA256 (xpi/firefox-i18n-17.0.3/pl.xpi) = b4662a1f310ef35fae92ba83fd92cb646b174cb70fb6d1f50c3fa852cb36090e -SIZE (xpi/firefox-i18n-17.0.3/pl.xpi) = 301305 -SHA256 (xpi/firefox-i18n-17.0.3/pt-BR.xpi) = 5e664054449c6a40e11c5d2233322b4ced24946e5b57fa13eed944fca24e7f9f -SIZE (xpi/firefox-i18n-17.0.3/pt-BR.xpi) = 290171 -SHA256 (xpi/firefox-i18n-17.0.3/pt-PT.xpi) = cc64bed7a253c84430516dbfcf9ab827e75d6a364abbb6bd2d875adf7f4dc181 -SIZE (xpi/firefox-i18n-17.0.3/pt-PT.xpi) = 291545 -SHA256 (xpi/firefox-i18n-17.0.3/rm.xpi) = a1dafc56067b354c06c3a2a0182b0bfee280ecab4a5c01fe00b2fdc4c2df8fcb -SIZE (xpi/firefox-i18n-17.0.3/rm.xpi) = 288466 -SHA256 (xpi/firefox-i18n-17.0.3/ro.xpi) = 8fc36326936c6e74d5088a6d82d6dace486b46f0bc33923ab0a43b0766864116 -SIZE (xpi/firefox-i18n-17.0.3/ro.xpi) = 315765 -SHA256 (xpi/firefox-i18n-17.0.3/ru.xpi) = 66a8b0801f651513a3d03b1a296bdc755d4d60d8c4648a12aefe000e142f58e3 -SIZE (xpi/firefox-i18n-17.0.3/ru.xpi) = 285022 -SHA256 (xpi/firefox-i18n-17.0.3/si.xpi) = ad9a95d61bbf0b636ce912026ad6d5bdc18a9802eddedffede30c960eac27699 -SIZE (xpi/firefox-i18n-17.0.3/si.xpi) = 316130 -SHA256 (xpi/firefox-i18n-17.0.3/sk.xpi) = c93f8b83bb702c5a17c35f66b9e404426b32893d723b96ba02045d78e9d34308 -SIZE (xpi/firefox-i18n-17.0.3/sk.xpi) = 301478 -SHA256 (xpi/firefox-i18n-17.0.3/sl.xpi) = 12109be0edc18cf0241648f850f911c21ff0821d0c26627ac6b3922391fa7e8f -SIZE (xpi/firefox-i18n-17.0.3/sl.xpi) = 286668 -SHA256 (xpi/firefox-i18n-17.0.3/son.xpi) = eda1b1c033fb8fa437aec361855bace08ead483a4d88696dedf5379c38f80b49 -SIZE (xpi/firefox-i18n-17.0.3/son.xpi) = 283684 -SHA256 (xpi/firefox-i18n-17.0.3/sq.xpi) = b300a7f049269a460fd973f7dfae20a81b64d4d0932092e4ac67ac8f58c38c7b -SIZE (xpi/firefox-i18n-17.0.3/sq.xpi) = 291166 -SHA256 (xpi/firefox-i18n-17.0.3/sr.xpi) = 8fd7f9b18be7e4010b35750e27e34d092d69fc131598f51ba53567233fce02bf -SIZE (xpi/firefox-i18n-17.0.3/sr.xpi) = 329241 -SHA256 (xpi/firefox-i18n-17.0.3/sv-SE.xpi) = c499fae2bafb87fe4ce3d75b534d29e7cb75d2c2ef41a7f330694c36abc33eaa -SIZE (xpi/firefox-i18n-17.0.3/sv-SE.xpi) = 288084 -SHA256 (xpi/firefox-i18n-17.0.3/ta-LK.xpi) = 6efc61a98280c37c05298e598a5aa9869c7d6d2aa1eab086cb26c8ec091f4ffc -SIZE (xpi/firefox-i18n-17.0.3/ta-LK.xpi) = 338714 -SHA256 (xpi/firefox-i18n-17.0.3/ta.xpi) = 928673b7fb228e566b15b28cca41a03237e6976e87d8bb19df2ee259f787b4c6 -SIZE (xpi/firefox-i18n-17.0.3/ta.xpi) = 325367 -SHA256 (xpi/firefox-i18n-17.0.3/te.xpi) = f0404f033b28bf3c8ee00948825e3cdc17586cb8fcbeb801d2a7b36ca24aa4fd -SIZE (xpi/firefox-i18n-17.0.3/te.xpi) = 341958 -SHA256 (xpi/firefox-i18n-17.0.3/th.xpi) = e66dc95b67e76d37b23796bf18402f8bdf21fd743bad8a45e60425ed34d34d54 -SIZE (xpi/firefox-i18n-17.0.3/th.xpi) = 323677 -SHA256 (xpi/firefox-i18n-17.0.3/tr.xpi) = 22259941866f48d9c91b9e4fbf5989a3c9a30be3c163aa11e09431289ffb83cc -SIZE (xpi/firefox-i18n-17.0.3/tr.xpi) = 294519 -SHA256 (xpi/firefox-i18n-17.0.3/uk.xpi) = 3db2693e6ca5ea64cddf060baba6ad9d24ec31c07ee18e85767611afbb3fe0b8 -SIZE (xpi/firefox-i18n-17.0.3/uk.xpi) = 324251 -SHA256 (xpi/firefox-i18n-17.0.3/vi.xpi) = ddb67f1f6a7e20860ddc7a2b62e9ec81cd6a7f2cf7d0920d5338beedd3be903b -SIZE (xpi/firefox-i18n-17.0.3/vi.xpi) = 312377 -SHA256 (xpi/firefox-i18n-17.0.3/zh-CN.xpi) = 7a5e15d11fb4923296fd1cbcb3a365a57570cd56842bbdf65edcb43d06b3ac59 -SIZE (xpi/firefox-i18n-17.0.3/zh-CN.xpi) = 304250 -SHA256 (xpi/firefox-i18n-17.0.3/zh-TW.xpi) = 8c767d464011c4bdc71b41322221ffeb56e2bde6336c1ed1014cb5a8651a5d34 -SIZE (xpi/firefox-i18n-17.0.3/zh-TW.xpi) = 305457 -SHA256 (xpi/firefox-i18n-17.0.3/zu.xpi) = 109766d170405a47dfbfa63ecc23c556c32105ab1d77853b8d5ad709453a4fb4 -SIZE (xpi/firefox-i18n-17.0.3/zu.xpi) = 296594 +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 Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/firefox-i18n/Makefile Fri Mar 29 11:38:56 2013 (r1222) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/firefox-i18n/Makefile 310207 2013-01-10 22:29:23Z flo $ +# $FreeBSD: head/www/firefox-i18n/Makefile 313676 2013-03-08 22:27:39Z flo $ PORTNAME= firefox-i18n -PORTVERSION= 19.0 +PORTVERSION= 19.0.2 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-i18n/Makefile.lang ============================================================================== --- trunk/www/firefox-i18n/Makefile.lang Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/firefox-i18n/Makefile.lang Fri Mar 29 11:38:56 2013 (r1222) @@ -1,11 +1,6 @@ -# New ports collection makefile.lang for: firefox3-i18n -# Date created: 30 Nov 2008 -# Whom: Koji Yokota -# -# $FreeBSD: ports/www/firefox-i18n/Makefile.lang,v 1.4 2011/06/21 21:12:31 flo Exp $ -# -# Currently, the following 71 languages are supported. -# +# Created by: Koji Yokota +# $FreeBSD: head/www/firefox-i18n/Makefile.lang 315079 2013-03-23 20:20:22Z flo $ + FIREFOX_I18N_ALL_= af ak ar ast be bg bn-BD bn-IN br bs ca cs cy da de el \ en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa \ fi fr fy-NL ga-IE gl gu-IN he hi-IN hr hu hy-AM id is \ @@ -16,250 +11,250 @@ .if defined(FIREFOX_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) FIREFOX_I18N= ${FIREFOX_I18N_ALL_} .else -.ifndef WITHOUT_LANG_AF +.if ${PORT_OPTIONS:MLANG_AF} FIREFOX_I18N+= af .endif -.ifndef WITHOUT_LANG_AK +.if ${PORT_OPTIONS:MLANG_AK} FIREFOX_I18N+= ak .endif -.ifndef WITHOUT_LANG_AR +.if ${PORT_OPTIONS:MLANG_AR} FIREFOX_I18N+= ar .endif -.ifndef WITHOUT_LANG_AST +.if ${PORT_OPTIONS:MLANG_AST} FIREFOX_I18N+= ast .endif -.ifndef WITHOUT_LANG_BE +.if ${PORT_OPTIONS:MLANG_BE} FIREFOX_I18N+= be .endif -.ifndef WITHOUT_LANG_BG +.if ${PORT_OPTIONS:MLANG_BG} FIREFOX_I18N+= bg .endif -.ifndef WITHOUT_LANG_BB +.if ${PORT_OPTIONS:MLANG_BB} FIREFOX_I18N+= bn-BD .endif -.ifndef WITHOUT_LANG_BN +.if ${PORT_OPTIONS:MLANG_BN} FIREFOX_I18N+= bn-IN .endif -.ifndef WITHOUT_LANG_BR +.if ${PORT_OPTIONS:MLANG_BR} FIREFOX_I18N+= br .endif -.ifndef WITHOUT_LANG_BS +.if ${PORT_OPTIONS:MLANG_BS} FIREFOX_I18N+= bs .endif -.ifndef WITHOUT_LANG_CA +.if ${PORT_OPTIONS:MLANG_CA} FIREFOX_I18N+= ca .endif -.ifndef WITHOUT_LANG_CS +.if ${PORT_OPTIONS:MLANG_CS} FIREFOX_I18N+= cs .endif -.ifndef WITHOUT_LANG_CY +.if ${PORT_OPTIONS:MLANG_CY} FIREFOX_I18N+= cy .endif -.ifndef WITHOUT_LANG_DA +.if ${PORT_OPTIONS:MLANG_DA} FIREFOX_I18N+= da .endif -.ifndef WITHOUT_LANG_DE +.if ${PORT_OPTIONS:MLANG_DE} FIREFOX_I18N+= de .endif -.ifndef WITHOUT_LANG_EL +.if ${PORT_OPTIONS:MLANG_EL} FIREFOX_I18N+= el .endif -.ifndef WITHOUT_LANG_GB +.if ${PORT_OPTIONS:MLANG_GB} FIREFOX_I18N+= en-GB .endif -.ifndef WITHOUT_LANG_US +.if ${PORT_OPTIONS:MLANG_US} FIREFOX_I18N+= en-US .endif -.ifndef WITHOUT_LANG_ZA +.if ${PORT_OPTIONS:MLANG_ZA} FIREFOX_I18N+= en-ZA .endif -.ifndef WITHOUT_LANG_EO +.if ${PORT_OPTIONS:MLANG_EO} FIREFOX_I18N+= eo .endif -.ifndef WITHOUT_LANG_SA +.if ${PORT_OPTIONS:MLANG_SA} FIREFOX_I18N+= es-AR .endif -.ifndef WITHOUT_LANG_SC +.if ${PORT_OPTIONS:MLANG_SC} FIREFOX_I18N+= es-CL .endif -.ifndef WITHOUT_LANG_ES +.if ${PORT_OPTIONS:MLANG_ES} FIREFOX_I18N+= es-ES .endif -.ifndef WITHOUT_LANG_SM +.if ${PORT_OPTIONS:MLANG_SM} FIREFOX_I18N+= es-MX .endif -.ifndef WITHOUT_LANG_ET +.if ${PORT_OPTIONS:MLANG_ET} FIREFOX_I18N+= et .endif -.ifndef WITHOUT_LANG_EU +.if ${PORT_OPTIONS:MLANG_EU} FIREFOX_I18N+= eu .endif -.ifndef WITHOUT_LANG_FA +.if ${PORT_OPTIONS:MLANG_FA} FIREFOX_I18N+= fa .endif -.ifndef WITHOUT_LANG_FI +.if ${PORT_OPTIONS:MLANG_FI} FIREFOX_I18N+= fi .endif -.ifndef WITHOUT_LANG_FR +.if ${PORT_OPTIONS:MLANG_FR} FIREFOX_I18N+= fr .endif -.ifndef WITHOUT_LANG_FY +.if ${PORT_OPTIONS:MLANG_FY} FIREFOX_I18N+= fy-NL .endif -.ifndef WITHOUT_LANG_GA +.if ${PORT_OPTIONS:MLANG_GA} FIREFOX_I18N+= ga-IE .endif -.ifndef WITHOUT_LANG_GL +.if ${PORT_OPTIONS:MLANG_GL} FIREFOX_I18N+= gl .endif -.ifndef WITHOUT_LANG_GU +.if ${PORT_OPTIONS:MLANG_GU} FIREFOX_I18N+= gu-IN .endif -.ifndef WITHOUT_LANG_HE +.if ${PORT_OPTIONS:MLANG_HE} FIREFOX_I18N+= he .endif -.ifndef WITHOUT_LANG_HI +.if ${PORT_OPTIONS:MLANG_HI} FIREFOX_I18N+= hi-IN .endif -.ifndef WITHOUT_LANG_HR +.if ${PORT_OPTIONS:MLANG_HR} FIREFOX_I18N+= hr .endif -.ifndef WITHOUT_LANG_HU +.if ${PORT_OPTIONS:MLANG_HU} FIREFOX_I18N+= hu .endif -.ifndef WITHOUT_LANG_AM +.if ${PORT_OPTIONS:MLANG_AM} FIREFOX_I18N+= hy-AM .endif -.ifndef WITHOUT_LANG_ID +.if ${PORT_OPTIONS:MLANG_ID} FIREFOX_I18N+= id .endif -.ifndef WITHOUT_LANG_IS +.if ${PORT_OPTIONS:MLANG_IS} FIREFOX_I18N+= is .endif -.ifndef WITHOUT_LANG_IT +.if ${PORT_OPTIONS:MLANG_IT} FIREFOX_I18N+= it .endif -.ifndef WITHOUT_LANG_JA +.if ${PORT_OPTIONS:MLANG_JA} FIREFOX_I18N+= ja .endif -.ifndef WITHOUT_LANG_KK +.if ${PORT_OPTIONS:MLANG_KK} FIREFOX_I18N+= kk .endif -.ifndef WITHOUT_LANG_KN +.if ${PORT_OPTIONS:MLANG_KN} FIREFOX_I18N+= kn .endif -.ifndef WITHOUT_LANG_KO +.if ${PORT_OPTIONS:MLANG_KO} FIREFOX_I18N+= ko .endif -.ifndef WITHOUT_LANG_KU +.if ${PORT_OPTIONS:MLANG_KU} FIREFOX_I18N+= ku .endif -.ifndef WITHOUT_LANG_LG +.if ${PORT_OPTIONS:MLANG_LG} FIREFOX_I18N+= lg .endif -.ifndef WITHOUT_LANG_LT +.if ${PORT_OPTIONS:MLANG_LT} FIREFOX_I18N+= lt .endif -.ifndef WITHOUT_LANG_LV +.if ${PORT_OPTIONS:MLANG_LV} FIREFOX_I18N+= lv .endif -.ifndef WITHOUT_LANG_MAI +.if ${PORT_OPTIONS:MLANG_MAI} FIREFOX_I18N+= mai .endif -.ifndef WITHOUT_LANG_MK +.if ${PORT_OPTIONS:MLANG_MK} FIREFOX_I18N+= mk .endif -.ifndef WITHOUT_LANG_ML +.if ${PORT_OPTIONS:MLANG_ML} FIREFOX_I18N+= ml .endif -.ifndef WITHOUT_LANG_MR +.if ${PORT_OPTIONS:MLANG_MR} FIREFOX_I18N+= mr .endif -.ifndef WITHOUT_LANG_NB +.if ${PORT_OPTIONS:MLANG_NB} FIREFOX_I18N+= nb-NO .endif -.ifndef WITHOUT_LANG_NL +.if ${PORT_OPTIONS:MLANG_NL} FIREFOX_I18N+= nl .endif -.ifndef WITHOUT_LANG_NN +.if ${PORT_OPTIONS:MLANG_NN} FIREFOX_I18N+= nn-NO .endif -.ifndef WITHOUT_LANG_NSO +.if ${PORT_OPTIONS:MLANG_NSO} FIREFOX_I18N+= nso .endif -.ifndef WITHOUT_LANG_OR +.if ${PORT_OPTIONS:MLANG_OR} FIREFOX_I18N+= or .endif -.ifndef WITHOUT_LANG_PA +.if ${PORT_OPTIONS:MLANG_PA} FIREFOX_I18N+= pa-IN .endif -.ifndef WITHOUT_LANG_PL +.if ${PORT_OPTIONS:MLANG_PL} FIREFOX_I18N+= pl .endif -.ifndef WITHOUT_LANG_PBR +.if ${PORT_OPTIONS:MLANG_PBR} FIREFOX_I18N+= pt-BR .endif -.ifndef WITHOUT_LANG_PT +.if ${PORT_OPTIONS:MLANG_PT} FIREFOX_I18N+= pt-PT .endif -.ifndef WITHOUT_LANG_RM +.if ${PORT_OPTIONS:MLANG_RM} FIREFOX_I18N+= rm .endif -.ifndef WITHOUT_LANG_RO +.if ${PORT_OPTIONS:MLANG_RO} FIREFOX_I18N+= ro .endif -.ifndef WITHOUT_LANG_RU +.if ${PORT_OPTIONS:MLANG_RU} FIREFOX_I18N+= ru .endif -.ifndef WITHOUT_LANG_SI +.if ${PORT_OPTIONS:MLANG_SI} FIREFOX_I18N+= si .endif -.ifndef WITHOUT_LANG_SK +.if ${PORT_OPTIONS:MLANG_SK} FIREFOX_I18N+= sk .endif -.ifndef WITHOUT_LANG_SON +.if ${PORT_OPTIONS:MLANG_SON} FIREFOX_I18N+= son .endif -.ifndef WITHOUT_LANG_SL +.if ${PORT_OPTIONS:MLANG_SL} FIREFOX_I18N+= sl .endif -.ifndef WITHOUT_LANG_SQ +.if ${PORT_OPTIONS:MLANG_SQ} FIREFOX_I18N+= sq .endif -.ifndef WITHOUT_LANG_SR +.if ${PORT_OPTIONS:MLANG_SR} FIREFOX_I18N+= sr .endif -.ifndef WITHOUT_LANG_SV +.if ${PORT_OPTIONS:MLANG_SV} FIREFOX_I18N+= sv-SE .endif -.ifndef WITHOUT_LANG_TA +.if ${PORT_OPTIONS:MLANG_TA} FIREFOX_I18N+= ta .endif -.ifndef WITHOUT_LANG_LK +.if ${PORT_OPTIONS:MLANG_LK} FIREFOX_I18N+= ta-LK .endif -.ifndef WITHOUT_LANG_TE +.if ${PORT_OPTIONS:MLANG_TE} FIREFOX_I18N+= te .endif -.ifndef WITHOUT_LANG_TH +.if ${PORT_OPTIONS:MLANG_TH} FIREFOX_I18N+= th .endif -.ifndef WITHOUT_LANG_TR +.if ${PORT_OPTIONS:MLANG_TR} FIREFOX_I18N+= tr .endif -.ifndef WITHOUT_LANG_UK +.if ${PORT_OPTIONS:MLANG_UK} FIREFOX_I18N+= uk .endif -.ifndef WITHOUT_LANG_VI +.if ${PORT_OPTIONS:MLANG_VI} FIREFOX_I18N+= vi .endif -.ifndef WITHOUT_LANG_CN +.if ${PORT_OPTIONS:MLANG_CN} FIREFOX_I18N+= zh-CN .endif -.ifndef WITHOUT_LANG_TW +.if ${PORT_OPTIONS:MLANG_TW} FIREFOX_I18N+= zh-TW .endif -.ifndef WITHOUT_LANG_ZU +.if ${PORT_OPTIONS:MLANG_ZU} FIREFOX_I18N+= zu .endif .endif Modified: trunk/www/firefox-i18n/Makefile.option ============================================================================== --- trunk/www/firefox-i18n/Makefile.option Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/firefox-i18n/Makefile.option Fri Mar 29 11:38:56 2013 (r1222) @@ -1,89 +1,90 @@ -# New ports collection makefile.option for: firefox3-i18n -# Date created: 30 Nov 2008 -# Whom: Koji Yokota -# -# $FreeBSD: ports/www/firefox-i18n/Makefile.option,v 1.5 2011/06/27 09:53:31 flo Exp $ -# -OPTIONS= LANG_AF "Africaans" off \ - LANG_AK "Akan" off \ - LANG_SQ "Albanian" off \ - LANG_AR "Arabic" on \ - LANG_AM "Armenian" off \ - LANG_AST "Asturian" off \ - LANG_EU "Basque" off \ - LANG_BN "Bengali" on \ - LANG_BB "Bengali (Bangladesh)" off \ - LANG_BS "Bosnian" off \ - LANG_BR "Breton" off \ - LANG_BG "Bulgarian" off \ - LANG_BE "Byelorussian" off \ - LANG_CA "Catalan" off \ - LANG_CN "Chinese" on \ - LANG_CS "Czech" off \ - LANG_DA "Danish" off \ - LANG_NL "Dutch" off \ - LANG_GB "English (UK)" off \ - LANG_US "English (US)" off \ - LANG_EO "Esperanto" off \ - LANG_ET "Estonian" off \ - LANG_GL "Galician" off \ - LANG_DE "German" on \ - LANG_EL "Greek" off \ - LANG_GU "Gujarati" off \ - LANG_FI "Finnish" off \ - LANG_FR "French" on \ - LANG_FY "Frisian" off \ - LANG_GA "Irish" off \ - LANG_HE "Hebrew" off \ - LANG_HI "Hindi" on \ - LANG_HR "Hrvatski" off \ - LANG_HU "Hungarian" off \ - LANG_IS "Icelandic" off \ - LANG_ID "Indonesian" off \ - LANG_IT "Italian" on \ - LANG_JA "Japanese" on \ - LANG_KN "Kannada" off \ - LANG_KK "Kazakh" off \ - LANG_KO "Korean" on \ - LANG_KU "Kurdish" off \ - LANG_LV "Latvian" off \ - LANG_LT "Lithuanian" off \ - LANG_LG "Luganda" off \ - LANG_MK "Macedonian" off \ - LANG_MAI "Maithili" off \ - LANG_ML "Malayalam" off \ - LANG_MR "Marathi" on \ - LANG_MN "Mongolian" off \ - LANG_NSO "Northern Sotho" off \ - LANG_NB "Norwegian" off \ - LANG_NN "Norwegian Nynorsk" off \ - LANG_OR "Oriya" off \ - LANG_FA "Persian" off \ - LANG_PL "Polish" off \ - LANG_PT "Portuguese" off \ - LANG_PBR "Portuguese (Brazil)" on \ - LANG_PA "Punjabi" on \ - LANG_RO "Romanian" off \ - LANG_RM "Romansh" off \ - LANG_RU "Russian" on \ - LANG_SR "Serbian" off \ - LANG_SI "Singhalese" off \ - LANG_ES "Spanish" on \ - LANG_SON "Songhai" off \ - LANG_SA "Spanish (Argentina)" off \ - LANG_SC "Spanish (Chile)" off \ - LANG_SM "Spanish (Mexico)" off \ - LANG_SK "Slovak" off \ - LANG_SL "Slovenian" off \ - LANG_SV "Swedish" off \ - LANG_TW "Taiwanese" off \ - LANG_TA "Tamil" off \ - LANG_LK "Tamil (Sri Lanka)" off \ - LANG_TE "Telugu" on \ - LANG_TH "Thai" off \ - LANG_TR "Turkish" off \ - LANG_UK "Ukrainian" off \ - LANG_VI "Vietnamese" off \ - LANG_CY "Welsh" off \ - LANG_ZA "English (South Afrika)" off \ - LANG_ZU "Zulu" off +# Created by: Koji Yokota +# $FreeBSD: head/www/firefox-i18n/Makefile.option 315079 2013-03-23 20:20:22Z flo $ + +OPTIONS_DEFINE= LANG_AF \ + LANG_AK \ + LANG_SQ \ + LANG_AR \ + LANG_AM \ + LANG_AST \ + LANG_EU \ + LANG_BN \ + LANG_BB \ + LANG_BS \ + LANG_BR \ + LANG_BG \ + LANG_BE \ + LANG_CA \ + LANG_CN \ + LANG_CS \ + LANG_DA \ + LANG_NL \ + LANG_GB \ + LANG_US \ + LANG_EO \ + LANG_ET \ + LANG_GL \ + LANG_DE \ + LANG_EL \ + LANG_GU \ + LANG_FI \ + LANG_FR \ + LANG_FY \ + LANG_GA \ + LANG_HE \ + LANG_HI \ + LANG_HR \ + LANG_HU \ + LANG_IS \ + LANG_ID \ + LANG_IT \ + LANG_JA \ + LANG_KN \ + LANG_KK \ + LANG_KO \ + LANG_KU \ + LANG_LV \ + LANG_LT \ + LANG_LG \ + LANG_MK \ + LANG_MAI \ + LANG_ML \ + LANG_MR \ + LANG_MN \ + LANG_NSO \ + LANG_NB \ + LANG_NN \ + LANG_OR \ + LANG_FA \ + LANG_PL \ + LANG_PT \ + LANG_PBR\ + LANG_PA \ + LANG_RO \ + LANG_RM \ + LANG_RU \ + LANG_SR \ + LANG_SI \ + LANG_ES \ + LANG_SON \ + LANG_SA \ + LANG_SC \ + LANG_SM \ + LANG_SK \ + LANG_SL \ + LANG_SV \ + LANG_TW \ + LANG_TA \ + LANG_LK \ + LANG_TE \ + LANG_TH \ + LANG_TR \ + LANG_UK \ + LANG_VI \ + LANG_CY \ + LANG_ZA \ + LANG_ZU + +OPTIONS_DEFAULT=LANG_AR LANG_BN LANG_BR LANG_CN LANG_ET LANG_DE LANG_FR \ + LANG_HI LANG_ID LANG_IT LANG_JA LANG_KO LANG_MK LANG_MR \ + LANG_MN LANG_PBR LANG_PA LANG_RU LANG_ES LANG_SON LANG_TE Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/firefox-i18n/distinfo Fri Mar 29 11:38:56 2013 (r1222) @@ -1,164 +1,164 @@ -SHA256 (xpi/firefox-i18n-19.0/af.xpi) = 5e7cc33a96a21535baf9f13bf7fa35b4617f0e13302f8c727e7191347dfbb2e2 -SIZE (xpi/firefox-i18n-19.0/af.xpi) = 293480 -SHA256 (xpi/firefox-i18n-19.0/ak.xpi) = d91e1ec1d678cd6d965ad18fe64f4a0d2bcb0f6ee6e027f002d764d039f3d215 -SIZE (xpi/firefox-i18n-19.0/ak.xpi) = 296795 -SHA256 (xpi/firefox-i18n-19.0/ar.xpi) = e6b56191f49a7e0ad90ac2f7afe4440e369466d6a0227ba702457aa17f78ec01 -SIZE (xpi/firefox-i18n-19.0/ar.xpi) = 324465 -SHA256 (xpi/firefox-i18n-19.0/ast.xpi) = 56de0774d08cb9efa57a47c5abf1d57f894e4519991d4471c29c773d52986f41 -SIZE (xpi/firefox-i18n-19.0/ast.xpi) = 269700 -SHA256 (xpi/firefox-i18n-19.0/be.xpi) = 8e3cee7ff980ed5d2ee89efbfba8d8564ce4065aaa234df3560de28560411b5e -SIZE (xpi/firefox-i18n-19.0/be.xpi) = 287724 -SHA256 (xpi/firefox-i18n-19.0/bg.xpi) = 3544a66622bc364c4574292adb9ba8f59c90e0d7caed0a8d2fc793246255f6de -SIZE (xpi/firefox-i18n-19.0/bg.xpi) = 341210 -SHA256 (xpi/firefox-i18n-19.0/bn-BD.xpi) = b91f4fb0767176eef3c6421da58ae5701131be163fd6d97ec15536b97239b0ea -SIZE (xpi/firefox-i18n-19.0/bn-BD.xpi) = 354720 -SHA256 (xpi/firefox-i18n-19.0/bn-IN.xpi) = acdc4910ac7ae52a64beb3e0f908585d3dddc95378e663651e36e3d54ab33541 -SIZE (xpi/firefox-i18n-19.0/bn-IN.xpi) = 386850 -SHA256 (xpi/firefox-i18n-19.0/br.xpi) = dc7399b7077d1a08eb5e772a6af190010b91ab12b63a8d50ea37ae40dcd9aa3f -SIZE (xpi/firefox-i18n-19.0/br.xpi) = 302695 -SHA256 (xpi/firefox-i18n-19.0/bs.xpi) = 25d230c78c8e61c7e60cb177e2524336425c875f072683e6c2a02768bd79d54b -SIZE (xpi/firefox-i18n-19.0/bs.xpi) = 298729 -SHA256 (xpi/firefox-i18n-19.0/ca.xpi) = 65cfe6fca3139d42e915f92792c42be46c0ba05c46ddef94e1f557d8c45dff10 -SIZE (xpi/firefox-i18n-19.0/ca.xpi) = 305630 -SHA256 (xpi/firefox-i18n-19.0/cs.xpi) = 7e88e39d04cd2c72be43d497d64b668e47881c71e4c64c5f953748939cf81cd0 -SIZE (xpi/firefox-i18n-19.0/cs.xpi) = 304696 -SHA256 (xpi/firefox-i18n-19.0/cy.xpi) = 78f95c1c39ab6e81477170c30fb35fa879a87eb4673c3f2bccc3019ba291a5f7 -SIZE (xpi/firefox-i18n-19.0/cy.xpi) = 297429 -SHA256 (xpi/firefox-i18n-19.0/da.xpi) = 67dfe14e655ba0257d2ac9f7fd39d0dfb81a953e4e39bbdb162b5b150920195e -SIZE (xpi/firefox-i18n-19.0/da.xpi) = 294085 -SHA256 (xpi/firefox-i18n-19.0/de.xpi) = 6324feb3ee3f25c63cb213ac894ea642994dfc09656c23fa32661448d418bfc8 -SIZE (xpi/firefox-i18n-19.0/de.xpi) = 284208 -SHA256 (xpi/firefox-i18n-19.0/el.xpi) = c5987453160ebb20cee405536ff00d43179d2bef308e29e3f5daa894431de38b -SIZE (xpi/firefox-i18n-19.0/el.xpi) = 331441 -SHA256 (xpi/firefox-i18n-19.0/en-GB.xpi) = afc847fad4b9d4aafb3f41f86220dc009857d534cf8d2c7f3df92bf609ff7a3d -SIZE (xpi/firefox-i18n-19.0/en-GB.xpi) = 283378 -SHA256 (xpi/firefox-i18n-19.0/en-US.xpi) = 261249c2a9a02c27457ab733874da690c44e4fb85c39d4437a5974ce99bfba31 -SIZE (xpi/firefox-i18n-19.0/en-US.xpi) = 284312 -SHA256 (xpi/firefox-i18n-19.0/en-ZA.xpi) = 5043dde07d54b33ea9cd6b8f08f38117edd63fce956ebb407a376767104d6cd7 -SIZE (xpi/firefox-i18n-19.0/en-ZA.xpi) = 285996 -SHA256 (xpi/firefox-i18n-19.0/eo.xpi) = 0d5a6c9b88c57d950bfe8a12f6503aa16b7b1e9b34a480e3ce0f130f086bf2af -SIZE (xpi/firefox-i18n-19.0/eo.xpi) = 297644 -SHA256 (xpi/firefox-i18n-19.0/es-AR.xpi) = 35e7c4779a9001ae66027f19e12032b76e8a958ff87cd742e0e3feae1c300b62 -SIZE (xpi/firefox-i18n-19.0/es-AR.xpi) = 300308 -SHA256 (xpi/firefox-i18n-19.0/es-CL.xpi) = 05c8406e6fd8ced7c991d029dd70b42d97369a57a379eb19e18b2660d9b19a65 -SIZE (xpi/firefox-i18n-19.0/es-CL.xpi) = 310181 -SHA256 (xpi/firefox-i18n-19.0/es-ES.xpi) = 584a7622188ba483268f7b364cd5bda9832bbf567c2e2a214be946325737c9e5 -SIZE (xpi/firefox-i18n-19.0/es-ES.xpi) = 251866 -SHA256 (xpi/firefox-i18n-19.0/es-MX.xpi) = 7d161ab3181defbf0ed36bd70a2e5b231fc3b91b1d32e86b9669a6bd7d311c14 -SIZE (xpi/firefox-i18n-19.0/es-MX.xpi) = 262700 -SHA256 (xpi/firefox-i18n-19.0/et.xpi) = bb6c7cf9742e4db4298372974d43764ace5ff4aef7b0597eeea20014afe02aa4 -SIZE (xpi/firefox-i18n-19.0/et.xpi) = 295617 -SHA256 (xpi/firefox-i18n-19.0/eu.xpi) = 461b5575b57757c5b994f4e919de15b8cee3c7c0cdb1b4d90641389739317d2a -SIZE (xpi/firefox-i18n-19.0/eu.xpi) = 296323 -SHA256 (xpi/firefox-i18n-19.0/fa.xpi) = 2f37bd7161ea61ea29859d646e49edd4c9feb03a6da1952954e2feb78f1831bf -SIZE (xpi/firefox-i18n-19.0/fa.xpi) = 333056 -SHA256 (xpi/firefox-i18n-19.0/fi.xpi) = 7f6c4f4d1f03e9b8975f8cf6512e00f1d2430b59ecfffb9eaab65f7069c91c6d -SIZE (xpi/firefox-i18n-19.0/fi.xpi) = 301417 -SHA256 (xpi/firefox-i18n-19.0/fr.xpi) = e49340bd382f3602f6555fa0d82695be3f791090f356a1ba7b9e455f2c76a6af -SIZE (xpi/firefox-i18n-19.0/fr.xpi) = 304705 -SHA256 (xpi/firefox-i18n-19.0/fy-NL.xpi) = cda5fd0bed6e27adc6f9f71e50ecef519ff1994dd33869059e808e935a1e7c20 -SIZE (xpi/firefox-i18n-19.0/fy-NL.xpi) = 301151 -SHA256 (xpi/firefox-i18n-19.0/ga-IE.xpi) = 06749185300fde36a2611e11a64c8674504497e06a59b187a34623a00ac02637 -SIZE (xpi/firefox-i18n-19.0/ga-IE.xpi) = 311074 -SHA256 (xpi/firefox-i18n-19.0/gl.xpi) = 2fb1a7d30f1ba6c94b93178ba2a23643eea32b6d0978b9801e4fa3c2cbe03196 -SIZE (xpi/firefox-i18n-19.0/gl.xpi) = 297731 -SHA256 (xpi/firefox-i18n-19.0/gu-IN.xpi) = 63241c25ac04d752eabb3299f391cab763c3ca06c2a1b43395cf1da59d1b7464 -SIZE (xpi/firefox-i18n-19.0/gu-IN.xpi) = 334025 -SHA256 (xpi/firefox-i18n-19.0/he.xpi) = e9ed8f70aa4b1b3ce7360cc47c0995bdcf3fbec45f6b2c0012bcb9c461fb6bb6 -SIZE (xpi/firefox-i18n-19.0/he.xpi) = 315414 -SHA256 (xpi/firefox-i18n-19.0/hi-IN.xpi) = acd9df5372cd821269f920165518c0334e08e9ebccef13b37058d15a7a1dacfd -SIZE (xpi/firefox-i18n-19.0/hi-IN.xpi) = 345262 -SHA256 (xpi/firefox-i18n-19.0/hr.xpi) = cfe940d61a29e6d35b2278337e9235b4c2e881fb3307c8d199f99b04a2da5649 -SIZE (xpi/firefox-i18n-19.0/hr.xpi) = 299017 -SHA256 (xpi/firefox-i18n-19.0/hu.xpi) = d97003e900203620db759cdf483571e7bfb682675872e67f6d332e65b142c36f -SIZE (xpi/firefox-i18n-19.0/hu.xpi) = 315579 -SHA256 (xpi/firefox-i18n-19.0/hy-AM.xpi) = 10618efcf43ef27a38506018bfd993cfa5a927b8efb63f0fcded5826c0ac20b3 -SIZE (xpi/firefox-i18n-19.0/hy-AM.xpi) = 341820 -SHA256 (xpi/firefox-i18n-19.0/id.xpi) = e958e26bd9233f6b0c391cf489f0f1092f0069cb73b63c9c67dde31bf3fdb29e -SIZE (xpi/firefox-i18n-19.0/id.xpi) = 292472 -SHA256 (xpi/firefox-i18n-19.0/is.xpi) = 253e6e481b1853481ee04b75eb8766a273338364e43a7fe52926c0cd138ab19f -SIZE (xpi/firefox-i18n-19.0/is.xpi) = 297284 -SHA256 (xpi/firefox-i18n-19.0/it.xpi) = 7f248fc2d9680e70d8b7519f9734358964b32d10a456f4873797bfd90f2d52c7 -SIZE (xpi/firefox-i18n-19.0/it.xpi) = 247778 -SHA256 (xpi/firefox-i18n-19.0/ja.xpi) = 5cc1d583c4afd10e24290717b61692bf0da1caada1ebd84c0ff4df668977cd3b -SIZE (xpi/firefox-i18n-19.0/ja.xpi) = 335904 -SHA256 (xpi/firefox-i18n-19.0/kk.xpi) = f9a7285957b02409db57a7de45b4a0146e7791ea31f4aa67f27b867c98f84fb1 -SIZE (xpi/firefox-i18n-19.0/kk.xpi) = 341872 -SHA256 (xpi/firefox-i18n-19.0/kn.xpi) = da4482fa6d9169f07374bf068c747abf3858a63f7fb008af335c795dccad308e -SIZE (xpi/firefox-i18n-19.0/kn.xpi) = 368747 -SHA256 (xpi/firefox-i18n-19.0/ko.xpi) = 2ca94a81334ea4b2ee9c639336ba0a59326021013bdcd33371caf0f8ddf0c100 -SIZE (xpi/firefox-i18n-19.0/ko.xpi) = 308895 -SHA256 (xpi/firefox-i18n-19.0/ku.xpi) = 67b4d6fb2a21a8b4b63acbf14e30544f47b3ce6f44936ebc69ad1cdeb2b8de0d -SIZE (xpi/firefox-i18n-19.0/ku.xpi) = 317697 -SHA256 (xpi/firefox-i18n-19.0/lg.xpi) = ec8a4af20de3de290b7256d188400abfa22773773c1effcc51b30d0cb87b4e82 -SIZE (xpi/firefox-i18n-19.0/lg.xpi) = 304559 -SHA256 (xpi/firefox-i18n-19.0/lt.xpi) = 7aa0fff9cefb2ed31d88f1f9941bbc5892e268b9f2be3cd7f85d04c7f00ae125 -SIZE (xpi/firefox-i18n-19.0/lt.xpi) = 315941 -SHA256 (xpi/firefox-i18n-19.0/lv.xpi) = 0422a3ea27abcbfc9bf71c36ecde213cc3fdaf339cc0cb11c7fe0e10d69d5737 -SIZE (xpi/firefox-i18n-19.0/lv.xpi) = 296143 -SHA256 (xpi/firefox-i18n-19.0/mai.xpi) = cb9d6e592d01391567616dd648fa4bbf47b3a6cb3fa183f2305de3a195edb094 -SIZE (xpi/firefox-i18n-19.0/mai.xpi) = 342111 -SHA256 (xpi/firefox-i18n-19.0/mk.xpi) = 074aed6b772491556b43bc0023602ca2fae5f34253bf00b09431c44a930ecb81 -SIZE (xpi/firefox-i18n-19.0/mk.xpi) = 327845 -SHA256 (xpi/firefox-i18n-19.0/ml.xpi) = cd2736ba83fd279ace22f501ed8a850095e08daa496a87b84069cf95b47179c2 -SIZE (xpi/firefox-i18n-19.0/ml.xpi) = 375909 -SHA256 (xpi/firefox-i18n-19.0/mr.xpi) = 13cd27ccbe0b21bcd834c5ae5ae6342eeabbbfdd37b320ff96f96021deb860c2 -SIZE (xpi/firefox-i18n-19.0/mr.xpi) = 342900 -SHA256 (xpi/firefox-i18n-19.0/nb-NO.xpi) = bcf4930a0d06deea89a31da0f60f488d0b92dd779112ad0523d953eaca6cc394 -SIZE (xpi/firefox-i18n-19.0/nb-NO.xpi) = 296250 -SHA256 (xpi/firefox-i18n-19.0/nl.xpi) = 3f1f5b7a710b9b0e3f0a3f9bf622d4c31c3ea366e8d073e8b8801aaba8a97a69 -SIZE (xpi/firefox-i18n-19.0/nl.xpi) = 297333 -SHA256 (xpi/firefox-i18n-19.0/nn-NO.xpi) = 15c47228c93133a2231adfcceb231cbf2504f409a062c828c3735ebda847eb81 -SIZE (xpi/firefox-i18n-19.0/nn-NO.xpi) = 301552 -SHA256 (xpi/firefox-i18n-19.0/nso.xpi) = 148d39f225357374e363eb42d484a621c602839b0295de578224876876e51e03 -SIZE (xpi/firefox-i18n-19.0/nso.xpi) = 302142 -SHA256 (xpi/firefox-i18n-19.0/or.xpi) = 10b6ac82a2a516587116a5f1d3e7cbd8360c450f1abe34d5c5355dc5c19fcd45 -SIZE (xpi/firefox-i18n-19.0/or.xpi) = 344153 -SHA256 (xpi/firefox-i18n-19.0/pa-IN.xpi) = 78114420aeed2e0cb8e3fa2a81cf89af87572290f70b26ac569a8c4a76ae127c -SIZE (xpi/firefox-i18n-19.0/pa-IN.xpi) = 332279 -SHA256 (xpi/firefox-i18n-19.0/pl.xpi) = 4de9850ee0fc79f2c27565c0f019a95667f7147bf48555a9fd6dffe01a79e28d -SIZE (xpi/firefox-i18n-19.0/pl.xpi) = 308691 -SHA256 (xpi/firefox-i18n-19.0/pt-BR.xpi) = 3a37bfbfb2f0c8dab386bce47dd3d9e4c9531aebc42535e2055c591bdbbe3dd5 -SIZE (xpi/firefox-i18n-19.0/pt-BR.xpi) = 302351 -SHA256 (xpi/firefox-i18n-19.0/pt-PT.xpi) = 17505d62baae0d63ccf4d63ce30f8aea5152194b9449517fc6f3af949fab02f6 -SIZE (xpi/firefox-i18n-19.0/pt-PT.xpi) = 303166 -SHA256 (xpi/firefox-i18n-19.0/rm.xpi) = 0fa5a10a6130705f641b45e9a61ecf6151875ef718e5699be0ad0072048a37a2 -SIZE (xpi/firefox-i18n-19.0/rm.xpi) = 299334 -SHA256 (xpi/firefox-i18n-19.0/ro.xpi) = 4ff03d018c9704f5a8e92efd710f78a674811d5543a9e2c22a363484a404a371 -SIZE (xpi/firefox-i18n-19.0/ro.xpi) = 324144 -SHA256 (xpi/firefox-i18n-19.0/ru.xpi) = 09891df55e121705af2b981c2147fa483e049011487d7f6f0e7282bc551f6a97 -SIZE (xpi/firefox-i18n-19.0/ru.xpi) = 294933 -SHA256 (xpi/firefox-i18n-19.0/si.xpi) = 09c9eef1385eae860be9617318de8b4e67055ad7e13d1948ac8a9ba2997c746d -SIZE (xpi/firefox-i18n-19.0/si.xpi) = 331553 -SHA256 (xpi/firefox-i18n-19.0/sk.xpi) = 3d4a832193ab966da629a933696d0a707a99561b300b55b8774af4e8579c6f0a -SIZE (xpi/firefox-i18n-19.0/sk.xpi) = 312848 -SHA256 (xpi/firefox-i18n-19.0/sl.xpi) = 7c0296c092be4428b12f82304f8b179d07d6d01d6581de17f8baa9d6cd21b792 -SIZE (xpi/firefox-i18n-19.0/sl.xpi) = 295534 -SHA256 (xpi/firefox-i18n-19.0/son.xpi) = 9a391fc79bb380a1bbee6377d2c4f3e453207d956ae0fb8211634b60813dc6d6 -SIZE (xpi/firefox-i18n-19.0/son.xpi) = 297373 -SHA256 (xpi/firefox-i18n-19.0/sq.xpi) = 7a83058b4da777ba0a522cc4d7450980e77bde68f2aec3f53c2872f81f8268e3 -SIZE (xpi/firefox-i18n-19.0/sq.xpi) = 304122 -SHA256 (xpi/firefox-i18n-19.0/sr.xpi) = 54ccc918ff54c0f519658d26f9b764bc45771b3c1b1ae3aa4c3f12db71a6f1f8 -SIZE (xpi/firefox-i18n-19.0/sr.xpi) = 347552 -SHA256 (xpi/firefox-i18n-19.0/sv-SE.xpi) = 8806ae13afa370576a1016ed06e7c02b5bc8f13eb49f20fa33fafb529ee029c6 -SIZE (xpi/firefox-i18n-19.0/sv-SE.xpi) = 299878 -SHA256 (xpi/firefox-i18n-19.0/ta-LK.xpi) = c30a6e655f5c2116831ba1e44dbdd3b041f9dfc1f8cfea2bff7dadcbcdc05dd6 -SIZE (xpi/firefox-i18n-19.0/ta-LK.xpi) = 353088 -SHA256 (xpi/firefox-i18n-19.0/ta.xpi) = 3409e7e441311d9a3d6a5eb7c38cefacb36e5da2b4b8118ca245f1223d054a11 -SIZE (xpi/firefox-i18n-19.0/ta.xpi) = 338035 -SHA256 (xpi/firefox-i18n-19.0/te.xpi) = d02bd63ae0e5b8114dc912e754bab826f0196ad71c27ae87d136f53410222874 -SIZE (xpi/firefox-i18n-19.0/te.xpi) = 353257 -SHA256 (xpi/firefox-i18n-19.0/th.xpi) = 863a6bc856aa4d4ca96ccb0bcbabcf9aaf887ed3f85e6a7910fd8c8eab361826 -SIZE (xpi/firefox-i18n-19.0/th.xpi) = 337186 -SHA256 (xpi/firefox-i18n-19.0/tr.xpi) = 1e79eee25926173f9b97720b14cf0179f2260b3efc5eb1441b649d8deeb52cf8 -SIZE (xpi/firefox-i18n-19.0/tr.xpi) = 307541 -SHA256 (xpi/firefox-i18n-19.0/uk.xpi) = b22ef4f959b8a3b77e8e9f9f324c5b577d11a7215d80e081589f1d2d90e7f583 -SIZE (xpi/firefox-i18n-19.0/uk.xpi) = 338322 -SHA256 (xpi/firefox-i18n-19.0/vi.xpi) = f82a4ddf1de277f8d0c10ad559329e3e1fbe00bec82ccb5a8d3a43daa3421106 -SIZE (xpi/firefox-i18n-19.0/vi.xpi) = 320834 -SHA256 (xpi/firefox-i18n-19.0/zh-CN.xpi) = 6e4e9842c7cf5a14befa641aa7df897c84eb46caa28aa24ebe3c1a045aacd2d9 -SIZE (xpi/firefox-i18n-19.0/zh-CN.xpi) = 317961 -SHA256 (xpi/firefox-i18n-19.0/zh-TW.xpi) = 6427a8a3a9b2009188cd5714fc0cb3fb7f5511639c7d1a4372445a13c3a273b0 -SIZE (xpi/firefox-i18n-19.0/zh-TW.xpi) = 318476 -SHA256 (xpi/firefox-i18n-19.0/zu.xpi) = 7f0f34f400c52603bad1f34c05434f6d981663ecfdca0e2678e9ef2f6750199e -SIZE (xpi/firefox-i18n-19.0/zu.xpi) = 309495 +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 Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/seamonkey-i18n/Makefile Fri Mar 29 11:38:56 2013 (r1222) @@ -1,8 +1,8 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/seamonkey-i18n/Makefile 310207 2013-01-10 22:29:23Z flo $ +# $FreeBSD: head/www/seamonkey-i18n/Makefile 313857 2013-03-11 07:28:17Z flo $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.16 +PORTVERSION= 2.16.1 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: trunk/www/seamonkey-i18n/Makefile.lang ============================================================================== --- trunk/www/seamonkey-i18n/Makefile.lang Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/seamonkey-i18n/Makefile.lang Fri Mar 29 11:38:56 2013 (r1222) @@ -1,11 +1,6 @@ -# New ports collection makefile.lang for: firefox3-i18n -# Date created: 30 Nov 2008 -# Whom: Koji Yokota -# -# $FreeBSD: head/www/seamonkey-i18n/Makefile.lang 303831 2012-09-07 22:10:01Z flo $ -# -# Currently, the following 22 languages are supported. -# +# Created by: Koji Yokota +# $FreeBSD: head/www/seamonkey-i18n/Makefile.lang 315079 2013-03-23 20:20:22Z flo $ + SEAMONKEY_I18N_ALL_= ca cs de en-GB en-US es-AR es-ES \ fi fr hu it ja-JP-mac ja lt nb-NO nl pl \ pt-PT ru sk sv-SE tr uk @@ -13,73 +8,73 @@ .if defined(SEAMONKEY_I18N_ALL) || (defined(PACKAGE_BUILDING) && !exists(${OPTIONSFILE})) || make(makesum) SEAMONKEY_I18N= ${SEAMONKEY_I18N_ALL_} .else -.ifndef WITHOUT_LANG_CA +.if ${PORT_OPTIONS:MLANG_CA} SEAMONKEY_I18N+= ca .endif -.ifndef WITHOUT_LANG_CS +.if ${PORT_OPTIONS:MLANG_CS} SEAMONKEY_I18N+= cs .endif -.ifndef WITHOUT_LANG_DE +.if ${PORT_OPTIONS:MLANG_DE} SEAMONKEY_I18N+= de .endif -.ifndef WITHOUT_LANG_GB +.if ${PORT_OPTIONS:MLANG_GB} SEAMONKEY_I18N+= en-GB .endif -.ifndef WITHOUT_LANG_US +.if ${PORT_OPTIONS:MLANG_US} SEAMONKEY_I18N+= en-US .endif -.ifndef WITHOUT_LANG_SA +.if ${PORT_OPTIONS:MLANG_SA} SEAMONKEY_I18N+= es-AR .endif -.ifndef WITHOUT_LANG_ES +.if ${PORT_OPTIONS:MLANG_ES} SEAMONKEY_I18N+= es-ES .endif -.ifndef WITHOUT_LANG_FI +.if ${PORT_OPTIONS:MLANG_FI} SEAMONKEY_I18N+= fi .endif -.ifndef WITHOUT_LANG_FR +.if ${PORT_OPTIONS:MLANG_FR} SEAMONKEY_I18N+= fr .endif -.ifndef WITHOUT_LANG_HU +.if ${PORT_OPTIONS:MLANG_HU} SEAMONKEY_I18N+= hu .endif -.ifndef WITHOUT_LANG_IT +.if ${PORT_OPTIONS:MLANG_IT} SEAMONKEY_I18N+= it .endif -.ifndef WITHOUT_LANG_JP +.if ${PORT_OPTIONS:MLANG_JP} SEAMONKEY_I18N+= ja-JP-mac .endif -.ifndef WITHOUT_LANG_JA +.if ${PORT_OPTIONS:MLANG_JA} SEAMONKEY_I18N+= ja .endif -.ifndef WITHOUT_LANG_LT +.if ${PORT_OPTIONS:MLANG_LT} SEAMONKEY_I18N+= lt .endif -.ifndef WITHOUT_LANG_NB +.if ${PORT_OPTIONS:MLANG_NB} SEAMONKEY_I18N+= nb-NO .endif -.ifndef WITHOUT_LANG_NL +.if ${PORT_OPTIONS:MLANG_NL} SEAMONKEY_I18N+= nl .endif -.ifndef WITHOUT_LANG_PL +.if ${PORT_OPTIONS:MLANG_PL} SEAMONKEY_I18N+= pl .endif -.ifndef WITHOUT_LANG_PT +.if ${PORT_OPTIONS:MLANG_PT} SEAMONKEY_I18N+= pt-PT .endif -.ifndef WITHOUT_LANG_RU +.if ${PORT_OPTIONS:MLANG_RU} SEAMONKEY_I18N+= ru .endif -.ifndef WITHOUT_LANG_SK +.if ${PORT_OPTIONS:MLANG_SK} SEAMONKEY_I18N+= sk .endif -.ifndef WITHOUT_LANG_SE +.if ${PORT_OPTIONS:MLANG_SE} SEAMONKEY_I18N+= sv-SE .endif -.ifndef WITHOUT_LANG_TR +.if ${PORT_OPTIONS:MLANG_TR} SEAMONKEY_I18N+= tr .endif -.ifndef WITHOUT_LANG_UA +.if ${PORT_OPTIONS:MLANG_UA} SEAMONKEY_I18N+= uk .endif .endif Modified: trunk/www/seamonkey-i18n/Makefile.option ============================================================================== --- trunk/www/seamonkey-i18n/Makefile.option Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/seamonkey-i18n/Makefile.option Fri Mar 29 11:38:56 2013 (r1222) @@ -1,30 +1,28 @@ -# New ports collection makefile.option for: firefox3-i18n -# Date created: 30 Nov 2008 -# Whom: Koji Yokota -# -# $FreeBSD: head/www/seamonkey-i18n/Makefile.option 303831 2012-09-07 22:10:01Z flo $ -# +# Created by: Koji Yokota +# $FreeBSD: head/www/seamonkey-i18n/Makefile.option 315079 2013-03-23 20:20:22Z flo $ -OPTIONS= LANG_CA "Catalan" off \ - LANG_CS "Czech" off \ - LANG_NL "Dutch" off \ - LANG_DE "German" on \ - LANG_GB "English GB" off \ - LANG_US "English US" off \ - LANG_FI "Finnish" off \ - LANG_FR "French" on \ - LANG_HU "Hungarian" on \ - LANG_IT "Italian" on \ - LANG_JA "Japanese" off \ - LANG_JP "Japanese (ja-JP-mac)" off \ - LANG_LT "Lithuanian" off \ - LANG_NB "Norwegian" off \ - LANG_PL "Polish" off \ - LANG_PT "Portuguese" off \ - LANG_RU "Russian" on \ - LANG_ES "Spanish" on \ - LANG_SA "Spanish (Argentina)" off \ - LANG_SE "Swedish" off \ - LANG_SK "Slovak" off \ - LANG_TR "Turkish" off \ - LANG_UA "Ukrainian" off +OPTIONS_DEFINE= LANG_CA \ + LANG_CS \ + LANG_NL \ + LANG_DE \ + LANG_GB \ + LANG_US \ + LANG_FI \ + LANG_FR \ + LANG_HU \ + LANG_IT \ + LANG_JA \ + LANG_JP \ + LANG_LT \ + LANG_NB \ + LANG_PL \ + LANG_PT \ + LANG_RU \ + LANG_ES \ + LANG_SA \ + LANG_SE \ + LANG_SK \ + LANG_TR \ + LANG_UA + +OPTIONS_DEFAULT=LANG_DE LANG_FR LANG_HU LANG_IT LANG_RU LANG_ES Modified: trunk/www/seamonkey-i18n/distinfo ============================================================================== --- trunk/www/seamonkey-i18n/distinfo Fri Mar 29 02:27:28 2013 (r1221) +++ trunk/www/seamonkey-i18n/distinfo Fri Mar 29 11:38:56 2013 (r1222) @@ -1,46 +1,46 @@ -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.ca.langpack.xpi) = e02e367cfa1cf2e3962410765f9978ba87d432638fa0676f4d419f762a78c669 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.ca.langpack.xpi) = 777209 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.cs.langpack.xpi) = 96649b94ecaaf22fac7c9674b8db37a4b8c82784fc0b7ce9ad77a9958c68c45b -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.cs.langpack.xpi) = 782322 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.de.langpack.xpi) = c9a2b8be76b7f70b91c5dca606ccb9c9c3d465da1a3aa1ce67a613b508d925b8 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.de.langpack.xpi) = 805627 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.en-GB.langpack.xpi) = 5da43319f2d63a7c8256ea1cb7d26ea0c680afde5ccb4e3995f94702d552d73e -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.en-GB.langpack.xpi) = 751439 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.en-US.langpack.xpi) = 916e77dca508bd02dab76991cf2b4a6a1cbf8ce9357e93c6d93ccb377c651230 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.en-US.langpack.xpi) = 752024 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.es-AR.langpack.xpi) = 4b7dfa49f05760cb6722a9544a09c3202073f40cfafd3282a1ffdf423058d72a -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.es-AR.langpack.xpi) = 824333 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.es-ES.langpack.xpi) = 0023c3c49089cb15794c6723cece84b5f4032f35d961852821c23d1177ad170f -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.es-ES.langpack.xpi) = 772662 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.fi.langpack.xpi) = 41612f0ef771daba34d38896239f1446679b1c411dc9053f9153bf7910ae4437 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.fi.langpack.xpi) = 772027 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.fr.langpack.xpi) = 0461b666df8cc0f28024df329d87f8a3403c6581535ffa4996a34d9d2b0a1e38 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.fr.langpack.xpi) = 781405 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.hu.langpack.xpi) = 7b65c00bda86527c167cb763bbc9b2f2ba4b20109f8c8735f377fac5b081db15 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.hu.langpack.xpi) = 816446 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.it.langpack.xpi) = 7719d2255f43ab085747153ed770e26cdc173e764bbd8ba1afb22bd5223ed24b -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.it.langpack.xpi) = 721930 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.ja-JP-mac.langpack.xpi) = 284c7b0b8c6170bf7f1de4ebd7b9e6c56707815b8fa2ff1c17bc6201442c4bbd -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.ja-JP-mac.langpack.xpi) = 854852 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.ja.langpack.xpi) = 12fbad03a2b868491fc83c5ddc00fe0f6ea9c9a0c3c2a670ef714889750df23a -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.ja.langpack.xpi) = 829870 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.lt.langpack.xpi) = 851a3d6d1e82482d6998c2f7f22f8c5ffc5e95f1a05a23b49a661a5c3df695d8 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.lt.langpack.xpi) = 795358 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.nb-NO.langpack.xpi) = 264bac89d8cb25b9c0c6e20b816ecfe3811746026be242f47b90b4ea8f09152f -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.nb-NO.langpack.xpi) = 772249 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.nl.langpack.xpi) = b0db8fc017f807bf3b011b79cb8040b3e53bc77522cc8803ec0af4b927876060 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.nl.langpack.xpi) = 767742 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.pl.langpack.xpi) = 3ef35349ceb6603c91882707b36453511de3eb9ce5910f25f712ae497dd700ed -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.pl.langpack.xpi) = 813178 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.pt-PT.langpack.xpi) = f3fa3d272772898a4daa74a7b135198f99f8b060574ffb02849ccd78d043a880 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.pt-PT.langpack.xpi) = 805319 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.ru.langpack.xpi) = 49d580909b61526ac271472826b2b659b85aaf419cb21977cdd185eba531e3f5 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.ru.langpack.xpi) = 875919 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.sk.langpack.xpi) = 3c420a328427db54528dbf168ae6389da581cda45c17d75c7eaa098714552bda -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.sk.langpack.xpi) = 808953 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.sv-SE.langpack.xpi) = 4fb1abdf5018e8d4037403ac22a35ac22850904609d8d7b27c5601b835c08284 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.sv-SE.langpack.xpi) = 795061 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.tr.langpack.xpi) = fc600b1adde387315e060c31a7a6c5394f6804aa7cb050655cfb25111dda96a1 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.tr.langpack.xpi) = 834967 -SHA256 (xpi/seamonkey-i18n-2.16/seamonkey-2.16.uk.langpack.xpi) = 8c7d5af2ea2c2b751ca12e175cc78bec7ac84eeb378c3c9c54c62d9659a7d440 -SIZE (xpi/seamonkey-i18n-2.16/seamonkey-2.16.uk.langpack.xpi) = 835210 +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 From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 30 09:25:32 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 9444FC1A for ; Sat, 30 Mar 2013 09:25:32 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) by mx1.freebsd.org (Postfix) with ESMTP id 6797A97E for ; Sat, 30 Mar 2013 09:25:32 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id er7so858250obc.35 for ; Sat, 30 Mar 2013 02:25:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=geB5Q4BoTpKYvZk8LMGAo/oXqVbJW/mA0x4Xgyf67fo=; b=Cic7pEnY2Cer3zeM6K1KjIzBNvWxVQIBZH+QI8eyEYMSzRW8S2sqVnvAon1LdAgaat wzTYC0PQms8hO25UtoaZxD97CXZ92mBcLDkuFcDnQ0jCJ+YxxrmYOm22/BG9ZeqdRBSA TUAsDSfM/c+uJydIzfgtQXuWu5blEbrSMc+tOxrF627RE9SJfApJOvlrxaRIi3+BT0Hu O2s9MrJLgU7PlHKeeyUVClACiYOQxXaz9w2A1Q8U8NiPhGmUn+fSXYu7mxe0kYVA7FZh XpsPPhmAtAE8kCIhvxkGSJxt6BShEDfdsW1SyzLNc2sJumEhELQnTnaiQo15q/o1MjYT HBFg== MIME-Version: 1.0 X-Received: by 10.182.190.19 with SMTP id gm19mr1809098obc.34.1364635531990; Sat, 30 Mar 2013 02:25:31 -0700 (PDT) Received: by 10.76.122.81 with HTTP; Sat, 30 Mar 2013 02:25:31 -0700 (PDT) Date: Sat, 30 Mar 2013 10:25:31 +0100 Message-ID: Subject: security/nss fails to build From: Andreas Nilsson To: gecko@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 09:25:32 -0000 Hello, for a while now security/nss has failed to build on my package building machine, which is a core i7-2600 based machine running 9-STABLE. There are pages of failures from intel-gcm.s, the first few are: intel-gcm.s:29:13: error: unknown token in expression .set Htbl, %rdi ^ intel-gcm.s:30:11: error: unknown token in expression .set Tp, %rsi ^ intel-gcm.s:31:13: error: unknown token in expression .set Mlen, %rdx ^ intel-gcm.s:32:13: error: unknown token in expression .set Alen, %rcx ^ intel-gcm.s:33:11: error: unknown token in expression .set X0, %r8 *snip* This particular build jail has WITH_CLANG_IS_CC, and make.conf has basicly: CPUTYPE?=core2 CFLAGS=-O2 -fno-strict-aliasing -pipe Best regards Andreas Nilsson From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 30 11:42:24 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 B76F24D8 for ; Sat, 30 Mar 2013 11:42:24 +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 3B2F3E48 for ; Sat, 30 Mar 2013 11:42:23 +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 r2UBgMIg031180 for ; Sat, 30 Mar 2013 11:42:22 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r2UBgH4P030602 for freebsd-gecko@freebsd.org; Sat, 30 Mar 2013 11:42:17 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 30 Mar 2013 11:42:17 GMT Message-Id: <201303301142.r2UBgH4P030602@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] r1223 - 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: Sat, 30 Mar 2013 11:42:24 -0000 Author: jbeich Date: Sat Mar 30 11:42:16 2013 New Revision: 1223 Log: detect clang in nss better Reported by: Andreas Nilsson Added: trunk/security/nss/files/patch-bug856300 - copied, changed from r1221, trunk/security/nss/files/extra-bug835050 Deleted: trunk/security/nss/files/extra-bug835050 Modified: trunk/security/nss/Makefile Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Fri Mar 29 11:38:56 2013 (r1222) +++ trunk/security/nss/Makefile Sat Mar 30 11:42:16 2013 (r1223) @@ -55,9 +55,6 @@ .if ${ARCH} == amd64 USE_BINUTILS= # intel-gcm.s CFLAGS+= -B${LOCALBASE}/bin -.if defined(WITH_CLANG_IS_CC) || ${CC:Mcc} && ${OSVERSION} > 1000023 -EXTRA_PATCHES+= ${FILESDIR}/extra-bug835050 -.endif .endif check regression-test test: Deleted: trunk/security/nss/files/extra-bug835050 ============================================================================== --- trunk/security/nss/files/extra-bug835050 Sat Mar 30 11:42:16 2013 (r1222) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- lib/freebl/Makefile~ -+++ lib/freebl/Makefile -@@ -659,7 +659,5 @@ $(OBJDIR)/$(PROG_PREFIX)intel-gcm-wrap$( - # symbolic names to registers, for example, - # .set Htbl, %rdi - # So we can't use Clang's integrated assembler with intel-gcm.s. --ifneq (,$(findstring clang,$(AS))) - $(OBJDIR)/$(PROG_PREFIX)intel-gcm$(OBJ_SUFFIX): ASFLAGS += -no-integrated-as - endif --endif Copied and modified: trunk/security/nss/files/patch-bug856300 (from r1221, trunk/security/nss/files/extra-bug835050) ============================================================================== --- trunk/security/nss/files/extra-bug835050 Fri Mar 29 02:27:28 2013 (r1221, copy source) +++ trunk/security/nss/files/patch-bug856300 Sat Mar 30 11:42:16 2013 (r1223) @@ -1,10 +1,11 @@ --- lib/freebl/Makefile~ +++ lib/freebl/Makefile -@@ -659,7 +659,5 @@ $(OBJDIR)/$(PROG_PREFIX)intel-gcm-wrap$( +@@ -659,7 +659,7 @@ $(OBJDIR)/$(PROG_PREFIX)intel-gcm-wrap$( # symbolic names to registers, for example, # .set Htbl, %rdi # So we can't use Clang's integrated assembler with intel-gcm.s. -ifneq (,$(findstring clang,$(AS))) ++ifneq (,$(findstring clang,$(shell $(AS) -v 2>&1))) $(OBJDIR)/$(PROG_PREFIX)intel-gcm$(OBJ_SUFFIX): ASFLAGS += -no-integrated-as endif --endif + endif From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 30 22:32:20 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 0030420F; Sat, 30 Mar 2013 22:32:19 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id B88E4E93; Sat, 30 Mar 2013 22:32:19 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 059AB2090F; Sat, 30 Mar 2013 23:24:49 +0100 (CET) Message-ID: <5157668F.2090506@FreeBSD.org> Date: Sat, 30 Mar 2013 23:26:23 +0100 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: gecko@FreeBSD.org Subject: security/nss related question X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Olli Hauer X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 22:32:20 -0000 Hi gecko Team, I have small question and haven't found a technical answer, maybe someone knows one. In the nss do-install section headers are installed to ${PREFIX}/include/nss/nss Question why is the second subdir required and not ${PREFIX}/include/nss used instead? -- Regards, olli