From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 00:59:32 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7626875A for ; Sun, 1 Dec 2013 00:59:32 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07E25156A for ; Sun, 1 Dec 2013 00:59:31 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB10xNOL004847 for ; Sun, 1 Dec 2013 00:59:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB10xH7s004543 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 00:59:17 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 00:59:17 GMT Message-Id: <201312010059.rB10xH7s004543@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] r1410 - trunk/www/linux-seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 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, 01 Dec 2013 00:59:32 -0000 Author: jbeich Date: Sun Dec 1 00:59:17 2013 New Revision: 1410 Log: oops, resolve symlinks Modified: trunk/www/linux-seamonkey/Makefile.common Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Wed Nov 27 11:34:58 2013 (r1409) +++ trunk/www/linux-seamonkey/Makefile.common Sun Dec 1 00:59:17 2013 (r1410) @@ -59,7 +59,7 @@ ${WRKSRC}/${APP_SUBDIR}plugins . if defined(WANT_GTK218) . for f in ${GTK218_FILES} - @${MV} ${WRKDIR}/${f} ${WRKSRC} + @${CP} -p ${WRKDIR}/${f} ${WRKSRC} @${ECHO_CMD} ${f:T} >>${WRKSRC}/dependentlibs.list . endfor @${REINPLACE_CMD} -i '' '/libxul/ { h; d; }; $$G' \ From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 00:59:35 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A258B75B for ; Sun, 1 Dec 2013 00:59:35 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00E9A156B for ; Sun, 1 Dec 2013 00:59:34 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB10xXDg011920 for ; Sun, 1 Dec 2013 00:59: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 rB10xRTM005876 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 00:59:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 00:59:27 GMT Message-Id: <201312010059.rB10xRTM005876@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] r1411 - in trunk: . audio audio/alsa-lib audio/alsa-lib/files audio/alsa-plugins audio/alsa-plugins/files audio/linux-f10-alsa-lib audio/linux-f10-alsa-plugins-oss audio/linux-f10-alsa-plugins-oss/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.16 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, 01 Dec 2013 00:59:35 -0000 Author: jbeich Date: Sun Dec 1 00:59:27 2013 New Revision: 1411 Log: import alsa ports This should make testing easier $ rsync -a gecko-overlay/ /usr/ports/ $ cd www/firefox; make install Added: trunk/Gecko_UPDATING trunk/audio/ trunk/audio/alsa-lib/ trunk/audio/alsa-lib/Makefile trunk/audio/alsa-lib/distinfo trunk/audio/alsa-lib/files/ trunk/audio/alsa-lib/files/asound.conf.sample trunk/audio/alsa-lib/files/patch-alsa-lib trunk/audio/alsa-lib/pkg-descr trunk/audio/alsa-lib/pkg-plist trunk/audio/alsa-plugins/ trunk/audio/alsa-plugins/Makefile trunk/audio/alsa-plugins/distinfo trunk/audio/alsa-plugins/files/ trunk/audio/alsa-plugins/files/alsa-plugins.patch trunk/audio/alsa-plugins/files/patch-arcam-av-arcam_av.c trunk/audio/alsa-plugins/files/patch-configure trunk/audio/alsa-plugins/files/patch-ffmpeg-version trunk/audio/alsa-plugins/files/patch-jack-pcm_jack.c trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c trunk/audio/alsa-plugins/files/patch-oss-pcm_oss.c trunk/audio/alsa-plugins/files/patch-usb_stream-pcm_usb_stream.c trunk/audio/alsa-plugins/pkg-descr trunk/audio/alsa-plugins/pkg-plist trunk/audio/linux-f10-alsa-lib/ trunk/audio/linux-f10-alsa-lib/Makefile trunk/audio/linux-f10-alsa-lib/distinfo.i386 trunk/audio/linux-f10-alsa-lib/pkg-descr trunk/audio/linux-f10-alsa-lib/pkg-plist trunk/audio/linux-f10-alsa-plugins-oss/ trunk/audio/linux-f10-alsa-plugins-oss/Makefile trunk/audio/linux-f10-alsa-plugins-oss/distinfo.i386 trunk/audio/linux-f10-alsa-plugins-oss/files/ trunk/audio/linux-f10-alsa-plugins-oss/files/patch-pcm-oss.conf trunk/audio/linux-f10-alsa-plugins-oss/pkg-deinstall trunk/audio/linux-f10-alsa-plugins-oss/pkg-descr trunk/audio/linux-f10-alsa-plugins-oss/pkg-install trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist Added: trunk/Gecko_UPDATING ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/Gecko_UPDATING Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,7 @@ +20121010: + AFFECTS: users of www/firefox and www/seamonkey + AUTHOR: gecko@FreeBSD.org + + When using Firefox or SeaMonkey compiled with ALSA option ON it may + crash on assert in alsa_refill_stream as described in ports/170473. + To workaround disable ARIFF_OSS in audio/alsa-plugins or use PULSEAUDIO. Added: trunk/audio/alsa-lib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-lib/Makefile Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,46 @@ +# Created by: Aragon Gouveia +# $FreeBSD: head/audio/alsa-lib/Makefile 329208 2013-10-03 16:34:28Z flo $ + +PORTNAME= alsa-lib +PORTVERSION= 1.0.27.2 +CATEGORIES= audio +MASTER_SITES= ALSA/lib \ + GENTOO/distfiles + +MAINTAINER= aragon@phat.za.net +COMMENT= ALSA compatibility library + +USE_BZIP2= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-pkgconfdir="\$${prefix}/libdata/pkgconfig" + +OPTIONS_DEFINE= PYTHON +OPTIONS_SUB= ${OPTIONS_DEFINE} + +.include + +.if ${PORT_OPTIONS:MPYTHON} +USE_PYTHON= -2.7 +.else +CONFIGURE_ARGS+=--disable-python +.endif + +post-patch: .SILENT + ${REINPLACE_CMD} -e '/LIBS/ { s/-ldl//g; s/-lrt//g; }' \ + -e 's/python-config/${PYTHON_CMD:T}-config/g' \ + -e '/-D_GNU_SOURCE/d' \ + -e '/lt_cv_dlopen/s/-ldl//g' ${WRKSRC}/configure + ${REINPLACE_CMD} '/LIBADD/s/-ldl//g' \ + ${WRKSRC}/modules/mixer/simple/Makefile.in + ${REINPLACE_CMD} 's|/etc|${PREFIX}&|g' \ + ${WRKSRC}/src/conf/alsa.conf + +post-install: + ${INSTALL_DATA} ${FILESDIR}/asound.conf.sample ${STAGEDIR}${PREFIX}/etc + @if [ ! -f ${PREFIX}/etc/asound.conf ]; then \ + ${CP} -p ${STAGEDIR}${PREFIX}/etc/asound.conf.sample \ + ${STAGEDIR}${PREFIX}/etc/asound.conf ; \ + fi + +.include Added: trunk/audio/alsa-lib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-lib/distinfo Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,2 @@ +SHA256 (alsa-lib-1.0.27.2.tar.bz2) = 690ed393e7efd4fc7e3a2d2cda5449298ca0c895197e5914e350882012430d19 +SIZE (alsa-lib-1.0.27.2.tar.bz2) = 906844 Added: trunk/audio/alsa-lib/files/asound.conf.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-lib/files/asound.conf.sample Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,51 @@ +# +# FreeBSD/OSS +# +pcm.!default { + type oss + device /dev/dsp +} + +ctl.!default { + type oss + device /dev/mixer +} + +# +# Remap all possible surround stuffs. +# +pcm.!surround40 { + type oss + device /dev/dsp +} + +pcm.!surround41 { + type oss + device /dev/dsp +} + +pcm.!surround50 { + type oss + device /dev/dsp +} + +pcm.!surround51 { + type oss + device /dev/dsp +} + +pcm.!surround71 { + type oss + device /dev/dsp +} + +# +# Pulseaudio +# +# pcm.!default { +# type pulse +# } +# +# ctl.!default { +# type pulse +# } Added: trunk/audio/alsa-lib/files/patch-alsa-lib ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-lib/files/patch-alsa-lib Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,561 @@ +--- include/asoundlib-head.h.orig 2009-09-09 20:34:54.000000000 +0800 ++++ include/asoundlib-head.h 2009-09-15 00:35:55.000000000 +0800 +@@ -34,7 +34,11 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#else + #include ++#endif + #include + #include + #include +@@ -46,3 +50,31 @@ + #include + #include + #include ++ ++#ifdef __FreeBSD__ ++ ++#define ESTRPIPE 0x7a69 /* Linux PCM suspend errno, fehh?! */ ++#define EBADFD EBADF ++ ++#define bswap_16(x) bswap16(x) ++#define bswap_32(x) bswap32(x) ++#define bswap_64(x) bswap64(x) ++ ++#if __BYTE_ORDER == __LITTLE_ENDIAN ++#define __cpu_to_le32(x) (x) ++#define __cpu_to_be32(x) bswap_32(x) ++#define __cpu_to_le16(x) (x) ++#define __cpu_to_be16(x) bswap_16(x) ++#else ++#define __cpu_to_le32(x) bswap_32(x) ++#define __cpu_to_be32(x) (x) ++#define __cpu_to_le16(x) bswap_16(x) ++#define __cpu_to_be16(x) (x) ++#endif ++ ++#define __le32_to_cpu __cpu_to_le32 ++#define __be32_to_cpu __cpu_to_be32 ++#define __le16_to_cpu __cpu_to_le16 ++#define __be16_to_cpu __cpu_to_be16 ++ ++#endif /* !__FreeBSD__ */ +--- include/global.h.orig 2009-09-09 20:34:54.000000000 +0800 ++++ include/global.h 2009-09-15 00:39:54.000000000 +0800 +@@ -133,7 +133,7 @@ + + int snd_user_file(const char *file, char **result); + +-#if !defined(_POSIX_C_SOURCE) && !defined(_POSIX_SOURCE) ++#if !defined(_POSIX_C_SOURCE) && !defined(_POSIX_SOURCE) && !defined(__FreeBSD__) + struct timeval { + time_t tv_sec; /* seconds */ + long tv_usec; /* microseconds */ +--- include/local.h.orig 2009-09-09 20:34:54.000000000 +0800 ++++ include/local.h 2009-09-15 00:26:08.000000000 +0800 +@@ -28,11 +28,19 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#else + #include ++#endif + #include + #include + #include ++#ifdef __linux__ + #include ++#else ++#include ++#endif + + #include "config.h" + #ifdef SUPPORT_RESMGR +--- include/search.h.orig 2009-09-09 20:34:54.000000000 +0800 ++++ include/search.h 2009-09-15 00:49:10.000000000 +0800 +@@ -20,7 +20,9 @@ + #ifndef _SEARCH_H + #define _SEARCH_H 1 + ++#ifndef __FreeBSD__ + #include ++#endif + + #define __need_size_t + #include +@@ -49,10 +51,18 @@ + #endif + + ++#ifdef __FreeBSD__ ++#define __PMT __P ++#endif ++ + /* For use with hsearch(3). */ + #ifndef __COMPAR_FN_T + # define __COMPAR_FN_T ++#ifdef __FreeBSD__ ++typedef int (*__compar_fn_t) __PMT ((__const void *, __const void *)); ++#else + typedef int (*__compar_fn_t) __PMT ((__const __ptr_t, __const __ptr_t)); ++#endif + + # ifdef __USE_GNU + typedef __compar_fn_t comparison_fn_t; +--- include/sound/asound.h.orig 2009-09-09 20:34:54.000000000 +0800 ++++ include/sound/asound.h 2009-09-15 00:44:37.000000000 +0800 +@@ -23,9 +23,42 @@ + #ifndef _UAPI__SOUND_ASOUND_H + #define _UAPI__SOUND_ASOUND_H + ++#ifdef __linux__ + #include ++#else ++#define __bitwise ++typedef uint32_t __u32; ++typedef int __kernel_pid_t; ++#endif ++ + ++#ifdef __FreeBSD__ ++#define ESTRPIPE 0x7a69 /* Linux PCM suspend errno, fehh?! */ ++#define EBADFD EBADF ++ ++typedef uint64_t __u64; ++ ++#define bswap_16(x) bswap16(x) ++#define bswap_32(x) bswap32(x) ++#define bswap_64(x) bswap64(x) ++ ++#if __BYTE_ORDER == __LITTLE_ENDIAN ++#define __cpu_to_le32(x) (x) ++#define __cpu_to_be32(x) bswap_32(x) ++#define __cpu_to_le16(x) (x) ++#define __cpu_to_be16(x) bswap_16(x) ++#else ++#define __cpu_to_le32(x) bswap_32(x) ++#define __cpu_to_be32(x) (x) ++#define __cpu_to_le16(x) bswap_16(x) ++#define __cpu_to_be16(x) (x) ++#endif + ++#define __le32_to_cpu __cpu_to_le32 ++#define __be32_to_cpu __cpu_to_be32 ++#define __le16_to_cpu __cpu_to_le16 ++#define __be16_to_cpu __cpu_to_be16 ++#endif + /* + * protocol version + */ +--- include/sound/type_compat.h.orig 2009-09-09 20:34:54.000000000 +0800 ++++ include/sound/type_compat.h 2009-09-15 00:36:14.000000000 +0800 +@@ -10,8 +10,15 @@ + typedef int16_t __s16; + typedef int32_t __s32; + ++#ifdef __FreeBSD__ ++#include ++#define bswap_16(x) bswap16(x) ++#define bswap_32(x) bswap32(x) ++#define bswap_64(x) bswap64(x) ++#else + #include + #include ++#endif + #if __BYTE_ORDER == __LITTLE_ENDIAN + #define __cpu_to_le32(x) (x) + #define __cpu_to_be32(x) bswap_32(x) +$NetBSD: patch-bk,v 1.1 2008/12/25 13:18:00 hasso Exp $ + +--- src/async.c.orig 2008-12-25 08:18:22 +0200 ++++ src/async.c 2008-12-25 08:20:39 +0200 +@@ -51,6 +51,15 @@ static LIST_HEAD(snd_async_handlers); + + static void snd_async_handler(int signo ATTRIBUTE_UNUSED, siginfo_t *siginfo, void *context ATTRIBUTE_UNUSED) + { ++#if defined(__DragonFly__) || defined(__FreeBSD__) ++ /* XXX XXX XXX */ ++ struct list_head *i; ++ list_for_each(i, &snd_async_handlers) { ++ snd_async_handler_t *h = list_entry(i, snd_async_handler_t, glist); ++ if (h->callback) ++ h->callback(h); ++ } ++#else + int fd; + struct list_head *i; + //assert(siginfo->si_code == SI_SIGIO); +@@ -60,6 +61,7 @@ + if (h->fd == fd && h->callback) + h->callback(h); + } ++#endif + } + + /** +--- src/compat/hsearch_r.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/compat/hsearch_r.c 2009-09-15 00:22:11.000000000 +0800 +@@ -18,7 +18,11 @@ + Boston, MA 02111-1307, USA. */ + + #include ++#ifdef __GLIBC__ + #include ++#else ++#include ++#endif + #include + + #define __USE_GNU +--- src/conf.c.orig ++++ src/conf.c +@@ -428,7 +428,11 @@ beginning:

+ + #ifdef HAVE_LIBPTHREAD + static pthread_mutex_t snd_config_update_mutex = ++#ifdef PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP + PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; ++#else ++ PTHREAD_MUTEX_INITIALIZER; ++#endif + #endif + + struct _snd_config { +--- src/pcm/pcm.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm.c 2009-09-15 00:19:09.000000000 +0800 +@@ -630,7 +630,9 @@ + + #include + #include ++#ifndef __FreeBSD__ + #include ++#endif + #include + #include + #include +--- src/pcm/pcm_adpcm.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_adpcm.c 2009-09-15 00:19:14.000000000 +0800 +@@ -56,7 +56,9 @@ + come across a good description of XA yet. + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include "pcm_local.h" + #include "pcm_plugin.h" + +--- src/pcm/pcm_alaw.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_alaw.c 2009-09-15 00:19:19.000000000 +0800 +@@ -26,7 +26,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include "pcm_local.h" + #include "pcm_plugin.h" + +--- src/pcm/pcm_copy.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_copy.c 2009-09-15 00:21:29.000000000 +0800 +@@ -26,7 +26,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include "pcm_local.h" + #include "pcm_plugin.h" + +--- src/pcm/pcm_direct.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_direct.c 2009-09-15 00:45:34.000000000 +0800 +@@ -44,12 +44,14 @@ + * + */ + ++#ifndef __FreeBSD__ + union semun { + int val; /* Value for SETVAL */ + struct semid_ds *buf; /* Buffer for IPC_STAT, IPC_SET */ + unsigned short *array; /* Array for GETALL, SETALL */ + struct seminfo *__buf; /* Buffer for IPC_INFO (Linux specific) */ + }; ++#endif + + /* + * FIXME: +--- src/pcm/pcm_dmix_generic.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_dmix_generic.c 2009-09-15 00:18:52.000000000 +0800 +@@ -125,7 +125,9 @@ + (1ULL << SND_PCM_FORMAT_S24_3LE) | \ + (1ULL << SND_PCM_FORMAT_U8)) + ++#ifndef __FreeBSD__ + #include ++#endif + + static void generic_mix_areas_16_native(unsigned int size, + volatile signed short *dst, +--- src/pcm/pcm_file.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_file.c 2009-09-15 00:21:10.000000000 +0800 +@@ -26,8 +26,12 @@ + * + */ + ++#ifdef __FreeBSD__ ++#include ++#else + #include + #include ++#endif + #include + #include + #include "pcm_local.h" +--- src/pcm/pcm_iec958.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_iec958.c 2009-09-15 00:19:44.000000000 +0800 +@@ -26,7 +26,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include "pcm_local.h" + #include "pcm_plugin.h" + +--- src/pcm/pcm_lfloat.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_lfloat.c 2009-09-15 00:21:48.000000000 +0800 +@@ -26,7 +26,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include "pcm_local.h" + #include "pcm_plugin.h" + +--- src/pcm/pcm_linear.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_linear.c 2009-09-15 00:21:37.000000000 +0800 +@@ -26,7 +26,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include "pcm_local.h" + #include "pcm_plugin.h" + +--- src/pcm/pcm_meter.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_meter.c 2009-09-15 00:18:38.000000000 +0800 +@@ -27,7 +27,9 @@ + */ + + ++#ifndef __FreeBSD__ + #include ++#endif + #include + #include + #include +--- src/pcm/pcm_misc.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_misc.c 2009-09-15 00:18:31.000000000 +0800 +@@ -23,7 +23,9 @@ + #include + #include + #include ++#ifndef __FreeBSD__ + #include ++#endif + #include "pcm_local.h" + + +--- src/pcm/pcm_mmap.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_mmap.c 2009-09-15 00:17:43.000000000 +0800 +@@ -19,7 +19,9 @@ + */ + + #include ++#ifndef __FreeBSD__ + #include ++#endif + #include + #include + #include +--- src/pcm/pcm_mulaw.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_mulaw.c 2009-09-15 00:21:21.000000000 +0800 +@@ -26,7 +26,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include "pcm_local.h" + #include "pcm_plugin.h" + +--- src/pcm/pcm_null.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_null.c 2009-09-15 00:19:32.000000000 +0800 +@@ -26,7 +26,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include + #include + #include "pcm_local.h" +--- src/pcm/pcm_rate.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_rate.c 2009-09-15 00:21:43.000000000 +0800 +@@ -28,7 +28,9 @@ + * + */ + #include ++#ifndef __FreeBSD__ + #include ++#endif + #include "pcm_local.h" + #include "pcm_plugin.h" + #include "pcm_rate.h" +--- src/pcm/pcm_rate_linear.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_rate_linear.c 2009-09-15 00:19:26.000000000 +0800 +@@ -21,7 +21,9 @@ + */ + + #include ++#ifndef __FreeBSD__ + #include ++#endif + #include "pcm_local.h" + #include "pcm_plugin.h" + #include "pcm_rate.h" +--- src/pcm/pcm_route.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_route.c 2009-09-15 00:19:38.000000000 +0800 +@@ -26,7 +26,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include + #include "pcm_local.h" + #include "pcm_plugin.h" +--- src/pcm/pcm_softvol.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/pcm/pcm_softvol.c 2009-09-15 00:19:02.000000000 +0800 +@@ -26,7 +26,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include + #include "pcm_local.h" + #include "pcm_plugin.h" +--- src/seq/seq_midi_event.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/seq/seq_midi_event.c 2009-09-15 00:21:55.000000000 +0800 +@@ -28,7 +28,9 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include "local.h" + + #ifndef DOC_HIDDEN +--- src/shmarea.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/shmarea.c 2009-09-15 00:22:00.000000000 +0800 +@@ -19,7 +19,11 @@ + */ + + #include ++#ifdef __GLIBC__ + #include ++#else ++#include ++#endif + #include + #include + #include +--- src/userfile.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/userfile.c 2009-09-18 00:57:22.000000000 +0800 +@@ -19,9 +19,47 @@ + */ + + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include + #include + ++/* ++ * XXX Something is definitely wrong, very very wrong, here or there. ++ * Apparently mplayer (so far) is the only app that break, returning ++ * WRDE_SYNTAX. For now, this simple home/path expansion should work. ++ * I'll investigate this further in future. ++ */ ++#ifdef __FreeBSD__ ++int snd_user_file(const char *file, char **result) ++{ ++ ++ if (file == NULL) ++ return -EINVAL; ++ ++ if (strlen(file) > 2 && strncmp(file, "~/", 2) == 0) { ++ char *homedir, *path; ++ ++ homedir = getenv("HOME"); ++ if (homedir == NULL) ++ return -EINVAL; ++ ++ /* offset -1 by removing '~' */ ++ path = malloc(strlen(homedir) + strlen(file)); ++ if (path == NULL) ++ return -ENOMEM; ++ ++ strcpy(path, homedir); /* copy home directory */ ++ strcat(path, file + 1); /* discard '~', start with '/' */ ++ ++ *result = path; ++ } else ++ *result = strdup(file); ++ ++ return 0; ++} ++#else + /** + * \brief Get the full file name + * \param file The file name string to parse +@@ -70,3 +108,4 @@ + return 0; + } + #endif /* HAVE_WORDEXP_H */ ++#endif /* __FreeBSD__ */ +--- src/timer/timer_hw.c.orig 2009-09-09 20:34:54.000000000 +0800 ++++ src/timer/timer_hw.c 2009-09-15 00:46:06.000000000 +0800 +@@ -92,10 +92,12 @@ + } + if (sig < 0) + return 0; ++#ifndef __FreeBSD__ + if (fcntl(fd, F_SETSIG, (long)sig) < 0) { + SYSERR("F_SETSIG failed"); + return -errno; + } ++#endif + if (fcntl(fd, F_SETOWN, (long)pid) < 0) { + SYSERR("F_SETOWN failed"); + return -errno; Added: trunk/audio/alsa-lib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-lib/pkg-descr Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,3 @@ +The Advanced Linux Sound Architecture (ALSA) library + +WWW: http://www.alsa-project.org/ Added: trunk/audio/alsa-lib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-lib/pkg-plist Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,172 @@ +bin/aserver +include/alsa/alisp.h +include/alsa/asoundef.h +include/alsa/asoundlib.h +include/alsa/conf.h +include/alsa/control.h +include/alsa/control_external.h +include/alsa/error.h +include/alsa/global.h +include/alsa/hwdep.h +include/alsa/iatomic.h +include/alsa/input.h +include/alsa/mixer.h +include/alsa/mixer_abst.h +include/alsa/output.h +include/alsa/pcm.h +include/alsa/pcm_external.h +include/alsa/pcm_extplug.h +include/alsa/pcm_ioplug.h +include/alsa/pcm_old.h +include/alsa/pcm_plugin.h +include/alsa/pcm_rate.h +include/alsa/rawmidi.h +include/alsa/seq.h +include/alsa/seq_event.h +include/alsa/seq_midi_event.h +include/alsa/seqmid.h +include/alsa/sound/asound_fm.h +include/alsa/sound/emu10k1.h +include/alsa/sound/hdsp.h +include/alsa/sound/hdspm.h +include/alsa/sound/sb16_csp.h +include/alsa/sound/sscape_ioctl.h +include/alsa/sound/type_compat.h +include/alsa/timer.h +include/alsa/use-case.h +include/alsa/version.h +include/sys/asoundlib.h +lib/alsa-lib/smixer/smixer-ac97.la +lib/alsa-lib/smixer/smixer-ac97.so +lib/alsa-lib/smixer/smixer-hda.la +lib/alsa-lib/smixer/smixer-hda.so +%%PYTHON%%lib/alsa-lib/smixer/smixer-python.la +%%PYTHON%%lib/alsa-lib/smixer/smixer-python.so +lib/alsa-lib/smixer/smixer-sbase.la +lib/alsa-lib/smixer/smixer-sbase.so +lib/libasound.la +lib/libasound.so +lib/libasound.so.2 +libdata/pkgconfig/alsa.pc +share/aclocal/alsa.m4 +share/alsa/alsa.conf +share/alsa/alsa.conf.d/README +share/alsa/cards/AACI.conf +share/alsa/cards/ATIIXP-MODEM.conf +share/alsa/cards/ATIIXP-SPDMA.conf +share/alsa/cards/ATIIXP.conf +share/alsa/cards/AU8810.conf +share/alsa/cards/AU8820.conf +share/alsa/cards/AU8830.conf +share/alsa/cards/Audigy.conf +share/alsa/cards/Audigy2.conf +share/alsa/cards/Aureon51.conf +share/alsa/cards/Aureon71.conf +share/alsa/cards/CA0106.conf +share/alsa/cards/CMI8338-SWIEC.conf +share/alsa/cards/CMI8338.conf +share/alsa/cards/CMI8738-MC6.conf +share/alsa/cards/CMI8738-MC8.conf +share/alsa/cards/CMI8788.conf +share/alsa/cards/CS46xx.conf +share/alsa/cards/EMU10K1.conf +share/alsa/cards/EMU10K1X.conf +share/alsa/cards/ENS1370.conf +share/alsa/cards/ENS1371.conf +share/alsa/cards/ES1968.conf +share/alsa/cards/Echo_Echo3G.conf +share/alsa/cards/FM801.conf +share/alsa/cards/FWSpeakers.conf +share/alsa/cards/FireWave.conf +share/alsa/cards/GUS.conf +share/alsa/cards/HDA-Intel.conf +share/alsa/cards/ICE1712.conf +share/alsa/cards/ICE1724.conf +share/alsa/cards/ICH-MODEM.conf +share/alsa/cards/ICH.conf +share/alsa/cards/ICH4.conf +share/alsa/cards/Maestro3.conf +share/alsa/cards/NFORCE.conf +share/alsa/cards/PC-Speaker.conf +share/alsa/cards/PMac.conf +share/alsa/cards/PMacToonie.conf +share/alsa/cards/PS3.conf +share/alsa/cards/RME9636.conf +share/alsa/cards/RME9652.conf +share/alsa/cards/SB-XFi.conf +share/alsa/cards/SI7018.conf +share/alsa/cards/SI7018/sndoc-mixer.alisp +share/alsa/cards/SI7018/sndop-mixer.alisp +share/alsa/cards/TRID4DWAVENX.conf +share/alsa/cards/USB-Audio.conf +share/alsa/cards/VIA686A.conf +share/alsa/cards/VIA8233.conf +share/alsa/cards/VIA8233A.conf +share/alsa/cards/VIA8237.conf +share/alsa/cards/VX222.conf +share/alsa/cards/VXPocket.conf +share/alsa/cards/VXPocket440.conf +share/alsa/cards/YMF744.conf +share/alsa/cards/aliases.alisp +share/alsa/cards/aliases.conf +share/alsa/pcm/center_lfe.conf +share/alsa/pcm/default.conf +share/alsa/pcm/dmix.conf +share/alsa/pcm/dpl.conf +share/alsa/pcm/dsnoop.conf +share/alsa/pcm/front.conf +share/alsa/pcm/hdmi.conf +share/alsa/pcm/iec958.conf +share/alsa/pcm/modem.conf +share/alsa/pcm/rear.conf +share/alsa/pcm/side.conf +share/alsa/pcm/surround40.conf +share/alsa/pcm/surround41.conf +share/alsa/pcm/surround50.conf +share/alsa/pcm/surround51.conf +share/alsa/pcm/surround71.conf +share/alsa/smixer.conf +share/alsa/sndo-mixer.alisp +share/alsa/ucm/DAISY-I2S/DAISY-I2S.conf +share/alsa/ucm/DAISY-I2S/HiFi.conf +share/alsa/ucm/PandaBoard/FMAnalog +share/alsa/ucm/PandaBoard/PandaBoard.conf +share/alsa/ucm/PandaBoard/hifi +share/alsa/ucm/PandaBoard/hifiLP +share/alsa/ucm/PandaBoard/record +share/alsa/ucm/PandaBoard/voice +share/alsa/ucm/PandaBoard/voiceCall +share/alsa/ucm/PandaBoardES/FMAnalog +share/alsa/ucm/PandaBoardES/PandaBoardES.conf +share/alsa/ucm/PandaBoardES/hifi +share/alsa/ucm/PandaBoardES/hifiLP +share/alsa/ucm/PandaBoardES/record +share/alsa/ucm/PandaBoardES/voice +share/alsa/ucm/PandaBoardES/voiceCall +share/alsa/ucm/SDP4430/FMAnalog +share/alsa/ucm/SDP4430/SDP4430.conf +share/alsa/ucm/SDP4430/hifi +share/alsa/ucm/SDP4430/hifiLP +share/alsa/ucm/SDP4430/record +share/alsa/ucm/SDP4430/voice +share/alsa/ucm/SDP4430/voiceCall +share/alsa/ucm/tegraalc5632/tegraalc5632.conf +@unexec if cmp -s %D/etc/asound.conf.sample %D/etc/asound.conf; then rm -f %D/etc/asound.conf; else echo "If permanently deleting this package, %D/etc/asound.conf must be removed manually."; fi +etc/asound.conf.sample +@exec [ -f %B/asound.conf ] || cp -p %B/%f %B/asound.conf +@dirrm share/alsa/ucm/PandaBoardES +@dirrm share/alsa/ucm/SDP4430 +@dirrm share/alsa/ucm/DAISY-I2S +@dirrm share/alsa/ucm/tegraalc5632 +@dirrm share/alsa/ucm/PandaBoard +@dirrm share/alsa/ucm +@dirrm share/alsa/pcm +@dirrm share/alsa/cards/SI7018 +@dirrm share/alsa/cards +@dirrm share/alsa/alsa.conf.d +@dirrm share/alsa +@dirrm lib/alsa-lib/smixer +@dirrm lib/alsa-lib +@dirrm include/sys +@dirrm include/alsa/sound +@dirrm include/alsa Added: trunk/audio/alsa-plugins/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/Makefile Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,72 @@ +# Created by: Aragon Gouveia +# $FreeBSD: head/audio/alsa-plugins/Makefile 331341 2013-10-23 00:30:15Z wg $ + +PORTNAME= alsa-plugins +PORTVERSION= 1.0.27 +PORTREVISION= 1 +CATEGORIES= audio +MASTER_SITES= ALSA/plugins \ + GENTOO/distfiles + +MAINTAINER= aragon@phat.za.net +COMMENT= ALSA compatibility library plugins + +LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USES= pkgconfig +LDFLAGS+= -L${LOCALBASE}/lib + +OPTIONS_DEFINE= ARIFF_OSS JACK FFMPEG PULSEAUDIO SAMPLERATE SPEEX +OPTIONS_SUB= ${OPTIONS_DEFINE} +ARIFF_OSS_DESC= FreeBSD-specific OSS plugin + +.include + +.if ${PORT_OPTIONS:MARIFF_OSS} +EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins.patch +.endif + +.if ${PORT_OPTIONS:MJACK} +.if empty(PORT_OPTIONS:MSAMPLERATE) +IGNORE= JACK audio support requires SAMPLERATE +.endif +LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack +.else +CONFIGURE_ARGS+= --disable-jack +.endif + +.if ${PORT_OPTIONS:MFFMPEG} +CONFIGURE_ARGS+= --enable-avcodec +CFLAGS+= -I${LOCALBASE}/include +LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +.else +CONFIGURE_ARGS+= --disable-avcodec +.endif + +.if ${PORT_OPTIONS:MPULSEAUDIO} +LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio +.else +CONFIGURE_ARGS+= --disable-pulseaudio +.endif + +.if ${PORT_OPTIONS:MSAMPLERATE} +LIB_DEPENDS+= libsamplerate.so:${PORTSDIR}/audio/libsamplerate +.else +CONFIGURE_ARGS+= --disable-samplerate +.endif + +.if ${PORT_OPTIONS:MSPEEX} +CONFIGURE_ARGS+= --with-speex=lib +LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex +.else +CONFIGURE_ARGS+= --without-speex +.endif + +post-patch: .SILENT + ${REINPLACE_CMD} -e '/LIBS/s/-ldl//g' \ + -e '/lt_cv_dlopen/s/-ldl//g' \ + ${WRKSRC}/configure + +.include Added: trunk/audio/alsa-plugins/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/distinfo Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,2 @@ +SHA256 (alsa-plugins-1.0.27.tar.bz2) = 0bbd0c37c2dd7baf16363afb2e58169ffb0f9c0a70031b3b6235594630f3ab35 +SIZE (alsa-plugins-1.0.27.tar.bz2) = 363593 Added: trunk/audio/alsa-plugins/files/alsa-plugins.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/files/alsa-plugins.patch Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,644 @@ +--- oss/ctl_oss.c.orig 2009-08-31 21:09:41.000000000 +0800 ++++ oss/ctl_oss.c 2009-09-15 01:07:51.000000000 +0800 +@@ -362,7 +366,9 @@ + { + snd_config_iterator_t it, next; + const char *device = "/dev/mixer"; ++#ifndef __FreeBSD__ + struct mixer_info mixinfo; ++#endif + int i, err, val; + snd_ctl_oss_t *oss; + +@@ -399,19 +405,29 @@ + goto error; + } + ++#ifndef __FreeBSD__ + if (ioctl(oss->fd, SOUND_MIXER_INFO, &mixinfo) < 0) { + err = -errno; + SNDERR("Cannot get mixer info for device %s", device); + goto error; + } ++#endif + + oss->ext.version = SND_CTL_EXT_VERSION; + oss->ext.card_idx = 0; /* FIXME */ ++#ifdef __FreeBSD__ ++ strncpy(oss->ext.id, "fbsd", sizeof(oss->ext.id) - 1); ++ strcpy(oss->ext.driver, "FreeBSD/OSS plugin"); ++ strncpy(oss->ext.name, "FreeBSD/OSS", sizeof(oss->ext.name) - 1); ++ strncpy(oss->ext.longname, "FreeBSD/OSS", sizeof(oss->ext.longname) - 1); ++ strncpy(oss->ext.mixername, "FreeBSD/OSS", sizeof(oss->ext.mixername) - 1); ++#else + strncpy(oss->ext.id, mixinfo.id, sizeof(oss->ext.id) - 1); + strcpy(oss->ext.driver, "OSS-Emulation"); + strncpy(oss->ext.name, mixinfo.name, sizeof(oss->ext.name) - 1); + strncpy(oss->ext.longname, mixinfo.name, sizeof(oss->ext.longname) - 1); + strncpy(oss->ext.mixername, mixinfo.name, sizeof(oss->ext.mixername) - 1); ++#endif + oss->ext.poll_fd = -1; + oss->ext.callback = &oss_ext_callback; + oss->ext.private_data = oss; +--- oss/pcm_oss.c.orig 2009-08-31 21:09:41.000000000 +0800 ++++ oss/pcm_oss.c 2009-09-28 14:54:12.000000000 +0800 +@@ -22,17 +22,55 @@ + #include + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif ++ ++#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) ++ ++#ifdef __FreeBSD__ ++/* #define FREEBSD_OSS_USE_IO_PTR 1 */ ++/* #define FREEBSD_OSS_BLKCNT_P2 1 */ ++/* #define FREEBSD_OSS_DEBUG_VERBOSE 1 */ ++#undef FREEBSD_OSS_USE_IO_PTR /* _IPTR is buggy ... Grr... */ ++#undef FREEBSD_OSS_BLKCNT_P2 ++#undef FREEBSD_OSS_DEBUG_VERBOSE ++ ++#define FREEBSD_OSS_RATE_MIN 1 ++#define FREEBSD_OSS_RATE_MAX 384000 ++ ++#define FREEBSD_OSS_CHANNELS_MIN 1 ++#if __FreeBSD_version >= 800096 ++#define FREEBSD_OSS_CHANNELS_MAX 8 ++#else ++#define FREEBSD_OSS_CHANNELS_MAX 2 ++#endif ++ ++#define FREEBSD_OSS_BUFSZ_MAX 131072 ++#define FREEBSD_OSS_BLKCNT_MIN 2 ++#define FREEBSD_OSS_BLKSZ_MIN 16 /* (FREEBSD_OSS_CHANNEL_MAX * 4) */ ++ ++#define FREEBSD_OSS_BUFSZ_MIN (FREEBSD_OSS_BLKCNT_MIN * FREEBSD_OSS_BLKSZ_MIN) ++#define FREEBSD_OSS_BLKCNT_MAX (FREEBSD_OSS_BUFSZ_MAX / FREEBSD_OSS_BUFSZ_MIN) ++#define FREEBSD_OSS_BLKSZ_MAX (FREEBSD_OSS_BUFSZ_MAX / FREEBSD_OSS_BLKCNT_MIN) ++#endif + + typedef struct snd_pcm_oss { + snd_pcm_ioplug_t io; + char *device; + int fd; ++#ifdef __FreeBSD__ ++ int bufsz, ptr, ptr_align, last_bytes; ++#else + int fragment_set; + int caps; ++#endif + int format; ++#ifndef __FreeBSD__ + unsigned int period_shift; + unsigned int periods; ++#endif + unsigned int frame_bytes; + } snd_pcm_oss_t; + +@@ -49,8 +89,13 @@ + buf = (char *)areas->addr + (areas->first + areas->step * offset) / 8; + size *= oss->frame_bytes; + result = write(oss->fd, buf, size); ++#ifdef __FreeBSD__ ++ if (result == -1) ++ return -errno; ++#else + if (result <= 0) + return result; ++#endif + return result / oss->frame_bytes; + } + +@@ -67,13 +112,79 @@ + buf = (char *)areas->addr + (areas->first + areas->step * offset) / 8; + size *= oss->frame_bytes; + result = read(oss->fd, buf, size); ++#ifdef __FreeBSD__ ++ if (result == -1) ++ return -errno; ++#else + if (result <= 0) + return result; ++#endif + return result / oss->frame_bytes; + } + + static snd_pcm_sframes_t oss_pointer(snd_pcm_ioplug_t *io) + { ++#ifdef __FreeBSD__ ++ snd_pcm_oss_t *oss = io->private_data; ++#ifdef FREEBSD_OSS_USE_IO_PTR ++ struct count_info ci; ++#endif ++ audio_buf_info bi; ++ ++ if (io->state != SND_PCM_STATE_RUNNING) ++ return 0; ++ ++ if (io->state == SND_PCM_STATE_XRUN) ++ return -EPIPE; ++ ++#ifdef FREEBSD_OSS_USE_IO_PTR ++ if (ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? ++ SNDCTL_DSP_GETOPTR : SNDCTL_DSP_GETIPTR, &ci) < 0) ++ return -EINVAL; ++ ++ if (ci.ptr == oss->last_bytes && ++ ((ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? ++ SNDCTL_DSP_GETOSPACE : SNDCTL_DSP_GETISPACE, &bi) < 0) || ++ bi.bytes == oss->bufsz)) ++ return -EPIPE; ++ ++ if (ci.ptr < oss->last_bytes) ++ oss->ptr += oss->bufsz; ++ ++ oss->ptr += ci.ptr; ++ oss->ptr -= oss->last_bytes; ++ oss->ptr %= oss->ptr_align; ++ ++ oss->last_bytes = ci.ptr; ++#else /* !FREEBSD_OSS_USE_IO_PTR */ ++ if (ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? ++ SNDCTL_DSP_GETOSPACE : SNDCTL_DSP_GETISPACE, &bi) < 0) ++ return -EINVAL; ++ ++ if (bi.bytes == oss->bufsz && bi.bytes == oss->last_bytes) { ++#if 0 ++#ifdef SNDCTL_DSP_GETERROR ++ audio_errinfo ei; ++ if (ioctl(oss->fd, SNDCTL_DSP_GETERROR, &ei) < 0 || ++ (io->stream == SND_PCM_STREAM_PLAYBACK && ++ ei.play_underruns != 0) || ++ (io->stream == SND_PCM_STREAM_CAPTURE && ++ ei.rec_overruns != 0)) ++#endif ++#endif ++ return -EPIPE; ++ } ++ ++ if (bi.bytes > oss->last_bytes) { ++ oss->ptr += bi.bytes - oss->last_bytes; ++ oss->ptr %= oss->ptr_align; ++ } ++ ++ oss->last_bytes = bi.bytes; ++#endif /* FREEBSD_OSS_USE_IO_PTR */ ++ ++ return snd_pcm_bytes_to_frames(io->pcm, oss->ptr); ++#else + snd_pcm_oss_t *oss = io->private_data; + struct count_info info; + int ptr; +@@ -85,20 +196,59 @@ + } + ptr = snd_pcm_bytes_to_frames(io->pcm, info.ptr); + return ptr; ++#endif + } + + static int oss_start(snd_pcm_ioplug_t *io) + { + snd_pcm_oss_t *oss = io->private_data; ++#ifdef __FreeBSD__ ++ audio_buf_info bi; ++#ifdef FREEBSD_OSS_USE_IO_PTR ++ struct count_info ci; ++#endif ++#endif + int tmp = io->stream == SND_PCM_STREAM_PLAYBACK ? + PCM_ENABLE_OUTPUT : PCM_ENABLE_INPUT; + ++#if defined(__FreeBSD__) && defined(FREEBSD_OSS_DEBUG_VERBOSE) ++ fprintf(stderr, "%s()\n", __func__); ++#endif ++ + if (ioctl(oss->fd, SNDCTL_DSP_SETTRIGGER, &tmp) < 0) { + fprintf(stderr, "*** OSS: trigger failed\n"); ++#ifdef __FreeBSD__ ++ return -EINVAL; ++#else + if (io->stream == SND_PCM_STREAM_CAPTURE) + /* fake read to trigger */ + read(oss->fd, &tmp, 0); ++#endif + } ++ ++#ifdef __FreeBSD__ ++ if (ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? ++ SNDCTL_DSP_GETOSPACE : SNDCTL_DSP_GETISPACE, &bi) < 0) ++ return -EINVAL; ++ ++ if (oss->bufsz != (bi.fragsize * bi.fragstotal)) { ++ fprintf(stderr, "%s(): WARNING - bufsz changed! %d -> %d\n", ++ __func__, oss->bufsz, bi.fragsize * bi.fragstotal); ++ oss->bufsz = bi.fragsize * bi.fragstotal; ++ } ++ ++#ifdef FREEBSD_OSS_USE_IO_PTR ++ if (ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? ++ SNDCTL_DSP_GETOPTR : SNDCTL_DSP_GETIPTR, &ci) < 0) ++ return -EINVAL; ++ ++ oss->last_bytes = ci.ptr; ++#else ++ oss->last_bytes = bi.bytes; ++#endif ++ oss->ptr = 0; ++#endif ++ + return 0; + } + +@@ -107,6 +257,10 @@ + snd_pcm_oss_t *oss = io->private_data; + int tmp = 0; + ++#if defined(__FreeBSD__) && defined(FREEBSD_OSS_DEBUG_VERBOSE) ++ fprintf(stderr, "%s()\n", __func__); ++#endif ++ + ioctl(oss->fd, SNDCTL_DSP_SETTRIGGER, &tmp); + return 0; + } +@@ -115,16 +269,25 @@ + { + snd_pcm_oss_t *oss = io->private_data; + ++#if defined(__FreeBSD__) && defined(FREEBSD_OSS_DEBUG_VERBOSE) ++ fprintf(stderr, "%s()\n", __func__); ++#endif ++ + if (io->stream == SND_PCM_STREAM_PLAYBACK) + ioctl(oss->fd, SNDCTL_DSP_SYNC); + return 0; + } + ++#ifndef __FreeBSD__ + static int oss_prepare(snd_pcm_ioplug_t *io) + { + snd_pcm_oss_t *oss = io->private_data; + int tmp; + ++#if defined(__FreeBSD__) && defined(FREEBSD_OSS_DEBUG_VERBOSE) ++ fprintf(stderr, "%s()\n", __func__); ++#endif ++ + ioctl(oss->fd, SNDCTL_DSP_RESET); + + tmp = io->channels; +@@ -145,16 +308,75 @@ + } + return 0; + } ++#endif ++ ++#ifdef __FreeBSD__ ++static const struct { ++ int oss_format; ++ snd_pcm_format_t alsa_format; ++} oss_formats_tab[] = { ++ { AFMT_U8, SND_PCM_FORMAT_U8 }, ++ { AFMT_S8, SND_PCM_FORMAT_S8 }, ++ { AFMT_MU_LAW, SND_PCM_FORMAT_MU_LAW }, ++ { AFMT_A_LAW, SND_PCM_FORMAT_A_LAW }, ++ { AFMT_S16_LE, SND_PCM_FORMAT_S16_LE }, ++ { AFMT_S16_BE, SND_PCM_FORMAT_S16_BE }, ++ { AFMT_U16_LE, SND_PCM_FORMAT_U16_LE }, ++ { AFMT_U16_BE, SND_PCM_FORMAT_U16_BE }, ++ { AFMT_S24_LE, SND_PCM_FORMAT_S24_3LE }, ++ { AFMT_S24_BE, SND_PCM_FORMAT_S24_3BE }, ++ { AFMT_U24_LE, SND_PCM_FORMAT_U24_3LE }, ++ { AFMT_U24_BE, SND_PCM_FORMAT_U24_3BE }, ++ { AFMT_S32_LE, SND_PCM_FORMAT_S32_LE }, ++ { AFMT_S32_BE, SND_PCM_FORMAT_S32_BE }, ++ { AFMT_U32_LE, SND_PCM_FORMAT_U32_LE }, ++ { AFMT_U32_BE, SND_PCM_FORMAT_U32_BE }, ++ /* Special */ ++ { AFMT_S24_LE, SND_PCM_FORMAT_S20_3LE }, ++ { AFMT_S24_BE, SND_PCM_FORMAT_S20_3BE }, ++ { AFMT_U24_LE, SND_PCM_FORMAT_U20_3LE }, ++ { AFMT_U24_BE, SND_PCM_FORMAT_U20_3BE }, ++ { AFMT_S24_LE, SND_PCM_FORMAT_S18_3LE }, ++ { AFMT_S24_BE, SND_PCM_FORMAT_S18_3BE }, ++ { AFMT_U24_LE, SND_PCM_FORMAT_U18_3LE }, ++ { AFMT_U24_BE, SND_PCM_FORMAT_U18_3BE }, ++ { AFMT_S32_LE, SND_PCM_FORMAT_S24_LE }, ++ { AFMT_S32_BE, SND_PCM_FORMAT_S24_BE }, ++ { AFMT_U32_LE, SND_PCM_FORMAT_U24_LE }, ++ { AFMT_U32_BE, SND_PCM_FORMAT_U24_BE }, ++}; ++#endif + + static int oss_hw_params(snd_pcm_ioplug_t *io, + snd_pcm_hw_params_t *params ATTRIBUTE_UNUSED) + { + snd_pcm_oss_t *oss = io->private_data; + int i, tmp, err; ++#ifdef __FreeBSD__ ++ int blksz_shift, blkcnt; ++ audio_buf_info bi; ++#else + unsigned int period_bytes; ++#endif + long oflags, flags; + ++#if defined(__FreeBSD__) && defined(FREEBSD_OSS_DEBUG_VERBOSE) ++ fprintf(stderr, "%s()\n", __func__); ++#endif ++ + oss->frame_bytes = (snd_pcm_format_physical_width(io->format) * io->channels) / 8; ++#ifdef __FreeBSD__ ++ oss->ptr_align = io->buffer_size * oss->frame_bytes; ++ ++ oss->format = 0; ++ for (i = 0; i < ARRAY_SIZE(oss_formats_tab); i++) { ++ if (oss_formats_tab[i].alsa_format == io->format) { ++ oss->format = oss_formats_tab[i].oss_format; ++ break; ++ } ++ } ++ if (oss->format == 0) { ++#else + switch (io->format) { + case SND_PCM_FORMAT_U8: + oss->format = AFMT_U8; +@@ -166,9 +388,87 @@ + oss->format = AFMT_S16_BE; + break; + default: ++#endif + fprintf(stderr, "*** OSS: unsupported format %s\n", snd_pcm_format_name(io->format)); + return -EINVAL; + } ++#ifdef __FreeBSD__ ++ ++ ioctl(oss->fd, SNDCTL_DSP_RESET); ++ ++#define blksz_aligned() ((1 << blksz_shift) - \ ++ ((1 << blksz_shift) % oss->frame_bytes)) ++ blksz_shift = 16; ++ tmp = io->period_size * oss->frame_bytes; ++ ++ while (blksz_shift > 4 && blksz_aligned() > tmp) ++ blksz_shift--; ++ ++ blkcnt = 2; ++ tmp = io->buffer_size * oss->frame_bytes; ++ ++ while (blkcnt < 4096 && (blksz_aligned() * blkcnt) < tmp && ++ ((1 << blksz_shift) * blkcnt) < 131072) ++ blkcnt <<= 1; ++ ++ tmp = blksz_shift | (blkcnt << 16); ++ if (ioctl(oss->fd, SNDCTL_DSP_SETFRAGMENT, &tmp) < 0) { ++ perror("SNDCTL_DSP_SETFRAGMENTS"); ++ return -EINVAL; ++ } ++ ++ tmp = oss->format; ++ if (ioctl(oss->fd, SNDCTL_DSP_SETFMT, &tmp) < 0 || ++ tmp != oss->format) { ++ perror("SNDCTL_DSP_SETFMT"); ++ return -EINVAL; ++ } ++ ++ tmp = io->channels; ++ if (ioctl(oss->fd, SNDCTL_DSP_CHANNELS, &tmp) < 0 || ++ tmp != io->channels) { ++ perror("SNDCTL_DSP_CHANNELS"); ++ return -EINVAL; ++ } ++ ++ tmp = io->rate; ++ if (ioctl(oss->fd, SNDCTL_DSP_SPEED, &tmp) < 0 || ++ tmp > io->rate * 1.01 || tmp < io->rate * 0.99) { ++ perror("SNDCTL_DSP_SPEED"); ++ return -EINVAL; ++ } ++ ++ if (ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? ++ SNDCTL_DSP_GETOSPACE : SNDCTL_DSP_GETISPACE, &bi) < 0) { ++ perror("SNDCTL_DSP_GET[I/O]SPACE"); ++ return -EINVAL; ++ } ++ ++ oss->bufsz = bi.fragsize * bi.fragstotal; ++ ++#ifdef SNDCTL_DSP_LOW_WATER ++ tmp = ((io->period_size * oss->frame_bytes) * 3) / 4; ++ tmp -= tmp % oss->frame_bytes; ++ if (tmp < oss->frame_bytes) ++ tmp = oss->frame_bytes; ++ if (tmp > bi.fragsize) ++ tmp = bi.fragsize; ++ if (ioctl(oss->fd, SNDCTL_DSP_LOW_WATER, &tmp) < 0) ++ perror("SNDCTL_DSP_LOW_WATER"); ++#endif ++ ++#ifdef FREEBSD_OSS_DEBUG_VERBOSE ++ fprintf(stderr, ++ "\n\n[%lu -> %d] %lu ~ %d -> %d, %lu ~ %d -> %d [d:%ld lw:%d]\n\n", ++ io->buffer_size / io->period_size, bi.fragstotal, ++ io->buffer_size * oss->frame_bytes, ++ (1 << blksz_shift) * blkcnt, oss->bufsz, ++ io->period_size * oss->frame_bytes, 1 << blksz_shift, ++ bi.fragsize, ++ (long)(io->buffer_size * oss->frame_bytes) - ++ oss->bufsz, tmp); ++#endif ++#else + period_bytes = io->period_size * oss->frame_bytes; + oss->period_shift = 0; + for (i = 31; i >= 4; i--) { +@@ -209,6 +509,7 @@ + goto _retry; + } + oss->fragment_set = 1; ++#endif + + if ((flags = fcntl(oss->fd, F_GETFL)) < 0) { + err = -errno; +@@ -229,10 +530,128 @@ + return 0; + } + +-#define ARRAY_SIZE(ary) (sizeof(ary)/sizeof(ary[0])) +- + static int oss_hw_constraint(snd_pcm_oss_t *oss) + { ++#ifdef __FreeBSD__ ++ snd_pcm_ioplug_t *io = &oss->io; ++ static const snd_pcm_access_t access_list[] = { ++ SND_PCM_ACCESS_RW_INTERLEAVED, ++ SND_PCM_ACCESS_MMAP_INTERLEAVED ++ }; ++#ifdef FREEBSD_OSS_BLKCNT_P2 ++ unsigned int period_list[30]; ++#endif ++ unsigned int nformats; ++ unsigned int format[ARRAY_SIZE(oss_formats_tab)]; ++#if 0 ++ unsigned int nchannels; ++ unsigned int channel[FREEBSD_OSS_CHANNELS_MAX]; ++#endif ++ int i, err, tmp; ++ ++#ifdef FREEBSD_OSS_DEBUG_VERBOSE ++ fprintf(stderr, "%s()\n", __func__); ++#endif ++ ++ /* check trigger */ ++ tmp = 0; ++ if (ioctl(oss->fd, SNDCTL_DSP_GETCAPS, &tmp) >= 0) { ++ if (!(tmp & DSP_CAP_TRIGGER)) ++ fprintf(stderr, "*** OSS: trigger is not supported!\n"); ++ } ++ ++ /* access type - interleaved only */ ++ if ((err = snd_pcm_ioplug_set_param_list(io, SND_PCM_IOPLUG_HW_ACCESS, ++ ARRAY_SIZE(access_list), access_list)) < 0) ++ return err; ++ ++ /* supported formats. */ ++ tmp = 0; ++ ioctl(oss->fd, SNDCTL_DSP_GETFMTS, &tmp); ++ nformats = 0; ++ for (i = 0; i < ARRAY_SIZE(oss_formats_tab); i++) { ++ if (tmp & oss_formats_tab[i].oss_format) ++ format[nformats++] = oss_formats_tab[i].alsa_format; ++ } ++ if (! nformats) ++ format[nformats++] = SND_PCM_FORMAT_S16; ++ if ((err = snd_pcm_ioplug_set_param_list(io, SND_PCM_IOPLUG_HW_FORMAT, ++ nformats, format)) < 0) ++ return err; ++ ++#if 0 ++ /* supported channels */ ++ nchannels = 0; ++ for (i = 0; i < ARRAY_SIZE(channel); i++) { ++ tmp = i + 1; ++ if (ioctl(oss->fd, SNDCTL_DSP_CHANNELS, &tmp) >= 0 && ++ 1 + i == tmp) ++ channel[nchannels++] = tmp; ++ } ++ if (! nchannels) /* assume 2ch stereo */ ++ err = snd_pcm_ioplug_set_param_minmax(io, ++ SND_PCM_IOPLUG_HW_CHANNELS, 2, 2); ++ else ++ err = snd_pcm_ioplug_set_param_list(io, ++ SND_PCM_IOPLUG_HW_CHANNELS, nchannels, channel); ++ if (err < 0) ++ return err; ++#endif ++ err = snd_pcm_ioplug_set_param_minmax(io, SND_PCM_IOPLUG_HW_CHANNELS, ++ FREEBSD_OSS_CHANNELS_MIN, FREEBSD_OSS_CHANNELS_MAX); ++ if (err < 0) ++ return err; ++ ++ /* supported rates */ ++ err = snd_pcm_ioplug_set_param_minmax(io, SND_PCM_IOPLUG_HW_RATE, ++ FREEBSD_OSS_RATE_MIN, FREEBSD_OSS_RATE_MAX); ++ if (err < 0) ++ return err; ++ ++ /* ++ * Maximum buffer size on FreeBSD can go up to 131072 bytes without ++ * strict ^2 alignment so that s24le in 3bytes packing can be fed ++ * directly. ++ */ ++ ++#ifdef FREEBSD_OSS_BLKCNT_P2 ++ tmp = 0; ++ for (i = 1; i < 31 && tmp < ARRAY_SIZE(period_list); i++) { ++ if ((1 << i) > FREEBSD_OSS_BLKCNT_MAX) ++ break; ++ if ((1 << i) < FREEBSD_OSS_BLKCNT_MIN) ++ continue; ++ period_list[tmp++] = 1 << i; ++ } ++ ++ if (tmp > 0) ++ err = snd_pcm_ioplug_set_param_list(io, ++ SND_PCM_IOPLUG_HW_PERIODS, tmp, period_list); ++ else ++#endif ++ /* periods , not strictly ^2 but later on will be refined */ ++ err = snd_pcm_ioplug_set_param_minmax(io, ++ SND_PCM_IOPLUG_HW_PERIODS, FREEBSD_OSS_BLKCNT_MIN, ++ FREEBSD_OSS_BLKCNT_MAX); ++ if (err < 0) ++ return err; ++ ++ /* period size , not strictly ^2 */ ++ err = snd_pcm_ioplug_set_param_minmax(io, ++ SND_PCM_IOPLUG_HW_PERIOD_BYTES, FREEBSD_OSS_BLKSZ_MIN, ++ FREEBSD_OSS_BLKSZ_MAX); ++ if (err < 0) ++ return err; ++ ++ /* buffer size , not strictly ^2 */ ++ err = snd_pcm_ioplug_set_param_minmax(io, ++ SND_PCM_IOPLUG_HW_BUFFER_BYTES, FREEBSD_OSS_BUFSZ_MIN, ++ FREEBSD_OSS_BUFSZ_MAX); ++ if (err < 0) ++ return err; ++ ++ return 0; ++#else + snd_pcm_ioplug_t *io = &oss->io; + static const snd_pcm_access_t access_list[] = { + SND_PCM_ACCESS_RW_INTERLEAVED, +@@ -317,6 +736,7 @@ + return err; + + return 0; ++#endif + } + + +@@ -324,6 +744,10 @@ + { + snd_pcm_oss_t *oss = io->private_data; + ++#if defined(__FreeBSD__) && defined(FREEBSD_OSS_DEBUG_VERBOSE) ++ fprintf(stderr, "%s()\n", __func__); ++#endif ++ + close(oss->fd); + free(oss->device); + free(oss); +@@ -337,7 +761,9 @@ + .pointer = oss_pointer, + .close = oss_close, + .hw_params = oss_hw_params, ++#ifndef __FreeBSD__ + .prepare = oss_prepare, ++#endif + .drain = oss_drain, + }; + +@@ -348,7 +774,9 @@ + .pointer = oss_pointer, + .close = oss_close, + .hw_params = oss_hw_params, ++#ifndef __FreeBSD__ + .prepare = oss_prepare, ++#endif + .drain = oss_drain, + }; + +@@ -360,6 +788,10 @@ + int err; + snd_pcm_oss_t *oss; + ++#if defined(__FreeBSD__) && defined(FREEBSD_OSS_DEBUG_VERBOSE) ++ fprintf(stderr, "%s()\n", __func__); ++#endif ++ + snd_config_for_each(i, next, conf) { + snd_config_t *n = snd_config_iterator_entry(i); + const char *id; Added: trunk/audio/alsa-plugins/files/patch-arcam-av-arcam_av.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/files/patch-arcam-av-arcam_av.c Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,19 @@ +--- arcam-av/arcam_av.c.orig ++++ arcam-av/arcam_av.c +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + #include + #include + +@@ -37,6 +38,8 @@ + #include + #include + ++#define AF_FILE AF_UNIX ++ + #define MIN(a, b) ((a) < (b) ? (a) : (b)) + #define MAX(a, b) ((a) > (b) ? (a) : (b)) + Added: trunk/audio/alsa-plugins/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/files/patch-configure Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,33 @@ +--- configure.orig 2010-04-16 13:18:56.000000000 +0200 ++++ configure 2010-05-11 00:08:29.000000000 +0200 +@@ -19608,14 +19608,6 @@ else + $as_echo "yes" >&6; } + HAVE_SPEEXDSP="yes" + fi +- if test "$HAVE_SPEEXDSP" = "yes"; then +- HAVE_SPEEXDSP_TRUE= +- HAVE_SPEEXDSP_FALSE='#' +-else +- HAVE_SPEEXDSP_TRUE='#' +- HAVE_SPEEXDSP_FALSE= +-fi +- + + + # Check whether --with-speex was given. +@@ -19626,6 +19618,15 @@ else + fi + + ++ if test "$HAVE_SPEEXDSP" = "yes" -a "$PPH" != "no"; then ++ HAVE_SPEEXDSP_TRUE= ++ HAVE_SPEEXDSP_FALSE='#' ++else ++ HAVE_SPEEXDSP_TRUE='#' ++ HAVE_SPEEXDSP_FALSE= ++fi ++ ++ + USE_LIBSPEEX="" + if test "$PPH" = "lib"; then + if test "$HAVE_SPEEXDSP" = "yes"; then Added: trunk/audio/alsa-plugins/files/patch-ffmpeg-version ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/files/patch-ffmpeg-version Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,13 @@ +Index: a52/pcm_a52.c +=================================================================== +--- a52/pcm_a52.c ++++ a52/pcm_a52.c +@@ -27,7 +27,7 @@ + #include + #include AVCODEC_HEADER + +-#if LIBAVCODEC_VERSION_MAJOR >= 53 && LIBAVCODEC_VERSION_MINOR >= 34 ++#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53,34,0) + #include + #include + #define USE_AVCODEC_FRAME Added: trunk/audio/alsa-plugins/files/patch-jack-pcm_jack.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/files/patch-jack-pcm_jack.c Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,12 @@ +--- jack/pcm_jack.c.orig 2009-09-16 04:33:36.000000000 +0800 ++++ jack/pcm_jack.c 2009-09-16 04:33:55.000000000 +0800 +@@ -20,7 +20,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include ++#endif + #include + #include + #include Added: trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,14 @@ +--- oss/ctl_oss.c.orig 2008-10-29 08:42:13.000000000 -0400 ++++ oss/ctl_oss.c +@@ -26,7 +26,11 @@ + #include + #include + #include ++#ifdef __linux__ + #include ++#else ++#include ++#endif + + typedef struct snd_ctl_oss { + snd_ctl_ext_t ext; Added: trunk/audio/alsa-plugins/files/patch-oss-pcm_oss.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/files/patch-oss-pcm_oss.c Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,29 @@ +--- oss/pcm_oss.c.orig 2008-10-29 08:42:13.000000000 -0400 ++++ oss/pcm_oss.c +@@ -22,4 +22,8 @@ + #include + #include + #include ++#ifdef __linux__ + #include ++#else ++#include ++#endif +@@ -116,7 +120,7 @@ static int oss_drain(snd_pcm_ioplug_t *i + snd_pcm_oss_t *oss = io->private_data; + + if (io->stream == SND_PCM_STREAM_PLAYBACK) +- ioctl(oss->fd, SNDCTL_DSP_SYNC); ++ ioctl(oss->fd, SNDCTL_DSP_SYNC, NULL); + return 0; + } + +@@ -125,7 +129,7 @@ static int oss_prepare(snd_pcm_ioplug_t + snd_pcm_oss_t *oss = io->private_data; + int tmp; + +- ioctl(oss->fd, SNDCTL_DSP_RESET); ++ ioctl(oss->fd, SNDCTL_DSP_RESET, NULL); + + tmp = io->channels; + if (ioctl(oss->fd, SNDCTL_DSP_CHANNELS, &tmp) < 0) { Added: trunk/audio/alsa-plugins/files/patch-usb_stream-pcm_usb_stream.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/files/patch-usb_stream-pcm_usb_stream.c Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,96 @@ +based on https://github.com/dankamongmen/libdank/blob/master/libdank/compat-FreeBSD.c + +--- usb_stream/pcm_usb_stream.c.orig ++++ usb_stream/pcm_usb_stream.c +@@ -19,7 +19,9 @@ + */ + + #define _GNU_SOURCE ++#ifndef __FreeBSD__ + #include ++#endif + #include + #include + #include +@@ -79,6 +81,69 @@ typedef struct { + static struct user_usb_stream *uus; + static pthread_mutex_t uus_mutex = PTHREAD_MUTEX_INITIALIZER; + ++#ifdef __FreeBSD__ ++/* ++ * Copyright (c) 2000-2011, Nick Black et al ++ * All rights reserved. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions are met: ++ * * Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * * Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * * Neither the name of Nick Black nor the names of other contributors may ++ * be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, ++ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND ++ * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, ++ * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF ++ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS ++ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN ++ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ++ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ++ * POSSIBILITY OF SUCH DAMAGE. ++ */ ++ ++// This is suitable really only for use with libdank's mremap_and_ftruncate(), ++// due to assumptions it makes about the flags to pass to mmap(2). The only ++// mremap(2) use case addressed is that of MREMAP_MAYMOVE. oldaddr must be a ++// valid previous return from mmap(); NULL is not acceptable (ala Linux's ++// mremap(2)), resulting in undefined behavior, despite realloc(3) semantics. ++// Similarly, oldlen and newlen must be non-zero (and page-aligned). ++void *mremap_compat(int fd,void *oldaddr,size_t oldlen, ++ size_t newlen,int prot,int flags){ ++ void *ret; ++ ++ // From mmap(2) on freebsd 6.3: A successful FIXED mmap deletes any ++ // previous mapping in the allocated address range. This means: ++ // remapping over a current map will blow it away (unless FIXED isn't ++ // provided, in which case it can't overlap an old mapping. See bug ++ // 733 for extensive discussion of this issue for Linux and FreeBSD). ++ if((ret = mmap((char *)oldaddr + oldlen,newlen - oldlen,prot,flags,fd,oldlen)) == MAP_FAILED){ ++ // We couldn't get the memory whatsoever (or we were a fresh ++ // allocation that succeeded). Return the immediate result... ++ return ret; ++ } // ret != MAP_FAILED. Did we squash? ++ if(ret != (char *)oldaddr + oldlen){ ++ // We got the memory, but not where we wanted it. Copy over the ++ // old map, and then free it up... ++ munmap(ret,newlen - oldlen); ++ if((ret = mmap(NULL,newlen,prot,flags,fd,0)) == MAP_FAILED){ ++ return ret; ++ } ++ memcpy(ret,oldaddr,oldlen); ++ munmap(oldaddr,oldlen); // Free the old mapping ++ return ret; ++ } // We successfully squashed. Return a pointer to the first buf. ++ return oldaddr; ++} ++#endif ++ + static struct user_usb_stream *get_uus(const char *card) + { + pthread_mutex_lock(&uus_mutex); +@@ -219,7 +284,11 @@ static int snd_pcm_us_prepare(snd_pcm_io + } + + ++#ifndef __FreeBSD__ + uus->s = mremap(uus->s, sizeof(struct usb_stream), uus->s->read_size, MREMAP_MAYMOVE); ++#else ++ uus->s = mremap_compat(us->pfd.fd, uus->s, sizeof(struct usb_stream), uus->s->read_size, PROT_READ, MAP_SHARED); ++#endif + if (MAP_FAILED == uus->s) { + perror("ALSA/USX2Y: mmap"); + return -EPERM; Added: trunk/audio/alsa-plugins/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/pkg-descr Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,3 @@ +The Advanced Linux Sound Architecture (ALSA) plugins + +WWW: http://www.alsa-project.org/ Added: trunk/audio/alsa-plugins/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/alsa-plugins/pkg-plist Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,42 @@ +%%PULSEAUDIO%%lib/alsa-lib/libasound_module_conf_pulse.la +%%PULSEAUDIO%%lib/alsa-lib/libasound_module_conf_pulse.so +lib/alsa-lib/libasound_module_ctl_arcam_av.la +lib/alsa-lib/libasound_module_ctl_arcam_av.so +lib/alsa-lib/libasound_module_ctl_oss.la +lib/alsa-lib/libasound_module_ctl_oss.so +%%PULSEAUDIO%%lib/alsa-lib/libasound_module_ctl_pulse.la +%%PULSEAUDIO%%lib/alsa-lib/libasound_module_ctl_pulse.so +%%FFMPEG%%lib/alsa-lib/libasound_module_pcm_a52.la +%%FFMPEG%%lib/alsa-lib/libasound_module_pcm_a52.so +%%JACK%%lib/alsa-lib/libasound_module_pcm_jack.la +%%JACK%%lib/alsa-lib/libasound_module_pcm_jack.so +lib/alsa-lib/libasound_module_pcm_oss.la +lib/alsa-lib/libasound_module_pcm_oss.so +%%PULSEAUDIO%%lib/alsa-lib/libasound_module_pcm_pulse.la +%%PULSEAUDIO%%lib/alsa-lib/libasound_module_pcm_pulse.so +%%SPEEX%%lib/alsa-lib/libasound_module_pcm_speex.la +%%SPEEX%%lib/alsa-lib/libasound_module_pcm_speex.so +lib/alsa-lib/libasound_module_pcm_upmix.la +lib/alsa-lib/libasound_module_pcm_upmix.so +lib/alsa-lib/libasound_module_pcm_usb_stream.la +lib/alsa-lib/libasound_module_pcm_usb_stream.so +lib/alsa-lib/libasound_module_pcm_vdownmix.la +lib/alsa-lib/libasound_module_pcm_vdownmix.so +%%FFMPEG%%lib/alsa-lib/libasound_module_rate_lavcrate.la +%%FFMPEG%%lib/alsa-lib/libasound_module_rate_lavcrate.so +%%FFMPEG%%lib/alsa-lib/libasound_module_rate_lavcrate_fast.so +%%FFMPEG%%lib/alsa-lib/libasound_module_rate_lavcrate_faster.so +%%FFMPEG%%lib/alsa-lib/libasound_module_rate_lavcrate_high.so +%%FFMPEG%%lib/alsa-lib/libasound_module_rate_lavcrate_higher.so +%%SAMPLERATE%%lib/alsa-lib/libasound_module_rate_samplerate.la +%%SAMPLERATE%%lib/alsa-lib/libasound_module_rate_samplerate.so +%%SAMPLERATE%%lib/alsa-lib/libasound_module_rate_samplerate_best.so +%%SAMPLERATE%%lib/alsa-lib/libasound_module_rate_samplerate_linear.so +%%SAMPLERATE%%lib/alsa-lib/libasound_module_rate_samplerate_medium.so +%%SAMPLERATE%%lib/alsa-lib/libasound_module_rate_samplerate_order.so +%%SPEEX%%lib/alsa-lib/libasound_module_rate_speexrate.la +%%SPEEX%%lib/alsa-lib/libasound_module_rate_speexrate.so +%%SPEEX%%lib/alsa-lib/libasound_module_rate_speexrate_best.so +%%SPEEX%%lib/alsa-lib/libasound_module_rate_speexrate_medium.so +%%PULSEAUDIO%%share/alsa/alsa.conf.d/50-pulseaudio.conf +%%PULSEAUDIO%%share/alsa/alsa.conf.d/99-pulseaudio-default.conf.example Added: trunk/audio/linux-f10-alsa-lib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-lib/Makefile Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,24 @@ +# Created by: Boris Samorodov +# $FreeBSD: head/audio/linux-f10-alsa-lib/Makefile 329390 2013-10-04 21:35:35Z rene $ + +PORTNAME= alsa-lib +PORTVERSION= 1.0.21 +PORTREVISION= 3 +CATEGORIES= audio linux +MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} +PKGNAMEPREFIX= linux-f10- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Advanced Linux Sound Architecture libraries (Linux Fedora 10) + +CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX_RPM= yes +LINUX_DIST_VER= 10 +RPMVERSION= 2.fc10 +BRANDELF_FILES= usr/bin/aserver +USE_LDCONFIG= yes + +.include Added: trunk/audio/linux-f10-alsa-lib/distinfo.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-lib/distinfo.i386 Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,4 @@ +SHA256 (rpm/i386/fedora/10/alsa-lib-1.0.21-2.fc10.i386.rpm) = 149d6084bf0bfd8d99a6d43a7f5488f5435e4a8928f48fa48ccc4d4536b2b959 +SIZE (rpm/i386/fedora/10/alsa-lib-1.0.21-2.fc10.i386.rpm) = 423673 +SHA256 (rpm/i386/fedora/10/alsa-lib-1.0.21-2.fc10.src.rpm) = 4cabdb017e0d176aaedfcfe91fb526a3505c6141d7ae6b404eb8c30c536f2ab0 +SIZE (rpm/i386/fedora/10/alsa-lib-1.0.21-2.fc10.src.rpm) = 826581 Added: trunk/audio/linux-f10-alsa-lib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-lib/pkg-descr Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,4 @@ +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +WWW: http://www.alsa-project.org/ Added: trunk/audio/linux-f10-alsa-lib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-lib/pkg-plist Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,97 @@ +@comment file listing +etc/asound.conf +lib/libasound.so.2 +lib/libasound.so.2.0.0 +usr/bin/aserver +usr/lib/alsa-lib/smixer/smixer-ac97.la +usr/lib/alsa-lib/smixer/smixer-ac97.so +usr/lib/alsa-lib/smixer/smixer-hda.la +usr/lib/alsa-lib/smixer/smixer-hda.so +usr/lib/alsa-lib/smixer/smixer-sbase.la +usr/lib/alsa-lib/smixer/smixer-sbase.so +usr/share/alsa/alsa.conf +usr/share/alsa/cards/AACI.conf +usr/share/alsa/cards/ATIIXP-MODEM.conf +usr/share/alsa/cards/ATIIXP-SPDMA.conf +usr/share/alsa/cards/ATIIXP.conf +usr/share/alsa/cards/AU8810.conf +usr/share/alsa/cards/AU8820.conf +usr/share/alsa/cards/AU8830.conf +usr/share/alsa/cards/Audigy.conf +usr/share/alsa/cards/Audigy2.conf +usr/share/alsa/cards/Aureon51.conf +usr/share/alsa/cards/Aureon71.conf +usr/share/alsa/cards/CA0106.conf +usr/share/alsa/cards/CMI8338-SWIEC.conf +usr/share/alsa/cards/CMI8338.conf +usr/share/alsa/cards/CMI8738-MC6.conf +usr/share/alsa/cards/CMI8738-MC8.conf +usr/share/alsa/cards/CMI8788.conf +usr/share/alsa/cards/CS46xx.conf +usr/share/alsa/cards/EMU10K1.conf +usr/share/alsa/cards/EMU10K1X.conf +usr/share/alsa/cards/ENS1370.conf +usr/share/alsa/cards/ENS1371.conf +usr/share/alsa/cards/ES1968.conf +usr/share/alsa/cards/FM801.conf +usr/share/alsa/cards/GUS.conf +usr/share/alsa/cards/HDA-Intel.conf +usr/share/alsa/cards/ICE1712.conf +usr/share/alsa/cards/ICE1724.conf +usr/share/alsa/cards/ICH-MODEM.conf +usr/share/alsa/cards/ICH.conf +usr/share/alsa/cards/ICH4.conf +usr/share/alsa/cards/Maestro3.conf +usr/share/alsa/cards/NFORCE.conf +usr/share/alsa/cards/PC-Speaker.conf +usr/share/alsa/cards/PMac.conf +usr/share/alsa/cards/PMacToonie.conf +usr/share/alsa/cards/PS3.conf +usr/share/alsa/cards/RME9636.conf +usr/share/alsa/cards/RME9652.conf +usr/share/alsa/cards/SB-XFi.conf +usr/share/alsa/cards/SI7018.conf +usr/share/alsa/cards/SI7018/sndoc-mixer.alisp +usr/share/alsa/cards/SI7018/sndop-mixer.alisp +usr/share/alsa/cards/TRID4DWAVENX.conf +usr/share/alsa/cards/USB-Audio.conf +usr/share/alsa/cards/VIA686A.conf +usr/share/alsa/cards/VIA8233.conf +usr/share/alsa/cards/VIA8233A.conf +usr/share/alsa/cards/VIA8237.conf +usr/share/alsa/cards/VX222.conf +usr/share/alsa/cards/VXPocket.conf +usr/share/alsa/cards/VXPocket440.conf +usr/share/alsa/cards/YMF744.conf +usr/share/alsa/cards/aliases.alisp +usr/share/alsa/cards/aliases.conf +usr/share/alsa/pcm/center_lfe.conf +usr/share/alsa/pcm/default.conf +usr/share/alsa/pcm/dmix.conf +usr/share/alsa/pcm/dpl.conf +usr/share/alsa/pcm/dsnoop.conf +usr/share/alsa/pcm/front.conf +usr/share/alsa/pcm/hdmi.conf +usr/share/alsa/pcm/iec958.conf +usr/share/alsa/pcm/modem.conf +usr/share/alsa/pcm/rear.conf +usr/share/alsa/pcm/side.conf +usr/share/alsa/pcm/surround40.conf +usr/share/alsa/pcm/surround41.conf +usr/share/alsa/pcm/surround50.conf +usr/share/alsa/pcm/surround51.conf +usr/share/alsa/pcm/surround71.conf +usr/share/alsa/smixer.conf +usr/share/alsa/sndo-mixer.alisp +usr/share/doc/alsa-lib-1.0.21/COPYING +usr/share/doc/alsa-lib-1.0.21/ChangeLog +usr/share/doc/alsa-lib-1.0.21/TODO +usr/share/doc/alsa-lib-1.0.21/asoundrc.txt +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/alsa-lib-1.0.21 +@dirrm usr/share/alsa/pcm +@dirrm usr/share/alsa/cards/SI7018 +@dirrm usr/share/alsa/cards +@dirrm usr/share/alsa +@dirrm usr/lib/alsa-lib/smixer +@dirrm usr/lib/alsa-lib Added: trunk/audio/linux-f10-alsa-plugins-oss/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,35 @@ +# Created by: hashiz +# $FreeBSD: head/audio/linux-f10-alsa-plugins-oss/Makefile 327706 2013-09-20 14:36:35Z bapt $ + +PORTNAME= alsa-plugins-oss +PORTVERSION= 1.0.21 +PORTREVISION= 3 +CATEGORIES= audio linux +PKGNAMEPREFIX= linux-f10- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= hashiz@meridiani.jp +COMMENT= OSS plugin for ALSA (Linux Fedora 10) + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX_RPM= yes +NO_STAGE= yes +USE_LINUX_APPS= alsalib +LINUX_DIST_VER= 10 +RPMVERSION= 3.fc10 +SRC_DISTFILES= ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} +USE_LDCONFIG= yes + +CONF_FILE= etc/alsa/pcm/pcm-oss.conf + +post-patch: + @${RM} ${WRKSRC}/${CONF_FILE}.orig + @${MV} ${WRKSRC}/${CONF_FILE} ${WRKSRC}/${CONF_FILE}-dist + +post-install: + @if [ ! -f ${PREFIX}/${CONF_FILE} ]; then \ + ${CP} -p ${PREFIX}/${CONF_FILE}-dist ${PREFIX}/${CONF_FILE} ; \ + fi + PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include Added: trunk/audio/linux-f10-alsa-plugins-oss/distinfo.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-plugins-oss/distinfo.i386 Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,4 @@ +SHA256 (rpm/i386/fedora/10/alsa-plugins-oss-1.0.21-3.fc10.i386.rpm) = 60f61d38f02e9463b4f8b98f0fe2320e36207e740f72ee6b7d6b56553729638a +SIZE (rpm/i386/fedora/10/alsa-plugins-oss-1.0.21-3.fc10.i386.rpm) = 29350 +SHA256 (rpm/i386/fedora/10/alsa-plugins-1.0.21-3.fc10.src.rpm) = 3a6d04b23d326e375f14dba73daf2c0d9e54ba149df8b431238b184dc4607467 +SIZE (rpm/i386/fedora/10/alsa-plugins-1.0.21-3.fc10.src.rpm) = 338350 Added: trunk/audio/linux-f10-alsa-plugins-oss/files/patch-pcm-oss.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-plugins-oss/files/patch-pcm-oss.conf Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,14 @@ +--- etc/alsa/pcm/pcm-oss.conf.orig 2010-03-23 10:56:41.000000000 +0900 ++++ etc/alsa/pcm/pcm-oss.conf 2010-03-23 10:57:30.000000000 +0900 +@@ -7,3 +7,11 @@ + description "Open Sound System" + } + } ++ ++ctl.oss { ++ type oss ++ device /dev/mixer ++ hint { ++ description "Open Sound System" ++ } ++} Added: trunk/audio/linux-f10-alsa-plugins-oss/pkg-deinstall ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-plugins-oss/pkg-deinstall Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,16 @@ +#!/bin/sh + +case "$2" in + POST-DEINSTALL) + conf=${PKG_PREFIX}/etc/asound.conf + if [ ! -f "$conf" ]; then + exit 1 + fi + grep -v '/etc/alsa/pcm/pcm-oss\.conf' <$conf >/tmp/asound.conf.new + ;; + *) + exit 0 + ;; +esac + +exit 0 Added: trunk/audio/linux-f10-alsa-plugins-oss/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-plugins-oss/pkg-descr Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,4 @@ +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +WWW: http://www.alsa-project.org/ Added: trunk/audio/linux-f10-alsa-plugins-oss/pkg-install ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-plugins-oss/pkg-install Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,18 @@ +#!/bin/sh + +case "$2" in + POST-INSTALL) + conf=${PKG_PREFIX}/etc/asound.conf + if [ ! -f "$conf" ]; then + exit 1 + fi + awk '{print $0}; /files/ { print "\t\t\t\"/etc/alsa/pcm/pcm-oss.conf\""}' <$conf >/tmp/asound.conf.new + mv /tmp/asound.conf.new $conf + exit 0 + ;; + *) + exit 0 + ;; +esac + +exit 0 Added: trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist Sun Dec 1 00:59:27 2013 (r1411) @@ -0,0 +1,13 @@ +@unexec if cmp -s %D/etc/alsa/pcm/pcm-oss.conf-dist %D/etc/alsa/pcm/pcm-oss.conf; then rm -f %D/etc/alsa/pcm/pcm-oss.conf; fi +etc/alsa/pcm/pcm-oss.conf-dist +@exec if [ ! -f %D/etc/alsa/pcm/pcm-oss.conf ] ; then cp -p %D/%F %B/pcm-oss.conf; fi +usr/lib/alsa-lib/libasound_module_ctl_oss.so +usr/lib/alsa-lib/libasound_module_pcm_oss.so +usr/share/doc/alsa-plugins-oss-1.0.21/COPYING +usr/share/doc/alsa-plugins-oss-1.0.21/COPYING.GPL +usr/share/doc/alsa-plugins-oss-1.0.21/README-pcm-oss +@dirrm usr/share/doc/alsa-plugins-oss-1.0.21 +@dirrmtry etc/alsa/pcm +@dirrmtry etc/alsa +@dirrmtry usr/lib/alsa-lib +@unexec if [ -f %D/etc/asound.conf ]; then fgrep -v '/etc/alsa/pcm/pcm-oss.conf' <%D/etc/asound.conf >/tmp/asound.conf.new; mv /tmp/asound.conf.new %D/etc/asound.conf; fi From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 00:59:50 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 268DF781 for ; Sun, 1 Dec 2013 00:59:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC9FA156E for ; Sun, 1 Dec 2013 00:59:49 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB10xmtU014706 for ; Sun, 1 Dec 2013 00:59:48 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB10xgw7014054 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 00:59:42 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 00:59:42 GMT Message-Id: <201312010059.rB10xgw7014054@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] r1413 - trunk/audio/linux-f10-alsa-plugins-oss 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.16 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, 01 Dec 2013 00:59:50 -0000 Author: jbeich Date: Sun Dec 1 00:59:42 2013 New Revision: 1413 Log: stagify oss plugin Modified: trunk/audio/linux-f10-alsa-plugins-oss/Makefile Modified: trunk/audio/linux-f10-alsa-plugins-oss/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sun Dec 1 00:59:35 2013 (r1412) +++ trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sun Dec 1 00:59:42 2013 (r1413) @@ -13,7 +13,6 @@ ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes -NO_STAGE= yes USE_LINUX_APPS= alsalib LINUX_DIST_VER= 10 RPMVERSION= 3.fc10 From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 01:00: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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F0B77AB for ; Sun, 1 Dec 2013 01:00:04 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 958651577 for ; Sun, 1 Dec 2013 01:00:03 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB1101ZS017277 for ; Sun, 1 Dec 2013 01:00: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 rB10xuhu017151 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 00:59:56 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 00:59:56 GMT Message-Id: <201312010059.rB10xuhu017151@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] r1415 - trunk/audio/alsa-lib/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.16 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, 01 Dec 2013 01:00:04 -0000 Author: jbeich Date: Sun Dec 1 00:59:56 2013 New Revision: 1415 Log: change default alsa config to auto-convert floats This makes firefox non-plugin audio work even when built with MOZ_SAMPLE_TYPE_FLOAT32 like it's done in official linux builds. PR: ports/184006 (sans bogus ctl.! device change) Modified: trunk/audio/alsa-lib/files/asound.conf.sample Modified: trunk/audio/alsa-lib/files/asound.conf.sample ============================================================================== --- trunk/audio/alsa-lib/files/asound.conf.sample Sun Dec 1 00:59:50 2013 (r1414) +++ trunk/audio/alsa-lib/files/asound.conf.sample Sun Dec 1 00:59:56 2013 (r1415) @@ -1,9 +1,16 @@ # # FreeBSD/OSS # +pcm_slave.oss { + pcm { + type oss + device /dev/dsp + } +} + pcm.!default { - type oss - device /dev/dsp + type plug + slave pcm_slave.oss } ctl.!default { @@ -15,28 +22,28 @@ # Remap all possible surround stuffs. # pcm.!surround40 { - type oss - device /dev/dsp + type plug + slave pcm_slave.oss } pcm.!surround41 { - type oss - device /dev/dsp + type plug + slave pcm_slave.oss } pcm.!surround50 { - type oss - device /dev/dsp + type plug + slave pcm_slave.oss } pcm.!surround51 { - type oss - device /dev/dsp + type plug + slave pcm_slave.oss } pcm.!surround71 { - type oss - device /dev/dsp + type plug + slave pcm_slave.oss } # From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 00:59:57 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B5C379A for ; Sun, 1 Dec 2013 00:59:57 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04E2E1571 for ; Sun, 1 Dec 2013 00:59:56 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB10xtbX016308 for ; Sun, 1 Dec 2013 00:59:55 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB10xoju015329 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 00:59:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 00:59:50 GMT Message-Id: <201312010059.rB10xoju015329@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] r1414 - in trunk: . audio/alsa-plugins audio/alsa-plugins/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.16 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, 01 Dec 2013 00:59:57 -0000 Author: jbeich Date: Sun Dec 1 00:59:50 2013 New Revision: 1414 Log: always use ariff's patch for alsa-plugins-oss, again SNDCTL_DSP_GETIPTR is now used by default via IO_PTR option [1] while BUFSZ_P2 controls behavior that triggers asserts in libcubeb [2]. PR: ports/165247 [1], ports/170473 [2], ports/183861 [2] Modified: trunk/Gecko_UPDATING trunk/audio/alsa-plugins/Makefile trunk/audio/alsa-plugins/files/alsa-plugins.patch Modified: trunk/Gecko_UPDATING ============================================================================== --- trunk/Gecko_UPDATING Sun Dec 1 00:59:42 2013 (r1413) +++ trunk/Gecko_UPDATING Sun Dec 1 00:59:50 2013 (r1414) @@ -4,4 +4,4 @@ When using Firefox or SeaMonkey compiled with ALSA option ON it may crash on assert in alsa_refill_stream as described in ports/170473. - To workaround disable ARIFF_OSS in audio/alsa-plugins or use PULSEAUDIO. + To workaround enable BUFSZ_P2 in audio/alsa-plugins or use PULSEAUDIO. Modified: trunk/audio/alsa-plugins/Makefile ============================================================================== --- trunk/audio/alsa-plugins/Makefile Sun Dec 1 00:59:42 2013 (r1413) +++ trunk/audio/alsa-plugins/Makefile Sun Dec 1 00:59:50 2013 (r1414) @@ -17,15 +17,36 @@ GNU_CONFIGURE= yes USES= pkgconfig LDFLAGS+= -L${LOCALBASE}/lib +EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins.patch -OPTIONS_DEFINE= ARIFF_OSS JACK FFMPEG PULSEAUDIO SAMPLERATE SPEEX +OPTIONS_DEFAULT=BUFSZ_P2 IO_PTR +OPTIONS_DEFINE= JACK FFMPEG PULSEAUDIO SAMPLERATE SPEEX OPTIONS_SUB= ${OPTIONS_DEFINE} -ARIFF_OSS_DESC= FreeBSD-specific OSS plugin + +OPTIONS_GROUP= OSS +OPTIONS_GROUP_OSS=IO_PTR BLKCNT_P2 BUFSZ_P2 VERBOSE + +IO_PTR_DESC= Precise playback/recording pointer +BLKCNT_P2_DESC= Restrict number of fragments to ^2 aligned +BUFSZ_P2_DESC= Restrict buffer size to ^2 aligned (breaks aplay) +VERBOSE_DESC= Print debugging messages .include -.if ${PORT_OPTIONS:MARIFF_OSS} -EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins.patch +.if ${PORT_OPTIONS:MIO_PTR} +CFLAGS+= -DFREEBSD_OSS_USE_IO_PTR +.endif + +.if ${PORT_OPTIONS:MBLKCNT_P2} +CFLAGS+= -DFREEBSD_OSS_BLKCNT_P2 +.endif + +.if ${PORT_OPTIONS:MBUFSZ_P2} +CFLAGS+= -DFREEBSD_OSS_BUFSZ_P2 +.endif + +.if ${PORT_OPTIONS:MVERBOSE} +CFLAGS+= -DFREEBSD_OSS_DEBUG_VERBOSE .endif .if ${PORT_OPTIONS:MJACK} Modified: trunk/audio/alsa-plugins/files/alsa-plugins.patch ============================================================================== --- trunk/audio/alsa-plugins/files/alsa-plugins.patch Sun Dec 1 00:59:42 2013 (r1413) +++ trunk/audio/alsa-plugins/files/alsa-plugins.patch Sun Dec 1 00:59:50 2013 (r1414) @@ -42,7 +42,7 @@ oss->ext.private_data = oss; --- oss/pcm_oss.c.orig 2009-08-31 21:09:41.000000000 +0800 +++ oss/pcm_oss.c 2009-09-28 14:54:12.000000000 +0800 -@@ -22,17 +22,55 @@ +@@ -22,17 +22,48 @@ #include #include #include @@ -54,18 +54,11 @@ +#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) + +#ifdef __FreeBSD__ -+/* #define FREEBSD_OSS_USE_IO_PTR 1 */ -+/* #define FREEBSD_OSS_BLKCNT_P2 1 */ -+/* #define FREEBSD_OSS_DEBUG_VERBOSE 1 */ -+#undef FREEBSD_OSS_USE_IO_PTR /* _IPTR is buggy ... Grr... */ -+#undef FREEBSD_OSS_BLKCNT_P2 -+#undef FREEBSD_OSS_DEBUG_VERBOSE -+ +#define FREEBSD_OSS_RATE_MIN 1 +#define FREEBSD_OSS_RATE_MAX 384000 + +#define FREEBSD_OSS_CHANNELS_MIN 1 -+#if __FreeBSD_version >= 800096 ++#ifndef __DragonFly__ +#define FREEBSD_OSS_CHANNELS_MAX 8 +#else +#define FREEBSD_OSS_CHANNELS_MAX 2 @@ -73,7 +66,7 @@ + +#define FREEBSD_OSS_BUFSZ_MAX 131072 +#define FREEBSD_OSS_BLKCNT_MIN 2 -+#define FREEBSD_OSS_BLKSZ_MIN 16 /* (FREEBSD_OSS_CHANNEL_MAX * 4) */ ++#define FREEBSD_OSS_BLKSZ_MIN 16 /* (FREEBSD_OSS_CHANNELS_MAX * 4) */ + +#define FREEBSD_OSS_BUFSZ_MIN (FREEBSD_OSS_BLKCNT_MIN * FREEBSD_OSS_BLKSZ_MIN) +#define FREEBSD_OSS_BLKCNT_MAX (FREEBSD_OSS_BUFSZ_MAX / FREEBSD_OSS_BUFSZ_MIN) @@ -461,7 +454,7 @@ if ((flags = fcntl(oss->fd, F_GETFL)) < 0) { err = -errno; -@@ -229,10 +530,128 @@ +@@ -229,10 +530,146 @@ return 0; } @@ -478,6 +471,9 @@ +#ifdef FREEBSD_OSS_BLKCNT_P2 + unsigned int period_list[30]; +#endif ++#ifdef FREEBSD_OSS_BUFSZ_P2 ++ unsigned int bufsz_list[30]; ++#endif + unsigned int nformats; + unsigned int format[ARRAY_SIZE(oss_formats_tab)]; +#if 0 @@ -580,6 +576,21 @@ + if (err < 0) + return err; + ++#ifdef FREEBSD_OSS_BUFSZ_P2 ++ tmp = 0; ++ for (i = 1; i < 31 && tmp < ARRAY_SIZE(bufsz_list); i++) { ++ if ((1 << i) > FREEBSD_OSS_BUFSZ_MAX) ++ break; ++ if ((1 << i) < FREEBSD_OSS_BUFSZ_MIN) ++ continue; ++ bufsz_list[tmp++] = 1 << i; ++ } ++ ++ if (tmp > 0) ++ err = snd_pcm_ioplug_set_param_list(io, ++ SND_PCM_IOPLUG_HW_BUFFER_BYTES, tmp, bufsz_list); ++ else ++#endif + /* buffer size , not strictly ^2 */ + err = snd_pcm_ioplug_set_param_minmax(io, + SND_PCM_IOPLUG_HW_BUFFER_BYTES, FREEBSD_OSS_BUFSZ_MIN, From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 00:59:43 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E4C3774 for ; Sun, 1 Dec 2013 00:59:43 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98406156D for ; Sun, 1 Dec 2013 00:59:42 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB10xea6013441 for ; Sun, 1 Dec 2013 00:59:40 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB10xZ9a012609 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 00:59:35 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 00:59:35 GMT Message-Id: <201312010059.rB10xZ9a012609@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] r1412 - in trunk/audio: alsa-lib alsa-plugins linux-f10-alsa-lib linux-f10-alsa-plugins-oss 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.16 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, 01 Dec 2013 00:59:43 -0000 Author: jbeich Date: Sun Dec 1 00:59:35 2013 New Revision: 1412 Log: claim alsa ports Too many timeouts from maintainer(s) for what's critical to our HTML5 audio and WebRTC. Modified: trunk/audio/alsa-lib/Makefile trunk/audio/alsa-plugins/Makefile trunk/audio/linux-f10-alsa-lib/Makefile trunk/audio/linux-f10-alsa-plugins-oss/Makefile Modified: trunk/audio/alsa-lib/Makefile ============================================================================== --- trunk/audio/alsa-lib/Makefile Sun Dec 1 00:59:27 2013 (r1411) +++ trunk/audio/alsa-lib/Makefile Sun Dec 1 00:59:35 2013 (r1412) @@ -7,7 +7,7 @@ MASTER_SITES= ALSA/lib \ GENTOO/distfiles -MAINTAINER= aragon@phat.za.net +MAINTAINER= gecko@FreeBSD.org COMMENT= ALSA compatibility library USE_BZIP2= yes Modified: trunk/audio/alsa-plugins/Makefile ============================================================================== --- trunk/audio/alsa-plugins/Makefile Sun Dec 1 00:59:27 2013 (r1411) +++ trunk/audio/alsa-plugins/Makefile Sun Dec 1 00:59:35 2013 (r1412) @@ -8,7 +8,7 @@ MASTER_SITES= ALSA/plugins \ GENTOO/distfiles -MAINTAINER= aragon@phat.za.net +MAINTAINER= gecko@FreeBSD.org COMMENT= ALSA compatibility library plugins LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib Modified: trunk/audio/linux-f10-alsa-lib/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-lib/Makefile Sun Dec 1 00:59:27 2013 (r1411) +++ trunk/audio/linux-f10-alsa-lib/Makefile Sun Dec 1 00:59:35 2013 (r1412) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= emulation@FreeBSD.org +MAINTAINER= gecko@FreeBSD.org COMMENT= Advanced Linux Sound Architecture libraries (Linux Fedora 10) CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* Modified: trunk/audio/linux-f10-alsa-plugins-oss/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sun Dec 1 00:59:27 2013 (r1411) +++ trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sun Dec 1 00:59:35 2013 (r1412) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= hashiz@meridiani.jp +MAINTAINER= gecko@FreeBSD.org COMMENT= OSS plugin for ALSA (Linux Fedora 10) ONLY_FOR_ARCHS= i386 amd64 From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 01:00:10 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E142D7BA for ; Sun, 1 Dec 2013 01:00:10 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 743771579 for ; Sun, 1 Dec 2013 01:00:10 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB1108HB038714 for ; Sun, 1 Dec 2013 01:00:08 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB1103ww038310 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 01:00:03 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 01:00:03 GMT Message-Id: <201312010100.rB1103ww038310@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] r1416 - trunk/audio/alsa-lib/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.16 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, 01 Dec 2013 01:00:10 -0000 Author: jbeich Date: Sun Dec 1 01:00:03 2013 New Revision: 1416 Log: short slave names Modified: trunk/audio/alsa-lib/files/asound.conf.sample Modified: trunk/audio/alsa-lib/files/asound.conf.sample ============================================================================== --- trunk/audio/alsa-lib/files/asound.conf.sample Sun Dec 1 00:59:56 2013 (r1415) +++ trunk/audio/alsa-lib/files/asound.conf.sample Sun Dec 1 01:00:03 2013 (r1416) @@ -10,7 +10,7 @@ pcm.!default { type plug - slave pcm_slave.oss + slave oss } ctl.!default { @@ -23,27 +23,27 @@ # pcm.!surround40 { type plug - slave pcm_slave.oss + slave oss } pcm.!surround41 { type plug - slave pcm_slave.oss + slave oss } pcm.!surround50 { type plug - slave pcm_slave.oss + slave oss } pcm.!surround51 { type plug - slave pcm_slave.oss + slave oss } pcm.!surround71 { type plug - slave pcm_slave.oss + slave oss } # From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 01:00:18 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3349F7CC for ; Sun, 1 Dec 2013 01:00:18 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB2EE157A for ; Sun, 1 Dec 2013 01:00:17 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB110Ga4041425 for ; Sun, 1 Dec 2013 01:00:16 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB110BHI039846 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 01:00:11 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 01:00:11 GMT Message-Id: <201312010100.rB110BHI039846@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] r1417 - in trunk/audio: linux-f10-alsa-lib linux-f10-alsa-plugins-oss 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.16 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, 01 Dec 2013 01:00:18 -0000 Author: jbeich Date: Sun Dec 1 01:00:10 2013 New Revision: 1417 Log: use freebsd alsa config by default With linux built-in config alsa apps try to open hw:0,0 device which doesn't exist on freebsd due to lack of alsa-driver. PR: ports/169896 (based on), ports/174055 Deleted: trunk/audio/linux-f10-alsa-plugins-oss/pkg-deinstall trunk/audio/linux-f10-alsa-plugins-oss/pkg-install Modified: trunk/audio/linux-f10-alsa-lib/Makefile trunk/audio/linux-f10-alsa-plugins-oss/Makefile trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist Modified: trunk/audio/linux-f10-alsa-lib/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-lib/Makefile Sun Dec 1 01:00:03 2013 (r1416) +++ trunk/audio/linux-f10-alsa-lib/Makefile Sun Dec 1 01:00:10 2013 (r1417) @@ -12,6 +12,8 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Advanced Linux Sound Architecture libraries (Linux Fedora 10) +RUN_DEPENDS= ${LOCALBASE}/etc/asound.conf:${PORTSDIR}/audio/alsa-lib + CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* ONLY_FOR_ARCHS= i386 amd64 @@ -21,4 +23,12 @@ BRANDELF_FILES= usr/bin/aserver USE_LDCONFIG= yes +# We will use native configuration file, so delete a linux one +post-extract: + @${RM} -r ${WRKSRC}/etc + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc + @${LN} -fs ${LOCALBASE}/etc/asound.conf ${STAGEDIR}${PREFIX}/etc + .include Modified: trunk/audio/linux-f10-alsa-plugins-oss/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sun Dec 1 01:00:03 2013 (r1416) +++ trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sun Dec 1 01:00:10 2013 (r1417) @@ -19,16 +19,4 @@ SRC_DISTFILES= ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} USE_LDCONFIG= yes -CONF_FILE= etc/alsa/pcm/pcm-oss.conf - -post-patch: - @${RM} ${WRKSRC}/${CONF_FILE}.orig - @${MV} ${WRKSRC}/${CONF_FILE} ${WRKSRC}/${CONF_FILE}-dist - -post-install: - @if [ ! -f ${PREFIX}/${CONF_FILE} ]; then \ - ${CP} -p ${PREFIX}/${CONF_FILE}-dist ${PREFIX}/${CONF_FILE} ; \ - fi - PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include Deleted: trunk/audio/linux-f10-alsa-plugins-oss/pkg-deinstall ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/pkg-deinstall Sun Dec 1 01:00:10 2013 (r1416) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,16 +0,0 @@ -#!/bin/sh - -case "$2" in - POST-DEINSTALL) - conf=${PKG_PREFIX}/etc/asound.conf - if [ ! -f "$conf" ]; then - exit 1 - fi - grep -v '/etc/alsa/pcm/pcm-oss\.conf' <$conf >/tmp/asound.conf.new - ;; - *) - exit 0 - ;; -esac - -exit 0 Deleted: trunk/audio/linux-f10-alsa-plugins-oss/pkg-install ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/pkg-install Sun Dec 1 01:00:10 2013 (r1416) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,18 +0,0 @@ -#!/bin/sh - -case "$2" in - POST-INSTALL) - conf=${PKG_PREFIX}/etc/asound.conf - if [ ! -f "$conf" ]; then - exit 1 - fi - awk '{print $0}; /files/ { print "\t\t\t\"/etc/alsa/pcm/pcm-oss.conf\""}' <$conf >/tmp/asound.conf.new - mv /tmp/asound.conf.new $conf - exit 0 - ;; - *) - exit 0 - ;; -esac - -exit 0 Modified: trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist Sun Dec 1 01:00:03 2013 (r1416) +++ trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist Sun Dec 1 01:00:10 2013 (r1417) @@ -1,13 +1,8 @@ -@unexec if cmp -s %D/etc/alsa/pcm/pcm-oss.conf-dist %D/etc/alsa/pcm/pcm-oss.conf; then rm -f %D/etc/alsa/pcm/pcm-oss.conf; fi -etc/alsa/pcm/pcm-oss.conf-dist -@exec if [ ! -f %D/etc/alsa/pcm/pcm-oss.conf ] ; then cp -p %D/%F %B/pcm-oss.conf; fi +etc/alsa/pcm/pcm-oss.conf usr/lib/alsa-lib/libasound_module_ctl_oss.so usr/lib/alsa-lib/libasound_module_pcm_oss.so usr/share/doc/alsa-plugins-oss-1.0.21/COPYING usr/share/doc/alsa-plugins-oss-1.0.21/COPYING.GPL usr/share/doc/alsa-plugins-oss-1.0.21/README-pcm-oss @dirrm usr/share/doc/alsa-plugins-oss-1.0.21 -@dirrmtry etc/alsa/pcm -@dirrmtry etc/alsa @dirrmtry usr/lib/alsa-lib -@unexec if [ -f %D/etc/asound.conf ]; then fgrep -v '/etc/alsa/pcm/pcm-oss.conf' <%D/etc/asound.conf >/tmp/asound.conf.new; mv /tmp/asound.conf.new %D/etc/asound.conf; fi From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 01:00:26 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 581287E3 for ; Sun, 1 Dec 2013 01:00:26 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3D5A157B for ; Sun, 1 Dec 2013 01:00:25 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB110O9t043527 for ; Sun, 1 Dec 2013 01:00:24 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB110JOF042487 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 01:00:19 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 01:00:19 GMT Message-Id: <201312010100.rB110JOF042487@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] r1418 - in trunk/audio: alsa-lib alsa-plugins linux-f10-alsa-lib linux-f10-alsa-plugins-oss 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.16 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, 01 Dec 2013 01:00:26 -0000 Author: jbeich Date: Sun Dec 1 01:00:18 2013 New Revision: 1418 Log: bump PORTREVISION after last changes Modified: trunk/audio/alsa-lib/Makefile trunk/audio/alsa-plugins/Makefile trunk/audio/linux-f10-alsa-lib/Makefile trunk/audio/linux-f10-alsa-plugins-oss/Makefile Modified: trunk/audio/alsa-lib/Makefile ============================================================================== --- trunk/audio/alsa-lib/Makefile Sun Dec 1 01:00:10 2013 (r1417) +++ trunk/audio/alsa-lib/Makefile Sun Dec 1 01:00:18 2013 (r1418) @@ -3,6 +3,7 @@ PORTNAME= alsa-lib PORTVERSION= 1.0.27.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ALSA/lib \ GENTOO/distfiles Modified: trunk/audio/alsa-plugins/Makefile ============================================================================== --- trunk/audio/alsa-plugins/Makefile Sun Dec 1 01:00:10 2013 (r1417) +++ trunk/audio/alsa-plugins/Makefile Sun Dec 1 01:00:18 2013 (r1418) @@ -3,7 +3,7 @@ PORTNAME= alsa-plugins PORTVERSION= 1.0.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ALSA/plugins \ GENTOO/distfiles Modified: trunk/audio/linux-f10-alsa-lib/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-lib/Makefile Sun Dec 1 01:00:10 2013 (r1417) +++ trunk/audio/linux-f10-alsa-lib/Makefile Sun Dec 1 01:00:18 2013 (r1418) @@ -3,7 +3,7 @@ PORTNAME= alsa-lib PORTVERSION= 1.0.21 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- Modified: trunk/audio/linux-f10-alsa-plugins-oss/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sun Dec 1 01:00:10 2013 (r1417) +++ trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sun Dec 1 01:00:18 2013 (r1418) @@ -3,7 +3,7 @@ PORTNAME= alsa-plugins-oss PORTVERSION= 1.0.21 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 01:11:58 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53A6F9B7 for ; Sun, 1 Dec 2013 01:11:58 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB3BA163C for ; Sun, 1 Dec 2013 01:11:57 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB11BtpU069533 for ; Sun, 1 Dec 2013 01:11:55 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB11BoQu069053 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 01:11:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 01:11:50 GMT Message-Id: <201312010111.rB11BoQu069053@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] r1419 - trunk/audio/alsa-lib/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.16 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, 01 Dec 2013 01:11:58 -0000 Author: jbeich Date: Sun Dec 1 01:11:50 2013 New Revision: 1419 Log: avoid setting already default values Modified: trunk/audio/alsa-lib/files/asound.conf.sample Modified: trunk/audio/alsa-lib/files/asound.conf.sample ============================================================================== --- trunk/audio/alsa-lib/files/asound.conf.sample Sun Dec 1 01:00:18 2013 (r1418) +++ trunk/audio/alsa-lib/files/asound.conf.sample Sun Dec 1 01:11:50 2013 (r1419) @@ -4,7 +4,6 @@ pcm_slave.oss { pcm { type oss - device /dev/dsp } } @@ -15,7 +14,6 @@ ctl.!default { type oss - device /dev/mixer } # From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 01:45:03 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 118F3F63 for ; Sun, 1 Dec 2013 01:45:03 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9774A176D for ; Sun, 1 Dec 2013 01:45:02 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB11j0Wc041352 for ; Sun, 1 Dec 2013 01:45:00 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB11itRY040950 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 01:44:55 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 01:44:55 GMT Message-Id: <201312010144.rB11itRY040950@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] r1420 - trunk/audio/alsa-plugins/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.16 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, 01 Dec 2013 01:45:03 -0000 Author: jbeich Date: Sun Dec 1 01:44:55 2013 New Revision: 1420 Log: reclev can coexist with igain on snd_hda(4) http://forums.freebsd.org/viewtopic.php?f=19&t=42051 Modified: trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c Modified: trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c ============================================================================== --- trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c Sun Dec 1 01:11:50 2013 (r1419) +++ trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c Sun Dec 1 01:44:55 2013 (r1420) @@ -12,3 +12,12 @@ typedef struct snd_ctl_oss { snd_ctl_ext_t ext; +@@ -53,7 +57,7 @@ static const char *const vol_devices[SOU + [SOUND_MIXER_IMIX] = "Monitor Mix Playback Volume", + [SOUND_MIXER_ALTPCM] = "Headphone Playback Volume", + [SOUND_MIXER_RECLEV] = "Capture Volume", +- [SOUND_MIXER_IGAIN] = "Capture Volume", ++ [SOUND_MIXER_IGAIN] = "Master Capture Volume", + [SOUND_MIXER_OGAIN] = "Playback Volume", + [SOUND_MIXER_LINE1] = "Aux Playback Volume", + [SOUND_MIXER_LINE2] = "Aux1 Playback Volume", From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 01:47:49 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27B3DF9B for ; Sun, 1 Dec 2013 01:47:49 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD7D31779 for ; Sun, 1 Dec 2013 01:47:48 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB11lk2l047420 for ; Sun, 1 Dec 2013 01:47:46 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB11lfMt047186 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 01:47:41 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 01:47:41 GMT Message-Id: <201312010147.rB11lfMt047186@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] r1421 - trunk/audio/alsa-plugins/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.16 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, 01 Dec 2013 01:47:49 -0000 Author: jbeich Date: Sun Dec 1 01:47:41 2013 New Revision: 1421 Log: oops Modified: trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c Modified: trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c ============================================================================== --- trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c Sun Dec 1 01:44:55 2013 (r1420) +++ trunk/audio/alsa-plugins/files/patch-oss-ctl_oss.c Sun Dec 1 01:47:41 2013 (r1421) @@ -12,12 +12,12 @@ typedef struct snd_ctl_oss { snd_ctl_ext_t ext; -@@ -53,7 +57,7 @@ static const char *const vol_devices[SOU +@@ -52,7 +56,7 @@ static const char *const vol_devices[SOU + [SOUND_MIXER_CD] = "CD Playback Volume", [SOUND_MIXER_IMIX] = "Monitor Mix Playback Volume", [SOUND_MIXER_ALTPCM] = "Headphone Playback Volume", - [SOUND_MIXER_RECLEV] = "Capture Volume", -- [SOUND_MIXER_IGAIN] = "Capture Volume", -+ [SOUND_MIXER_IGAIN] = "Master Capture Volume", +- [SOUND_MIXER_RECLEV] = "Capture Volume", ++ [SOUND_MIXER_RECLEV] = "Master Capture Volume", + [SOUND_MIXER_IGAIN] = "Capture Volume", [SOUND_MIXER_OGAIN] = "Playback Volume", [SOUND_MIXER_LINE1] = "Aux Playback Volume", - [SOUND_MIXER_LINE2] = "Aux1 Playback Volume", From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 03:09:58 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A161B1E0 for ; Sun, 1 Dec 2013 03:09:58 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43E061B25 for ; Sun, 1 Dec 2013 03:09:57 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB139tcO091547 for ; Sun, 1 Dec 2013 03:09:55 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB139o2n090972 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 03:09:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 03:09:50 GMT Message-Id: <201312010309.rB139o2n090972@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] r1422 - trunk/audio/linux-f10-alsa-plugins-pulseaudio 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.16 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, 01 Dec 2013 03:09:58 -0000 Author: jbeich Date: Sun Dec 1 03:09:49 2013 New Revision: 1422 Log: add alsa plugin to allow linux-firefox use pulseaudio To make linux-f10-alsa-lib use pulseaudio uncomment the following lines and comment everything else in /compat/linux/etc/asound.conf. pcm.!default { type pulse } ctl.!default { type pulse } Added: trunk/audio/linux-f10-alsa-plugins-pulseaudio/ - copied from r1421, trunk/audio/linux-f10-alsa-plugins-oss/ Modified: trunk/audio/linux-f10-alsa-plugins-pulseaudio/Makefile trunk/audio/linux-f10-alsa-plugins-pulseaudio/distinfo.i386 trunk/audio/linux-f10-alsa-plugins-pulseaudio/pkg-plist Modified: trunk/audio/linux-f10-alsa-plugins-pulseaudio/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sun Dec 1 01:47:41 2013 (r1421) +++ trunk/audio/linux-f10-alsa-plugins-pulseaudio/Makefile Sun Dec 1 03:09:49 2013 (r1422) @@ -1,22 +1,24 @@ # Created by: hashiz # $FreeBSD: head/audio/linux-f10-alsa-plugins-oss/Makefile 327706 2013-09-20 14:36:35Z bapt $ -PORTNAME= alsa-plugins-oss +PORTNAME= alsa-plugins-pulseaudio PORTVERSION= 1.0.21 -PORTREVISION= 4 CATEGORIES= audio linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= gecko@FreeBSD.org -COMMENT= OSS plugin for ALSA (Linux Fedora 10) +COMMENT= PulseAudio plugin for ALSA (Linux Fedora 10) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes -USE_LINUX_APPS= alsalib +USE_LINUX_APPS= alsalib pulseaudio-libs LINUX_DIST_VER= 10 RPMVERSION= 3.fc10 -SRC_DISTFILES= ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} +SRC_DISTFILES= ${PORTNAME:S/-pulseaudio//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} USE_LDCONFIG= yes +# XXX move to audio/linux-f10-pulseaudio-libs +USE_LINUX_APPS+=libasyncns xorglibs + .include Modified: trunk/audio/linux-f10-alsa-plugins-pulseaudio/distinfo.i386 ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/distinfo.i386 Sun Dec 1 01:47:41 2013 (r1421) +++ trunk/audio/linux-f10-alsa-plugins-pulseaudio/distinfo.i386 Sun Dec 1 03:09:49 2013 (r1422) @@ -1,4 +1,4 @@ -SHA256 (rpm/i386/fedora/10/alsa-plugins-oss-1.0.21-3.fc10.i386.rpm) = 60f61d38f02e9463b4f8b98f0fe2320e36207e740f72ee6b7d6b56553729638a -SIZE (rpm/i386/fedora/10/alsa-plugins-oss-1.0.21-3.fc10.i386.rpm) = 29350 +SHA256 (rpm/i386/fedora/10/alsa-plugins-pulseaudio-1.0.21-3.fc10.i386.rpm) = 0c5d3830ffde34a30febf681a7b1c33bb59e0106455f3dc6ca6b44a298b51508 +SIZE (rpm/i386/fedora/10/alsa-plugins-pulseaudio-1.0.21-3.fc10.i386.rpm) = 36867 SHA256 (rpm/i386/fedora/10/alsa-plugins-1.0.21-3.fc10.src.rpm) = 3a6d04b23d326e375f14dba73daf2c0d9e54ba149df8b431238b184dc4607467 SIZE (rpm/i386/fedora/10/alsa-plugins-1.0.21-3.fc10.src.rpm) = 338350 Modified: trunk/audio/linux-f10-alsa-plugins-pulseaudio/pkg-plist ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist Sun Dec 1 01:47:41 2013 (r1421) +++ trunk/audio/linux-f10-alsa-plugins-pulseaudio/pkg-plist Sun Dec 1 03:09:49 2013 (r1422) @@ -1,8 +1,9 @@ -etc/alsa/pcm/pcm-oss.conf -usr/lib/alsa-lib/libasound_module_ctl_oss.so -usr/lib/alsa-lib/libasound_module_pcm_oss.so -usr/share/doc/alsa-plugins-oss-1.0.21/COPYING -usr/share/doc/alsa-plugins-oss-1.0.21/COPYING.GPL -usr/share/doc/alsa-plugins-oss-1.0.21/README-pcm-oss -@dirrm usr/share/doc/alsa-plugins-oss-1.0.21 +etc/alsa/pulse-default.conf +usr/lib/alsa-lib/libasound_module_conf_pulse.so +usr/lib/alsa-lib/libasound_module_ctl_pulse.so +usr/lib/alsa-lib/libasound_module_pcm_pulse.so +usr/share/doc/alsa-plugins-pulseaudio-1.0.21/COPYING +usr/share/doc/alsa-plugins-pulseaudio-1.0.21/COPYING.GPL +usr/share/doc/alsa-plugins-pulseaudio-1.0.21/README-pulse +@dirrm usr/share/doc/alsa-plugins-pulseaudio-1.0.21 @dirrmtry usr/lib/alsa-lib From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 1 04:09:16 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1B81ED8 for ; Sun, 1 Dec 2013 04:09:16 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8511A1DC7 for ; Sun, 1 Dec 2013 04:09:16 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB149EUZ070388 for ; Sun, 1 Dec 2013 04:09:14 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB1499NI070172 for freebsd-gecko@freebsd.org; Sun, 1 Dec 2013 04:09:09 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 1 Dec 2013 04:09:09 GMT Message-Id: <201312010409.rB1499NI070172@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] r1423 - trunk/audio/alsa-lib/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.16 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, 01 Dec 2013 04:09:17 -0000 Author: jbeich Date: Sun Dec 1 04:09:08 2013 New Revision: 1423 Log: collapse single value Modified: trunk/audio/alsa-lib/files/asound.conf.sample Modified: trunk/audio/alsa-lib/files/asound.conf.sample ============================================================================== --- trunk/audio/alsa-lib/files/asound.conf.sample Sun Dec 1 03:09:49 2013 (r1422) +++ trunk/audio/alsa-lib/files/asound.conf.sample Sun Dec 1 04:09:08 2013 (r1423) @@ -2,9 +2,7 @@ # FreeBSD/OSS # pcm_slave.oss { - pcm { - type oss - } + pcm.type oss } pcm.!default { From owner-freebsd-gecko@FreeBSD.ORG Mon Dec 2 11:07:02 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72C7FCD3 for ; Mon, 2 Dec 2013 11:07:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43555197F for ; Mon, 2 Dec 2013 11:07:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB2B72io008036 for ; Mon, 2 Dec 2013 11:07:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB2B717j008034 for gecko@FreeBSD.org; Mon, 2 Dec 2013 11:07:01 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Dec 2013 11:07:01 GMT Message-Id: <201312021107.rB2B717j008034@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.17 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 11:07:02 -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/184399 gecko www/seamonkey build error on i386 o ports/183630 gecko www/firefox: Firefox 25.0_1,1 cannot built on amd64 o ports/182499 gecko www/firefox crash when i try use textproc/ibus/ o ports/182411 gecko mail/thunderbird: Does not build with poudriere on 9.1 o ports/182386 gecko mail/thunderbird-i18n: fail to build at install stage o ports/182351 gecko mail/thunderbird - doesn't build with qt3 o ports/182346 gecko mail/thunderbird - fails to build with gtk3 o ports/181393 gecko www/xpi-quick-locale-switcher 1.7.8.5 does not works w o ports/181005 gecko mail/thunderbird - Enigmail failes to start pinentry o ports/180938 gecko www/firefox: ia64: ../../../js/src/gc/Heap.h:827:1: er o ports/180855 gecko www/firefox: Firefox 22 crashes on HTML 5 videos o ports/180766 gecko Flash not work in www/firefox o ports/180563 gecko www/seamonkey compilation error with Clang (*pp = '\0' o ports/180380 gecko www/firefox: Firefox 22.0 dies instantly when I try to o ports/179420 gecko www/seamonkey freezes completely by accessing citrix x o ports/178524 gecko BATCH=yes not work for www/firefox-i18n o ports/177404 gecko www/firefox: youtube videos in firefox not working o ports/170310 gecko mail/thunderbird: coredump/crash when used with OpenLD 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 25 problems total. From owner-freebsd-gecko@FreeBSD.ORG Tue Dec 3 11:44:02 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B869177E for ; Tue, 3 Dec 2013 11:44:02 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A4D01CF2 for ; Tue, 3 Dec 2013 11:44:02 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB3BhxJ9033993 for ; Tue, 3 Dec 2013 11:43:59 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB3BhsLL032424 for freebsd-gecko@freebsd.org; Tue, 3 Dec 2013 11:43:54 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 3 Dec 2013 11:43:54 GMT Message-Id: <201312031143.rB3BhsLL032424@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] r1424 - in trunk: . www/firefox www/firefox-nightly www/linux-firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 11:44:02 -0000 Author: jbeich Date: Tue Dec 3 11:43:53 2013 New Revision: 1424 Log: update Modified: trunk/Gecko_TODO trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo Modified: trunk/Gecko_TODO ============================================================================== --- trunk/Gecko_TODO Sun Dec 1 04:09:08 2013 (r1423) +++ trunk/Gecko_TODO Tue Dec 3 11:43:53 2013 (r1424) @@ -1,6 +1,6 @@ unassigned (upstream): - xpcom/base/nsMemoryInfoDumper.cpp -- xpcom/base/MapsMemoryReporter.cpp +- resident-unique in xpcom/base/nsMemoryReporterManager.cpp - media/webrtc/trunk/webrtc/system_wrappers/source/cpu.cc - toolkit/crashreporter - tools/profiler Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Sun Dec 1 04:09:08 2013 (r1423) +++ trunk/www/firefox-nightly/Makefile.hgrev Tue Dec 3 11:43:53 2013 (r1424) @@ -1 +1 @@ -HGREV= 157727:8e1efc26dd88 +HGREV= 158514:3ac6ea6491a8 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Sun Dec 1 04:09:08 2013 (r1423) +++ trunk/www/firefox-nightly/distinfo Tue Dec 3 11:43:53 2013 (r1424) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/8e1efc26dd88.tar.bz2) = 122f60f30ccb95763e8058a97d57ded73d19018ab0d36037ea66134f16e89bb0 -SIZE (firefox-nightly/8e1efc26dd88.tar.bz2) = 130748164 +SHA256 (firefox-nightly/3ac6ea6491a8.tar.bz2) = ef1d6e7017c9b52d5303d19704cc43885d9941dac88fcd7a55d9df437f33ecc8 +SIZE (firefox-nightly/3ac6ea6491a8.tar.bz2) = 131029813 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sun Dec 1 04:09:08 2013 (r1423) +++ trunk/www/firefox/Makefile Tue Dec 3 11:43:53 2013 (r1424) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ PORTNAME= firefox -DISTVERSION= 26.0b8 +DISTVERSION= 26.0b10 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Sun Dec 1 04:09:08 2013 (r1423) +++ trunk/www/firefox/distinfo Tue Dec 3 11:43:53 2013 (r1424) @@ -1,2 +1,2 @@ -SHA256 (firefox-26.0b8.source.tar.bz2) = a5a08683f5928e85dff45256abb4a849adc2bf2fdcd59f5856ab3cfa29a76047 -SIZE (firefox-26.0b8.source.tar.bz2) = 127366844 +SHA256 (firefox-26.0b10.source.tar.bz2) = 74492f08428f9d1944fd0ec5c016c1954134d8c4aa25a809228b21b913d9da46 +SIZE (firefox-26.0b10.source.tar.bz2) = 127374380 Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Sun Dec 1 04:09:08 2013 (r1423) +++ trunk/www/linux-firefox/Makefile Tue Dec 3 11:43:53 2013 (r1424) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= firefox -DISTVERSION= 25.0.1 +DISTVERSION= 26.0b10 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Sun Dec 1 04:09:08 2013 (r1423) +++ trunk/www/linux-firefox/distinfo Tue Dec 3 11:43:53 2013 (r1424) @@ -1,5 +1,5 @@ -SHA256 (firefox-25.0.1.tar.bz2) = dd4c84d48ae0c0ddb5b5f0864379232caeaa998e885724f4beb3bf7a1e15b7ab -SIZE (firefox-25.0.1.tar.bz2) = 29757912 +SHA256 (firefox-26.0b10.tar.bz2) = b73d2894d477dd92b5d359cbd1d2cb364a899f9ae737d280b1cb4d74b5e8ec5a +SIZE (firefox-26.0b10.tar.bz2) = 30266279 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b From owner-freebsd-gecko@FreeBSD.ORG Tue Dec 3 11:44:09 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D317278D for ; Tue, 3 Dec 2013 11:44:09 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62E851CF5 for ; Tue, 3 Dec 2013 11:44:09 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB3Bi7HJ050769 for ; Tue, 3 Dec 2013 11:44:07 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB3Bi2vq049533 for freebsd-gecko@freebsd.org; Tue, 3 Dec 2013 11:44:02 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 3 Dec 2013 11:44:02 GMT Message-Id: <201312031144.rB3Bi2vq049533@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] r1425 - in trunk: mail/thunderbird/files www/firefox/files www/libxul/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 11:44:09 -0000 Author: jbeich Date: Tue Dec 3 11:44:02 2013 New Revision: 1425 Log: expose private reporter in about:memory It's implemented as a sum of PRES field in procstat(1) e.g., $ procstat -v $(pgrep firefox) | awk '{ rss+=$5; prss+=$6 } END { printf "private % 8d Kb\nresident % 8d Kb\n", prss*4096/1024, rss*4096/1024 }' private 31080 Kb resident 491600 Kb The value may be slightly different from how ki_rssize calculates resident pages. Added: trunk/mail/thunderbird/files/patch-bug945046 trunk/www/firefox/files/patch-bug945046 trunk/www/libxul/files/patch-bug945046 trunk/www/seamonkey/files/patch-bug945046 Added: trunk/mail/thunderbird/files/patch-bug945046 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-bug945046 Tue Dec 3 11:44:02 2013 (r1425) @@ -0,0 +1,130 @@ +diff --git config/system-headers config/system-headers +index 432cba6..18a9627 100644 +--- mozilla/config/system-headers ++++ mozilla/config/system-headers +@@ -1131,3 +1131,4 @@ unicode/unum.h + unicode/ustring.h + unicode/utypes.h + #endif ++libutil.h +diff --git js/src/config/system-headers js/src/config/system-headers +index 432cba6..18a9627 100644 +--- mozilla/js/src/config/system-headers ++++ mozilla/js/src/config/system-headers +@@ -1131,3 +1131,4 @@ unicode/unum.h + unicode/ustring.h + unicode/utypes.h + #endif ++libutil.h +diff --git toolkit/library/Makefile.in toolkit/library/Makefile.in +index 9975621..b4b037d 100644 +--- mozilla/toolkit/library/Makefile.in ++++ mozilla/toolkit/library/Makefile.in +@@ -289,6 +289,10 @@ OS_LIBS += $(call EXPAND_LIBNAME,kvm) + EXTRA_DSO_LDOPTS += -Wl,--warn-unresolved-symbols + endif + ++ifeq ($(OS_ARCH),FreeBSD) ++OS_LIBS += $(call EXPAND_LIBNAME,util) ++endif ++ + ifeq ($(OS_ARCH),WINNT) + OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 version winspool comdlg32 imm32 msimg32 shlwapi psapi ws2_32 dbghelp rasapi32 rasdlg iphlpapi uxtheme setupapi secur32 sensorsapi portabledeviceguids windowscodecs wininet wbemuuid) + ifdef ACCESSIBILITY +diff --git xpcom/base/nsMemoryReporterManager.cpp xpcom/base/nsMemoryReporterManager.cpp +index b8147c8..0ffb34e 100644 +--- mozilla/xpcom/base/nsMemoryReporterManager.cpp ++++ mozilla/xpcom/base/nsMemoryReporterManager.cpp +@@ -153,6 +153,43 @@ static nsresult GetResidentFast(int64_t + return GetResident(n); + } + ++#ifdef __FreeBSD__ ++#include ++ ++static nsresult ++GetKinfoVmentrySelf(int64_t* prss) ++{ ++ int cnt; ++ struct kinfo_vmentry *vmmap, *kve; ++ if ((vmmap = kinfo_getvmmap(getpid(), &cnt)) == NULL) ++ return NS_ERROR_FAILURE; ++ ++ if (prss) ++ *prss = 0; ++ ++ for (int i = 0; i < cnt; i++) { ++ kve = &vmmap[i]; ++ if (prss) ++ *prss += kve->kve_private_resident; ++ } ++ ++ free(vmmap); ++ return NS_OK; ++} ++ ++#define HAVE_PRIVATE_REPORTER ++static nsresult ++GetPrivate(int64_t* aN) ++{ ++ int64_t priv; ++ nsresult rv = GetKinfoVmentrySelf(&priv); ++ if (NS_SUCCEEDED(rv)) ++ *aN = priv * getpagesize(); ++ ++ return NS_OK; ++} ++#endif // FreeBSD ++ + #elif defined(SOLARIS) + + #include +@@ -327,6 +364,24 @@ static nsresult GetResidentFast(int64_t + } + + #define HAVE_PRIVATE_REPORTER ++static nsresult ++GetPrivate(int64_t* aN) ++{ ++ PROCESS_MEMORY_COUNTERS_EX pmcex; ++ pmcex.cb = sizeof(PROCESS_MEMORY_COUNTERS_EX); ++ ++ if (!GetProcessMemoryInfo( ++ GetCurrentProcess(), ++ (PPROCESS_MEMORY_COUNTERS) &pmcex, sizeof(pmcex))) { ++ return NS_ERROR_FAILURE; ++ } ++ ++ *aN = pmcex.PrivateUsage; ++ return NS_OK; ++} ++#endif // XP_ ++ ++#ifdef HAVE_PRIVATE_REPORTER + class PrivateReporter MOZ_FINAL : public MemoryReporterBase + { + public: +@@ -339,21 +394,10 @@ public: + + NS_IMETHOD GetAmount(int64_t *aAmount) + { +- PROCESS_MEMORY_COUNTERS_EX pmcex; +- pmcex.cb = sizeof(PROCESS_MEMORY_COUNTERS_EX); +- +- if (!GetProcessMemoryInfo( +- GetCurrentProcess(), +- (PPROCESS_MEMORY_COUNTERS) &pmcex, sizeof(pmcex))) { +- return NS_ERROR_FAILURE; +- } +- +- *aAmount = pmcex.PrivateUsage; +- return NS_OK; ++ return GetPrivate(aAmount); + } + }; +- +-#endif // XP_ ++#endif + + #ifdef HAVE_VSIZE_AND_RESIDENT_REPORTERS + class VsizeReporter MOZ_FINAL : public MemoryReporterBase Added: trunk/www/firefox/files/patch-bug945046 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-bug945046 Tue Dec 3 11:44:02 2013 (r1425) @@ -0,0 +1,130 @@ +diff --git config/system-headers config/system-headers +index 432cba6..18a9627 100644 +--- config/system-headers ++++ config/system-headers +@@ -1131,3 +1131,4 @@ unicode/unum.h + unicode/ustring.h + unicode/utypes.h + #endif ++libutil.h +diff --git js/src/config/system-headers js/src/config/system-headers +index 432cba6..18a9627 100644 +--- js/src/config/system-headers ++++ js/src/config/system-headers +@@ -1131,3 +1131,4 @@ unicode/unum.h + unicode/ustring.h + unicode/utypes.h + #endif ++libutil.h +diff --git toolkit/library/Makefile.in toolkit/library/Makefile.in +index 9975621..b4b037d 100644 +--- toolkit/library/Makefile.in ++++ toolkit/library/Makefile.in +@@ -289,6 +289,10 @@ OS_LIBS += $(call EXPAND_LIBNAME,kvm) + EXTRA_DSO_LDOPTS += -Wl,--warn-unresolved-symbols + endif + ++ifeq ($(OS_ARCH),FreeBSD) ++OS_LIBS += $(call EXPAND_LIBNAME,util) ++endif ++ + ifeq ($(OS_ARCH),WINNT) + OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 version winspool comdlg32 imm32 msimg32 shlwapi psapi ws2_32 dbghelp rasapi32 rasdlg iphlpapi uxtheme setupapi secur32 sensorsapi portabledeviceguids windowscodecs wininet wbemuuid) + ifdef ACCESSIBILITY +diff --git xpcom/base/nsMemoryReporterManager.cpp xpcom/base/nsMemoryReporterManager.cpp +index b8147c8..0ffb34e 100644 +--- xpcom/base/nsMemoryReporterManager.cpp ++++ xpcom/base/nsMemoryReporterManager.cpp +@@ -196,6 +196,43 @@ static nsresult GetResidentFast(int64_t* + return GetResident(aN); + } + ++#ifdef __FreeBSD__ ++#include ++ ++static nsresult ++GetKinfoVmentrySelf(int64_t* prss) ++{ ++ int cnt; ++ struct kinfo_vmentry *vmmap, *kve; ++ if ((vmmap = kinfo_getvmmap(getpid(), &cnt)) == NULL) ++ return NS_ERROR_FAILURE; ++ ++ if (prss) ++ *prss = 0; ++ ++ for (int i = 0; i < cnt; i++) { ++ kve = &vmmap[i]; ++ if (prss) ++ *prss += kve->kve_private_resident; ++ } ++ ++ free(vmmap); ++ return NS_OK; ++} ++ ++#define HAVE_PRIVATE_REPORTER ++static nsresult ++GetPrivate(int64_t* aN) ++{ ++ int64_t priv; ++ nsresult rv = GetKinfoVmentrySelf(&priv); ++ if (NS_SUCCEEDED(rv)) ++ *aN = priv * getpagesize(); ++ ++ return NS_OK; ++} ++#endif // FreeBSD ++ + #elif defined(SOLARIS) + + #include +@@ -370,6 +407,24 @@ static nsresult GetResidentFast(int64_t* + } + + #define HAVE_PRIVATE_REPORTER ++static nsresult ++GetPrivate(int64_t* aN) ++{ ++ PROCESS_MEMORY_COUNTERS_EX pmcex; ++ pmcex.cb = sizeof(PROCESS_MEMORY_COUNTERS_EX); ++ ++ if (!GetProcessMemoryInfo( ++ GetCurrentProcess(), ++ (PPROCESS_MEMORY_COUNTERS) &pmcex, sizeof(pmcex))) { ++ return NS_ERROR_FAILURE; ++ } ++ ++ *aN = pmcex.PrivateUsage; ++ return NS_OK; ++} ++#endif // XP_ ++ ++#ifdef HAVE_PRIVATE_REPORTER + class PrivateReporter MOZ_FINAL : public MemoryUniReporter + { + public: +@@ -382,21 +437,10 @@ public: + + NS_IMETHOD GetAmount(int64_t* aAmount) + { +- PROCESS_MEMORY_COUNTERS_EX pmcex; +- pmcex.cb = sizeof(PROCESS_MEMORY_COUNTERS_EX); +- +- if (!GetProcessMemoryInfo( +- GetCurrentProcess(), +- (PPROCESS_MEMORY_COUNTERS) &pmcex, sizeof(pmcex))) { +- return NS_ERROR_FAILURE; +- } +- +- *aAmount = pmcex.PrivateUsage; +- return NS_OK; ++ return GetPrivate(aAmount); + } + }; +- +-#endif // XP_ ++#endif + + #ifdef HAVE_VSIZE_AND_RESIDENT_REPORTERS + class VsizeReporter MOZ_FINAL : public MemoryUniReporter Added: trunk/www/libxul/files/patch-bug945046 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-bug945046 Tue Dec 3 11:44:02 2013 (r1425) @@ -0,0 +1,130 @@ +diff --git config/system-headers config/system-headers +index 432cba6..18a9627 100644 +--- config/system-headers ++++ config/system-headers +@@ -1131,3 +1131,4 @@ unicode/unum.h + unicode/ustring.h + unicode/utypes.h + #endif ++libutil.h +diff --git js/src/config/system-headers js/src/config/system-headers +index 432cba6..18a9627 100644 +--- js/src/config/system-headers ++++ js/src/config/system-headers +@@ -1131,3 +1131,4 @@ unicode/unum.h + unicode/ustring.h + unicode/utypes.h + #endif ++libutil.h +diff --git toolkit/library/Makefile.in toolkit/library/Makefile.in +index 9975621..b4b037d 100644 +--- toolkit/library/Makefile.in ++++ toolkit/library/Makefile.in +@@ -289,6 +289,10 @@ OS_LIBS += $(call EXPAND_LIBNAME,kvm) + EXTRA_DSO_LDOPTS += -Wl,--warn-unresolved-symbols + endif + ++ifeq ($(OS_ARCH),FreeBSD) ++OS_LIBS += $(call EXPAND_LIBNAME,util) ++endif ++ + ifeq ($(OS_ARCH),WINNT) + OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 version winspool comdlg32 imm32 msimg32 shlwapi psapi ws2_32 dbghelp rasapi32 rasdlg iphlpapi uxtheme setupapi secur32 sensorsapi portabledeviceguids windowscodecs wininet wbemuuid) + ifdef ACCESSIBILITY +diff --git xpcom/base/nsMemoryReporterManager.cpp xpcom/base/nsMemoryReporterManager.cpp +index b8147c8..0ffb34e 100644 +--- xpcom/base/nsMemoryReporterManager.cpp ++++ xpcom/base/nsMemoryReporterManager.cpp +@@ -153,6 +153,43 @@ static nsresult GetResidentFast(int64_t + return GetResident(n); + } + ++#ifdef __FreeBSD__ ++#include ++ ++static nsresult ++GetKinfoVmentrySelf(int64_t* prss) ++{ ++ int cnt; ++ struct kinfo_vmentry *vmmap, *kve; ++ if ((vmmap = kinfo_getvmmap(getpid(), &cnt)) == NULL) ++ return NS_ERROR_FAILURE; ++ ++ if (prss) ++ *prss = 0; ++ ++ for (int i = 0; i < cnt; i++) { ++ kve = &vmmap[i]; ++ if (prss) ++ *prss += kve->kve_private_resident; ++ } ++ ++ free(vmmap); ++ return NS_OK; ++} ++ ++#define HAVE_PRIVATE_REPORTER ++static nsresult ++GetPrivate(int64_t* aN) ++{ ++ int64_t priv; ++ nsresult rv = GetKinfoVmentrySelf(&priv); ++ if (NS_SUCCEEDED(rv)) ++ *aN = priv * getpagesize(); ++ ++ return NS_OK; ++} ++#endif // FreeBSD ++ + #elif defined(SOLARIS) + + #include +@@ -327,6 +364,24 @@ static nsresult GetResidentFast(int64_t + } + + #define HAVE_PRIVATE_REPORTER ++static nsresult ++GetPrivate(int64_t* aN) ++{ ++ PROCESS_MEMORY_COUNTERS_EX pmcex; ++ pmcex.cb = sizeof(PROCESS_MEMORY_COUNTERS_EX); ++ ++ if (!GetProcessMemoryInfo( ++ GetCurrentProcess(), ++ (PPROCESS_MEMORY_COUNTERS) &pmcex, sizeof(pmcex))) { ++ return NS_ERROR_FAILURE; ++ } ++ ++ *aN = pmcex.PrivateUsage; ++ return NS_OK; ++} ++#endif // XP_ ++ ++#ifdef HAVE_PRIVATE_REPORTER + class PrivateReporter MOZ_FINAL : public MemoryReporterBase + { + public: +@@ -339,21 +394,10 @@ public: + + NS_IMETHOD GetAmount(int64_t *aAmount) + { +- PROCESS_MEMORY_COUNTERS_EX pmcex; +- pmcex.cb = sizeof(PROCESS_MEMORY_COUNTERS_EX); +- +- if (!GetProcessMemoryInfo( +- GetCurrentProcess(), +- (PPROCESS_MEMORY_COUNTERS) &pmcex, sizeof(pmcex))) { +- return NS_ERROR_FAILURE; +- } +- +- *aAmount = pmcex.PrivateUsage; +- return NS_OK; ++ return GetPrivate(aAmount); + } + }; +- +-#endif // XP_ ++#endif + + #ifdef HAVE_VSIZE_AND_RESIDENT_REPORTERS + class VsizeReporter MOZ_FINAL : public MemoryReporterBase Added: trunk/www/seamonkey/files/patch-bug945046 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-bug945046 Tue Dec 3 11:44:02 2013 (r1425) @@ -0,0 +1,130 @@ +diff --git config/system-headers config/system-headers +index 432cba6..18a9627 100644 +--- mozilla/config/system-headers ++++ mozilla/config/system-headers +@@ -1131,3 +1131,4 @@ unicode/unum.h + unicode/ustring.h + unicode/utypes.h + #endif ++libutil.h +diff --git js/src/config/system-headers js/src/config/system-headers +index 432cba6..18a9627 100644 +--- mozilla/js/src/config/system-headers ++++ mozilla/js/src/config/system-headers +@@ -1131,3 +1131,4 @@ unicode/unum.h + unicode/ustring.h + unicode/utypes.h + #endif ++libutil.h +diff --git toolkit/library/Makefile.in toolkit/library/Makefile.in +index 9975621..b4b037d 100644 +--- mozilla/toolkit/library/Makefile.in ++++ mozilla/toolkit/library/Makefile.in +@@ -289,6 +289,10 @@ OS_LIBS += $(call EXPAND_LIBNAME,kvm) + EXTRA_DSO_LDOPTS += -Wl,--warn-unresolved-symbols + endif + ++ifeq ($(OS_ARCH),FreeBSD) ++OS_LIBS += $(call EXPAND_LIBNAME,util) ++endif ++ + ifeq ($(OS_ARCH),WINNT) + OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 version winspool comdlg32 imm32 msimg32 shlwapi psapi ws2_32 dbghelp rasapi32 rasdlg iphlpapi uxtheme setupapi secur32 sensorsapi portabledeviceguids windowscodecs wininet wbemuuid) + ifdef ACCESSIBILITY +diff --git xpcom/base/nsMemoryReporterManager.cpp xpcom/base/nsMemoryReporterManager.cpp +index b8147c8..0ffb34e 100644 +--- mozilla/xpcom/base/nsMemoryReporterManager.cpp ++++ mozilla/xpcom/base/nsMemoryReporterManager.cpp +@@ -153,6 +153,43 @@ static nsresult GetResidentFast(int64_t + return GetResident(n); + } + ++#ifdef __FreeBSD__ ++#include ++ ++static nsresult ++GetKinfoVmentrySelf(int64_t* prss) ++{ ++ int cnt; ++ struct kinfo_vmentry *vmmap, *kve; ++ if ((vmmap = kinfo_getvmmap(getpid(), &cnt)) == NULL) ++ return NS_ERROR_FAILURE; ++ ++ if (prss) ++ *prss = 0; ++ ++ for (int i = 0; i < cnt; i++) { ++ kve = &vmmap[i]; ++ if (prss) ++ *prss += kve->kve_private_resident; ++ } ++ ++ free(vmmap); ++ return NS_OK; ++} ++ ++#define HAVE_PRIVATE_REPORTER ++static nsresult ++GetPrivate(int64_t* aN) ++{ ++ int64_t priv; ++ nsresult rv = GetKinfoVmentrySelf(&priv); ++ if (NS_SUCCEEDED(rv)) ++ *aN = priv * getpagesize(); ++ ++ return NS_OK; ++} ++#endif // FreeBSD ++ + #elif defined(SOLARIS) + + #include +@@ -327,6 +364,24 @@ static nsresult GetResidentFast(int64_t + } + + #define HAVE_PRIVATE_REPORTER ++static nsresult ++GetPrivate(int64_t* aN) ++{ ++ PROCESS_MEMORY_COUNTERS_EX pmcex; ++ pmcex.cb = sizeof(PROCESS_MEMORY_COUNTERS_EX); ++ ++ if (!GetProcessMemoryInfo( ++ GetCurrentProcess(), ++ (PPROCESS_MEMORY_COUNTERS) &pmcex, sizeof(pmcex))) { ++ return NS_ERROR_FAILURE; ++ } ++ ++ *aN = pmcex.PrivateUsage; ++ return NS_OK; ++} ++#endif // XP_ ++ ++#ifdef HAVE_PRIVATE_REPORTER + class PrivateReporter MOZ_FINAL : public MemoryReporterBase + { + public: +@@ -339,21 +394,10 @@ public: + + NS_IMETHOD GetAmount(int64_t *aAmount) + { +- PROCESS_MEMORY_COUNTERS_EX pmcex; +- pmcex.cb = sizeof(PROCESS_MEMORY_COUNTERS_EX); +- +- if (!GetProcessMemoryInfo( +- GetCurrentProcess(), +- (PPROCESS_MEMORY_COUNTERS) &pmcex, sizeof(pmcex))) { +- return NS_ERROR_FAILURE; +- } +- +- *aAmount = pmcex.PrivateUsage; +- return NS_OK; ++ return GetPrivate(aAmount); + } + }; +- +-#endif // XP_ ++#endif + + #ifdef HAVE_VSIZE_AND_RESIDENT_REPORTERS + class VsizeReporter MOZ_FINAL : public MemoryReporterBase From owner-freebsd-gecko@FreeBSD.ORG Tue Dec 3 11:44:17 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A92679D for ; Tue, 3 Dec 2013 11:44:17 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E049E1CF8 for ; Tue, 3 Dec 2013 11:44:16 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB3BiFEW051860 for ; Tue, 3 Dec 2013 11:44:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB3BiAti051383 for freebsd-gecko@freebsd.org; Tue, 3 Dec 2013 11:44:10 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 3 Dec 2013 11:44:10 GMT Message-Id: <201312031144.rB3BiAti051383@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] r1426 - trunk/mail/thunderbird/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.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 11:44:17 -0000 Author: jbeich Date: Tue Dec 3 11:44:10 2013 New Revision: 1426 Log: unbreak build with clang 3.4 PR: ports/180563 Added: trunk/mail/thunderbird/files/patch-bug885538 Added: trunk/mail/thunderbird/files/patch-bug885538 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-bug885538 Tue Dec 3 11:44:10 2013 (r1426) @@ -0,0 +1,31 @@ + +# HG changeset patch +# User aceman +# Date 1374257425 14400 +# Node ID 89bbcd5a2293ae0338d1248b71b49338bece2bdc +# Parent baddbdd06d16665bae94e98d1570602cbc6c88ad +Bug 885538 - Fix clang compile failure in nsMsgSearchTerm.cpp by using an empty string instead of null pointer. r=rkent, a=Standard8 + +diff --git a/mailnews/base/search/src/nsMsgSearchTerm.cpp b/mailnews/base/search/src/nsMsgSearchTerm.cpp +--- mailnews/base/search/src/nsMsgSearchTerm.cpp ++++ mailnews/base/search/src/nsMsgSearchTerm.cpp +@@ -192,17 +192,17 @@ nsresult NS_MsgGetStringForAttribute(int + if (attrib == SearchAttribEntryTable[idxAttrib].attrib) + { + found = true; + *string = SearchAttribEntryTable[idxAttrib].attribName; + break; + } + } + if (!found) +- *string = '\0'; // don't leave the string uninitialized ++ *string = ""; // don't leave the string uninitialized + + // we no longer return invalid attribute. If we cannot find the string in the table, + // then it is an arbitrary header. Return success regardless if found or not + return NS_OK; + } + + typedef struct + { + From owner-freebsd-gecko@FreeBSD.ORG Tue Dec 3 11:44:24 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7569D7D8 for ; Tue, 3 Dec 2013 11:44:24 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 074521CFC for ; Tue, 3 Dec 2013 11:44:23 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB3BiM2D052485 for ; Tue, 3 Dec 2013 11:44: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 rB3BiHH6052302 for freebsd-gecko@freebsd.org; Tue, 3 Dec 2013 11:44:17 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 3 Dec 2013 11:44:17 GMT Message-Id: <201312031144.rB3BiHH6052302@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] r1427 - trunk/www/linux-seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 11:44:24 -0000 Author: jbeich Date: Tue Dec 3 11:44:17 2013 New Revision: 1427 Log: don't apply smaps hack on trunk Modified: trunk/www/linux-seamonkey/Makefile.common Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Tue Dec 3 11:44:10 2013 (r1426) +++ trunk/www/linux-seamonkey/Makefile.common Tue Dec 3 11:44:17 2013 (r1427) @@ -75,10 +75,13 @@ # empty port preferences @${DO_NADA} >>${PREFS_FILE} +. if ${DISTVERSION:R:R} < 28 || \ + (${PORTNAME} == "seamonkey" && ${DISTVERSION:R:E} < 25) # dummy resident-unique for make about:memory's "measure" @${REINPLACE_CMD} -i '' \ 's,/proc/self/smaps\(.Private\),////////dev/null\1,' \ ${WRKSRC}/libxul.so +. endif .endif .if !target(do-install) From owner-freebsd-gecko@FreeBSD.ORG Wed Dec 4 08:21:18 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 630038E6 for ; Wed, 4 Dec 2013 08:21:18 +0000 (UTC) Received: from mail.neu.net (neu.net [199.48.129.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29B0D1D36 for ; Wed, 4 Dec 2013 08:21:17 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id rB48LAqI027660 for ; Wed, 4 Dec 2013 03:21:10 -0500 (EST) (envelope-from andy@neu.net) Date: Wed, 4 Dec 2013 03:21:10 -0500 (EST) From: AN To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1424 - in trunk: . www/firefox www/firefox-nightly www/linux-firefox In-Reply-To: <201312031143.rB3BhsLL032424@trillian.chruetertee.ch> Message-ID: References: <201312031143.rB3BhsLL032424@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.98 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=-0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 08:21:18 -0000 FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #12 r258023: Mon Nov 11 17:29:03 CST 2013 root@FBSD11:/usr/obj/usr/src/sys/MYKERNEL amd64 # svnlite up Updating '.': At revision 1427. ===> Registering installation for firefox-nightly-28.0.158723,1 Installing firefox-nightly-28.0.158723,1... done Works except for sound, html5 videos work great. Can anyone confirm getting sound working in FF-Nightly on current? Is it supposed to work at this point, any special config needed? From owner-freebsd-gecko@FreeBSD.ORG Thu Dec 5 04:23:50 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 984CC2CD for ; Thu, 5 Dec 2013 04:23:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D73951A78 for ; Thu, 5 Dec 2013 04:23:49 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB54Nfpe042524 for ; Thu, 5 Dec 2013 04:23:41 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB54Nakm040079 for freebsd-gecko@freebsd.org; Thu, 5 Dec 2013 04:23:36 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 5 Dec 2013 04:23:36 GMT Message-Id: <201312050423.rB54Nakm040079@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] r1428 - in trunk/www: linux-seamonkey seamonkey 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.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 04:23:50 -0000 Author: jbeich Date: Thu Dec 5 04:23:36 2013 New Revision: 1428 Log: update seamonkey Deleted: trunk/www/seamonkey/files/patch-bug807492 trunk/www/seamonkey/files/patch-bug851992 trunk/www/seamonkey/files/patch-bug876156 trunk/www/seamonkey/files/patch-bug886181 trunk/www/seamonkey/files/patch-bug910875 trunk/www/seamonkey/files/patch-bug916216 trunk/www/seamonkey/files/patch-bug918177 Modified: trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/distinfo trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo trunk/www/seamonkey/files/patch-bug945046 trunk/www/seamonkey/files/patch-config-baseconfig.mk Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Tue Dec 3 11:44:17 2013 (r1427) +++ trunk/www/linux-seamonkey/Makefile Thu Dec 5 04:23:36 2013 (r1428) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-seamonkey/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= seamonkey -DISTVERSION= 2.22.1 +DISTVERSION= 2.23b1 CATEGORIES= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Tue Dec 3 11:44:17 2013 (r1427) +++ trunk/www/linux-seamonkey/distinfo Thu Dec 5 04:23:36 2013 (r1428) @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.22.1.tar.bz2) = d469291418d2ca89080d96bfcaa6fefdd29c7dd1063969a25980e5dd6d1c05a5 -SIZE (seamonkey-2.22.1.tar.bz2) = 28984195 +SHA256 (seamonkey-2.23b1.tar.bz2) = 68914231d25822e6dda53904d1d43dade27138cc7c9ae07160f61d6262f5cfbc +SIZE (seamonkey-2.23b1.tar.bz2) = 29499681 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Tue Dec 3 11:44:17 2013 (r1427) +++ trunk/www/seamonkey/Makefile Thu Dec 5 04:23:36 2013 (r1428) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey/Makefile 324744 2013-08-14 22:35:50Z ak $ PORTNAME= seamonkey -DISTVERSION= 2.22.1 +DISTVERSION= 2.23b1 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ @@ -21,7 +21,7 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.6 -L_VERSION= 2.7b1 +L_VERSION= 2.8b1 SSP_UNSAFE= yes USE_AUTOTOOLS= autoconf213:env @@ -70,7 +70,7 @@ .include -WRKSRC= ${WRKDIR}/comm-release +WRKSRC= ${WRKDIR}/comm-beta MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Tue Dec 3 11:44:17 2013 (r1427) +++ trunk/www/seamonkey/distinfo Thu Dec 5 04:23:36 2013 (r1428) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.22.1.source.tar.bz2) = 09a5c432de73ef7a35b3db20bf5ccc0ebd57cd2fa8363176b1319107e5ff64cb -SIZE (seamonkey-2.22.1.source.tar.bz2) = 148035166 +SHA256 (seamonkey-2.23b1.source.tar.bz2) = 00a9e3fe318bb5618c7a5929b757c1e4480199b9f55ee66426756d80cb5e3517 +SIZE (seamonkey-2.23b1.source.tar.bz2) = 148301800 SHA256 (enigmail-1.6.tar.gz) = 10d5eb7ba364b9b6e6275aae8bba1d0e4321ed7d55a715337d566ccf2a56ea4d SIZE (enigmail-1.6.tar.gz) = 1231111 Deleted: trunk/www/seamonkey/files/patch-bug807492 ============================================================================== --- trunk/www/seamonkey/files/patch-bug807492 Thu Dec 5 04:23:36 2013 (r1427) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,628 +0,0 @@ -JJdiff --git configure.in configure.in -index c167461..8346c11 100644 ---- mozilla/configure.in -+++ mozilla/configure.in -@@ -5246,17 +5246,17 @@ if test "$NS_PRINTING"; then - AC_DEFINE(NS_PRINT_PREVIEW) - fi - - dnl Turn off webrtc for OS's we don't handle yet, but allow - dnl --enable-webrtc to override. Can disable for everything in - dnl the master list above. - if test -n "$MOZ_WEBRTC"; then - case "$target" in -- *-linux*|*-mingw*|*-darwin*|*-android*|*-linuxandroid*) -+ *-linux*|*-mingw*|*-darwin*|*-android*|*-linuxandroid*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*) - dnl Leave enabled - ;; - *) - dnl default to disabled for all others - MOZ_WEBRTC= - ;; - esac - fi -diff --git media/mtransport/objs.mk media/mtransport/objs.mk -index f1fc85f..141e8ca 100644 ---- mozilla/media/mtransport/objs.mk -+++ mozilla/media/mtransport/objs.mk -@@ -18,22 +18,26 @@ LOCAL_INCLUDES += \ - -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/util/libekr \ - -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/log \ - -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/registry \ - -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/stats \ - -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/plugin \ - -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/event \ - $(NULL) - --ifeq ($(OS_TARGET), Darwin) -+ifneq (,$(filter Darwin DragonFly FreeBSD NetBSD OpenBSD,$(OS_TARGET))) - LOCAL_INCLUDES += \ - -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/darwin/include \ - -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/generic/include \ - $(NULL) -+ifeq ($(OS_TARGET), Darwin) - DEFINES += -DDARWIN -+else -+DEFINES += -DBSD -+endif - endif - - ifeq ($(OS_TARGET), Linux) - LOCAL_INCLUDES += \ - -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/linux/include \ - -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/generic/include \ - $(NULL) - DEFINES += -DLINUX -diff --git media/mtransport/test/Makefile.in media/mtransport/test/Makefile.in -index c1d5bf4..2ecf2c7 100644 ---- mozilla/media/mtransport/test/Makefile.in -+++ mozilla/media/mtransport/test/Makefile.in -@@ -73,22 +73,24 @@ DEFINES += -D__Userspace_os_FreeBSD=1 - else - #default_fallback; probably doesn't work - DEFINES += -D__Userspace_os_$(OS_TARGET)=1 - endif - endif - endif - endif - --ifeq ($(OS_TARGET), Darwin) -+ifneq (,$(filter Darwin DragonFly FreeBSD NetBSD OpenBSD,$(OS_TARGET))) - LOCAL_INCLUDES += -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/darwin/include -+ifeq ($(OS_TARGET), Darwin) - DEFINES += \ - -DGTEST_USE_OWN_TR1_TUPLE=1 \ - $(NULL) - endif -+endif - - ifeq ($(OS_TARGET), Linux) - LOCAL_INCLUDES += -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/linux/include - endif - - ifeq ($(OS_TARGET), Android) - LOCAL_INCLUDES += -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/android/include - -diff --git media/mtransport/third_party/nICEr/nicer.gyp media/mtransport/third_party/nICEr/nicer.gyp -index 0e1f8b4..9a4b995 100644 ---- mozilla/media/mtransport/third_party/nICEr/nicer.gyp -+++ mozilla/media/mtransport/third_party/nICEr/nicer.gyp -@@ -126,26 +126,36 @@ - 'R_DEFINED_UINT2=uint16_t', - 'R_DEFINED_INT4=int32_t', - 'R_DEFINED_UINT4=uint32_t', - 'R_DEFINED_INT8=int64_t', - 'R_DEFINED_UINT8=uint64_t', - ], - - 'conditions' : [ -- ## Mac -+ ## Mac and BSDs - [ 'OS == "mac"', { -+ 'defines' : [ -+ 'DARWIN', -+ 'HAVE_XLOCALE', -+ ], -+ }], -+ [ 'os_bsd == 1', { -+ 'defines' : [ -+ 'BSD', -+ ], -+ }], -+ [ 'OS == "mac" or os_bsd == 1', { - 'cflags_mozilla': [ - '-Wall', - '-Wno-parentheses', - '-Wno-strict-prototypes', - '-Wmissing-prototypes', - ], - 'defines' : [ -- 'DARWIN', - 'HAVE_LIBM=1', - 'HAVE_STRDUP=1', - 'HAVE_STRLCPY=1', - 'HAVE_SYS_TIME_H=1', - 'HAVE_VFPRINTF=1', - 'NEW_STDIO' - 'RETSIGTYPE=void', - 'TIME_WITH_SYS_TIME_H=1', -diff --git media/mtransport/third_party/nICEr/src/stun/addrs.c media/mtransport/third_party/nICEr/src/stun/addrs.c -index b0b66b2..04fea94 100644 ---- mozilla/media/mtransport/third_party/nICEr/src/stun/addrs.c -+++ mozilla/media/mtransport/third_party/nICEr/src/stun/addrs.c -@@ -50,17 +50,19 @@ static char *RCSSTRING __UNUSED__="$Id: addrs.c,v 1.2 2008/04/28 18:21:30 ekr Ex - #else - #include - /* Work around an Android NDK < r8c bug */ - #undef __unused - #include - #endif - #include - #ifndef LINUX -+#if !defined(__OpenBSD__) && !defined(__NetBSD__) - #include -+#endif - #include - #include - #include - #else - #include - #endif - #include - -@@ -75,17 +77,17 @@ static char *RCSSTRING __UNUSED__="$Id: addrs.c,v 1.2 2008/04/28 18:21:30 ekr Ex - #include - #endif /* UNIX */ - - #include "stun.h" - #include "addrs.h" - - - --#ifdef DARWIN -+#if defined(BSD) || defined(DARWIN) - /* - * Copyright (c) 1983, 1993 - * The Regents of the University of California. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright -@@ -685,17 +687,17 @@ nr_stun_remove_duplicate_addrs(nr_transport_addr addrs[], int remove_loopback, i - } - - int - nr_stun_get_addrs(nr_transport_addr addrs[], int maxaddrs, int drop_loopback, int *count) - { - int _status=0; - int i; - --#ifdef DARWIN -+#if defined(BSD) || defined(DARWIN) - _status = stun_get_mib_addrs(addrs, maxaddrs, count); - #elif defined(WIN32) - _status = stun_get_win32_addrs(addrs, maxaddrs, count); - #elif defined(__sparc__) - _status = stun_get_sparc_addrs(addrs, maxaddrs, count); - #else - _status = stun_get_siocgifconf_addrs(addrs, maxaddrs, count); - #endif -diff --git media/mtransport/third_party/nICEr/src/stun/stun.h media/mtransport/third_party/nICEr/src/stun/stun.h -index a3c51f9..eb65ac8 100644 ---- mozilla/media/mtransport/third_party/nICEr/src/stun/stun.h -+++ mozilla/media/mtransport/third_party/nICEr/src/stun/stun.h -@@ -36,21 +36,25 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - #ifdef WIN32 - #include - #else - #include - #include - #include - #ifndef LINUX -+#if !defined(__OpenBSD__) && !defined(__NetBSD__) - #include -+#endif - #include - #include - #endif -+#ifndef BSD - #include -+#endif - #include - #ifndef LINUX - #include - #endif - #include - #include - #endif - #include -diff --git media/mtransport/third_party/nICEr/src/util/mbslen.c media/mtransport/third_party/nICEr/src/util/mbslen.c -index cc260b7..66af2d7 100644 ---- mozilla/media/mtransport/third_party/nICEr/src/util/mbslen.c -+++ mozilla/media/mtransport/third_party/nICEr/src/util/mbslen.c -@@ -38,50 +38,58 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - #include - #include - - #include - #include - #include - #include --#ifdef DARWIN -+ -+#ifdef __FreeBSD__ -+#include -+# if __FreeBSD_version > 900505 -+# define HAVE_XLOCALE -+# endif -+#endif -+ -+#ifdef HAVE_XLOCALE - #include --#endif /* DARWIN */ -+#endif /* HAVE_XLOCALE */ - - #include "nr_api.h" - #include "mbslen.h" - - /* get number of characters in a mult-byte character string */ - int - mbslen(const char *s, size_t *ncharsp) - { --#ifdef DARWIN -+#ifdef HAVE_XLOCALE - static locale_t loc = 0; - static int initialized = 0; --#endif /* DARWIN */ -+#endif /* HAVE_XLOCALE */ - #ifdef WIN32 - char *my_locale=0; - unsigned int i; - #endif /* WIN32 */ - int _status; - size_t nbytes; - int nchars; - mbstate_t mbs; - --#ifdef DARWIN -+#ifdef HAVE_XLOCALE - if (! initialized) { - initialized = 1; - loc = newlocale(LC_CTYPE_MASK, "UTF-8", LC_GLOBAL_LOCALE); - } - - if (loc == 0) { - /* unable to create the UTF-8 locale */ - assert(loc != 0); /* should never happen */ --#endif /* DARWIN */ -+#endif /* HAVE_XLOCALE */ - - #ifdef WIN32 - if (!setlocale(LC_CTYPE, 0)) - ABORT(R_INTERNAL); - - if (!(my_locale = r_strdup(setlocale(LC_CTYPE, 0)))) - ABORT(R_NO_MEMORY); - -@@ -94,28 +102,28 @@ mbslen(const char *s, size_t *ncharsp) - /* can't count UTF-8 characters with mbrlen if the locale isn't UTF-8 */ - /* null-checking setlocale is required because Android */ - char *locale = setlocale(LC_CTYPE, 0); - /* some systems use "utf8" instead of "UTF-8" like Fedora 17 */ - if (!locale || (!strcasestr(locale, "UTF-8") && !strcasestr(locale, "UTF8"))) - ABORT(R_NOT_FOUND); - #endif - --#ifdef DARWIN -+#ifdef HAVE_XLOCALE - } --#endif /* DARWIN */ -+#endif /* HAVE_XLOCALE */ - - memset(&mbs, 0, sizeof(mbs)); - nchars = 0; - --#ifdef DARWIN -+#ifdef HAVE_XLOCALE - while (*s != '\0' && (nbytes = mbrlen_l(s, strlen(s), &mbs, loc)) != 0) - #else - while (*s != '\0' && (nbytes = mbrlen(s, strlen(s), &mbs)) != 0) --#endif /* DARWIN */ -+#endif /* HAVE_XLOCALE */ - { - if (nbytes == (size_t)-1) /* should never happen */ { - ABORT(R_INTERNAL); - } - if (nbytes == (size_t)-2) /* encoding error */ { - ABORT(R_BAD_DATA); - } - -diff --git media/mtransport/third_party/nrappkit/nrappkit.gyp media/mtransport/third_party/nrappkit/nrappkit.gyp -index 3cc8e1c..74016c6 100644 ---- mozilla/media/mtransport/third_party/nrappkit/nrappkit.gyp -+++ mozilla/media/mtransport/third_party/nrappkit/nrappkit.gyp -@@ -142,26 +142,35 @@ - 'R_DEFINED_UINT2=uint16_t', - 'R_DEFINED_INT4=int32_t', - 'R_DEFINED_UINT4=uint32_t', - 'R_DEFINED_INT8=int64_t', - 'R_DEFINED_UINT8=uint64_t', - ], - - 'conditions' : [ -- ## Mac -+ ## Mac and BSDs - [ 'OS == "mac"', { -+ 'defines' : [ -+ 'DARWIN', -+ ], -+ }], -+ [ 'os_bsd == 1', { -+ 'defines' : [ -+ 'BSD', -+ ], -+ }], -+ [ 'OS == "mac" or os_bsd == 1', { - 'cflags_mozilla': [ - '-Wall', - '-Wno-parentheses', - '-Wno-strict-prototypes', - '-Wmissing-prototypes', - ], - 'defines' : [ -- 'DARWIN', - 'HAVE_LIBM=1', - 'HAVE_STRDUP=1', - 'HAVE_STRLCPY=1', - 'HAVE_SYS_TIME_H=1', - 'HAVE_VFPRINTF=1', - 'NEW_STDIO' - 'RETSIGTYPE=void', - 'TIME_WITH_SYS_TIME_H=1', -diff --git media/mtransport/third_party/nrappkit/src/log/r_log.c media/mtransport/third_party/nrappkit/src/log/r_log.c -index efb7ef2..aebf578 100644 ---- mozilla/media/mtransport/third_party/nrappkit/src/log/r_log.c -+++ mozilla/media/mtransport/third_party/nrappkit/src/log/r_log.c -@@ -43,16 +43,17 @@ static char *RCSSTRING __UNUSED__ ="$Id: r_log.c,v 1.10 2008/11/25 22:25:18 adam - #ifdef LINUX - #define _BSD_SOURCE - #endif - - #include "r_log.h" - #include "hex.h" - - #include -+#include - #ifndef _MSC_VER - #include - #include - #endif - #include - #include - - -diff --git media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h -index bcb1ec0..bb73591 100644 ---- mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h -+++ mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h -@@ -33,7 +33,7 @@ - #ifndef _SYS_QUEUE_H_ - #define _SYS_QUEUE_H_ - --#ifndef DARWIN -+#if !defined(__FreeBSD__) && !defined(DARWIN) - #include - #define __offsetof offsetof - #endif -diff --git media/mtransport/third_party/nrappkit/src/util/util.c media/mtransport/third_party/nrappkit/src/util/util.c -index a7d4ff1..ff11a60 100644 ---- mozilla/media/mtransport/third_party/nrappkit/src/util/util.c -+++ mozilla/media/mtransport/third_party/nrappkit/src/util/util.c -@@ -40,16 +40,17 @@ - static char *RCSSTRING __UNUSED__ ="$Id: util.c,v 1.5 2007/11/21 00:09:13 adamcain Exp $"; - - #ifndef WIN32 - #include - #include - #include - #endif - #include -+#include - #include - #include - #ifdef OPENSSL - #include - #endif - #include "nr_common.h" - #include "r_common.h" - #include "registry.h" -diff --git media/webrtc/signaling/signaling.gyp media/webrtc/signaling/signaling.gyp -index 2a91e3d..31de641 100644 ---- mozilla/media/webrtc/signaling/signaling.gyp -+++ mozilla/media/webrtc/signaling/signaling.gyp -@@ -223,16 +223,29 @@ - 'GIPS_VER=3480', - 'SIPCC_BUILD', - 'HAVE_WINSOCK2_H' - ], - - 'cflags_mozilla': [ - ], - }], -+ ['os_bsd==1', { -+ 'include_dirs': [ -+ ], -+ 'defines': [ -+ # avoiding pointless ifdef churn -+ 'SIP_OS_OSX', -+ 'OSX', -+ 'SECLIB_OPENSSL', -+ ], -+ -+ 'cflags_mozilla': [ -+ ], -+ }], - ['OS=="mac"', { - 'include_dirs': [ - ], - 'defines': [ - 'SIP_OS_OSX', - 'OSX', - '_FORTIFY_SOURCE=2', - ], -@@ -747,17 +760,17 @@ - 'EXTERNAL_TICK_REQUIRED', - 'GIPS_VER=3480', - ], - - 'cflags_mozilla': [ - ], - - }], -- ['OS=="mac"', { -+ ['OS=="mac" or os_bsd==1', { - - 'include_dirs': [ - ], - - 'sources': [ - # SIPSTACK - './src/sipcc/core/sipstack/sip_platform_task.c', - -@@ -792,24 +805,23 @@ - './src/sipcc/cpr/darwin/cpr_darwin_timers_using_select.c', - './src/sipcc/cpr/darwin/cpr_darwin_tst.h', - './src/sipcc/cpr/darwin/cpr_darwin_types.h', - ], - - - 'defines' : [ - 'SIP_OS_OSX', -- '_POSIX_SOURCE', -+ # using BSD extensions, leave _POSIX_SOURCE undefined - 'CPR_MEMORY_LITTLE_ENDIAN', - 'NO_SOCKET_POLLING', - 'USE_TIMER_SELECT_BASED', - 'FULL_BUILD', - 'STUBBED_OUT', - 'USE_PRINTF', -- '_DARWIN_C_SOURCE', - 'NO_NSPR_10_SUPPORT', - ], - - 'cflags_mozilla': [ - ], - }], - ], - -diff --git media/webrtc/signaling/src/sipcc/cpr/darwin/cpr_darwin_ipc.c media/webrtc/signaling/src/sipcc/cpr/darwin/cpr_darwin_ipc.c -index a7c47e1..4f191de 100644 ---- mozilla/media/webrtc/signaling/src/sipcc/cpr/darwin/cpr_darwin_ipc.c -+++ mozilla/media/webrtc/signaling/src/sipcc/cpr/darwin/cpr_darwin_ipc.c -@@ -317,21 +317,25 @@ cprGetMessage (cprMsgQueue_t msgQueue, boolean waitForever, void **ppUserData) - { - static const char fname[] = "cprGetMessage"; - - void *buffer = 0; - cpr_msg_queue_t *msgq; - cpr_msgq_node_t *node; - struct timespec timeout; - struct timeval tv; -+#ifndef __APPLE__ -+ struct timezone tz; -+#else - // On the iPhone, there is a DarwinAlias problem with "timezone" - struct _timezone { - int tz_minuteswest; /* of Greenwich */ - int tz_dsttime; /* type of dst correction to apply */ - } tz; -+#endif - - /* Initialize ppUserData */ - if (ppUserData) { - *ppUserData = NULL; - } - - msgq = (cpr_msg_queue_t *) msgQueue; - if (msgq == NULL) { -diff --git media/webrtc/signaling/test/Makefile.in media/webrtc/signaling/test/Makefile.in -index a30e330..cfbd8a3 100644 ---- mozilla/media/webrtc/signaling/test/Makefile.in -+++ mozilla/media/webrtc/signaling/test/Makefile.in -@@ -81,17 +81,17 @@ endif - ifeq (qt,$(MOZ_WIDGET_TOOLKIT)) - LIBS += \ - $(XLIBS) \ - $(TK_LIBS) \ - $(MOZ_PANGO_LIBS) \ - $(NULL) - endif - --ifeq ($(OS_TARGET),Linux) -+ifneq (,$(filter Linux DragonFly FreeBSD NetBSD OpenBSD,$(OS_TARGET))) - LIBS += \ - $(MOZ_CAIRO_OSLIBS) \ - $(NULL) - endif - - ifeq ($(OS_TARGET),Darwin) - LIBS += \ - -framework AudioToolbox \ -diff --git media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py -index 338d0b7..2241d41 100644 ---- mozilla/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py -+++ mozilla/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py -@@ -1,16 +1,17 @@ - # Copyright (c) 2012 Mozilla Foundation. All rights reserved. - # Use of this source code is governed by a BSD-style license that can be - # found in the LICENSE file. - - import collections - import gyp - import gyp.common - import sys -+import platform - import os - import re - import shlex - - generator_wants_sorted_dependencies = True - - generator_default_variables = { - } -@@ -107,30 +108,44 @@ endif - - def ensure_directory_exists(path): - dir = os.path.dirname(path) - if dir and not os.path.exists(dir): - os.makedirs(dir) - - def GetFlavor(params): - """Returns |params.flavor| if it's set, the system's default flavor else.""" -+ system = platform.system().lower() - flavors = { -- 'win32': 'win', -- 'darwin': 'mac', -- 'sunos5': 'solaris', -- 'freebsd7': 'freebsd', -- 'freebsd8': 'freebsd', -+ 'microsoft': 'win', -+ 'windows' : 'win', -+ 'darwin' : 'mac', -+ 'sunos' : 'solaris', -+ 'dragonfly': 'bsd', -+ 'freebsd' : 'bsd', -+ 'netbsd' : 'bsd', -+ 'openbsd' : 'bsd', - } -- flavor = flavors.get(sys.platform, 'linux') -- return params.get('flavor', flavor) -+ -+ if 'flavor' in params: -+ return params['flavor'] -+ if system.startswith('cygwin'): -+ return 'win' -+ if system in flavors: -+ return flavors[system] -+ -+ return 'linux' - - - def CalculateVariables(default_variables, params): -+ flavor = GetFlavor(params) -+ if flavor == 'bsd': -+ flavor = platform.system().lower() - generator_flags = params.get('generator_flags', {}) -- default_variables['OS'] = generator_flags.get('os', GetFlavor(params)) -+ default_variables['OS'] = generator_flags.get('os', flavor) - - - def CalculateGeneratorInputInfo(params): - """Calculate the generator specific info that gets fed to input (called by - gyp).""" - generator_flags = params.get('generator_flags', {}) - if generator_flags.get('adjust_static_libraries', False): - global generator_wants_static_library_dependencies_adjusted Deleted: trunk/www/seamonkey/files/patch-bug851992 ============================================================================== --- trunk/www/seamonkey/files/patch-bug851992 Thu Dec 5 04:23:36 2013 (r1427) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,331 +0,0 @@ -diff --git a/config/Makefile.in b/config/Makefile.in ---- mozilla/config/Makefile.in -+++ mozilla/config/Makefile.in -@@ -97,16 +97,17 @@ export:: $(export-preqs) - -DMOZ_TREE_PIXMAN=$(MOZ_TREE_PIXMAN) \ - -DMOZ_NATIVE_HUNSPELL=$(MOZ_NATIVE_HUNSPELL) \ - -DMOZ_NATIVE_BZ2=$(MOZ_NATIVE_BZ2) \ - -DMOZ_NATIVE_ZLIB=$(MOZ_NATIVE_ZLIB) \ - -DMOZ_NATIVE_PNG=$(MOZ_NATIVE_PNG) \ - -DMOZ_NATIVE_JPEG=$(MOZ_NATIVE_JPEG) \ - -DMOZ_NATIVE_LIBEVENT=$(MOZ_NATIVE_LIBEVENT) \ - -DMOZ_NATIVE_LIBVPX=$(MOZ_NATIVE_LIBVPX) \ -+ -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ - $(srcdir)/system-headers | $(PERL) $(topsrcdir)/nsprpub/config/make-system-wrappers.pl system_wrappers - $(INSTALL) system_wrappers $(DIST) - - GARBAGE_DIRS += system_wrappers - endif - - ifdef WRAP_STL_INCLUDES - ifdef GNU_CXX -diff --git a/config/system-headers b/config/system-headers ---- mozilla/config/system-headers -+++ mozilla/config/system-headers -@@ -1125,8 +1125,19 @@ gst/video/video.h - sys/msg.h - sys/ipc.h - sys/thr.h - sys/user.h - kvm.h - spawn.h - err.h - xlocale.h -+#if MOZ_NATIVE_ICU==1 -+unicode/locid.h -+unicode/numsys.h -+unicode/ucal.h -+unicode/ucol.h -+unicode/udat.h -+unicode/udatpg.h -+unicode/uenum.h -+unicode/unum.h -+unicode/ustring.h -+#endif -diff --git a/configure.in b/configure.in ---- mozilla/configure.in -+++ mozilla/configure.in -@@ -4134,16 +4134,32 @@ if test -n "$MOZ_NATIVE_FFI"; then - PKG_CHECK_MODULES(MOZ_FFI, libffi > 3.0.9) - else - PKG_CHECK_MODULES(MOZ_FFI, libffi >= 3.0.9) - fi - MOZ_JS_STATIC_LIBS="$MOZ_JS_STATIC_LIBS $MOZ_FFI_LIBS" - fi - - dnl ======================================================== -+dnl system icu support -+dnl ======================================================== -+MOZ_NATIVE_ICU= -+MOZ_ARG_WITH_BOOL(system-icu, -+[ --with-system-icu -+ Use system icu (located with pkgconfig)], -+ MOZ_NATIVE_ICU=1) -+ -+if test -n "$MOZ_NATIVE_ICU"; then -+ PKG_CHECK_MODULES(MOZ_ICU, icu-i18n >= 50.1) -+ MOZ_JS_STATIC_LIBS="$MOZ_JS_STATIC_LIBS $MOZ_ICU_LIBS" -+fi -+ -+AC_SUBST(MOZ_NATIVE_ICU) -+ -+dnl ======================================================== - dnl Java SDK support - dnl ======================================================== - - JAVA_BIN_PATH= - MOZ_ARG_WITH_STRING(java-bin-path, - [ --with-java-bin-path=dir - Location of Java binaries (java, javac, jar)], - JAVA_BIN_PATH=$withval) -diff --git a/js/src/Makefile.in b/js/src/Makefile.in ---- mozilla/js/src/Makefile.in.orig 2013-10-26 00:19:30.000000000 +0200 -+++ mozilla/js/src/Makefile.in 2013-10-26 12:51:24.469902638 +0200 -@@ -232,12 +232,17 @@ - # ICU headers need to be available whether we build with the complete - # Internationalization API or not - ICU stubs rely on them. - -+ifdef MOZ_NATIVE_ICU -+LOCAL_INCLUDES += $(MOZ_ICU_CFLAGS) -+else - LOCAL_INCLUDES += \ - -I$(topsrcdir)/../../intl/icu/source/common \ - -I$(topsrcdir)/../../intl/icu/source/i18n \ - $(NULL) -+endif - - ifdef ENABLE_INTL_API -+ifndef MOZ_NATIVE_ICU - - ifeq ($(OS_ARCH),WINNT) - # Library names: On Windows, ICU uses modified library names for static -@@ -271,6 +276,7 @@ - $(call SUBMAKE,$@,intl/icu) - - endif -+endif - - # - # END ECMAScript Internationalization API -@@ -394,7 +400,11 @@ - DEFINES += -DUSE_ZLIB - endif - --SHARED_LIBRARY_LIBS += $(ICU_LIBS) -+ifdef MOZ_NATIVE_ICU -+EXTRA_DSO_LDOPTS += $(MOZ_ICU_LIBS) -+else -+SHARED_LIBRARY_LIBS += $(MOZ_ICU_LIBS) -+endif - - # Prevent floating point errors caused by VC++ optimizations - ifdef _MSC_VER -diff --git a/js/src/config/Makefile.in b/js/src/config/Makefile.in ---- mozilla/js/src/config/Makefile.in -+++ mozilla/js/src/config/Makefile.in -@@ -54,16 +54,17 @@ include $(topsrcdir)/config/rules.mk - - HOST_CFLAGS += -DUNICODE -D_UNICODE - - ifdef WRAP_SYSTEM_INCLUDES - export:: \ - $(call mkdir_deps,system_wrappers_js) \ - $(NULL) - $(PYTHON) $(srcdir)/Preprocessor.py $(DEFINES) $(ACDEFINES) \ -+ -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ - $(srcdir)/system-headers | $(PERL) $(srcdir)/make-system-wrappers.pl system_wrappers_js - $(INSTALL) system_wrappers_js $(DIST) - - GARBAGE_DIRS += system_wrappers_js - endif - - GARBAGE += $(srcdir)/*.pyc *.pyc - -diff --git a/js/src/config/system-headers b/js/src/config/system-headers ---- mozilla/js/src/config/system-headers -+++ mozilla/js/src/config/system-headers -@@ -1125,8 +1125,19 @@ gst/video/video.h - sys/msg.h - sys/ipc.h - sys/thr.h - sys/user.h - kvm.h - spawn.h - err.h - xlocale.h -+#if MOZ_NATIVE_ICU==1 -+unicode/locid.h -+unicode/numsys.h -+unicode/ucal.h -+unicode/ucol.h -+unicode/udat.h -+unicode/udatpg.h -+unicode/uenum.h -+unicode/unum.h -+unicode/ustring.h -+#endif -diff --git a/js/src/configure.in b/js/src/configure.in ---- mozilla/js/src/configure.in -+++ mozilla/js/src/configure.in -@@ -4406,56 +4406,65 @@ if test "$ACCESSIBILITY" -a "$MOZ_ENABLE - AC_DEFINE_UNQUOTED(ATK_MINOR_VERSION, $ATK_MINOR_VERSION) - AC_DEFINE_UNQUOTED(ATK_REV_VERSION, $ATK_REV_VERSION) - fi - - - dnl ======================================================== - dnl ECMAScript Internationalization API Support (uses ICU) - dnl ======================================================== -+ICU_LIB_NAMES= -+MOZ_NATIVE_ICU= -+MOZ_ARG_WITH_BOOL(system-icu, -+[ --with-system-icu -+ Use system icu (located with pkgconfig)], -+ MOZ_NATIVE_ICU=1) -+ -+if test -n "$MOZ_NATIVE_ICU"; then -+ PKG_CHECK_MODULES(MOZ_ICU, icu-i18n >= 50.1) -+fi - - ENABLE_INTL_API=1 - MOZ_ARG_DISABLE_BOOL(intl-api, - [ --disable-intl-api Disable the ECMAScript Internationalization API], - ENABLE_INTL_API= ) - - dnl Settings for the implementation of the ECMAScript Internationalization API - if test -n "$ENABLE_INTL_API"; then - AC_DEFINE(ENABLE_INTL_API) -- # We build ICU as a static library. -- AC_DEFINE(U_STATIC_IMPLEMENTATION) -- -- case "$OS_TARGET" in -- WINNT) -- ICU_LIB_NAMES="icuin icuuc icudt" -- ;; -- Darwin|Linux) -- ICU_LIB_NAMES="icui18n icuuc icudata" -- ;; -- *) -- AC_MSG_ERROR([ECMAScript Internationalization API is not yet supported on this platform]) -- esac -- -- ICU_LIBS='$(call EXPAND_LIBNAME_PATH,$(ICU_LIB_NAMES),$(DEPTH)/intl/icu/lib)' --else -- ICU_LIB_NAMES= -- ICU_LIBS= -+ -+ if test -z "$MOZ_NATIVE_ICU"; then -+ case "$OS_TARGET" in -+ WINNT) -+ ICU_LIB_NAMES="icuin icuuc icudt" -+ ;; -+ Darwin|Linux) -+ ICU_LIB_NAMES="icui18n icuuc icudata" -+ ;; -+ *) -+ AC_MSG_ERROR([ECMAScript Internationalization API is not yet supported on this platform]) -+ esac -+ MOZ_ICU_LIBS='$(call EXPAND_LIBNAME_PATH,$(ICU_LIB_NAMES),$(DEPTH)/intl/icu/lib)' -+ fi - fi - - AC_SUBST(ENABLE_INTL_API) - AC_SUBST(ICU_LIB_NAMES) --AC_SUBST(ICU_LIBS) -- --dnl Source files that use ICU should have control over which parts of the ICU --dnl namespace they want to use. --AC_DEFINE(U_USING_ICU_NAMESPACE,0) -- -+AC_SUBST(MOZ_ICU_LIBS) -+AC_SUBST(MOZ_NATIVE_ICU) - - dnl Settings for ICU --if test -n "$ENABLE_INTL_API" ; then -+if test -n "$ENABLE_INTL_API" -a -z "$MOZ_NATIVE_ICU"; then -+ dnl We build ICU as a static library. -+ AC_DEFINE(U_STATIC_IMPLEMENTATION) -+ -+ dnl Source files that use ICU should have control over which parts of the ICU -+ dnl namespace they want to use. -+ AC_DEFINE(U_USING_ICU_NAMESPACE,0) -+ - # Set ICU compile options - ICU_CPPFLAGS="" - # don't use icu namespace automatically in client code - ICU_CPPFLAGS="$ICU_CPPFLAGS -DU_USING_ICU_NAMESPACE=0" - # don't include obsolete header files - ICU_CPPFLAGS="$ICU_CPPFLAGS -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1" - # remove chunks of the library that we don't need (yet) - ICU_CPPFLAGS="$ICU_CPPFLAGS -DUCONFIG_NO_LEGACY_CONVERSION" -diff --git a/js/src/gdb/Makefile.in b/js/src/gdb/Makefile.in ---- mozilla/js/src/gdb/Makefile.in -+++ mozilla/js/src/gdb/Makefile.in -@@ -14,16 +14,20 @@ include $(DEPTH)/config/autoconf.mk - # Building against js_static requires that we declare mfbt sybols "exported" - # on its behalf. - DEFINES += -DEXPORT_JS_API -DIMPL_MFBT - - LIBS = $(DEPTH)/$(LIB_PREFIX)js_static.$(LIB_SUFFIX) $(NSPR_LIBS) $(MOZ_ZLIB_LIBS) - - LOCAL_INCLUDES += -I$(topsrcdir) -I.. - -+ifdef MOZ_NATIVE_ICU -+EXTRA_LIBS += $(MOZ_ICU_LIBS) -+endif -+ - EXTRA_LIBS += $(MOZ_FFI_LIBS) - - # Place a GDB Python auto-load file next to the gdb-tests executable, both - # in the build directory and in the dist/bin directory. - PP_TARGETS += GDB_AUTOLOAD - GDB_AUTOLOAD := gdb-tests-gdb.py.in - GDB_AUTOLOAD_FLAGS := -Dtopsrcdir=$(abspath $(topsrcdir)) - -diff --git a/js/src/jsapi-tests/Makefile.in b/js/src/jsapi-tests/Makefile.in ---- mozilla/js/src/jsapi-tests/Makefile.in -+++ mozilla/js/src/jsapi-tests/Makefile.in -@@ -15,16 +15,20 @@ DEFINES += -DEXPORT_JS_API - # Building against js_static requires that we declare mfbt sybols "exported" - # on its behalf. - DEFINES += -DIMPL_MFBT - - LIBS = $(DEPTH)/$(LIB_PREFIX)js_static.$(LIB_SUFFIX) $(NSPR_LIBS) $(MOZ_ZLIB_LIBS) - - LOCAL_INCLUDES += -I$(topsrcdir) -I.. - -+ifdef MOZ_NATIVE_ICU -+EXTRA_LIBS += $(MOZ_ICU_LIBS) -+endif -+ - EXTRA_LIBS += $(MOZ_FFI_LIBS) - - ifdef QEMU_EXE - MOZ_POST_PROGRAM_COMMAND = $(topsrcdir)/build/qemu-wrap --qemu $(QEMU_EXE) --libdir $(CROSS_LIB) - endif - - # Place a GDB Python auto-load file next to the jsapi-tests executable in - # the build directory. -diff --git a/js/src/shell/Makefile.in b/js/src/shell/Makefile.in ---- mozilla/js/src/shell/Makefile.in -+++ mozilla/js/src/shell/Makefile.in -@@ -22,16 +22,19 @@ DEFINES += -DEXPORT_JS_API - # Building against js_static requires that we declare mfbt sybols "exported" - # on its behalf. - DEFINES += -DIMPL_MFBT - - LIBS = $(NSPR_LIBS) $(EDITLINE_LIBS) $(DEPTH)/$(LIB_PREFIX)js_static.$(LIB_SUFFIX) $(MOZ_ZLIB_LIBS) - ifdef MOZ_NATIVE_FFI - EXTRA_LIBS += $(MOZ_FFI_LIBS) - endif -+ifdef MOZ_NATIVE_ICU -+EXTRA_LIBS += $(MOZ_ICU_LIBS) -+endif - - LOCAL_INCLUDES += -I$(topsrcdir) -I.. - - ifeq ($(OS_ARCH),Darwin) - ifeq ($(TARGET_CPU),x86_64) - DARWIN_EXE_LDFLAGS += -pagezero_size 10000 -image_base 100000000 - endif - endif Deleted: trunk/www/seamonkey/files/patch-bug876156 ============================================================================== --- trunk/www/seamonkey/files/patch-bug876156 Thu Dec 5 04:23:36 2013 (r1427) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ -diff --git mfbt/Atomics.h mfbt/Atomics.h -index d79af6c..40b9336 100644 ---- mozilla/mfbt/Atomics.h -+++ mozilla/mfbt/Atomics.h -@@ -35,7 +35,7 @@ - */ - # if !defined(__linux__) && !defined(__OpenBSD__) && \ - (__cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__)) && \ -- __has_include() -+ __has_include_next() - # define MOZ_HAVE_CXX11_ATOMICS - # endif - /* Deleted: trunk/www/seamonkey/files/patch-bug886181 ============================================================================== --- trunk/www/seamonkey/files/patch-bug886181 Thu Dec 5 04:23:36 2013 (r1427) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- mozilla/modules/libpref/src/init/all.js~ -+++ mozilla/modules/libpref/src/init/all.js -@@ -193,7 +193,7 @@ pref("media.webm.enabled", true); - pref("media.dash.enabled", false); - #endif - #ifdef MOZ_GSTREAMER --pref("media.gstreamer.enabled", false); -+pref("media.gstreamer.enabled", true); - #endif - #ifdef MOZ_WEBRTC - pref("media.navigator.enabled", true); Deleted: trunk/www/seamonkey/files/patch-bug910875 ============================================================================== --- trunk/www/seamonkey/files/patch-bug910875 Thu Dec 5 04:23:36 2013 (r1427) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,102 +0,0 @@ -diff --git media/webrtc/trunk/webrtc/modules/audio_device/audio_device_impl.cc media/webrtc/trunk/webrtc/modules/audio_device/audio_device_impl.cc -index f231b1e..6087696 100644 ---- mozilla/media/webrtc/trunk/webrtc/modules/audio_device/audio_device_impl.cc -+++ mozilla/media/webrtc/trunk/webrtc/modules/audio_device/audio_device_impl.cc -@@ -16,7 +16,9 @@ - #include - #include - --#if defined(_WIN32) -+#if defined(WEBRTC_DUMMY_AUDIO_BUILD) -+// do not include platform specific headers -+#elif defined(_WIN32) - #include "audio_device_utility_win.h" - #include "audio_device_wave_win.h" - #if defined(WEBRTC_WINDOWS_CORE_AUDIO_BUILD) -@@ -32,14 +34,8 @@ - #include - #include "audio_device_utility_android.h" - #include "audio_device_jni_android.h" --#elif defined(WEBRTC_LINUX) -+#elif defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) - #include "audio_device_utility_linux.h" -- #if defined(LINUX_ALSA) -- #include "audio_device_alsa_linux.h" -- #endif -- #if defined(LINUX_PULSE) -- #include "audio_device_pulse_linux.h" -- #endif - #elif defined(WEBRTC_IOS) - #include "audio_device_utility_ios.h" - #include "audio_device_ios.h" -@@ -47,6 +43,12 @@ - #include "audio_device_utility_mac.h" - #include "audio_device_mac.h" - #endif -+#if defined(LINUX_ALSA) -+ #include "audio_device_alsa_linux.h" -+#endif -+#if defined(LINUX_PULSE) -+ #include "audio_device_pulse_linux.h" -+#endif - #include "audio_device_dummy.h" - #include "audio_device_utility_dummy.h" - #include "critical_section_wrapper.h" -@@ -161,7 +163,7 @@ WebRtc_Word32 AudioDeviceModuleImpl::Che - #elif defined(WEBRTC_ANDROID) - platform = kPlatformAndroid; - WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "current platform is ANDROID"); --#elif defined(WEBRTC_LINUX) -+#elif defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) - platform = kPlatformLinux; - WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "current platform is LINUX"); - #elif defined(WEBRTC_IOS) -@@ -309,7 +311,7 @@ int32_t AudioDeviceModuleImpl::CreatePlatformSpecificObjects() - - // Create the *Linux* implementation of the Audio Device - // --#elif defined(WEBRTC_LINUX) -+#elif defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) - if ((audioLayer == kLinuxPulseAudio) || (audioLayer == kPlatformDefaultAudio)) - { - #if defined(LINUX_PULSE) -@@ -355,7 +357,7 @@ int32_t AudioDeviceModuleImpl::CreatePlatformSpecificObjects() - // - ptrAudioDeviceUtility = new AudioDeviceUtilityLinux(Id()); - } --#endif // #if defined(WEBRTC_LINUX) -+#endif // #if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) - - // Create the *iPhone* implementation of the Audio Device - // -diff --git media/webrtc/trunk/webrtc/modules/audio_device/test/audio_device_test_api.cc media/webrtc/trunk/webrtc/modules/audio_device/test/audio_device_test_api.cc -index defd7f8..906c4a2 100644 ---- mozilla/media/webrtc/trunk/webrtc/modules/audio_device/test/audio_device_test_api.cc -+++ mozilla/media/webrtc/trunk/webrtc/modules/audio_device/test/audio_device_test_api.cc -@@ -197,7 +197,7 @@ class AudioDeviceAPITest: public testing::Test { - // Create default implementation instance - EXPECT_TRUE((audio_device_ = AudioDeviceModuleImpl::Create( - kId, AudioDeviceModule::kPlatformDefaultAudio)) != NULL); --#elif defined(WEBRTC_LINUX) -+#elif defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) - EXPECT_TRUE((audio_device_ = AudioDeviceModuleImpl::Create( - kId, AudioDeviceModule::kWindowsWaveAudio)) == NULL); - EXPECT_TRUE((audio_device_ = AudioDeviceModuleImpl::Create( -@@ -1690,7 +1690,7 @@ TEST_F(AudioDeviceAPITest, CPULoad) { - - // TODO(kjellander): Fix flakiness causing failures on Windows. - // TODO(phoglund): Fix flakiness causing failures on Linux. --#if !defined(_WIN32) && !defined(WEBRTC_LINUX) -+#if !defined(_WIN32) && !defined(WEBRTC_LINUX) && !defined(WEBRTC_BSD) - TEST_F(AudioDeviceAPITest, StartAndStopRawOutputFileRecording) { - // NOTE: this API is better tested in a functional test - CheckInitialPlayoutStates(); -@@ -1759,7 +1759,7 @@ TEST_F(AudioDeviceAPITest, StartAndStopRawInputFileRecording) { - // - size of raw_input_not_recording.pcm shall be 0 - // - size of raw_input_not_recording.pcm shall be > 0 - } --#endif // !WIN32 && !WEBRTC_LINUX -+#endif // !WIN32 && !WEBRTC_LINUX && !defined(WEBRTC_BSD) - - TEST_F(AudioDeviceAPITest, RecordingSampleRate) { - uint32_t sampleRate(0); Deleted: trunk/www/seamonkey/files/patch-bug916216 ============================================================================== --- trunk/www/seamonkey/files/patch-bug916216 Thu Dec 5 04:23:36 2013 (r1427) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,39 +0,0 @@ ---- mozilla/media/webrtc/trunk/build/build_config.h~ -+++ mozilla/media/webrtc/trunk/build/build_config.h -@@ -37,9 +37,15 @@ - #elif defined(_WIN32) - #define OS_WIN 1 - #define TOOLKIT_VIEWS 1 --#elif defined(__FreeBSD__) -+#elif defined(__DragonFly__) -+#define OS_DRAGONFLY 1 -+#define TOOLKIT_GTK -+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) - #define OS_FREEBSD 1 - #define TOOLKIT_GTK -+#elif defined(__NetBSD__) -+#define OS_NETBSD 1 -+#define TOOLKIT_GTK - #elif defined(__OpenBSD__) - #define OS_OPENBSD 1 - #define TOOLKIT_GTK -@@ -56,15 +62,15 @@ - - // For access to standard BSD features, use OS_BSD instead of a - // more specific macro. --#if defined(OS_FREEBSD) || defined(OS_OPENBSD) -+#if defined(OS_DRAGONFLY) || defined(OS_FREEBSD) \ -+ || defined(OS_NETBSD) || defined(OS_OPENBSD) - #define OS_BSD 1 - #endif - - // For access to standard POSIXish features, use OS_POSIX instead of a - // more specific macro. --#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_FREEBSD) || \ -- defined(OS_OPENBSD) || defined(OS_SOLARIS) || defined(OS_ANDROID) || \ -- defined(OS_NACL) -+#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) || \ -+ defined(OS_SOLARIS) || defined(OS_ANDROID) || defined(OS_NACL) - #define OS_POSIX 1 - #endif - Deleted: trunk/www/seamonkey/files/patch-bug918177 ============================================================================== --- trunk/www/seamonkey/files/patch-bug918177 Thu Dec 5 04:23:36 2013 (r1427) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,36 +0,0 @@ -diff --git config/stl-headers config/stl-headers -index c057d8e..dc7f6f0 100644 ---- mozilla/config/stl-headers -+++ mozilla/config/stl-headers -@@ -21,6 +21,7 @@ algorithm - atomic - deque - ios -+iosfwd - iostream - iterator - limits -diff --git config/system-headers config/system-headers -index d31c94e..570c82a 100644 ---- mozilla/config/system-headers -+++ mozilla/config/system-headers -@@ -469,6 +469,7 @@ IOKit/IOMessage.h - IOKit/pwr_mgt/IOPMLib.h - iomanip - ios -+iosfwd - iostream - iostream.h - iterator -diff --git js/src/config/system-headers js/src/config/system-headers -index d31c94e..570c82a 100644 ---- mozilla/js/src/config/system-headers -+++ mozilla/js/src/config/system-headers -@@ -469,6 +469,7 @@ IOKit/IOMessage.h - IOKit/pwr_mgt/IOPMLib.h - iomanip - ios -+iosfwd - iostream - iostream.h - iterator Modified: trunk/www/seamonkey/files/patch-bug945046 ============================================================================== --- trunk/www/seamonkey/files/patch-bug945046 Tue Dec 3 11:44:17 2013 (r1427) +++ trunk/www/seamonkey/files/patch-bug945046 Thu Dec 5 04:23:36 2013 (r1428) @@ -35,8 +35,8 @@ index b8147c8..0ffb34e 100644 --- mozilla/xpcom/base/nsMemoryReporterManager.cpp +++ mozilla/xpcom/base/nsMemoryReporterManager.cpp -@@ -153,6 +153,43 @@ static nsresult GetResidentFast(int64_t - return GetResident(n); +@@ -196,6 +196,43 @@ static nsresult GetResidentFast(int64_t* + return GetResident(aN); } +#ifdef __FreeBSD__ @@ -79,7 +79,7 @@ #elif defined(SOLARIS) #include -@@ -327,6 +364,24 @@ static nsresult GetResidentFast(int64_t +@@ -370,6 +407,24 @@ static nsresult GetResidentFast(int64_t* } #define HAVE_PRIVATE_REPORTER @@ -101,12 +101,12 @@ +#endif // XP_ + +#ifdef HAVE_PRIVATE_REPORTER - class PrivateReporter MOZ_FINAL : public MemoryReporterBase + class PrivateReporter MOZ_FINAL : public MemoryUniReporter { public: -@@ -339,21 +394,10 @@ public: +@@ -382,21 +437,10 @@ public: - NS_IMETHOD GetAmount(int64_t *aAmount) + NS_IMETHOD GetAmount(int64_t* aAmount) { - PROCESS_MEMORY_COUNTERS_EX pmcex; - pmcex.cb = sizeof(PROCESS_MEMORY_COUNTERS_EX); @@ -127,4 +127,4 @@ +#endif #ifdef HAVE_VSIZE_AND_RESIDENT_REPORTERS - class VsizeReporter MOZ_FINAL : public MemoryReporterBase + class VsizeReporter MOZ_FINAL : public MemoryUniReporter Modified: trunk/www/seamonkey/files/patch-config-baseconfig.mk ============================================================================== --- trunk/www/seamonkey/files/patch-config-baseconfig.mk Tue Dec 3 11:44:17 2013 (r1427) +++ trunk/www/seamonkey/files/patch-config-baseconfig.mk Thu Dec 5 04:23:36 2013 (r1428) @@ -1,8 +1,6 @@ --- config/baseconfig.mk~ +++ config/baseconfig.mk -@@ -1,9 +1,9 @@ - INCLUDED_AUTOCONF_MK = 1 - +@@ -1,7 +1,7 @@ -includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) From owner-freebsd-gecko@FreeBSD.ORG Thu Dec 5 04:23:50 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 743F52CC for ; Thu, 5 Dec 2013 04:23:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 022151A79 for ; Thu, 5 Dec 2013 04:23:49 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB54Nmxe043580 for ; Thu, 5 Dec 2013 04:23:48 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB54Nh9X043417 for freebsd-gecko@freebsd.org; Thu, 5 Dec 2013 04:23:43 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 5 Dec 2013 04:23:43 GMT Message-Id: <201312050423.rB54Nh9X043417@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] r1429 - trunk/www/firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 04:23:50 -0000 Author: jbeich Date: Thu Dec 5 04:23:42 2013 New Revision: 1429 Log: dependency on bug 713933 was backed from release branches https://bugzilla.mozilla.org/show_bug.cgi?id=930811#c9 Modified: trunk/www/firefox/Makefile Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Thu Dec 5 04:23:36 2013 (r1428) +++ trunk/www/firefox/Makefile Thu Dec 5 04:23:42 2013 (r1429) @@ -13,12 +13,12 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.10.2:${PORTSDIR}/devel/nspr \ + nss>=3.15:${PORTSDIR}/security/nss \ sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ unzip:${PORTSDIR}/archivers/unzip -# nss>=3.15.4:${PORTSDIR}/security/nss \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -28,7 +28,7 @@ USE_GECKO= gecko CONFLICTS= firefox-esr-24.* firefox-esr-17.* firefox-1[07].* MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -nss # bug713933 +USE_MOZILLA= # empty MOZILLA_NAME= Firefox WANT_GNOME= yes From owner-freebsd-gecko@FreeBSD.ORG Thu Dec 5 09:34:39 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E13FA41 for ; Thu, 5 Dec 2013 09:34:39 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D47D51D39 for ; Thu, 5 Dec 2013 09:34:38 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB59YaQ5085396 for ; Thu, 5 Dec 2013 09:34:36 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB59YVok083570 for freebsd-gecko@freebsd.org; Thu, 5 Dec 2013 09:34:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 5 Dec 2013 09:34:31 GMT Message-Id: <201312050934.rB59YVok083570@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] r1430 - in trunk: . mail/thunderbird/files www/firefox-nightly/files www/firefox/files www/libxul/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 09:34:39 -0000 Author: jbeich Date: Thu Dec 5 09:34:30 2013 New Revision: 1430 Log: let firefox dump about:memory upon a signal This allows to minimize footprint from about:memory itself in the stats or to see them in case the UI is unresponsive. Added: trunk/mail/thunderbird/files/patch-bug946560 trunk/www/firefox-nightly/files/patch-bug946560 trunk/www/firefox/files/patch-bug946560 trunk/www/libxul/files/patch-bug946560 trunk/www/seamonkey/files/patch-bug946560 Modified: trunk/Gecko_ChangeLog trunk/Gecko_TODO Modified: trunk/Gecko_ChangeLog ============================================================================== --- trunk/Gecko_ChangeLog Thu Dec 5 04:23:42 2013 (r1429) +++ trunk/Gecko_ChangeLog Thu Dec 5 09:34:30 2013 (r1430) @@ -8,6 +8,9 @@ some flash sites work again; as there's no nspluginwrapper in-between the infamous "youtube issue" never occurs - install DEBUG with symbols [3] and describe the option better [4] +- enable dumping about:memory upon kill -65, kill -66 and GC/CC log + upon kill -67 to a file under /tmp directory; linux-firefox uses + kill -34, kill -35 and kill -36 respectively PR: ports/183861 [1], ports/184006 [2], ports/169896 [3] ports/184285 [3], ports/184286 [4] Modified: trunk/Gecko_TODO ============================================================================== --- trunk/Gecko_TODO Thu Dec 5 04:23:42 2013 (r1429) +++ trunk/Gecko_TODO Thu Dec 5 09:34:30 2013 (r1430) @@ -1,5 +1,4 @@ unassigned (upstream): -- xpcom/base/nsMemoryInfoDumper.cpp - resident-unique in xpcom/base/nsMemoryReporterManager.cpp - media/webrtc/trunk/webrtc/system_wrappers/source/cpu.cc - toolkit/crashreporter Added: trunk/mail/thunderbird/files/patch-bug946560 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-bug946560 Thu Dec 5 09:34:30 2013 (r1430) @@ -0,0 +1,44 @@ +diff --git xpcom/base/nsMemoryInfoDumper.cpp xpcom/base/nsMemoryInfoDumper.cpp +index 0b2f78c..d857374 100644 +--- mozilla/xpcom/base/nsMemoryInfoDumper.cpp ++++ mozilla/xpcom/base/nsMemoryInfoDumper.cpp +@@ -30,7 +30,7 @@ + #include + #endif + +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + #include + #include + #include +@@ -109,7 +109,7 @@ private: + + } // anonymous namespace + +-#ifdef XP_LINUX // { ++#if defined(XP_LINUX) || defined(__FreeBSD__) // { + namespace { + + /* +@@ -548,7 +548,7 @@ nsMemoryInfoDumper::~nsMemoryInfoDumper( + /* static */ void + nsMemoryInfoDumper::Initialize() + { +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + SignalPipeWatcher::Create(); + FifoWatcher::MaybeCreate(); + #endif +diff --git xpcom/base/nsMemoryReporterManager.cpp xpcom/base/nsMemoryReporterManager.cpp +index 8c65665..8f6d0e9 100644 +--- mozilla/xpcom/base/nsMemoryReporterManager.cpp ++++ mozilla/xpcom/base/nsMemoryReporterManager.cpp +@@ -824,7 +824,7 @@ nsMemoryReporterManager::Init() + RegisterReporter(new mozilla::dmd::DMDReporter); + #endif + +-#if defined(XP_LINUX) ++#if defined(XP_LINUX) || defined(__FreeBSD__) + nsMemoryInfoDumper::Initialize(); + #endif + Added: trunk/www/firefox-nightly/files/patch-bug946560 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug946560 Thu Dec 5 09:34:30 2013 (r1430) @@ -0,0 +1,62 @@ +diff --git xpcom/base/nsMemoryInfoDumper.cpp xpcom/base/nsMemoryInfoDumper.cpp +index 0b2f78c..d857374 100644 +--- xpcom/base/nsMemoryInfoDumper.cpp ++++ xpcom/base/nsMemoryInfoDumper.cpp +@@ -6,7 +6,7 @@ + + #include "mozilla/nsMemoryInfoDumper.h" + +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + #include "mozilla/Preferences.h" + #endif + #include "mozilla/unused.h" +@@ -31,7 +31,7 @@ + #include + #endif + +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + #include + #include + #include +@@ -110,7 +110,7 @@ private: + + } // anonymous namespace + +-#ifdef XP_LINUX // { ++#if defined(XP_LINUX) || defined(__FreeBSD__) // { + namespace { + + /* +@@ -552,7 +552,7 @@ nsMemoryInfoDumper::~nsMemoryInfoDumper() + /* static */ void + nsMemoryInfoDumper::Initialize() + { +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + SignalPipeWatcher::Create(); + FifoWatcher::MaybeCreate(); + #endif +diff --git xpcom/base/nsMemoryReporterManager.cpp xpcom/base/nsMemoryReporterManager.cpp +index 8c65665..8f6d0e9 100644 +--- xpcom/base/nsMemoryReporterManager.cpp ++++ xpcom/base/nsMemoryReporterManager.cpp +@@ -17,7 +17,7 @@ + #include "nsPIDOMWindow.h" + #include "nsIObserverService.h" + #include "nsIGlobalObject.h" +-#if defined(XP_LINUX) ++#if defined(XP_LINUX) || defined(__FreeBSD__) + #include "nsMemoryInfoDumper.h" + #endif + #include "mozilla/Attributes.h" +@@ -900,7 +900,7 @@ nsMemoryReporterManager::Init() + RegisterStrongReporter(new mozilla::dmd::DMDReporter()); + #endif + +-#if defined(XP_LINUX) ++#if defined(XP_LINUX) || defined(__FreeBSD__) + nsMemoryInfoDumper::Initialize(); + #endif + Added: trunk/www/firefox/files/patch-bug946560 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-bug946560 Thu Dec 5 09:34:30 2013 (r1430) @@ -0,0 +1,44 @@ +diff --git xpcom/base/nsMemoryInfoDumper.cpp xpcom/base/nsMemoryInfoDumper.cpp +index 0b2f78c..d857374 100644 +--- xpcom/base/nsMemoryInfoDumper.cpp ++++ xpcom/base/nsMemoryInfoDumper.cpp +@@ -30,7 +30,7 @@ + #include + #endif + +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + #include + #include + #include +@@ -109,7 +109,7 @@ private: + + } // anonymous namespace + +-#ifdef XP_LINUX // { ++#if defined(XP_LINUX) || defined(__FreeBSD__) // { + namespace { + + /* +@@ -548,7 +548,7 @@ nsMemoryInfoDumper::~nsMemoryInfoDumper( + /* static */ void + nsMemoryInfoDumper::Initialize() + { +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + SignalPipeWatcher::Create(); + FifoWatcher::MaybeCreate(); + #endif +diff --git xpcom/base/nsMemoryReporterManager.cpp xpcom/base/nsMemoryReporterManager.cpp +index 8c65665..8f6d0e9 100644 +--- xpcom/base/nsMemoryReporterManager.cpp ++++ xpcom/base/nsMemoryReporterManager.cpp +@@ -824,7 +824,7 @@ nsMemoryReporterManager::Init() + RegisterReporter(new mozilla::dmd::DMDReporter); + #endif + +-#if defined(XP_LINUX) ++#if defined(XP_LINUX) || defined(__FreeBSD__) + nsMemoryInfoDumper::Initialize(); + #endif + Added: trunk/www/libxul/files/patch-bug946560 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/libxul/files/patch-bug946560 Thu Dec 5 09:34:30 2013 (r1430) @@ -0,0 +1,44 @@ +diff --git xpcom/base/nsMemoryInfoDumper.cpp xpcom/base/nsMemoryInfoDumper.cpp +index 0b2f78c..d857374 100644 +--- xpcom/base/nsMemoryInfoDumper.cpp ++++ xpcom/base/nsMemoryInfoDumper.cpp +@@ -30,7 +30,7 @@ + #include + #endif + +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + #include + #include + #include +@@ -109,7 +109,7 @@ private: + + } // anonymous namespace + +-#ifdef XP_LINUX // { ++#if defined(XP_LINUX) || defined(__FreeBSD__) // { + namespace { + + /* +@@ -548,7 +548,7 @@ nsMemoryInfoDumper::~nsMemoryInfoDumper( + /* static */ void + nsMemoryInfoDumper::Initialize() + { +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + SignalPipeWatcher::Create(); + FifoWatcher::MaybeCreate(); + #endif +diff --git xpcom/base/nsMemoryReporterManager.cpp xpcom/base/nsMemoryReporterManager.cpp +index 8c65665..8f6d0e9 100644 +--- xpcom/base/nsMemoryReporterManager.cpp ++++ xpcom/base/nsMemoryReporterManager.cpp +@@ -824,7 +824,7 @@ nsMemoryReporterManager::Init() + RegisterReporter(new mozilla::dmd::DMDReporter); + #endif + +-#if defined(XP_LINUX) ++#if defined(XP_LINUX) || defined(__FreeBSD__) + nsMemoryInfoDumper::Initialize(); + #endif + Added: trunk/www/seamonkey/files/patch-bug946560 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-bug946560 Thu Dec 5 09:34:30 2013 (r1430) @@ -0,0 +1,44 @@ +diff --git xpcom/base/nsMemoryInfoDumper.cpp xpcom/base/nsMemoryInfoDumper.cpp +index 0b2f78c..d857374 100644 +--- mozilla/xpcom/base/nsMemoryInfoDumper.cpp ++++ mozilla/xpcom/base/nsMemoryInfoDumper.cpp +@@ -30,7 +30,7 @@ + #include + #endif + +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + #include + #include + #include +@@ -109,7 +109,7 @@ private: + + } // anonymous namespace + +-#ifdef XP_LINUX // { ++#if defined(XP_LINUX) || defined(__FreeBSD__) // { + namespace { + + /* +@@ -548,7 +548,7 @@ nsMemoryInfoDumper::~nsMemoryInfoDumper( + /* static */ void + nsMemoryInfoDumper::Initialize() + { +-#ifdef XP_LINUX ++#if defined(XP_LINUX) || defined(__FreeBSD__) + SignalPipeWatcher::Create(); + FifoWatcher::MaybeCreate(); + #endif +diff --git xpcom/base/nsMemoryReporterManager.cpp xpcom/base/nsMemoryReporterManager.cpp +index 8c65665..8f6d0e9 100644 +--- mozilla/xpcom/base/nsMemoryReporterManager.cpp ++++ mozilla/xpcom/base/nsMemoryReporterManager.cpp +@@ -824,7 +824,7 @@ nsMemoryReporterManager::Init() + RegisterReporter(new mozilla::dmd::DMDReporter); + #endif + +-#if defined(XP_LINUX) ++#if defined(XP_LINUX) || defined(__FreeBSD__) + nsMemoryInfoDumper::Initialize(); + #endif + From owner-freebsd-gecko@FreeBSD.ORG Thu Dec 5 10:18:50 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA5FB375 for ; Thu, 5 Dec 2013 10:18:50 +0000 (UTC) Received: from zealot.ksu.ru (zealot.hitv.ru [83.151.8.230]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2D831F77 for ; Thu, 5 Dec 2013 10:18:49 +0000 (UTC) Received: from zealot.ksu.ru (localhost.lnet [127.0.0.1]) by zealot.ksu.ru (8.14.6/8.14.6) with ESMTP id rB5A9vYJ055511 for ; Thu, 5 Dec 2013 14:09:58 +0400 (MSK) (envelope-from amarat@ksu.ru) Message-ID: <52A050F3.2050002@ksu.ru> Date: Thu, 05 Dec 2013 14:09:55 +0400 From: "Marat N.Afanasyev" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22 MIME-Version: 1.0 To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1391 - in trunk: devel/nspr security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/firefox-nightly www/firefox-nightly/files www/libxul www/linux-firefox www/linux-seamonkey www/seamonkey References: <201311171204.rAHC4kbs079408@trillian.chruetertee.ch> In-Reply-To: <201311171204.rAHC4kbs079408@trillian.chruetertee.ch> Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary="------------ms090708060304090106010200" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 10:18:50 -0000 This is a cryptographically signed message in MIME format. --------------ms090708060304090106010200 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Sun Nov 17 12:04:46 2013 > New Revision: 1391 > > Log: > update > > Modified: > trunk/devel/nspr/Makefile > trunk/devel/nspr/distinfo > trunk/security/ca_root_nss/Makefile > trunk/security/ca_root_nss/distinfo > trunk/security/nss/Makefile > trunk/security/nss/distinfo > trunk/www/firefox-esr-i18n/Makefile > trunk/www/firefox-esr-i18n/distinfo > trunk/www/firefox-esr/Makefile > trunk/www/firefox-esr/distinfo > trunk/www/firefox-i18n/Makefile > trunk/www/firefox-i18n/distinfo > trunk/www/firefox-nightly/Makefile > trunk/www/firefox-nightly/Makefile.hgrev > trunk/www/firefox-nightly/distinfo > trunk/www/firefox-nightly/files/patch-bug810716 > trunk/www/firefox/Makefile > trunk/www/firefox/distinfo > trunk/www/libxul/Makefile > trunk/www/libxul/distinfo > trunk/www/linux-firefox/Makefile > trunk/www/linux-firefox/distinfo > trunk/www/linux-seamonkey/Makefile > trunk/www/linux-seamonkey/distinfo > trunk/www/seamonkey/Makefile > trunk/www/seamonkey/distinfo > > Modified: trunk/devel/nspr/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- trunk/devel/nspr/Makefile Sat Nov 16 08:46:46 2013 (r1390) > +++ trunk/devel/nspr/Makefile Sun Nov 17 12:04:46 2013 (r1391) > @@ -2,7 +2,7 @@ > # $FreeBSD: head/devel/nspr/Makefile 331527 2013-10-24 20:08:22Z flo = $ > > PORTNAME=3D nspr > -DISTVERSION=3D 4.10.1 > +DISTVERSION=3D 4.10.2 > CATEGORIES=3D devel > MASTER_SITES=3D MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src > > > Modified: trunk/devel/nspr/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- trunk/devel/nspr/distinfo Sat Nov 16 08:46:46 2013 (r1390) > +++ trunk/devel/nspr/distinfo Sun Nov 17 12:04:46 2013 (r1391) > @@ -1,2 +1,2 @@ > -SHA256 (nspr-4.10.1.tar.gz) =3D 0c2f8dc265f1e9b2600fd519430a1f96079988= 8857bbb1538343a1b16ba41b20 > -SIZE (nspr-4.10.1.tar.gz) =3D 1102858 > +SHA256 (nspr-4.10.2.tar.gz) =3D 4d09ee67a6fb57d3c646098b0ac7fd1e31be1c= 2c2ca57cd2ad28b42e6d3cf400 > +SIZE (nspr-4.10.2.tar.gz) =3D 1103130 > > Modified: trunk/security/ca_root_nss/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- trunk/security/ca_root_nss/Makefile Sat Nov 16 08:46:46 2013 (r1390= ) > +++ trunk/security/ca_root_nss/Makefile Sun Nov 17 12:04:46 2013 (r1391= ) > @@ -25,7 +25,7 @@ > # !!! Please DO NOT submit patches for new version until it has !!! > # !!! been committed there first. !!! > # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > -VERSION_NSS=3D 3.15.2 > +VERSION_NSS=3D 3.15.3 > #NSS_SUFFIX=3D .with.ckbi.1.93 > CERTDATA_TXT_PATH=3D nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdat= a.txt > BUNDLE_PROCESSOR=3D MAca-bundle.pl > > Modified: trunk/security/ca_root_nss/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- trunk/security/ca_root_nss/distinfo Sat Nov 16 08:46:46 2013 (r1390= ) > +++ trunk/security/ca_root_nss/distinfo Sun Nov 17 12:04:46 2013 (r1391= ) > @@ -1,2 +1,2 @@ > -SHA256 (nss-3.15.2.tar.gz) =3D 7b2c80d18c49581edbdb509cbf7afd61d8c5365= 8f2a38ff20e224c1909faeddc > -SIZE (nss-3.15.2.tar.gz) =3D 6288669 > +SHA256 (nss-3.15.3.tar.gz) =3D ec5f01f7d9f42cf8ad3f95c7f8921bde583df92= 97c83dc9062930462e3717a18 > +SIZE (nss-3.15.3.tar.gz) =3D 6288990 > > Modified: trunk/security/nss/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- trunk/security/nss/Makefile Sat Nov 16 08:46:46 2013 (r1390) > +++ trunk/security/nss/Makefile Sun Nov 17 12:04:46 2013 (r1391) > @@ -2,7 +2,7 @@ > # $FreeBSD: head/security/nss/Makefile 331529 2013-10-24 20:10:51Z fl= o $ > > PORTNAME=3D nss > -PORTVERSION=3D 3.15.2 > +PORTVERSION=3D 3.15.3 > #DISTVERSIONSUFFIX=3D .with.ckbi.1.93 > CATEGORIES=3D security > MASTER_SITES=3D MOZILLA/security/${PORTNAME}/releases/${DISTNAME:U:C/= [-.]/_/g}_RTM/src > > Modified: trunk/security/nss/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- trunk/security/nss/distinfo Sat Nov 16 08:46:46 2013 (r1390) > +++ trunk/security/nss/distinfo Sun Nov 17 12:04:46 2013 (r1391) > @@ -1,2 +1,2 @@ > -SHA256 (nss-3.15.2.tar.gz) =3D 7b2c80d18c49581edbdb509cbf7afd61d8c5365= 8f2a38ff20e224c1909faeddc > -SIZE (nss-3.15.2.tar.gz) =3D 6288669 > +SHA256 (nss-3.15.3.tar.gz) =3D ec5f01f7d9f42cf8ad3f95c7f8921bde583df92= 97c83dc9062930462e3717a18 > +SIZE (nss-3.15.3.tar.gz) =3D 6288990 > ... ---> Building '/usr/ports/security/nss' =3D=3D=3D> Cleaning for nss-3.15.3 =3D=3D=3D> Found saved configuration for nss-3.12.4_1 =3D=3D=3D> Fetching all distfiles required by nss-3.15.3 for building =3D=3D=3D> Extracting for nss-3.15.3 =3D> SHA256 Checksum OK for nss-3.15.3.tar.gz. =3D=3D=3D> Patching for nss-3.15.3 =3D=3D=3D> Applying FreeBSD patches for nss-3.15.3 6 out of 6 hunks failed--saving rejects to lib/pkcs7/p7decode.c.rej =3D> Patch patch-bug834091 failed to apply cleanly. =3D> Patch(es) patch-bug301986 applied cleanly. *** [do-patch] Error code 1 Stop in /mnt/mod_usr/head/security/nss. --=20 SY, Marat --------------ms090708060304090106010200 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMbDCC BjAwggUYoAMCAQICAwdttzANBgkqhkiG9w0BAQUFADCBjDELMAkGA1UEBhMCSUwxFjAUBgNV BAoTDVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRl IFNpZ25pbmcxODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJbnRlcm1lZGlh dGUgQ2xpZW50IENBMB4XDTEzMDgyODIxMjcyMFoXDTE0MDgzMDAyMzA1MVowUTEZMBcGA1UE DRMQOVIzM3VFSDYwS1pTR3ZkQTEWMBQGA1UEAwwNYW1hcmF0QGtzdS5ydTEcMBoGCSqGSIb3 DQEJARYNYW1hcmF0QGtzdS5ydTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOfS dLkYS0y/O7zIY0ooe2ApseL6guty2NgtTZkzJK6TNfK8cWRUcBoZhHpnsKyAXsYh+PWU/Xxt QLC252jDZ0yufnR4l0fo78+hnokU3F0pTpufkGCV3jFtiQZobIVNAVb1GzqD7HL6l8MShX8j NUb60fE9ZtWqKqbOMT/7rcIbR7mXo/V0YFjn841rnBWMJqPE/Kl9+MzwPlWsh880a8F8XzcL Dn9SeFe7mjYTUp4SPMTpDX6xp73iZm+EqwK5ZCItR+sXz2BHqrpRgEaLWH38vQsUrhkoL/tM KKCwXkApkj1W4PRntdD01wmEUGcD5wgaTFC2aw41cKSqnDrKwPMCAwEAAaOCAtMwggLPMAkG A1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDBDAd BgNVHQ4EFgQUpGcQmuJrPd0dbF1gxnlbZlaJtdwwHwYDVR0jBBgwFoAUU3Ltkpzg2ssBXHx+ ljVO8tS4UYIwGAYDVR0RBBEwD4ENYW1hcmF0QGtzdS5ydTCCAUwGA1UdIASCAUMwggE/MIIB OwYLKwYBBAGBtTcBAgMwggEqMC4GCCsGAQUFBwIBFiJodHRwOi8vd3d3LnN0YXJ0c3NsLmNv bS9wb2xpY3kucGRmMIH3BggrBgEFBQcCAjCB6jAnFiBTdGFydENvbSBDZXJ0aWZpY2F0aW9u IEF1dGhvcml0eTADAgEBGoG+VGhpcyBjZXJ0aWZpY2F0ZSB3YXMgaXNzdWVkIGFjY29yZGlu ZyB0byB0aGUgQ2xhc3MgMSBWYWxpZGF0aW9uIHJlcXVpcmVtZW50cyBvZiB0aGUgU3RhcnRD b20gQ0EgcG9saWN5LCByZWxpYW5jZSBvbmx5IGZvciB0aGUgaW50ZW5kZWQgcHVycG9zZSBp biBjb21wbGlhbmNlIG9mIHRoZSByZWx5aW5nIHBhcnR5IG9ibGlnYXRpb25zLjA2BgNVHR8E LzAtMCugKaAnhiVodHRwOi8vY3JsLnN0YXJ0c3NsLmNvbS9jcnR1MS1jcmwuY3JsMIGOBggr BgEFBQcBAQSBgTB/MDkGCCsGAQUFBzABhi1odHRwOi8vb2NzcC5zdGFydHNzbC5jb20vc3Vi L2NsYXNzMS9jbGllbnQvY2EwQgYIKwYBBQUHMAKGNmh0dHA6Ly9haWEuc3RhcnRzc2wuY29t L2NlcnRzL3N1Yi5jbGFzczEuY2xpZW50LmNhLmNydDAjBgNVHRIEHDAahhhodHRwOi8vd3d3 LnN0YXJ0c3NsLmNvbS8wDQYJKoZIhvcNAQEFBQADggEBAJ+ct1s5MGs5XdvKSRYpyyMP1OIT yKrMqyoYrzZ4FIlanO5fWdiN6/RuWJS7Zv72pVlieod140/8jig5Dh/n6dO7qLNgpa4NJw/l i1GKIERMMpo+Q9hgihxuBwNsCX1ebxIOGY88qeK+S/5hqeEuderxX/XmadLYtaqABze6+bjR 4rnbKXtA2bqqvLSK7QtCi0qGFJ3mVFbaMW7AkDhRhsEXhSh+lnCj85JHPJIqrBzJO9a/vkqf ipK/lvGdS/Hzngi3cShnrWS/nW5SGsXNdl61Lvq24Pmc+pkxYa+id0XBzzO+i4ORKgS0uxSj j0pgNnTDUA9iRBwa9XolFCTWttowggY0MIIEHKADAgECAgEeMA0GCSqGSIb3DQEBBQUAMH0x CzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUg RGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMSkwJwYDVQQDEyBTdGFydENvbSBDZXJ0aWZp Y2F0aW9uIEF1dGhvcml0eTAeFw0wNzEwMjQyMTAxNTVaFw0xNzEwMjQyMTAxNTVaMIGMMQsw CQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERp Z2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQ cmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw ggEKAoIBAQDHCYPMzi3YGrEppC4Tq5a+ijKDjKaIQZZVR63UbxIP6uq/I0fhCu+cQhoUfE6E RKKnu8zPf1Jwuk0tsvVCk6U9b+0UjM0dLep3ZdE1gblK/1FwYT5Pipsu2yOMluLqwvsuz9/9 f1+1PKHG/FaR/wpbfuIqu54qzHDYeqiUfsYzoVflR80DAC7hmJ+SmZnNTWyUGHJbBpA8Q89l GxahNvuryGaC/o2/ceD2uYDX9U8Eg5DpIpGQdcbQeGarV04WgAUjjXX5r/2dabmtxWMZwhZn a//jdiSyrrSMTGKkDiXm6/3/4ebfeZuCYKzN2P8O2F/Xe2AC/Y7zeEsnR7FOp+uXAgMBAAGj ggGtMIIBqTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUU3Lt kpzg2ssBXHx+ljVO8tS4UYIwHwYDVR0jBBgwFoAUTgvvGqRAW6UXaYcwyjRoQ9BBrvIwZgYI KwYBBQUHAQEEWjBYMCcGCCsGAQUFBzABhhtodHRwOi8vb2NzcC5zdGFydHNzbC5jb20vY2Ew LQYIKwYBBQUHMAKGIWh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3Nmc2NhLmNydDBbBgNVHR8E VDBSMCegJaAjhiFodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9zZnNjYS5jcmwwJ6AloCOGIWh0 dHA6Ly9jcmwuc3RhcnRzc2wuY29tL3Nmc2NhLmNybDCBgAYDVR0gBHkwdzB1BgsrBgEEAYG1 NwECATBmMC4GCCsGAQUFBwIBFiJodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9wb2xpY3kucGRm MDQGCCsGAQUFBwIBFihodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9pbnRlcm1lZGlhdGUucGRm MA0GCSqGSIb3DQEBBQUAA4ICAQAKgwh9eKssBly4Y4xerhy5I3dNoXHYfYa8PlVLL/qtXnkF gdtY1o95CfegFJTwqBBmf8pyTUnFsukDFUI22zF5bVHzuJ+GxhnSqN2sD1qetbYwBYK2iyYA 5Pg7Er1A+hKMIzEzcduRkIMmCeUTyMyikfbUFvIBivtvkR8ZFAk22BZy+pJfAoedO61HTz4q SfQoCRcLN5A0t4DkuVhTMXIzuQ8CnykhExD6x4e6ebIbrjZLb7L+ocR0y4YjCl/Pd4MXU91y 0vTipgr/O75CDUHDRHCCKBVmz/Rzkc/b970MEeHt5LC3NiWTgBSvrLEuVzBKM586YoRD9Dy3 OHQgWI270g+5MYA8GfgI/EPT5G7xPbCDz+zjdH89PeR3U4So4lSXur6H6vp+m9TQXPF3a0Lw Zrp8MQ+Z77U1uL7TelWO5lApsbAonrqASfTpaprFVkL4nyGH+NHST2ZJPWIBk81i6Vw0ny0q ZW2Niy/QvVNKbb43A43ny076khXO7cNbBIRdJ/6qQNq9Bqb5C0Q5nEsFcj75oxQRqlKf6Tcv GbjxkJh8BYtv9ePsXklAxtm8J7GCUBthHSQgepbkOexhJ0wP8imUkyiPHQ0GvEnd83129fZj oEhdGwXV27ioRKbj/cIq7JRXun0NbeY+UdMYu9jGfIpDLtUUGSgsg2zMGs5R4jGCA90wggPZ AgEBMIGUMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UE CxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRD b20gQ2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAwdttzAJBgUrDgMC GgUAoIICHTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xMzEy MDUxMDA5NTVaMCMGCSqGSIb3DQEJBDEWBBRLXTi/237tirNwPCA+/jtVq7GgQjBsBgkqhkiG 9w0BCQ8xXzBdMAsGCWCGSAFlAwQBKjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZI hvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGlBgkr BgEEAYI3EAQxgZcwgZQwgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQu MSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQD Ey9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDB223 MIGnBgsqhkiG9w0BCRACCzGBl6CBlDCBjDELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0 Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcx ODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJbnRlcm1lZGlhdGUgQ2xpZW50 IENBAgMHbbcwDQYJKoZIhvcNAQEBBQAEggEAWJ7y2YQtrNBF6hlLoDqvvmvw/nPhhCzep/Df +0gglZLhLdVPVe7LP4vm7SmyN8LNAjsOpLsPqtaDqhoadSco2szF1QEAYil5Ox8LzJIzKvqu Y5En+wzP1J0wwQeDxeghC5lPuwyqBP4RikV/pilr4O00nGyEUWia1fokSHojPeTpAc3Zc0wI 9ARRKiKo9BjEjAowNWSPnJbnooRFGTMKvGNaDWtz3RHDKq6jY0n3uCWOAqxCLwmDOyVdkanI 5mw4sYBm3MYpDtciJB9d1PpCsH1hUMhn8KVwFuJ790Msm4TmYaPgz1yNtxu8hZACnHLau8Eg gQeRqAh/9P+XTEC/JAAAAAAAAA== --------------ms090708060304090106010200-- From owner-freebsd-gecko@FreeBSD.ORG Thu Dec 5 12:14:09 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F6A6A51 for ; Thu, 5 Dec 2013 12:14:09 +0000 (UTC) Received: from zealot.ksu.ru (zealot.hitv.ru [83.151.8.230]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F8B01725 for ; Thu, 5 Dec 2013 12:14:06 +0000 (UTC) Received: from zealot.ksu.ru (localhost.lnet [127.0.0.1]) by zealot.ksu.ru (8.14.6/8.14.6) with ESMTP id rB5CDljX067159 for ; Thu, 5 Dec 2013 16:13:48 +0400 (MSK) (envelope-from amarat@ksu.ru) Message-ID: <52A06DFB.3080904@ksu.ru> Date: Thu, 05 Dec 2013 16:13:47 +0400 From: "Marat N.Afanasyev" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22 MIME-Version: 1.0 To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1391 - in trunk: devel/nspr security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/firefox-nightly www/firefox-nightly/files www/libxul www/linux-firefox www/linux-seamonkey www/seamonkey References: <201311171204.rAHC4kbs079408@trillian.chruetertee.ch> <52A050F3.2050002@ksu.ru> In-Reply-To: <52A050F3.2050002@ksu.ru> Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary="------------ms060708030107030700030602" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 12:14:09 -0000 This is a cryptographically signed message in MIME format. --------------ms060708030107030700030602 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Marat N.Afanasyev wrote: > svn-freebsd-gecko@chruetertee.ch wrote: >> Author: jbeich >> Date: Sun Nov 17 12:04:46 2013 >> New Revision: 1391 >> >> Log: >> update >> >> Modified: >> trunk/devel/nspr/Makefile >> trunk/devel/nspr/distinfo >> trunk/security/ca_root_nss/Makefile >> trunk/security/ca_root_nss/distinfo >> trunk/security/nss/Makefile >> trunk/security/nss/distinfo >> trunk/www/firefox-esr-i18n/Makefile >> trunk/www/firefox-esr-i18n/distinfo >> trunk/www/firefox-esr/Makefile >> trunk/www/firefox-esr/distinfo >> trunk/www/firefox-i18n/Makefile >> trunk/www/firefox-i18n/distinfo >> trunk/www/firefox-nightly/Makefile >> trunk/www/firefox-nightly/Makefile.hgrev >> trunk/www/firefox-nightly/distinfo >> trunk/www/firefox-nightly/files/patch-bug810716 >> trunk/www/firefox/Makefile >> trunk/www/firefox/distinfo >> trunk/www/libxul/Makefile >> trunk/www/libxul/distinfo >> trunk/www/linux-firefox/Makefile >> trunk/www/linux-firefox/distinfo >> trunk/www/linux-seamonkey/Makefile >> trunk/www/linux-seamonkey/distinfo >> trunk/www/seamonkey/Makefile >> trunk/www/seamonkey/distinfo >> >> Modified: trunk/devel/nspr/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> >> --- trunk/devel/nspr/Makefile Sat Nov 16 08:46:46 2013 (r1390) >> +++ trunk/devel/nspr/Makefile Sun Nov 17 12:04:46 2013 (r1391) >> @@ -2,7 +2,7 @@ >> # $FreeBSD: head/devel/nspr/Makefile 331527 2013-10-24 20:08:22Z flo= $ >> >> PORTNAME=3D nspr >> -DISTVERSION=3D 4.10.1 >> +DISTVERSION=3D 4.10.2 >> CATEGORIES=3D devel >> MASTER_SITES=3D MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src >> >> >> Modified: trunk/devel/nspr/distinfo >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> >> --- trunk/devel/nspr/distinfo Sat Nov 16 08:46:46 2013 (r1390) >> +++ trunk/devel/nspr/distinfo Sun Nov 17 12:04:46 2013 (r1391) >> @@ -1,2 +1,2 @@ >> -SHA256 (nspr-4.10.1.tar.gz) =3D >> 0c2f8dc265f1e9b2600fd519430a1f960799888857bbb1538343a1b16ba41b20 >> -SIZE (nspr-4.10.1.tar.gz) =3D 1102858 >> +SHA256 (nspr-4.10.2.tar.gz) =3D >> 4d09ee67a6fb57d3c646098b0ac7fd1e31be1c2c2ca57cd2ad28b42e6d3cf400 >> +SIZE (nspr-4.10.2.tar.gz) =3D 1103130 >> >> Modified: trunk/security/ca_root_nss/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> >> --- trunk/security/ca_root_nss/Makefile Sat Nov 16 08:46:46 2013 >> (r1390) >> +++ trunk/security/ca_root_nss/Makefile Sun Nov 17 12:04:46 2013 >> (r1391) >> @@ -25,7 +25,7 @@ >> # !!! Please DO NOT submit patches for new version until it has !!!= >> # !!! been committed there first. !!!= >> # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!= >> -VERSION_NSS=3D 3.15.2 >> +VERSION_NSS=3D 3.15.3 >> #NSS_SUFFIX=3D .with.ckbi.1.93 >> CERTDATA_TXT_PATH=3D >> nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt >> BUNDLE_PROCESSOR=3D MAca-bundle.pl >> >> Modified: trunk/security/ca_root_nss/distinfo >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> >> --- trunk/security/ca_root_nss/distinfo Sat Nov 16 08:46:46 2013 >> (r1390) >> +++ trunk/security/ca_root_nss/distinfo Sun Nov 17 12:04:46 2013 >> (r1391) >> @@ -1,2 +1,2 @@ >> -SHA256 (nss-3.15.2.tar.gz) =3D >> 7b2c80d18c49581edbdb509cbf7afd61d8c53658f2a38ff20e224c1909faeddc >> -SIZE (nss-3.15.2.tar.gz) =3D 6288669 >> +SHA256 (nss-3.15.3.tar.gz) =3D >> ec5f01f7d9f42cf8ad3f95c7f8921bde583df9297c83dc9062930462e3717a18 >> +SIZE (nss-3.15.3.tar.gz) =3D 6288990 >> >> Modified: trunk/security/nss/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> >> --- trunk/security/nss/Makefile Sat Nov 16 08:46:46 2013 (r1390)= >> +++ trunk/security/nss/Makefile Sun Nov 17 12:04:46 2013 (r1391)= >> @@ -2,7 +2,7 @@ >> # $FreeBSD: head/security/nss/Makefile 331529 2013-10-24 20:10:51Z >> flo $ >> >> PORTNAME=3D nss >> -PORTVERSION=3D 3.15.2 >> +PORTVERSION=3D 3.15.3 >> #DISTVERSIONSUFFIX=3D .with.ckbi.1.93 >> CATEGORIES=3D security >> MASTER_SITES=3D >> MOZILLA/security/${PORTNAME}/releases/${DISTNAME:U:C/[-.]/_/g}_RTM/src= >> >> Modified: trunk/security/nss/distinfo >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> >> --- trunk/security/nss/distinfo Sat Nov 16 08:46:46 2013 (r1390)= >> +++ trunk/security/nss/distinfo Sun Nov 17 12:04:46 2013 (r1391)= >> @@ -1,2 +1,2 @@ >> -SHA256 (nss-3.15.2.tar.gz) =3D >> 7b2c80d18c49581edbdb509cbf7afd61d8c53658f2a38ff20e224c1909faeddc >> -SIZE (nss-3.15.2.tar.gz) =3D 6288669 >> +SHA256 (nss-3.15.3.tar.gz) =3D >> ec5f01f7d9f42cf8ad3f95c7f8921bde583df9297c83dc9062930462e3717a18 >> +SIZE (nss-3.15.3.tar.gz) =3D 6288990 >> ... > > ---> Building '/usr/ports/security/nss' > =3D=3D=3D> Cleaning for nss-3.15.3 > =3D=3D=3D> Found saved configuration for nss-3.12.4_1 > =3D=3D=3D> Fetching all distfiles required by nss-3.15.3 for building > =3D=3D=3D> Extracting for nss-3.15.3 > =3D> SHA256 Checksum OK for nss-3.15.3.tar.gz. > =3D=3D=3D> Patching for nss-3.15.3 > =3D=3D=3D> Applying FreeBSD patches for nss-3.15.3 > 6 out of 6 hunks failed--saving rejects to lib/pkcs7/p7decode.c.rej > =3D> Patch patch-bug834091 failed to apply cleanly. > =3D> Patch(es) patch-bug301986 applied cleanly. > *** [do-patch] Error code 1 > > Stop in /mnt/mod_usr/head/security/nss. > it seems that lib/pkcs7/p7decode.c already patched in mainstream, so=20 after cleaning up files/patch-bug301986 from any mention of p7decode.c=20 it successfully built --=20 SY, Marat --------------ms060708030107030700030602 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMbDCC BjAwggUYoAMCAQICAwdttzANBgkqhkiG9w0BAQUFADCBjDELMAkGA1UEBhMCSUwxFjAUBgNV BAoTDVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRl IFNpZ25pbmcxODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJbnRlcm1lZGlh dGUgQ2xpZW50IENBMB4XDTEzMDgyODIxMjcyMFoXDTE0MDgzMDAyMzA1MVowUTEZMBcGA1UE DRMQOVIzM3VFSDYwS1pTR3ZkQTEWMBQGA1UEAwwNYW1hcmF0QGtzdS5ydTEcMBoGCSqGSIb3 DQEJARYNYW1hcmF0QGtzdS5ydTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOfS dLkYS0y/O7zIY0ooe2ApseL6guty2NgtTZkzJK6TNfK8cWRUcBoZhHpnsKyAXsYh+PWU/Xxt QLC252jDZ0yufnR4l0fo78+hnokU3F0pTpufkGCV3jFtiQZobIVNAVb1GzqD7HL6l8MShX8j NUb60fE9ZtWqKqbOMT/7rcIbR7mXo/V0YFjn841rnBWMJqPE/Kl9+MzwPlWsh880a8F8XzcL Dn9SeFe7mjYTUp4SPMTpDX6xp73iZm+EqwK5ZCItR+sXz2BHqrpRgEaLWH38vQsUrhkoL/tM KKCwXkApkj1W4PRntdD01wmEUGcD5wgaTFC2aw41cKSqnDrKwPMCAwEAAaOCAtMwggLPMAkG A1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDBDAd BgNVHQ4EFgQUpGcQmuJrPd0dbF1gxnlbZlaJtdwwHwYDVR0jBBgwFoAUU3Ltkpzg2ssBXHx+ ljVO8tS4UYIwGAYDVR0RBBEwD4ENYW1hcmF0QGtzdS5ydTCCAUwGA1UdIASCAUMwggE/MIIB OwYLKwYBBAGBtTcBAgMwggEqMC4GCCsGAQUFBwIBFiJodHRwOi8vd3d3LnN0YXJ0c3NsLmNv bS9wb2xpY3kucGRmMIH3BggrBgEFBQcCAjCB6jAnFiBTdGFydENvbSBDZXJ0aWZpY2F0aW9u IEF1dGhvcml0eTADAgEBGoG+VGhpcyBjZXJ0aWZpY2F0ZSB3YXMgaXNzdWVkIGFjY29yZGlu ZyB0byB0aGUgQ2xhc3MgMSBWYWxpZGF0aW9uIHJlcXVpcmVtZW50cyBvZiB0aGUgU3RhcnRD b20gQ0EgcG9saWN5LCByZWxpYW5jZSBvbmx5IGZvciB0aGUgaW50ZW5kZWQgcHVycG9zZSBp biBjb21wbGlhbmNlIG9mIHRoZSByZWx5aW5nIHBhcnR5IG9ibGlnYXRpb25zLjA2BgNVHR8E LzAtMCugKaAnhiVodHRwOi8vY3JsLnN0YXJ0c3NsLmNvbS9jcnR1MS1jcmwuY3JsMIGOBggr BgEFBQcBAQSBgTB/MDkGCCsGAQUFBzABhi1odHRwOi8vb2NzcC5zdGFydHNzbC5jb20vc3Vi L2NsYXNzMS9jbGllbnQvY2EwQgYIKwYBBQUHMAKGNmh0dHA6Ly9haWEuc3RhcnRzc2wuY29t L2NlcnRzL3N1Yi5jbGFzczEuY2xpZW50LmNhLmNydDAjBgNVHRIEHDAahhhodHRwOi8vd3d3 LnN0YXJ0c3NsLmNvbS8wDQYJKoZIhvcNAQEFBQADggEBAJ+ct1s5MGs5XdvKSRYpyyMP1OIT yKrMqyoYrzZ4FIlanO5fWdiN6/RuWJS7Zv72pVlieod140/8jig5Dh/n6dO7qLNgpa4NJw/l i1GKIERMMpo+Q9hgihxuBwNsCX1ebxIOGY88qeK+S/5hqeEuderxX/XmadLYtaqABze6+bjR 4rnbKXtA2bqqvLSK7QtCi0qGFJ3mVFbaMW7AkDhRhsEXhSh+lnCj85JHPJIqrBzJO9a/vkqf ipK/lvGdS/Hzngi3cShnrWS/nW5SGsXNdl61Lvq24Pmc+pkxYa+id0XBzzO+i4ORKgS0uxSj j0pgNnTDUA9iRBwa9XolFCTWttowggY0MIIEHKADAgECAgEeMA0GCSqGSIb3DQEBBQUAMH0x CzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUg RGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMSkwJwYDVQQDEyBTdGFydENvbSBDZXJ0aWZp Y2F0aW9uIEF1dGhvcml0eTAeFw0wNzEwMjQyMTAxNTVaFw0xNzEwMjQyMTAxNTVaMIGMMQsw CQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERp Z2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQ cmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw ggEKAoIBAQDHCYPMzi3YGrEppC4Tq5a+ijKDjKaIQZZVR63UbxIP6uq/I0fhCu+cQhoUfE6E RKKnu8zPf1Jwuk0tsvVCk6U9b+0UjM0dLep3ZdE1gblK/1FwYT5Pipsu2yOMluLqwvsuz9/9 f1+1PKHG/FaR/wpbfuIqu54qzHDYeqiUfsYzoVflR80DAC7hmJ+SmZnNTWyUGHJbBpA8Q89l GxahNvuryGaC/o2/ceD2uYDX9U8Eg5DpIpGQdcbQeGarV04WgAUjjXX5r/2dabmtxWMZwhZn a//jdiSyrrSMTGKkDiXm6/3/4ebfeZuCYKzN2P8O2F/Xe2AC/Y7zeEsnR7FOp+uXAgMBAAGj ggGtMIIBqTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUU3Lt kpzg2ssBXHx+ljVO8tS4UYIwHwYDVR0jBBgwFoAUTgvvGqRAW6UXaYcwyjRoQ9BBrvIwZgYI KwYBBQUHAQEEWjBYMCcGCCsGAQUFBzABhhtodHRwOi8vb2NzcC5zdGFydHNzbC5jb20vY2Ew LQYIKwYBBQUHMAKGIWh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3Nmc2NhLmNydDBbBgNVHR8E VDBSMCegJaAjhiFodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9zZnNjYS5jcmwwJ6AloCOGIWh0 dHA6Ly9jcmwuc3RhcnRzc2wuY29tL3Nmc2NhLmNybDCBgAYDVR0gBHkwdzB1BgsrBgEEAYG1 NwECATBmMC4GCCsGAQUFBwIBFiJodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9wb2xpY3kucGRm MDQGCCsGAQUFBwIBFihodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9pbnRlcm1lZGlhdGUucGRm MA0GCSqGSIb3DQEBBQUAA4ICAQAKgwh9eKssBly4Y4xerhy5I3dNoXHYfYa8PlVLL/qtXnkF gdtY1o95CfegFJTwqBBmf8pyTUnFsukDFUI22zF5bVHzuJ+GxhnSqN2sD1qetbYwBYK2iyYA 5Pg7Er1A+hKMIzEzcduRkIMmCeUTyMyikfbUFvIBivtvkR8ZFAk22BZy+pJfAoedO61HTz4q SfQoCRcLN5A0t4DkuVhTMXIzuQ8CnykhExD6x4e6ebIbrjZLb7L+ocR0y4YjCl/Pd4MXU91y 0vTipgr/O75CDUHDRHCCKBVmz/Rzkc/b970MEeHt5LC3NiWTgBSvrLEuVzBKM586YoRD9Dy3 OHQgWI270g+5MYA8GfgI/EPT5G7xPbCDz+zjdH89PeR3U4So4lSXur6H6vp+m9TQXPF3a0Lw Zrp8MQ+Z77U1uL7TelWO5lApsbAonrqASfTpaprFVkL4nyGH+NHST2ZJPWIBk81i6Vw0ny0q ZW2Niy/QvVNKbb43A43ny076khXO7cNbBIRdJ/6qQNq9Bqb5C0Q5nEsFcj75oxQRqlKf6Tcv GbjxkJh8BYtv9ePsXklAxtm8J7GCUBthHSQgepbkOexhJ0wP8imUkyiPHQ0GvEnd83129fZj oEhdGwXV27ioRKbj/cIq7JRXun0NbeY+UdMYu9jGfIpDLtUUGSgsg2zMGs5R4jGCA90wggPZ AgEBMIGUMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UE CxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRD b20gQ2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAwdttzAJBgUrDgMC GgUAoIICHTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xMzEy MDUxMjEzNDdaMCMGCSqGSIb3DQEJBDEWBBSPa93guR76wGvztz7bHFhB1gBVATBsBgkqhkiG 9w0BCQ8xXzBdMAsGCWCGSAFlAwQBKjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZI hvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGlBgkr BgEEAYI3EAQxgZcwgZQwgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQu MSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQD Ey9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDB223 MIGnBgsqhkiG9w0BCRACCzGBl6CBlDCBjDELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0 Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcx ODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJbnRlcm1lZGlhdGUgQ2xpZW50 IENBAgMHbbcwDQYJKoZIhvcNAQEBBQAEggEAK/0+Hik1mrP6mJkfT2bH8jounuG6cZmXpfqf MN38tLQho8Yo5pIRiCjoRcBPBmMdWFhWwMP9S9+90/F538B7OTwjld3yJtEOxE9S/dYdl+J7 7kCtueLihZ7Xs+AqDmH1q1k7jXP+Wwq2xso9m+Wfdh7dRyvmiMjz59IhajT//j3vs4jxl3q9 ObNtxr5PjUbm1ztrGlv/EOnRZfGFqqeWCBi3Kiomaj3ANKRIooewUPQRYf1YiYM1ayoiP0t3 ElpN1K9qpQUFNZuUHdy8wrqC9ZsweB3MVyG4mWSkiWJmERqvrr1UYm1g20q6OyQXXbHeSElr d86iyE4h4dgHI0laPQAAAAAAAA== --------------ms060708030107030700030602-- From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 6 00:01:02 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 035168C2 for ; Fri, 6 Dec 2013 00:01:02 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 893F11690 for ; Fri, 6 Dec 2013 00:01:01 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB600x9Z085177 for ; Fri, 6 Dec 2013 00:00:59 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB600sdW084854 for freebsd-gecko@freebsd.org; Fri, 6 Dec 2013 00:00:54 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 6 Dec 2013 00:00:54 GMT Message-Id: <201312060000.rB600sdW084854@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] r1431 - trunk/www/linux-seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 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, 06 Dec 2013 00:01:02 -0000 Author: jbeich Date: Fri Dec 6 00:00:54 2013 New Revision: 1431 Log: fix version check for seamonkey Modified: trunk/www/linux-seamonkey/Makefile.common Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Thu Dec 5 09:34:30 2013 (r1430) +++ trunk/www/linux-seamonkey/Makefile.common Fri Dec 6 00:00:54 2013 (r1431) @@ -75,8 +75,8 @@ # empty port preferences @${DO_NADA} >>${PREFS_FILE} -. if ${DISTVERSION:R:R} < 28 || \ - (${PORTNAME} == "seamonkey" && ${DISTVERSION:R:E} < 25) +. if (${DISTVERSION:R:R} < 28 && ${PORTNAME} != "seamonkey") || \ + (${PORTNAME} == "seamonkey" && ${DISTVERSION:C/^[0-9]\.//:C/b.*//} < 25) # dummy resident-unique for make about:memory's "measure" @${REINPLACE_CMD} -i '' \ 's,/proc/self/smaps\(.Private\),////////dev/null\1,' \ From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 6 09:47:05 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DF5291F for ; Fri, 6 Dec 2013 09:47:05 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92B3B1E1A for ; Fri, 6 Dec 2013 09:47:04 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB69ktHa022840 for ; Fri, 6 Dec 2013 09:46:55 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB69koeL022371 for freebsd-gecko@freebsd.org; Fri, 6 Dec 2013 09:46:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 6 Dec 2013 09:46:50 GMT Message-Id: <201312060946.rB69koeL022371@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] r1432 - in trunk: mail/thunderbird 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.17 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, 06 Dec 2013 09:47:05 -0000 Author: jbeich Date: Fri Dec 6 09:46:50 2013 New Revision: 1432 Log: gecko@1371 didn't sync Makefile from ports@330128 http://lists.freebsd.org/pipermail/freebsd-gecko/2013-October/003698.html Modified: trunk/mail/thunderbird/Makefile trunk/www/seamonkey/Makefile Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Fri Dec 6 00:00:54 2013 (r1431) +++ trunk/mail/thunderbird/Makefile Fri Dec 6 09:46:50 2013 (r1432) @@ -73,11 +73,6 @@ XPI_LIBDIR= ${PREFIX}/lib/xpi -# libprldap60.so: Undefined symbol "PR_GetCurrentThread" -.if ${ARCH} == i386 -USE_GCC?= yes -.endif - .if ${PORT_OPTIONS:MENIGMAIL} MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Fri Dec 6 00:00:54 2013 (r1431) +++ trunk/www/seamonkey/Makefile Fri Dec 6 09:46:50 2013 (r1432) @@ -82,10 +82,6 @@ .if ! ${PORT_OPTIONS:MLDAP} MOZ_OPTIONS+= --disable-ldap --enable-mailnews .else -# libprldap60.so: Undefined symbol "PR_GetCurrentThread" -. if ${ARCH} == i386 -USE_GCC?= yes -. endif MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif .if ${PORT_OPTIONS:MENIGMAIL} From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 6 09:47:05 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26CD2920 for ; Fri, 6 Dec 2013 09:47:05 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ABFB21E1B for ; Fri, 6 Dec 2013 09:47:04 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB69l20N024099 for ; Fri, 6 Dec 2013 09:47:02 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB69kvih023538 for freebsd-gecko@freebsd.org; Fri, 6 Dec 2013 09:46:57 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 6 Dec 2013 09:46:57 GMT Message-Id: <201312060946.rB69kvih023538@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] r1433 - in trunk: mail/thunderbird/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 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, 06 Dec 2013 09:47:05 -0000 Author: jbeich Date: Fri Dec 6 09:46:57 2013 New Revision: 1433 Log: apply to dragonfly as well Modified: trunk/mail/thunderbird/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in trunk/www/seamonkey/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in Modified: trunk/mail/thunderbird/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in ============================================================================== --- trunk/mail/thunderbird/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in Fri Dec 6 09:46:50 2013 (r1432) +++ trunk/mail/thunderbird/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in Fri Dec 6 09:46:57 2013 (r1433) @@ -4,7 +4,7 @@ CUSTOM_LIBS=1 endif -+ifeq ($(OS_ARCH), FreeBSD) ++ifneq (,$(filter DragonFly FreeBSD,$(OS_ARCH))) +EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread +EXTRA_LIBS+= $(filter -L% -l%,${NSPRLINK}) +CUSTOM_LIBS=1 Modified: trunk/www/seamonkey/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in ============================================================================== --- trunk/www/seamonkey/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in Fri Dec 6 09:46:50 2013 (r1432) +++ trunk/www/seamonkey/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in Fri Dec 6 09:46:57 2013 (r1433) @@ -4,7 +4,7 @@ CUSTOM_LIBS=1 endif -+ifeq ($(OS_ARCH), FreeBSD) ++ifneq (,$(filter DragonFly FreeBSD,$(OS_ARCH))) +EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread +EXTRA_LIBS+= $(filter -L% -l%,${NSPRLINK}) +CUSTOM_LIBS=1 From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 6 12:26:19 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8B1FD26 for ; Fri, 6 Dec 2013 12:26:19 +0000 (UTC) Received: from bioxserver1.biox.kth.se (bioxserver1.biox.kth.se [130.237.35.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7DDF1764 for ; Fri, 6 Dec 2013 12:26:18 +0000 (UTC) Received: from bioxserver1.biox.kth.se (localhost [127.0.0.1]) by bioxserver1.biox.kth.se (8.14.5/8.14.5) with ESMTP id rB6D2Caf040565; Fri, 6 Dec 2013 14:02:12 +0100 (CET) (envelope-from anders@bioxserver1.biox.kth.se) Received: (from anders@localhost) by bioxserver1.biox.kth.se (8.14.5/8.14.5/Submit) id rB6D2CIP040562; Fri, 6 Dec 2013 14:02:12 +0100 (CET) (envelope-from anders) Date: Fri, 6 Dec 2013 14:02:12 +0100 (CET) Message-Id: <201312061302.rB6D2CIP040562@bioxserver1.biox.kth.se> From: Anders Liljeborg To: gecko@FreeBSD.org Subject: Firefox 17 on FreeBsd 9.1 Cc: andlil@kth.se X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 12:26:19 -0000 Problem when doing "make install" in /usr/ports/www/firefox checking for NSS - version >= 3.13.2... yes checking for YASM assembler... checking for yasm... yasm checking for jpeg_destroy_compress in -ljpeg... yes checking for gzread in -lz... yes checking for BZ2_bzread in -lbz2... yes checking for png_get_valid in -lpng... yes 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/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. *** [install] Error code 1 Stop in /usr/ports/www/firefox. 115:SU:bioxserver1:firefox> pwd /usr/ports/www/firefox -------------- End of output Output from "/usr/sbin/pkg_info -Ea" ORBit2-2.14.19 PackageKit-0.6.11_2 Xaw3d-1.5E_4 aalib-1.4.r5_6 alacarte-0.13.2_2 alsa-lib-1.0.26 ap22-mod_dnssd-0.6_8 apache22-2.2.23 appres-1.0.3 apr-1.4.6.1.4.1_1 aspell-0.60.6.1_2 at-spi-1.32.0_1 atk-2.0.1 atkmm-2.22.5 autoconf-2.13.000227_6 autoconf-2.69 autoconf-wrapper-20101119 automake-1.12.4 automake-wrapper-20101119 avahi-app-0.6.29_3 avahi-gtk-0.6.29_2 bash-4.2.37 bdftopcf-1.0.3 bigreqsproto-1.1.1 binutils-2.22_3 bison-2.5.1,1 bitmap-1.0.5 bitstream-vera-1.10_5 boehm-gc-7.1 brasero-2.32.1_5 bug-buddy-2.32.0_3 ca_root_nss-3.14 cairo-1.10.2_4,2 cairomm-1.10.0_1 cantarell-fonts-0.0.10.1 cdparanoia-3.9.8_9 cdrdao-1.2.3_4 cdrtools-3.00_2 celt-0.11.3_1 cheese-2.32.0_3 clutter-1.4.0_1 clutter-gtk-0.10.8_2 cmake-2.8.9 cmake-modules-2.8.9 compositeproto-0.4.2 consolekit-0.4.3 cups-client-1.5.2_2 cups-image-1.5.2_1 curl-7.24.0_1 cuse4bsd-kmod-0.1.26 cyrus-sasl-2.1.25_2 damageproto-1.2.1 dasher-4.10.1_6,2 db41-4.1.25_4 db42-4.2.52_5 dbus-1.4.14_4 dbus-glib-0.94 dconf-0.5.1_4 deskbar-applet-2.32.0_3 desktop-file-utils-0.18 djbfft-0.76_2 dmidecode-2.11 dmxproto-2.3.1 docbook-1.4 docbook-3.1_4 docbook-4.1_4 docbook-4.2 docbook-4.3 docbook-4.4_2 docbook-4.5_2 docbook-5.0_1 docbook-sk-4.1.2_4 docbook-utils-0.6.14_11 docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4_1 docbook-xml-4.5 docbook-xsl-1.76.1 dri-7.6.1_2,2 dri2proto-2.6 dsssl-docbook-modular-1.79_1,1 dvd+rw-tools-7.1 e2fsprogs-libuuid-1.42.6 eggdbus-0.6_1 ekiga3-3.2.6_8 emacs-21.3_16 empathy-2.32.2_3 enchant-1.6.0 encodings-1.0.4,1 eog-2.32.1_3 epiphany-2.30.6_3 esound-0.2.41 evieext-1.1.1 evince-2.32.0_9 evolution-2.32.1_3 evolution-data-server-2.32.1_2 evolution-exchange-2.32.1_2 evolution-webcal-2.32.0_2 exempi-2.1.1 expat-2.0.1_2 farsight2-0.0.22_1 ffmpeg-0.7.13_6,1 file-roller-2.32.1_1,1 fixesproto-5.0 flac-1.2.1_3 flex-2.5.37 folks-0.2.1_1 font-adobe-100dpi-1.0.3 font-adobe-75dpi-1.0.3 font-adobe-utopia-100dpi-1.0.4 font-adobe-utopia-75dpi-1.0.4 font-adobe-utopia-type1-1.0.4 font-alias-1.0.3 font-amsfonts-3.02_1 font-arabic-misc-1.0.3 font-bh-100dpi-1.0.3 font-bh-75dpi-1.0.3 font-bh-lucidatypewriter-100dpi-1.0.3 font-bh-lucidatypewriter-75dpi-1.0.3 font-bh-ttf-1.0.3 font-bh-type1-1.0.3 font-bitstream-100dpi-1.0.3 font-bitstream-75dpi-1.0.3 font-bitstream-type1-1.0.3 font-cronyx-cyrillic-1.0.3 font-cursor-misc-1.0.3 font-daewoo-misc-1.0.3 font-dec-misc-1.0.3 font-ibm-type1-1.0.3 font-isas-misc-1.0.3 font-jis-misc-1.0.3 font-micro-misc-1.0.3 font-misc-cyrillic-1.0.3 font-misc-ethiopic-1.0.3 font-misc-meltho-1.0.3 font-misc-misc-1.1.2 font-mutt-misc-1.0.3 font-schumacher-misc-1.1.2 font-screen-cyrillic-1.0.4 font-sony-misc-1.0.3 font-sun-misc-1.0.3 font-util-1.2.0 font-winitzki-cyrillic-1.0.3 font-xfree86-type1-1.0.4 fontcacheproto-0.1.3 fontconfig-2.9.0,1 fontsproto-2.1.1 freedesktop-sound-theme-0.7_1 freeglut-2.8.0 freetype2-2.4.9_1 frei0r-1.3_1 gamin-0.1.10_4 gawk-4.0.1 gcalctool-5.32.2_1,2 gccmakedep-1.0.2 gconf-editor-2.32.0_1,1 gconf2-2.32.0_3 gd-2.0.35_8,1 gdbm-1.9.1 gdk-pixbuf-2.23.5_3 gdm-2.30.5_6 gedit-2.30.4_2 getopt-1.1.4_2 gettext-0.18.1.1 ghostscript9-9.06_1 giflib-4.2.0_2 gio-fam-backend-2.28.8_1 gle-3.1.0_3 glib-2.28.8_4 glib-networking-2.28.7_4 glibmm-2.28.2,1 glproto-1.4.15 gmake-3.82_1 gmime-24-2.4.32 gmp-5.0.5 gnome-applets-2.32.1.1_4 gnome-audio-2.22.2 gnome-backgrounds-2.32.0 gnome-control-center-2.32.1_1 gnome-desktop-2.32.1_2 gnome-doc-utils-0.20.3 gnome-games-2.32.1_3 gnome-icon-theme-2.31.0_2 gnome-js-common-0.1.2_1 gnome-keyring-2.32.1_2 gnome-mag-0.16.3_1 gnome-media-2.32.0_3 gnome-menus-2.30.5 gnome-mime-data-2.18.0_4 gnome-mount-0.8_10 gnome-netstatus-2.28.2_1 gnome-nettool-2.32.0_1,1 gnome-packagekit-2.32.0_3 gnome-panel-2.32.1_1 gnome-power-manager-2.32.0_2 gnome-screensaver-2.30.2_3 gnome-session-2.32.1_2 gnome-settings-daemon-2.32.1_4 gnome-speech-0.4.25 gnome-spell-1.0.8_7 gnome-system-monitor-2.28.2_1 gnome-system-tools-2.32.0_2 gnome-terminal-2.32.1_2 gnome-themes-2.32.1_1 gnome-user-docs-2.32.0 gnome-user-share-2.30.1_2 gnome-utils-2.32.0_1,1 gnome-vfs-2.24.4_1 gnome2-2.32.1_4 gnome_subr-1.0 gnomehier-2.3_12 gnupg-2.0.19_2 gnutls-2.12.18_1 gobject-introspection-0.10.8_2 gok-2.30.1_1,1 gpac-libgpac-0.4.5_6,1 gperf-3.0.3 gpgme-1.3.2 gsettings-desktop-schemas-3.0.1 gsfonts-8.11_5 gsm-1.0.13 gstreamer-0.10.36 gstreamer-ffmpeg-0.10.13 gstreamer-plugins-0.10.36_2,3 gstreamer-plugins-a52dec-0.10.19,3 gstreamer-plugins-bad-0.10.23,3 gstreamer-plugins-cdparanoia-0.10.36,3 gstreamer-plugins-core-0.10_13 gstreamer-plugins-dts-0.10.23,3 gstreamer-plugins-dvd-0.10.19,3 gstreamer-plugins-flac-0.10.31,3 gstreamer-plugins-gconf-0.10.31,3 gstreamer-plugins-gio-0.10.36,3 gstreamer-plugins-good-0.10.31,3 gstreamer-plugins-hal-0.10.31,3 gstreamer-plugins-libpng-0.10.31,3 gstreamer-plugins-mad-0.10.19,3 gstreamer-plugins-mp3-0.10.0_1 gstreamer-plugins-mpeg2dec-0.10.19,3 gstreamer-plugins-ogg-0.10.36,3 gstreamer-plugins-pango-0.10.36_1,3 gstreamer-plugins-soup-0.10.31,3 gstreamer-plugins-theora-0.10.36,3 gstreamer-plugins-ugly-0.10.19,3 gstreamer-plugins-v4l2-0.10.31,3 gstreamer-plugins-vorbis-0.10.36,3 gstreamer-plugins-xvid-0.10.23,3 gtar-1.26 gtk-2.24.6_2 gtk-3.0.12_2 gtk-engines2-2.20.2_1 gtk-update-icon-cache-2.24.6_1 gtk-vnc-0.3.10_6 gtkglext-1.2.0_9 gtkhtml3-3.32.1_2 gtkimageview-1.6.4_3 gtkmm-2.24.2_1 gtksourceview-1.8.5_8 gtksourceview2-2.10.5_1 gucharmap-2.32.1_1 guile-1.8.8 gvfs-1.6.6_3 hal-0.5.14_20 hal-info-20091130 hamster-applet-2.32.1_3 help2man-1.40.12 hicolor-icon-theme-0.12 hunspell-1.3.2_1 iceauth-1.0.5 icon-naming-utils-0.8.90 icu-4.8.1.1_1 imake-1.0.4,1 inputproto-2.0.2 intltool-0.41.1 iso-codes-3.37 iso8879-1986_3 jade-1.2.1_9 jadetex-3.13_8 jasper-1.900.1_10 jbig2dec-0.11_1 jbigkit-1.6 jpeg-8_3 json-glib-0.12.6 kbproto-1.0.5 lcms-1.19_1,1 lcms2-2.4 libFS-1.0.3 libGL-7.6.1_2 libGLU-7.6.1_1 libICE-1.0.7,1 libIDL-0.8.14_1 libSM-1.2.0,1 libX11-1.4.4,1 libXScrnSaver-1.2.1 libXTrap-1.0.0 libXau-1.0.6 libXaw-1.0.9,2 libXcomposite-0.4.3,1 libXcursor-1.1.12 libXdamage-1.1.3 libXdmcp-1.1.0 libXevie-1.0.3 libXext-1.3.0_1,1 libXfixes-5.0 libXfont-1.4.4_1,1 libXfontcache-1.0.5 libXft-2.1.14 libXi-1.4.5,1 libXinerama-1.1.1,1 libXmu-1.1.0,1 libXp-1.0.1,1 libXpm-3.5.9 libXrandr-1.3.2 libXrender-0.9.6 libXres-1.0.5 libXt-1.1.1,1 libXtst-1.2.0 libXv-1.0.6,1 libXvMC-1.0.6 libXxf86dga-1.1.2 libXxf86misc-1.0.3 libXxf86vm-1.1.1 liba52-0.7.4_2 libao-1.1.0_1 libart_lgpl-2.3.21,1 libassuan-2.0.3 libaudiofile-0.2.7 libbonobo-2.32.0 libbonoboui-2.24.4_1 libcanberra-0.28_3 libcanberra-gtk3-0.28_3 libcddb-1.3.2_1 libcdio-0.83_1 libchamplain-0.8.1_2 libcheck-0.9.8 libcroco-0.6.2_1 libdaemon-0.14 libdca-0.0.5 libdiscid-0.2.2_1 libdmx-1.1.1 libdrm-2.4.17_1 libdvdcss-1.2.10_1 libdvdread-4.2.0_2 libevent2-2.0.20 libexecinfo-1.1_3 libexif-0.6.20 libffi-3.0.9 libfontenc-1.1.0 libgcrypt-1.5.0_1 libgdata-0.6.6_1 libgee-0.6.2.1 libglade2-2.6.4_5 libgnome-2.32.0_1 libgnome-keyring-2.32.0_2 libgnomecanvas-2.30.3_1 libgnomecups-0.2.3_4,1 libgnomekbd-2.32.0_1 libgnomeprint-2.18.8_1 libgnomeprintui-2.18.6_1 libgnomeui-2.24.4_1 libgpg-error-1.10 libgphoto2-2.4.14 libgsf-1.14.21_1 libgtop-2.28.3_2 libgweather-2.30.3_1 libical-0.44 libiconv-1.14 libid3tag-0.15.1b libidn-1.25 libksba-1.3.0 libltdl-2.4.2 libmad-0.15.1b_2 libmpeg2-0.5.1_1 libmusicbrainz-3.0.3_2 libnice-0.0.13_3 libnotify-0.7.3_2 libogg-1.3.0,4 liboil-0.3.17 liboldX-1.0.1 liboobs-2.32.0 libpaper-1.1.24_1 libpciaccess-0.12.1 libproxy-0.4.6 libpthread-stubs-0.3_3 libquvi-0.4.1 libquvi-scripts-0.4.9 librsvg2-2.34.1_1 libsamplerate-0.1.8_3 libsigc++-2.2.10 libsigsegv-2.10 libsndfile-1.0.25_2 libsoup-2.34.3 libsoup-gnome-2.34.3_2 libspectre-0.2.6_1 libsunacl-1.0 libtasn1-2.13 libtelepathy-0.3.3_1 libtheora-1.1.1_3 libtool-2.4.2 libv4l-0.8.8_1 libvolume_id-0.81.1 libvorbis-1.3.3_1,3 libvpx-1.1.0 libwnck-2.30.6_1 libwww-5.4.0_4 libxcb-1.7 libxkbfile-1.0.7 libxkbui-1.0.2_1 libxklavier-5.0,1 libxml++-2.34.2 libxml2-2.7.8_5 libxslt-1.1.26_3 loudmouth-1.4.3_6 lsof-4.87.a,7 lua-5.1.5_4 luit-1.1.0_1 lynx-2.8.7.2,1 m4-1.4.16_1,1 makedepend-1.0.3,1 metacity-2.30.3_1 mkfontdir-1.0.6 mkfontscale-1.0.9 mousetweaks-2.32.1_1 mpfr-3.1.1 nasm-2.10.03,1 nautilus-2.32.2.1_2 nautilus-sendto-2.32.0_2 neon29-0.29.6_4 nettle-2.5 notification-daemon-0.7.2_1 nspr-4.9.3 nss-3.14 opal3-3.6.6_17 opencv-core-2.3.1_4 openjpeg-1.5.0_1 openldap-client-2.4.33 orc-0.4.16 orca-2.32.1_2 p11-kit-0.14 p5-Authen-NTLM-1.09 p5-Digest-HMAC-1.03 p5-Encode-Locale-1.03 p5-File-Listing-6.04 p5-Filter-1.45 p5-HTML-Parser-3.69 p5-HTML-Tagset-3.20 p5-HTML-Tree-4.2 p5-HTTP-Cookies-6.01 p5-HTTP-Daemon-6.01 p5-HTTP-Date-6.02 p5-HTTP-Message-6.06 p5-HTTP-Negotiate-6.01 p5-IO-Socket-IP-0.17 p5-IO-Socket-SSL-1.76 p5-LWP-MediaTypes-6.02 p5-Locale-gettext-1.05_3 p5-Module-Build-0.4003 p5-Net-DBus-1.0.0 p5-Net-HTTP-6.03_1 p5-Net-SSLeay-1.49 p5-SGMLSpm-1.03_1 p5-Socket-2.006 p5-Switch-2.16 p5-Text-Iconv-1.7 p5-Tie-IxHash-1.22 p5-Time-HiRes-1.9725,1 p5-URI-1.60 p5-WWW-RobotRules-6.02 p5-XML-Grove-0.46.a p5-XML-LibXML-2.0004,1 p5-XML-NamespaceSupport-1.11 p5-XML-Parser-2.41 p5-XML-SAX-0.99 p5-XML-SAX-Base-1.08 p5-XML-SAX-Expat-0.40_1 p5-XML-Simple-2.20 p5-XML-Twig-3.41 p5-XML-XPath-1.13 p5-libwww-6.04 p5-libxml-0.08 pam_helper-1.0 pango-1.28.4_1 pangomm-2.28.2_1 pciids-20120906 pcre-8.31_1 perl-5.14.2_2 pixman-0.24.2 pkgconf-0.8.9 png-1.5.12 policykit-0.9_6 policykit-gnome-0.9.2_6 polkit-0.99 polkit-gnome-0.99_1 poppler-0.18.4_2 poppler-data-0.4.5 poppler-glib-0.18.4_2 popt-1.16 portupgrade-2.4.10.2,2 printproto-1.0.5 pth-2.0.7 ptlib-2.6.7_2 pulseaudio-0.9.23_2 py27-cairo-1.8.10_1 py27-dbus-0.84.0 py27-gdata-2.0.17 py27-gnome-2.28.1_3 py27-gnome-desktop-2.32.0_2 py27-gobject-2.28.6_1 py27-gstreamer-0.10.22_1 py27-gtk-2.24.0_1 py27-libxml2-2.7.8_2 py27-openssl-0.13 py27-orbit-2.24.0 py27-papyon-0.5.4_1 py27-pycrypto-2.6_1 py27-sqlite3-2.7.3_2 py27-telepathy-butterfly-0.5.15_2 py27-telepathy-python-0.15.19_1 py27-xdg-0.19 python27-2.7.3_3 randrproto-1.3.2 rarian-0.8.1 recordproto-1.14.1 renderproto-0.11.1 resourceproto-1.2.0 ruby-1.8.7.371,1 ruby18-bdb-0.6.6 samba34-libsmbclient-3.4.17 samba36-3.6.9 schroedinger-1.0.11_1 scrnsaverproto-1.2.1 sdl-1.2.15_2,2 seahorse-2.32.0_7 seahorse-plugins-2.30.1_7 seed-2.31.91_2 sessreg-1.0.7 setxkbmap-1.2.0 shared-mime-info-1.0_1 smproxy-1.0.5 sound-juicer-2.32.0_3 spandsp-devel-0.0.6.p21 speex-1.2.r1_4,1 sqlite3-3.7.14.1 startup-notification-0.12 svgalib-1.4.3_6 swfdec-0.8.4_4 swfdec-gnome-2.30.1_1 system-tools-backends-2.10.1_1 t1lib-5.1.2_1,1 taglib-1.8 talloc-2.0.7 tdb-1.2.9,1 teTeX-base-3.0_23 teTeX-texmf-3.0_8 telepathy-farsight-0.0.15_1 telepathy-gabble-0.10.4 telepathy-glib-0.12.7_1 telepathy-idle-0.1.7 telepathy-logger-0.1.7 telepathy-mission-control-5.6.1_1 tex-texmflocal-1.9 texi2html-5.0_1,1 tiff-4.0.2_1 totem-2.32.0_2 totem-pl-parser-2.32.3_1 trapproto-3.4.3 twm-1.0.7 unique-1.1.6_3 unzip-6.0_1 upower-0.9.7 v4l_compat-1.0.20120501_1 vala-0.12.1 vala-vapigen-0.12.1 videoproto-2.3.1 vinagre-2.30.3_2 vino-2.32.2_3 vte-0.26.2_3 w3m-0.5.3_1 webcamd-3.7.0.4 webkit-gtk2-1.4.3_1 x11perf-1.5.4 x264-0.125.2201 xauth-1.0.6 xbacklight-1.1.2 xbitmaps-1.1.1 xcalc-1.0.4.1_1 xcb-proto-1.7.1 xcb-util-0.3.8,1 xcb-util-renderutil-0.3.8 xclock-1.0.6 xcmiscproto-1.2.1 xcmsdb-1.0.3 xcursor-themes-1.0.3_1 xcursorgen-1.0.4_1 xdpyinfo-1.3.0 xdriinfo-1.0.4 xev-1.1.0 xextproto-7.2.0 xf86-input-keyboard-1.6.1 xf86-input-mouse-1.7.1_1 xf86-video-ati-6.14.3_1 xf86-video-intel-2.7.1_4 xf86-video-mach64-6.9.0 xf86-video-nv-2.1.18_1 xf86-video-openchrome-0.2.904_3 xf86-video-r128-6.8.1_3 xf86-video-radeonhd-1.3.0_5 xf86-video-vesa-2.3.0_2 xf86bigfontproto-1.2.0 xf86dga-1.0.3 xf86dgaproto-2.1 xf86driproto-2.1.1 xf86miscproto-0.9.3 xf86vidmodeproto-2.3.1 xgamma-1.0.4 xgc-1.0.3 xhost-1.0.4 xineramaproto-1.2.1 xinit-1.3.2,1 xinput-1.5.4 xkbcomp-1.2.3 xkbevd-1.1.2 xkbutils-1.0.3 xkeyboard-config-2.5.1 xkill-1.0.3 xlsatoms-1.1.0 xlsclients-1.1.2 xmessage-1.0.3 xmlcatmgr-2.2 xmlcharent-0.3_2 xmlto-0.0.25 xmodmap-1.0.5 xorg-7.5.2 xorg-apps-7.5.2 xorg-cf-files-1.0.4 xorg-docs-1.6,1 xorg-drivers-7.5.2 xorg-fonts-100dpi-7.5.1 xorg-fonts-7.5.1 xorg-fonts-75dpi-7.5.1 xorg-fonts-cyrillic-7.5.1 xorg-fonts-miscbitmaps-7.5.1 xorg-fonts-truetype-7.5.1 xorg-fonts-type1-7.5.1 xorg-libraries-7.5.1 xorg-macros-1.16.1 xorg-server-1.7.7_6,1 xorg-vfbserver-1.7.7_1,1 xpr-1.0.3 xprop-1.2.1 xproto-7.0.22 xrandr-1.3.5 xrdb-1.0.9 xrefresh-1.0.4 xscreensaver-gnome-hacks-5.12_1 xset-1.2.2_1 xsetmode-1.0.0 xsetroot-1.1.0 xterm-286 xtrans-1.2.6 xvid-1.3.2,1 xvinfo-1.1.1 xwd-1.0.4 xwininfo-1.1.2 xwud-1.0.3 yasm-1.2.0 yelp-2.30.2_6 zenity-2.32.1_2 zip-3.0 Best wishes Anders Liljeborg Royal Inst. of Technology Stockholm Sweden From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 6 12:30:24 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C60BEE9C for ; Fri, 6 Dec 2013 12:30:24 +0000 (UTC) Received: from bioxserver1.biox.kth.se (bioxserver1.biox.kth.se [130.237.35.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA2B217A0 for ; Fri, 6 Dec 2013 12:30:23 +0000 (UTC) Received: from bioxserver1.biox.kth.se (localhost [127.0.0.1]) by bioxserver1.biox.kth.se (8.14.5/8.14.5) with ESMTP id rB6DToMG040626; Fri, 6 Dec 2013 14:29:50 +0100 (CET) (envelope-from anders@bioxserver1.biox.kth.se) Received: (from anders@localhost) by bioxserver1.biox.kth.se (8.14.5/8.14.5/Submit) id rB6DToLm040623; Fri, 6 Dec 2013 14:29:50 +0100 (CET) (envelope-from anders) Date: Fri, 6 Dec 2013 14:29:50 +0100 (CET) Message-Id: <201312061329.rB6DToLm040623@bioxserver1.biox.kth.se> From: Anders Liljeborg To: gecko@FreeBSD.org Subject: Firefox 17 on FreeBSD 9.1, continued... Cc: andlil@kth.se X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 12:30:24 -0000 Sorry, forgot the config.log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:1098: checking host system type configure:1119: checking target system type configure:1137: checking build system type configure:1215: checking for mawk configure:1215: checking for gawk configure:1467: checking for /usr/local/bin/perl configure:2738: checking for gcc configure:2851: checking whether the C compiler (cc -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN) works configure:2867: cc -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:2893: checking whether the C compiler (cc -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN) is a cross-compiler configure:2898: checking whether we are using GNU C configure:2907: cc -E conftest.c configure:2926: checking whether cc accepts -g configure:2967: checking for c++ configure:2999: checking whether the C++ compiler (c++ -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN) works configure:3015: c++ -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:3041: checking whether the C++ compiler (c++ -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN) is a cross-compiler configure:3046: checking whether we are using GNU C++ configure:3055: c++ -E conftest.C configure:3074: checking whether c++ accepts -g configure:3108: checking for ranlib configure:3140: checking for as configure:3194: checking for ar configure:3229: checking for ld configure:3264: checking for strip configure:3299: checking for windres configure:4178: checking how to run the C preprocessor configure:4258: checking how to run the C++ preprocessor configure:4276: c++ -E -isystem/usr/local/include conftest.C >/dev/null 2>conftest.out configure:4369: checking for a BSD compatible install configure:4422: checking whether ln -s works configure:4445: checking for minimum required perl version >= 5.006 configure:4456: checking for full perl installation configure:4471: checking for /usr/local/bin/python2.7 configure:4550: checking for doxygen configure:4599: checking for autoconf configure:4650: checking for unzip configure:4706: checking for zip configure:4760: checking for makedepend configure:4808: checking for xargs configure:4860: checking for rpmbuild configure:5139: checking compiler version configure:5213: checking for gmake configure:5280: checking for X configure:5597: checking for dnet_ntoa in -ldnet configure:5616: cc -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 configure: failed program was: #line 5605 "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:5638: checking for dnet_ntoa in -ldnet_stub configure:5657: cc -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 configure: failed program was: #line 5646 "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:5686: checking for gethostbyname configure:5714: cc -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:5784: checking for connect configure:5812: cc -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:5876: checking for remove configure:5904: cc -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:5968: checking for shmat configure:5996: cc -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:6069: checking for IceConnectionNumber in -lICE configure:6088: cc -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:6502: cc -c -isystem/usr/local/include conftest.c 1>&5 configure: In function 'main': configure:6498: error: '__thumb2__' undeclared (first use in this function) configure:6498: error: (Each undeclared identifier is reported only once configure:6498: error: for each function it appears in.) configure: failed program was: #line 6495 "configure" #include "confdefs.h" int main() { return sizeof(__thumb2__); ; return 0; } configure:6696: checking that static assertion macros used in autoconf tests work configure:6717: cc -c -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include conftest.c 1>&5 configure:6734: cc -c -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include conftest.c 1>&5 configure: In function 'main': configure:6735: error: size of array 'static_assert_line_6734' is negative configure: failed program was: #line 6727 "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:6757: c++ -c -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include conftest.C 1>&5 configure:6774: c++ -c -O2 -pipe -fno-strict-aliasing -isystem/usr/local/include conftest.C 1>&5 configure: In function 'int main()': configure:6774: error: size of array 'static_assert_line_6774' is negative configure: failed program was: #line 6767 "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:6912: checking for --noexecstack option to as configure:6923: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Wa,--noexecstack -isystem/usr/local/include conftest.c 1>&5 configure:6936: checking for -z noexecstack option to ld configure:6947: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure:6961: checking if toolchain supports -mssse3 option configure:6973: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -mssse3 -isystem/usr/local/include conftest.c 1>&5 configure:6999: checking whether the C compiler supports -Werror=return-type configure:7022: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Werror -Werror=return-type -isystem/usr/local/include conftest.c 1>&5 configure:7050: checking whether the C compiler supports -Wtype-limits configure:7073: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Werror -Wtype-limits -isystem/usr/local/include conftest.c 1>&5 cc1: error: unrecognized command line option "-Wtype-limits" configure: failed program was: #line 7066 "configure" #include "confdefs.h" int main() { return(0); ; return 0; } configure:7101: checking whether the C compiler supports -Wempty-body configure:7124: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Werror -Wempty-body -isystem/usr/local/include conftest.c 1>&5 cc1: error: unrecognized command line option "-Wempty-body" configure: failed program was: #line 7117 "configure" #include "confdefs.h" int main() { return(0); ; return 0; } configure:7158: checking whether the C compiler supports -Wno-overlength-strings configure:7181: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -Werror -Woverlength-strings -isystem/usr/local/include conftest.c 1>&5 configure:7265: checking whether the C++ compiler supports -Werror=return-type configure:7288: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Werror=return-type -isystem/usr/local/include conftest.C 1>&5 configure:7316: checking whether the C++ compiler supports -Wtype-limits configure:7339: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Wtype-limits -isystem/usr/local/include conftest.C 1>&5 cc1plus: error: unrecognized command line option "-Wtype-limits" configure: failed program was: #line 7332 "configure" #include "confdefs.h" int main() { return(0); ; return 0; } configure:7367: checking whether the C++ compiler supports -Wempty-body configure:7390: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Wempty-body -isystem/usr/local/include conftest.C 1>&5 cc1plus: error: unrecognized command line option "-Wempty-body" configure: failed program was: #line 7383 "configure" #include "confdefs.h" int main() { return(0); ; return 0; } configure:7426: checking whether the C++ compiler supports -Wno-overlength-strings configure:7449: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Woverlength-strings -isystem/usr/local/include conftest.C 1>&5 configure:7477: checking whether the C++ compiler supports -Wno-invalid-offsetof configure:7500: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Winvalid-offsetof -isystem/usr/local/include conftest.C 1>&5 configure:7528: checking whether the C++ compiler supports -Wno-variadic-macros configure:7551: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -Werror -Wvariadic-macros -isystem/usr/local/include conftest.C 1>&5 configure:7664: checking whether ld has archive extraction flags configure:7688: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -isystem/usr/local/include -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 configure:7723: checking for 64-bit OS configure:7732: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -isystem/usr/local/include conftest.c 1>&5 configure:8108: checking for Python version >= 2.5 but not 3.x configure:8119: checking for custom implementation configure:9390: checking whether the linker supports Identical Code Folding configure:9399: cc -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 configure:9470: checking for ANSI C header files configure:9483: cpp -isystem/usr/local/include conftest.c >/dev/null 2>conftest.out configure:9550: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.c 1>&5 configure: In function 'main': configure:9545: warning: incompatible implicit declaration of built-in function 'exit' configure:9577: checking for working const configure:9631: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 configure:9655: checking for mode_t configure:9691: checking for off_t configure:9727: checking for pid_t configure:9763: checking for size_t configure:9806: checking for __stdcall configure:9820: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -isystem/usr/local/include conftest.C 1>&5 configure:9814: error: '__stdcall' was not declared in this scope configure:9814: error: template argument 1 is invalid configure: failed program was: #line 9811 "configure" #include "confdefs.h" template struct foo; template <> struct foo {}; template <> struct foo {}; int main() { ; return 0; } configure:9852: checking for ssize_t configure:9865: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 configure:9890: checking for st_blksize in struct stat configure:9903: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 configure:9927: checking for siginfo_t configure:9940: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 configure:9966: checking for int64 configure:9979: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 configure: In function 'main': configure:9975: error: 'int64' undeclared (first use in this function) configure:9975: error: (Each undeclared identifier is reported only once configure:9975: error: for each function it appears in.) configure:9975: error: expected ';' before 'foo' configure: failed program was: #line 9971 "configure" #include "confdefs.h" #include #include int main() { int64 foo = 0; ; return 0; } configure:10004: checking for uint configure:10017: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 configure:10042: checking for uint_t configure:10055: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 configure: In function 'main': configure:10051: error: 'uint_t' undeclared (first use in this function) configure:10051: error: (Each undeclared identifier is reported only once configure:10051: error: for each function it appears in.) configure:10051: error: expected ';' before 'foo' configure: failed program was: #line 10047 "configure" #include "confdefs.h" #include #include int main() { uint_t foo = 0; ; return 0; } configure:10089: checking for uname.domainname configure:10102: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -isystem/usr/local/include conftest.C 1>&5 configure: In function 'int main()': configure:10098: error: 'struct utsname' has no member named 'domainname' configure: failed program was: #line 10094 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->domainname; } ; return 0; } configure:10129: checking for uname.__domainname configure:10142: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -isystem/usr/local/include conftest.C 1>&5 configure: In function 'int main()': configure:10138: error: 'struct utsname' has no member named '__domainname' configure: failed program was: #line 10134 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->__domainname; } ; return 0; } configure:10181: checking for gcc c++0x headers bug without rtti configure:10193: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include conftest.C 1>&5 cc1plus: error: unrecognized command line option "-std=gnu++0x" configure: failed program was: #line 10186 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10213: checking for usable char16_t (2 bytes, unsigned) configure:10229: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -isystem/usr/local/include conftest.C 1>&5 configure:10229:1: warning: hex escape sequence out of range configure: In function 'int main()': configure:10225: error: 'char16_t' was not declared in this scope configure:10227: error: 'u' was not declared in this scope configure:10227: error: expected `)' before string constant configure:10227: error: expected `)' before ';' token configure:10227: error: expected `)' before ';' token configure:10227: error: expected `]' before ';' token configure:10228: error: expected `)' before 'a' configure:10228: error: expected `)' before ';' token configure:10228: error: expected `]' before ';' token configure:10229: error: expected `)' before '\xffffffff' configure:10230: error: expected `]' before ';' token configure: failed program was: #line 10218 "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(char16_t) == 2); CONFIGURE_STATIC_ASSERT(char16_t(-1) > char16_t(0)); CONFIGURE_STATIC_ASSERT(sizeof((u"hello")[0]) == 2); CONFIGURE_STATIC_ASSERT(sizeof(u'a') == 2); CONFIGURE_STATIC_ASSERT(u'\xFFFF' > u'\x0') ; return 0; } configure:10257: checking for usable wchar_t (2 bytes, unsigned) configure:10271: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -isystem/usr/local/include conftest.C 1>&5 configure: In function 'int main()': configure:10270: error: size of array 'static_assert_line_10270' is negative configure:10271: error: size of array 'static_assert_line_10271' is negative configure: failed program was: #line 10262 "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:10299: checking for compiler -fshort-wchar option configure:10313: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:10357: checking for nullptr configure:10369: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include conftest.C 1>&5 configure: In function 'int main()': configure:10365: error: 'nullptr' was not declared in this scope configure: failed program was: #line 10362 "configure" #include "confdefs.h" int main() { int* foo = nullptr; ; return 0; } configure:10404: checking for visibility(hidden) attribute configure:10432: checking for visibility(default) attribute configure:10460: checking for visibility pragma support configure:10485: checking For gcc visibility bug with class-level attributes (GCC bug 26905) configure:10513: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297) configure:10568: checking for gcc PR49911 configure:10629: c++ -o conftest -O2 -isystem/usr/local/include -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack conftest.C 1>&5 configure:10665: checking for __force_align_arg_pointer__ attribute configure:10677: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -Werror -isystem/usr/local/include conftest.c 1>&5 cc1: warnings being treated as errors configure:10671: warning: '__force_align_arg_pointer__' attribute ignored configure: failed program was: #line 10670 "configure" #include "confdefs.h" __attribute__ ((__force_align_arg_pointer__)) void test() {} int main() { ; return 0; } configure:10704: checking for dirent.h that defines DIR configure:10717: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 configure:10745: checking for opendir in -ldir configure:10764: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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 configure: failed program was: #line 10753 "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:10839: checking for sys/byteorder.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10846:27: error: sys/byteorder.h: No such file or directory configure: failed program was: #line 10844 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10839: checking for compat.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10846:20: error: compat.h: No such file or directory configure: failed program was: #line 10844 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10839: checking for getopt.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10839: checking for sys/bitypes.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10846:25: error: sys/bitypes.h: No such file or directory configure: failed program was: #line 10844 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10839: checking for memory.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10839: checking for unistd.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10839: checking for gnu/libc-version.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10846:30: error: gnu/libc-version.h: No such file or directory configure: failed program was: #line 10844 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10839: checking for nl_types.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10839: checking for malloc.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 In file included from configure:10846: /usr/include/malloc.h:3:2: error: #error " has been replaced by " configure: failed program was: #line 10844 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10839: checking for X11/XKBlib.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10839: checking for io.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10846:16: error: io.h: No such file or directory configure: failed program was: #line 10844 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10839: checking for cpuid.h configure:10852: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10846:19: error: cpuid.h: No such file or directory configure: failed program was: #line 10844 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10887: checking for sys/statvfs.h configure:10900: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10887: checking for sys/statfs.h configure:10900: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10894:24: error: sys/statfs.h: No such file or directory configure: failed program was: #line 10892 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10887: checking for sys/vfs.h configure:10900: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10894:21: error: sys/vfs.h: No such file or directory configure: failed program was: #line 10892 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10887: checking for sys/mount.h configure:10900: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10934: checking for sys/quota.h configure:10947: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10941:23: error: sys/quota.h: No such file or directory configure: failed program was: #line 10939 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10934: checking for sys/sysmacros.h configure:10947: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10941:27: error: sys/sysmacros.h: No such file or directory configure: failed program was: #line 10939 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:10980: checking for linux/quota.h configure:10993: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:10987:25: error: linux/quota.h: No such file or directory configure: failed program was: #line 10985 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11027: checking for mmintrin.h configure:11040: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11080: checking for new configure:11093: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:11192: checking for sys/cdefs.h configure:11205: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11257: checking for linux/perf_event.h configure:11270: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11264:30: error: linux/perf_event.h: No such file or directory configure: failed program was: #line 11262 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11333: checking for gethostbyname_r in -lc_r configure:11352: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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 configure: failed program was: #line 11341 "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:11393: checking for library containing dlopen configure:11411: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:11451: checking for dlfcn.h configure:11464: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:11501: checking for dladdr configure:11529: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -D_GNU_SOURCE -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:11501: checking for memmem configure:11529: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -D_GNU_SOURCE -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:11673: checking for socket in -lsocket configure:11692: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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 configure: failed program was: #line 11681 "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:11747: checking for XDrawLines in -lX11 configure:11766: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:11788: checking for XextAddDisplay in -lXext configure:11807: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:11830: checking for XtFree in -lXt configure:11849: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12003: checking for XShmCreateImage in -lXext configure:12022: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12045: checking for X11/extensions/scrnsaver.h configure:12058: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:12073: checking for XScreenSaverQueryInfo in -lXss configure:12092: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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 -lXss -lXext -lX11 1>&5 configure:12142: checking for pthread_create in -lpthreads cc -o dummy dummy.c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -lpthreads -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack /usr/bin/ld: cannot find -lpthreads configure:12165: checking for pthread_create in -lpthread cc -o dummy dummy.c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -lpthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$$ORIGIN -Wl,-z,noexecstack configure:12270: checking whether cc accepts -pthread configure:12398: checking whether cc needs -traditional configure:12405:19: error: sgtty.h: No such file or directory configure:12423:20: error: termio.h: No such file or directory configure:12444: checking for 8-bit clean memcmp configure:12462: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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: In function 'main': configure:12457: warning: incompatible implicit declaration of built-in function 'exit' configure:12482: checking for random configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12482: checking for strerror configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12482: checking for lchown configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12482: checking for fchmod configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12482: checking for snprintf configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12494: warning: conflicting types for built-in function 'snprintf' configure:12482: checking for statvfs configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12482: checking for memmove configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12494: warning: conflicting types for built-in function 'memmove' configure:12482: checking for rint configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12494: warning: conflicting types for built-in function 'rint' /tmp//ccIdHFOT.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `rint' configure: failed program was: #line 12487 "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:12482: checking for stat64 configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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//ccixjCpB.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `stat64' configure: failed program was: #line 12487 "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:12482: checking for lstat64 configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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//ccsEIYtT.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `lstat64' configure: failed program was: #line 12487 "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:12482: checking for truncate64 configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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//cc2AE1wr.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `truncate64' configure: failed program was: #line 12487 "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:12482: checking for statvfs64 configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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//ccVObmr8.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `statvfs64' configure: failed program was: #line 12487 "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:12482: checking for setbuf configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12482: checking for isatty configure:12510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12540: checking for flockfile configure:12568: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12540: checking for getpagesize configure:12568: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12598: checking for localtime_r configure:12626: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12598: checking for strtok_r configure:12626: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12655: checking for clock_gettime(CLOCK_MONOTONIC) configure:12671: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12712: checking for wcrtomb configure:12724: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:12747: checking for mbrtowc configure:12759: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:12791: checking for res_ninit() configure:12808: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:12801: /usr/include/resolv.h:157: error: array type has incomplete element type /usr/include/resolv.h:171: error: field 'addr' has incomplete type /usr/include/resolv.h:195: error: field 'sin' has incomplete type configure: failed program was: #line 12796 "configure" #include "confdefs.h" #ifdef linux #define _BSD_SOURCE 1 #endif #include int main() { int foo = res_ninit(&_res); ; return 0; } configure:12841: checking for gnu_get_libc_version() configure:12857: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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: In function 'int main()': configure:12853: error: 'gnu_get_libc_version' was not declared in this scope configure: failed program was: #line 12846 "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:12889: checking for iconv in -lc configure:12911: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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//ccrb5JQl.o: In function `main': conftest.C:(.text.main+0x5): undefined reference to `iconv' configure: failed program was: #line 12897 "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:12930: checking for iconv in -liconv configure:12952: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:13020: checking for iconv() configure:13039: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:13066: checking for iconv() with const input configure:13086: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13118: checking for nl_langinfo and CODESET configure:13130: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:13165: checking for an implementation of va_copy() configure:13189: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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: In function 'f': configure:13183: warning: incompatible implicit declaration of built-in function 'exit' configure:13206: checking for an implementation of __va_copy() configure:13230: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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: In function 'f': configure:13224: warning: incompatible implicit declaration of built-in function 'exit' configure:13247: checking whether va_lists can be copied by value configure:13271: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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: In function 'f': configure:13263: error: incompatible types in assignment configure:13265: warning: incompatible implicit declaration of built-in function 'exit' configure: failed program was: #line 13257 "configure" #include "confdefs.h" #include void f (int i, ...) { va_list args1, args2; va_start (args1, i); 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:13384: checking for modern C++ template specialization syntax support configure:13399: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13417: checking whether partial template specialization works configure:13430: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13454: checking whether the C++ "using" keyword resolves ambiguity configure:13475: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13499: checking for C++ dynamic_cast to void* configure:13526: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:13553: checking whether C++ requires implementation of unused virtual methods configure:13565: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:13591: checking for trouble comparing to zero near std::operator!=() configure:13607: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13637: checking for __thread keyword for TLS variables configure:13649: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:13736: checking for malloc.h configure:13736: checking for malloc_np.h configure:13749: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13785: checking for strndup configure:13816: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:13785: checking for posix_memalign configure:13816: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:13785: checking for memalign configure:13816: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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//ccUu1yYs.o: In function `main': conftest.C:(.text.main+0x5): undefined reference to `memalign' configure: failed program was: #line 13790 "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:13785: checking for valloc configure:13816: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:13847: checking for malloc_usable_size configure:13878: c++ -o conftest -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -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:13908: checking for __attribute__((always_inline)) configure:13920: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13935: checking for __attribute__((malloc)) configure:13947: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13962: checking for __attribute__((warn_unused_result)) configure:13974: c++ -c -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 configure:13998: checking for LC_MESSAGES configure:14010: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:14036: checking for localeconv configure:14064: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:14271: checking for nspr-config configure:14306: checking for NSPR - version >= 4.9.2 configure:14374: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -I/usr/local/include/nspr -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:14394: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -I/usr/local/include/nspr -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:14438: checking for pkg-config configure:14482: checking for libevent configure:14489: checking MOZ_LIBEVENT_CFLAGS configure:14494: checking MOZ_LIBEVENT_LIBS configure:14666: checking for nss-config configure:14701: checking for NSS - version >= 3.13.2 configure:14774: checking for YASM assembler configure:14780: checking for yasm configure:14842: checking for jpeg_destroy_compress in -ljpeg configure:14861: cc -o conftest -I/usr/local/include -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:14897: cc -c -I/usr/local/include -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:14944: checking for gzread in -lz configure:14963: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:14998: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 configure:15049: checking for BZ2_bzread in -lbz2 configure:15068: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:15117: checking for png_get_valid in -lpng configure:15136: cc -o conftest -I/usr/local/include -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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:15158: checking for png_get_acTL in -lpng configure:15177: cc -o conftest -I/usr/local/include -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -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//ccIl8LpY.o: In function `main': conftest.c:(.text.main+0x7): undefined reference to `png_get_acTL' configure: failed program was: #line 15166 "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; } --------------------------------------------------------------- Best wishes Anders Liljeborg From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 6 18:58:38 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 716702A7 for ; Fri, 6 Dec 2013 18:58:38 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 03EF1170A for ; Fri, 6 Dec 2013 18:58:37 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB6IwYwE055041 for ; Fri, 6 Dec 2013 18:58:34 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB6IwTuc054548 for freebsd-gecko@freebsd.org; Fri, 6 Dec 2013 18:58:29 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 6 Dec 2013 18:58:29 GMT Message-Id: <201312061858.rB6IwTuc054548@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] r1434 - trunk/www/firefox-esr-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.17 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, 06 Dec 2013 18:58:38 -0000 Author: jbeich Date: Fri Dec 6 18:58:29 2013 New Revision: 1434 Log: don't try to install i18n from ff24 on linux ff26 Modified: trunk/www/firefox-esr-i18n/Makefile Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Fri Dec 6 09:46:57 2013 (r1433) +++ trunk/www/firefox-esr-i18n/Makefile Fri Dec 6 18:58:29 2013 (r1434) @@ -16,7 +16,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip USE_FIREFOX= 24 -USE_XPI= firefox linux-firefox +USE_XPI= firefox USE_SUBMAKE= yes From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 6 18:58:43 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 842DC2A9 for ; Fri, 6 Dec 2013 18:58:43 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 16597170B for ; Fri, 6 Dec 2013 18:58:42 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB6Iwffq056013 for ; Fri, 6 Dec 2013 18:58:41 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB6IwaNt055773 for freebsd-gecko@freebsd.org; Fri, 6 Dec 2013 18:58:36 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 6 Dec 2013 18:58:36 GMT Message-Id: <201312061858.rB6IwaNt055773@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] r1435 - in trunk/www: firefox-esr-i18n firefox-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.17 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, 06 Dec 2013 18:58:43 -0000 Author: jbeich Date: Fri Dec 6 18:58:36 2013 New Revision: 1435 Log: add bn-BD locale to options (forgot in r1401) Modified: trunk/www/firefox-esr-i18n/Makefile.option trunk/www/firefox-i18n/Makefile.option Modified: trunk/www/firefox-esr-i18n/Makefile.option ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile.option Fri Dec 6 18:58:29 2013 (r1434) +++ trunk/www/firefox-esr-i18n/Makefile.option Fri Dec 6 18:58:36 2013 (r1435) @@ -11,6 +11,7 @@ LANG_AST \ LANG_EU \ LANG_BN \ + LANG_BD \ LANG_BB \ LANG_BS \ LANG_BR \ @@ -98,6 +99,7 @@ LANG_ACH_DESC?= Acholi language support LANG_AS_DESC?= Assamese language support +LANG_BD_DESC?= Bengali (Bangladesh) language support LANG_CSB_DESC?= Kashubian language support LANG_FF_DESC?= Pulaar Fulfulde language support LANG_KM_DESC?= Khmer language support Modified: trunk/www/firefox-i18n/Makefile.option ============================================================================== --- trunk/www/firefox-i18n/Makefile.option Fri Dec 6 18:58:29 2013 (r1434) +++ trunk/www/firefox-i18n/Makefile.option Fri Dec 6 18:58:36 2013 (r1435) @@ -11,6 +11,7 @@ LANG_AST \ LANG_EU \ LANG_BN \ + LANG_BD \ LANG_BB \ LANG_BS \ LANG_BR \ @@ -98,6 +99,7 @@ LANG_ACH_DESC?= Acholi language support LANG_AS_DESC?= Assamese language support +LANG_BD_DESC?= Bengali (Bangladesh) language support LANG_CSB_DESC?= Kashubian language support LANG_FF_DESC?= Pulaar Fulfulde language support LANG_KM_DESC?= Khmer language support From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 6 18:58:54 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 060D32C4 for ; Fri, 6 Dec 2013 18:58:54 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43972170E for ; Fri, 6 Dec 2013 18:58:53 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB6IwpGo059768 for ; Fri, 6 Dec 2013 18:58:51 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB6IwkxC056587 for freebsd-gecko@freebsd.org; Fri, 6 Dec 2013 18:58:46 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 6 Dec 2013 18:58:46 GMT Message-Id: <201312061858.rB6IwkxC056587@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] r1436 - in trunk: Mk www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/firefox-nightly www/firefox-nightly/files www/linux-firefox 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.17 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, 06 Dec 2013 18:58:54 -0000 Author: jbeich Date: Fri Dec 6 18:58:46 2013 New Revision: 1436 Log: update Deleted: trunk/www/firefox-nightly/files/patch-bug946560 Modified: trunk/Mk/bsd.gecko.mk trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-esr-i18n/distinfo trunk/www/firefox-esr/Makefile trunk/www/firefox-esr/distinfo trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/distinfo trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey-i18n/distinfo Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/Mk/bsd.gecko.mk Fri Dec 6 18:58:46 2013 (r1436) @@ -176,7 +176,7 @@ # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. -# Available values: yes 24+ 25+ 24 25+ +# Available values: yes 24+ 26+ 24 26 # NOTE: # default value 24 is used in case of USE_FIREFOX=yes # @@ -187,9 +187,9 @@ # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 22+ 22 +# Available values: yes 23+ 23 # NOTE: -# default value 22 is used in case of USE_SEAMONKEY=yes +# default value 23 is used in case of USE_SEAMONKEY=yes # # USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY @@ -218,11 +218,11 @@ .endif _FIREFOX_DEFAULT_VERSION= 24 -_FIREFOX_VERSIONS= 24 25 -_FIREFOX_RANGE_VERSIONS= 24+ 25+ +_FIREFOX_VERSIONS= 24 26 +_FIREFOX_RANGE_VERSIONS= 24+ 26+ # For specifying [24, ..]+ -_FIREFOX_25P= 25 ${_FIREFOX_24P} +_FIREFOX_26P= 26 ${_FIREFOX_24P} _FIREFOX_24P= 24 # Set the default Firefox version and check if USE_FIREFOX=yes was given @@ -269,7 +269,7 @@ # Dependence lines for different Firefox versions 24_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -25_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +26_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox # Add dependencies .if defined(USE_FIREFOX) @@ -291,12 +291,12 @@ _SEAMONKEY_BUILD_DEPENDS= yes .endif -_SEAMONKEY_DEFAULT_VERSION= 22 -_SEAMONKEY_VERSIONS= 22 -_SEAMONKEY_RANGE_VERSIONS= 22+ +_SEAMONKEY_DEFAULT_VERSION= 23 +_SEAMONKEY_VERSIONS= 23 +_SEAMONKEY_RANGE_VERSIONS= 23+ -# For specifying [22, ..]+ -_SEAMONKEY_22P= 22 +# For specifying [23, ..]+ +_SEAMONKEY_23P= 23 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given .if ${USE_SEAMONKEY} == "yes" @@ -338,7 +338,7 @@ .endif # Dependence lines for different SeaMonkey versions -22_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +23_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey # Add dependencies .if defined(USE_SEAMONKEY) Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox-esr-i18n/Makefile Fri Dec 6 18:58:46 2013 (r1436) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-esr-i18n/Makefile 313676 2013-03-08 22:27:39Z flo $ PORTNAME= firefox -PORTVERSION= 24.1.1 +PORTVERSION= 24.2.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-esr-i18n/distinfo ============================================================================== --- trunk/www/firefox-esr-i18n/distinfo Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox-esr-i18n/distinfo Fri Dec 6 18:58:46 2013 (r1436) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-24.1.1/ach.xpi) = 661e897ba41e57fee60f70c6c10fd1a08509f56fc8f5c4a92c596ca1896bd2b0 -SIZE (xpi/firefox-24.1.1/ach.xpi) = 339945 -SHA256 (xpi/firefox-24.1.1/af.xpi) = 9448ffecbd31531dfd3188d687c618069fcf5561a8c82a6ff6e438e034da3486 -SIZE (xpi/firefox-24.1.1/af.xpi) = 333184 -SHA256 (xpi/firefox-24.1.1/ak.xpi) = 0252ae9437fb09542c88a808d5267f6e01f08ca15f5c3d1a45dd6035877da6eb -SIZE (xpi/firefox-24.1.1/ak.xpi) = 340940 -SHA256 (xpi/firefox-24.1.1/ar.xpi) = 5b85ad010f26d83885ccb52c4c59a06a1e0625dd229949a2fe70e2b92a9ab66e -SIZE (xpi/firefox-24.1.1/ar.xpi) = 360849 -SHA256 (xpi/firefox-24.1.1/as.xpi) = 91d2b0cea6e43b7a3585d7c2369b2817948746383700455d21288c6f41b77464 -SIZE (xpi/firefox-24.1.1/as.xpi) = 378084 -SHA256 (xpi/firefox-24.1.1/ast.xpi) = 8ae0bdadbbfd0a849edcfcb68c531f8e12f934a4e069adfcd11fcc2d5e39f76c -SIZE (xpi/firefox-24.1.1/ast.xpi) = 292876 -SHA256 (xpi/firefox-24.1.1/be.xpi) = 1c35404c1f95004153afed481c1e5f9493a4c170922bc2e93dd7da91d9500b3e -SIZE (xpi/firefox-24.1.1/be.xpi) = 316954 -SHA256 (xpi/firefox-24.1.1/bg.xpi) = 0c264f7032fb7589efffd30fbca643d538dfb4a1388fcbd4dbf59d5658941de4 -SIZE (xpi/firefox-24.1.1/bg.xpi) = 373135 -SHA256 (xpi/firefox-24.1.1/bn-BD.xpi) = c5672957aba02c1f2c2d94d05182e233af870e6ae13dfc82bfa83a5d514fe8f9 -SIZE (xpi/firefox-24.1.1/bn-BD.xpi) = 394938 -SHA256 (xpi/firefox-24.1.1/bn-IN.xpi) = 9348980649d9ca9a24c50c062f95ee165e10eaedfef3ea4dc43b4e0c7d3cc23b -SIZE (xpi/firefox-24.1.1/bn-IN.xpi) = 427780 -SHA256 (xpi/firefox-24.1.1/br.xpi) = 2593f4503a7472b72acf87c4c82e9775d38cf98c46d5c7c134f68df2b08644e6 -SIZE (xpi/firefox-24.1.1/br.xpi) = 330508 -SHA256 (xpi/firefox-24.1.1/bs.xpi) = 6533d050ff1e679b2b51d67e827490c94ff245696d966f58b927f910538df847 -SIZE (xpi/firefox-24.1.1/bs.xpi) = 341620 -SHA256 (xpi/firefox-24.1.1/ca.xpi) = ed531f2185937d57c9919318a87e79d08bb769b21c0e8a21cccd360b9457bc4a -SIZE (xpi/firefox-24.1.1/ca.xpi) = 341257 -SHA256 (xpi/firefox-24.1.1/cs.xpi) = 9de6963cedf97c96d12fa3a775b7d74367d01b8adb206b40482ca7fed02e1e31 -SIZE (xpi/firefox-24.1.1/cs.xpi) = 335945 -SHA256 (xpi/firefox-24.1.1/csb.xpi) = 2d5a6d45f5273490e9787e9da0358ff131751b448c1b22d4cb54193ed35c6c31 -SIZE (xpi/firefox-24.1.1/csb.xpi) = 329794 -SHA256 (xpi/firefox-24.1.1/cy.xpi) = 6329c1f414dd5bff14bac59bf15b1e63493261587e23a2e3ba3eaa81265f74d5 -SIZE (xpi/firefox-24.1.1/cy.xpi) = 330643 -SHA256 (xpi/firefox-24.1.1/da.xpi) = 854305d55f22bf0ec29e0ceb500ddf0abd9e107376e5badcb09e300ec5c1a7ee -SIZE (xpi/firefox-24.1.1/da.xpi) = 326881 -SHA256 (xpi/firefox-24.1.1/de.xpi) = 1845a4b0b1e04eca6441d64c3ec00b8d41721173cb7b9a876c30dc6deaeafd7b -SIZE (xpi/firefox-24.1.1/de.xpi) = 323258 -SHA256 (xpi/firefox-24.1.1/el.xpi) = b064cc570e16ad8fbfdf41e4dde632ec3f7a40ae88ef2cf3a3dfdb2ae6e1483d -SIZE (xpi/firefox-24.1.1/el.xpi) = 365319 -SHA256 (xpi/firefox-24.1.1/en-GB.xpi) = d28408ca1f7c6df7abefedf2d0539902872188a19c7894b09da2fac2aa68062f -SIZE (xpi/firefox-24.1.1/en-GB.xpi) = 318296 -SHA256 (xpi/firefox-24.1.1/en-US.xpi) = 18a353563dc6d4e193949cedff7f6a7fc79db459488ce98d3a047a9918139f4c -SIZE (xpi/firefox-24.1.1/en-US.xpi) = 320993 -SHA256 (xpi/firefox-24.1.1/en-ZA.xpi) = 8590e45764742f6de5fcb22ba6447beba90be266f6fbbb625cc3e327957cbd9e -SIZE (xpi/firefox-24.1.1/en-ZA.xpi) = 319320 -SHA256 (xpi/firefox-24.1.1/eo.xpi) = 2dc4f9120ac193291724b416a7fc6846744139b3eec203326b2ca2b9ca9581ad -SIZE (xpi/firefox-24.1.1/eo.xpi) = 334939 -SHA256 (xpi/firefox-24.1.1/es-AR.xpi) = 20a457e682c04db7ac62c73c53d2425216767e93d978d0a39cde8ebdd197964d -SIZE (xpi/firefox-24.1.1/es-AR.xpi) = 334009 -SHA256 (xpi/firefox-24.1.1/es-CL.xpi) = 3e9050396f66b5ef1e21a0e3ac2b6fa29ced3dceeb77c676a970a0aafb68fa13 -SIZE (xpi/firefox-24.1.1/es-CL.xpi) = 287026 -SHA256 (xpi/firefox-24.1.1/es-ES.xpi) = 3348a2ef469395ec67bb21254e63c4d67312a569c5c881820f2d29d0c27fadbc -SIZE (xpi/firefox-24.1.1/es-ES.xpi) = 277859 -SHA256 (xpi/firefox-24.1.1/es-MX.xpi) = eaeb6e6597b3650ee4a4584d9aff718855d7f5705bc8c12b65c660b1f644c385 -SIZE (xpi/firefox-24.1.1/es-MX.xpi) = 302625 -SHA256 (xpi/firefox-24.1.1/et.xpi) = 7ef716b63355f10248455c42598df9fbbe6f5b63632d7e69ad733046977d88d6 -SIZE (xpi/firefox-24.1.1/et.xpi) = 327697 -SHA256 (xpi/firefox-24.1.1/eu.xpi) = 137253f46ab0f72abdbe835cd172dff65736041a46da9394e2866f183d6ce051 -SIZE (xpi/firefox-24.1.1/eu.xpi) = 332421 -SHA256 (xpi/firefox-24.1.1/fa.xpi) = 3bdb09ca9c84d1a4e74342f47c810f86b3027702031bc598eb215e354899ed6b -SIZE (xpi/firefox-24.1.1/fa.xpi) = 375633 -SHA256 (xpi/firefox-24.1.1/ff.xpi) = 85e0d52ca1134b68c18ce3e32ea7806599da58929fe67d622c614918a656028f -SIZE (xpi/firefox-24.1.1/ff.xpi) = 332813 -SHA256 (xpi/firefox-24.1.1/fi.xpi) = c307b8f155a8567253768df487db1847d6469b34751d96335e761093be51eb4b -SIZE (xpi/firefox-24.1.1/fi.xpi) = 328891 -SHA256 (xpi/firefox-24.1.1/fr.xpi) = d1f910ff02b0ac3047dc12ffc4d5b91c7c0d1a084a055959007f234d41a11ac7 -SIZE (xpi/firefox-24.1.1/fr.xpi) = 339177 -SHA256 (xpi/firefox-24.1.1/fy-NL.xpi) = 25a90dd304291105e22f7b147e1dfb843c1f6eb114378bc44277466dafe803aa -SIZE (xpi/firefox-24.1.1/fy-NL.xpi) = 336591 -SHA256 (xpi/firefox-24.1.1/ga-IE.xpi) = 7239b9ea50e780e23b801808829db4649cb4420526bbcfbed0ffc54c5187ff59 -SIZE (xpi/firefox-24.1.1/ga-IE.xpi) = 345294 -SHA256 (xpi/firefox-24.1.1/gd.xpi) = 0278cc817a5c1ce53fa4949b3c92c8ccacfec817e4d261d99e1fce4d175e15ec -SIZE (xpi/firefox-24.1.1/gd.xpi) = 344810 -SHA256 (xpi/firefox-24.1.1/gl.xpi) = f4b68b13198fd2aa5a86b71d0666fc8e30502c085f885ccfd1c7ec25e379cc7f -SIZE (xpi/firefox-24.1.1/gl.xpi) = 336918 -SHA256 (xpi/firefox-24.1.1/gu-IN.xpi) = 670fe8138430b255d136e2195f59c74259210b0b1c7d087803e11201cd6a2d7d -SIZE (xpi/firefox-24.1.1/gu-IN.xpi) = 359359 -SHA256 (xpi/firefox-24.1.1/he.xpi) = 3b54b786bc81c09ef0c7da4f82069fa1a8124152021232d5cecb8b21963e4f6f -SIZE (xpi/firefox-24.1.1/he.xpi) = 354630 -SHA256 (xpi/firefox-24.1.1/hi-IN.xpi) = 4f92a02f13994f2810d5edbd6d75f9adf207ecc7d4592133f31033f271ea683a -SIZE (xpi/firefox-24.1.1/hi-IN.xpi) = 379120 -SHA256 (xpi/firefox-24.1.1/hr.xpi) = a2b7b5c5d2290ddecd3bb34f0d37fa92e0082f629688442df33480a623bde134 -SIZE (xpi/firefox-24.1.1/hr.xpi) = 336839 -SHA256 (xpi/firefox-24.1.1/hu.xpi) = 16ca9862d278fd0f8aff80a28ec0823e95e1d65af1aeb926ba32154deee4c844 -SIZE (xpi/firefox-24.1.1/hu.xpi) = 344102 -SHA256 (xpi/firefox-24.1.1/hy-AM.xpi) = 7f2366eb995af352a94e0905e47ae8c92f257640252e2fb17df59a9069736ed2 -SIZE (xpi/firefox-24.1.1/hy-AM.xpi) = 385179 -SHA256 (xpi/firefox-24.1.1/id.xpi) = ea371964cc0468d01ff9d2d2f78abfeed8466058089e51baf3a42ee484a4b9cc -SIZE (xpi/firefox-24.1.1/id.xpi) = 319794 -SHA256 (xpi/firefox-24.1.1/is.xpi) = a39bf9d91d0e660ffe3520ab698f1bd10ffb9a3a6c58160d202aaea880451735 -SIZE (xpi/firefox-24.1.1/is.xpi) = 331825 -SHA256 (xpi/firefox-24.1.1/it.xpi) = 95c8c59c23869e3967051166f2d91e3453cfb25612c644227cfe28a6266397d9 -SIZE (xpi/firefox-24.1.1/it.xpi) = 271925 -SHA256 (xpi/firefox-24.1.1/ja.xpi) = 2c4dae9f9247b92ea883da0bc26da5f6ec2ea236294d6d22f469ebd4608470c9 -SIZE (xpi/firefox-24.1.1/ja.xpi) = 370903 -SHA256 (xpi/firefox-24.1.1/kk.xpi) = 99ec7e7fbe882512fefdc9f069f3ae5ba5ad8b37d66f33d4c25d25a1ee5ef721 -SIZE (xpi/firefox-24.1.1/kk.xpi) = 377501 -SHA256 (xpi/firefox-24.1.1/km.xpi) = 3491cf44be72fce63c575a9bde8a77fcf18897cff5865956226bd51725a6f368 -SIZE (xpi/firefox-24.1.1/km.xpi) = 400558 -SHA256 (xpi/firefox-24.1.1/kn.xpi) = 6fe2715d9be94fcdfd1196ec0a11927f5a2791a97db0a7f8c331b5da2b75b27b -SIZE (xpi/firefox-24.1.1/kn.xpi) = 391033 -SHA256 (xpi/firefox-24.1.1/ko.xpi) = 94405952e7bbe12eaeb1ea99225bca916a66f8bd30adaef1df902383a5066495 -SIZE (xpi/firefox-24.1.1/ko.xpi) = 346163 -SHA256 (xpi/firefox-24.1.1/ku.xpi) = e0b2b01486a5fa032e869537655f2f8688e26bfad80920872b638ab4d0d30c18 -SIZE (xpi/firefox-24.1.1/ku.xpi) = 355631 -SHA256 (xpi/firefox-24.1.1/lg.xpi) = c87264a7a23a1d228a2eec3056ce760f0495b1e3f386a62c04e39039f2167c7d -SIZE (xpi/firefox-24.1.1/lg.xpi) = 351110 -SHA256 (xpi/firefox-24.1.1/lij.xpi) = 1929b1e36b52c25c2db69150dc61952cccd775bb43ef566f246a7e3452130157 -SIZE (xpi/firefox-24.1.1/lij.xpi) = 322702 -SHA256 (xpi/firefox-24.1.1/lt.xpi) = 0c4b3f875fe0fc0c01de20d6161b6ad62465b6a8c4c14afb20861ddd88369b69 -SIZE (xpi/firefox-24.1.1/lt.xpi) = 352044 -SHA256 (xpi/firefox-24.1.1/lv.xpi) = 57a3a885e6f89beeab678802168d62b1a5baa4e268f47cd56a01aa9a6f369a72 -SIZE (xpi/firefox-24.1.1/lv.xpi) = 328663 -SHA256 (xpi/firefox-24.1.1/mai.xpi) = b10a7ac6ae7ba7b7b97c12931a953056169392d43cc6b4aa451903f13d5fcd9c -SIZE (xpi/firefox-24.1.1/mai.xpi) = 379767 -SHA256 (xpi/firefox-24.1.1/mk.xpi) = c7578ebf9c78db2c171ba1ffa3a428b6e4faf18b8c4119d5ef03903371c866b1 -SIZE (xpi/firefox-24.1.1/mk.xpi) = 376315 -SHA256 (xpi/firefox-24.1.1/ml.xpi) = 3a2d38f9ca59748d2ab673fd3c3ce824418a095b0e13e125174e9979b7f2f07e -SIZE (xpi/firefox-24.1.1/ml.xpi) = 399676 -SHA256 (xpi/firefox-24.1.1/mr.xpi) = f97070f94d01fcf2cbc71ba9446cd9dbb5989e75841ceaf654ad4c7f1ef5f889 -SIZE (xpi/firefox-24.1.1/mr.xpi) = 380231 -SHA256 (xpi/firefox-24.1.1/nb-NO.xpi) = ad787486b4bec9e4a2667e31c0fa8e0fe78408160206deffc3e15a3b730dee9c -SIZE (xpi/firefox-24.1.1/nb-NO.xpi) = 330965 -SHA256 (xpi/firefox-24.1.1/nl.xpi) = 63ea65ae3d842b25a37f2ec2244e52a1b19529b7dcd5a8c12aeb47cafd10338c -SIZE (xpi/firefox-24.1.1/nl.xpi) = 331404 -SHA256 (xpi/firefox-24.1.1/nn-NO.xpi) = 792aef0259d3f714d7bee047698a1a38161e5ddadee367f6b12be73d99509fa9 -SIZE (xpi/firefox-24.1.1/nn-NO.xpi) = 333906 -SHA256 (xpi/firefox-24.1.1/nso.xpi) = 0534f5a31a50c641018597b95d3cdc0f6945289af46ab6be013384eff60d9ca7 -SIZE (xpi/firefox-24.1.1/nso.xpi) = 336297 -SHA256 (xpi/firefox-24.1.1/or.xpi) = 8762b41db04afddc49bb5b57f71977bdefecd3c278db8db25879a0f26d48f59a -SIZE (xpi/firefox-24.1.1/or.xpi) = 364592 -SHA256 (xpi/firefox-24.1.1/pa-IN.xpi) = 506c587d0371a90b5d91726b415106d29b017f1777da45e90b785c3576acb17b -SIZE (xpi/firefox-24.1.1/pa-IN.xpi) = 365652 -SHA256 (xpi/firefox-24.1.1/pl.xpi) = 305d74587b28e959e60d07276cff779595469549201f0b013de59ee6fa8c3844 -SIZE (xpi/firefox-24.1.1/pl.xpi) = 341994 -SHA256 (xpi/firefox-24.1.1/pt-BR.xpi) = 033b87d6e9d3ddabbb3b484ea9047ea41a64941acfb6b3a923acbd4a40048fc1 -SIZE (xpi/firefox-24.1.1/pt-BR.xpi) = 334605 -SHA256 (xpi/firefox-24.1.1/pt-PT.xpi) = de884cfd3235748ea8e1b4511e3adb4387a32716f895e09e9f105c901bc09197 -SIZE (xpi/firefox-24.1.1/pt-PT.xpi) = 332739 -SHA256 (xpi/firefox-24.1.1/rm.xpi) = 0910fc767af83e9d87f1aef8425c8ffb50eadacd8f9fc07b23cf4b9e307c6078 -SIZE (xpi/firefox-24.1.1/rm.xpi) = 339698 -SHA256 (xpi/firefox-24.1.1/ro.xpi) = 2eb76f4ca9032039e9553a4af18b63c9544dcef8f638c73a4d5ee2d506496d2c -SIZE (xpi/firefox-24.1.1/ro.xpi) = 362236 -SHA256 (xpi/firefox-24.1.1/ru.xpi) = f71693cbc4551277cf26835ecfe1b781dac4253aa8f2c23cd4c3430352e7a51a -SIZE (xpi/firefox-24.1.1/ru.xpi) = 322760 -SHA256 (xpi/firefox-24.1.1/si.xpi) = 7850ae9673aeca49089ba365d9861f2eb95a738ba21601f2755364a4bbdc46d5 -SIZE (xpi/firefox-24.1.1/si.xpi) = 372982 -SHA256 (xpi/firefox-24.1.1/sk.xpi) = d90d34784ea558023b4432cc466ce2235a2a0be6a5c56b616c0625099a21e399 -SIZE (xpi/firefox-24.1.1/sk.xpi) = 347878 -SHA256 (xpi/firefox-24.1.1/sl.xpi) = 88e3272f917efafe0e94588df8889b0aa342c425161d7ed8ade1ca8d6f113f71 -SIZE (xpi/firefox-24.1.1/sl.xpi) = 331571 -SHA256 (xpi/firefox-24.1.1/son.xpi) = d92e5a09253a03d47efaa1480bb96e17074a4f2db5ecab6b8f64ced92aea200b -SIZE (xpi/firefox-24.1.1/son.xpi) = 328902 -SHA256 (xpi/firefox-24.1.1/sq.xpi) = 825df65fd7bfbb90c737ff4a5091f7ddacda6021b430e10c1a2a757bc0899f63 -SIZE (xpi/firefox-24.1.1/sq.xpi) = 340676 -SHA256 (xpi/firefox-24.1.1/sr.xpi) = aa8d2ef4a19014c85e1a1130900b37734b05f018809e981360a7d5e31fed9046 -SIZE (xpi/firefox-24.1.1/sr.xpi) = 385108 -SHA256 (xpi/firefox-24.1.1/sv-SE.xpi) = 385090057fb097cfe722add9492c34ae0c37bef6178a53d81db10b3fbf370480 -SIZE (xpi/firefox-24.1.1/sv-SE.xpi) = 333506 -SHA256 (xpi/firefox-24.1.1/ta-LK.xpi) = f23676baaae3e6a347270f71bf4bd551094eed073079e9cf28eb2732e5abb623 -SIZE (xpi/firefox-24.1.1/ta-LK.xpi) = 384154 -SHA256 (xpi/firefox-24.1.1/ta.xpi) = d2666e0ed3085c9ccf61ed24ce59f7d1291ace20ebdf224f0d9df28e9cbf297c -SIZE (xpi/firefox-24.1.1/ta.xpi) = 381422 -SHA256 (xpi/firefox-24.1.1/te.xpi) = c68459bd9eae355025d2a2466c9a178117562cdbc512b2367e894a88a85e695c -SIZE (xpi/firefox-24.1.1/te.xpi) = 394560 -SHA256 (xpi/firefox-24.1.1/th.xpi) = c7ee64a0c37c24260539f69678d757402df18eaa65868b5c10842317892fb6ab -SIZE (xpi/firefox-24.1.1/th.xpi) = 379823 -SHA256 (xpi/firefox-24.1.1/tr.xpi) = 1d8424208974dabc1ac659ab845b1b62871f1d9d0c568c80afdb026f5508ec04 -SIZE (xpi/firefox-24.1.1/tr.xpi) = 340386 -SHA256 (xpi/firefox-24.1.1/uk.xpi) = 9975f2789571127e96b028335f8dc185fd36e2717b94f791661ad943c39a8112 -SIZE (xpi/firefox-24.1.1/uk.xpi) = 365699 -SHA256 (xpi/firefox-24.1.1/vi.xpi) = 0b48ba1d193d42568b76853662f29807440e6f640f12d0396d8f3a2ee5db93f9 -SIZE (xpi/firefox-24.1.1/vi.xpi) = 358429 -SHA256 (xpi/firefox-24.1.1/zh-CN.xpi) = bf88b646b4204f61ba0dd078a4051844818ee4c91060e2a5970a9caab5eadffd -SIZE (xpi/firefox-24.1.1/zh-CN.xpi) = 358182 -SHA256 (xpi/firefox-24.1.1/zh-TW.xpi) = ff646e99790c3faf554d87ab9ea85fbcc21c17c09773a064d92526e3900a6499 -SIZE (xpi/firefox-24.1.1/zh-TW.xpi) = 351833 -SHA256 (xpi/firefox-24.1.1/zu.xpi) = 5aa00d2f41216c2165f1a044d156194740b9f1c95810287e67a902ccfd77941c -SIZE (xpi/firefox-24.1.1/zu.xpi) = 340394 +SHA256 (xpi/firefox-24.2.0/ach.xpi) = 993d7a40b67ea47832c82561e3c81d0563f8c0767a743f432b60a6a25255b708 +SIZE (xpi/firefox-24.2.0/ach.xpi) = 339946 +SHA256 (xpi/firefox-24.2.0/af.xpi) = b8cdceb7566de6ad07a2bc4bfde1bd77853c01ff256d6b4494de26e4570a0c9e +SIZE (xpi/firefox-24.2.0/af.xpi) = 333184 +SHA256 (xpi/firefox-24.2.0/ak.xpi) = b7c8f3c53e5cb95f7a683aa0a1640b24bda5607d7466cacc26e5b9816ced538b +SIZE (xpi/firefox-24.2.0/ak.xpi) = 340941 +SHA256 (xpi/firefox-24.2.0/ar.xpi) = fc56fcd1ac6ce948a6746a5996f498b561d0e661be98af69c85abc2a69021fa7 +SIZE (xpi/firefox-24.2.0/ar.xpi) = 360850 +SHA256 (xpi/firefox-24.2.0/as.xpi) = c2bdb27834ae2a2d93594eaeabe50a897e10581daf1190ade9aa49fa0d58e5e6 +SIZE (xpi/firefox-24.2.0/as.xpi) = 378085 +SHA256 (xpi/firefox-24.2.0/ast.xpi) = 128637a36e74be25446bc2de03b14875099123b019b96e290f448b177b89b965 +SIZE (xpi/firefox-24.2.0/ast.xpi) = 292876 +SHA256 (xpi/firefox-24.2.0/be.xpi) = c0496864e941a372b81aa8912400ef8dcf5cc8cc29b28d49820fbd8c7914e399 +SIZE (xpi/firefox-24.2.0/be.xpi) = 316954 +SHA256 (xpi/firefox-24.2.0/bg.xpi) = 2d2b4103e9e5e3e2ab2d0fb1ecb7209fe7e7c96f9fd056fbea097b852c86ea14 +SIZE (xpi/firefox-24.2.0/bg.xpi) = 373136 +SHA256 (xpi/firefox-24.2.0/bn-BD.xpi) = faf7175da7ba3abcae2265d94b647f36dd363eeba570977a421db6e5fa22afe6 +SIZE (xpi/firefox-24.2.0/bn-BD.xpi) = 394939 +SHA256 (xpi/firefox-24.2.0/bn-IN.xpi) = de7c177784630d227b6ab8faa484b67ecf8844dc1c5d50b34058ac48f73e226d +SIZE (xpi/firefox-24.2.0/bn-IN.xpi) = 427780 +SHA256 (xpi/firefox-24.2.0/br.xpi) = c37d85b62214b1bb2b3c936124293fa2946949f822514a95de0c831e8b2b5171 +SIZE (xpi/firefox-24.2.0/br.xpi) = 330509 +SHA256 (xpi/firefox-24.2.0/bs.xpi) = ecbaa3394d195f8c9c8602a82e5631c8e137322179e50f93111a4f31d4600bf5 +SIZE (xpi/firefox-24.2.0/bs.xpi) = 341620 +SHA256 (xpi/firefox-24.2.0/ca.xpi) = 64e25d7b909dac153a8effb8249f814a5dc3b35acc261c7e84e3b65359cf3f3d +SIZE (xpi/firefox-24.2.0/ca.xpi) = 341257 +SHA256 (xpi/firefox-24.2.0/cs.xpi) = ed208dd363a3a454bc4068b1d1a2c30711e92bd49530bdf8dda25d2dc88eeb19 +SIZE (xpi/firefox-24.2.0/cs.xpi) = 335946 +SHA256 (xpi/firefox-24.2.0/csb.xpi) = 8e87551461ffcc80ed70c6312a2f2f611a4c18ab704914fa516c0a486d464b3c +SIZE (xpi/firefox-24.2.0/csb.xpi) = 329796 +SHA256 (xpi/firefox-24.2.0/cy.xpi) = 95ca33e7cf31ab8af1147eb97542243514ee0d26a0e0bae982bf5b66807f45da +SIZE (xpi/firefox-24.2.0/cy.xpi) = 330643 +SHA256 (xpi/firefox-24.2.0/da.xpi) = 4c2c17e9103b4253f5425e58f534fc31c8b8d569de342ef77667c09b28ac44a3 +SIZE (xpi/firefox-24.2.0/da.xpi) = 326881 +SHA256 (xpi/firefox-24.2.0/de.xpi) = d6ca6d9099c1bd8716ffc35e0c362c48c407b8bc549cc09f501b21a1dccde742 +SIZE (xpi/firefox-24.2.0/de.xpi) = 323258 +SHA256 (xpi/firefox-24.2.0/el.xpi) = 49deb935a99ec1969e056bb87ec5538c5e72f5ad94b51d6cbffff08ec64e286c +SIZE (xpi/firefox-24.2.0/el.xpi) = 365320 +SHA256 (xpi/firefox-24.2.0/en-GB.xpi) = 6312422c01771ddfcec16acde6290f91c0fd148ef3101dcaa29f619844c6d786 +SIZE (xpi/firefox-24.2.0/en-GB.xpi) = 318297 +SHA256 (xpi/firefox-24.2.0/en-US.xpi) = e3638229c4f9acd5560e57c0db9cce8ddaefaa18a3efaa66cecc5957668424f7 +SIZE (xpi/firefox-24.2.0/en-US.xpi) = 320993 +SHA256 (xpi/firefox-24.2.0/en-ZA.xpi) = 93ef57fd4da9c0542ac7c7bbd38c33ab95063b619f6fe2f83fe795a5aeebf46a +SIZE (xpi/firefox-24.2.0/en-ZA.xpi) = 319321 +SHA256 (xpi/firefox-24.2.0/eo.xpi) = 6a962d009cc9f029ced3d1cc3662c3f1d4996470d452a54dcdfa45f4bf8215e8 +SIZE (xpi/firefox-24.2.0/eo.xpi) = 334940 +SHA256 (xpi/firefox-24.2.0/es-AR.xpi) = 0ff5c5c2fdc80f5e87754de4586ec4188a4b3ac5e870762c12c2670b67a0bb7b +SIZE (xpi/firefox-24.2.0/es-AR.xpi) = 334010 +SHA256 (xpi/firefox-24.2.0/es-CL.xpi) = faed301984fb4169faca728ff97ee59361098c76ead27b2c1071321a2c014909 +SIZE (xpi/firefox-24.2.0/es-CL.xpi) = 287026 +SHA256 (xpi/firefox-24.2.0/es-ES.xpi) = 4c6bd2d43f22b08d21921ec0c1a72b3ff37a7d344830700718164f282c4d6cc9 +SIZE (xpi/firefox-24.2.0/es-ES.xpi) = 277859 +SHA256 (xpi/firefox-24.2.0/es-MX.xpi) = 6c0becf4a264c18a1f41c20e1cba8264e7be938ab837a76bfef2395110c7f079 +SIZE (xpi/firefox-24.2.0/es-MX.xpi) = 302625 +SHA256 (xpi/firefox-24.2.0/et.xpi) = 7b60df1dfd6c2400405c1ba0cf612c5ea146442b18f05141e10a44a6a043ed1b +SIZE (xpi/firefox-24.2.0/et.xpi) = 327697 +SHA256 (xpi/firefox-24.2.0/eu.xpi) = cbbc0b6694374c2ce2464163cecfd792cb3133665cffe6b84d4aa32ce85f09fb +SIZE (xpi/firefox-24.2.0/eu.xpi) = 332422 +SHA256 (xpi/firefox-24.2.0/fa.xpi) = c0789c4c97b5b4d33548e27975baa865dcf18e070ccd76a921f01153dda9af9c +SIZE (xpi/firefox-24.2.0/fa.xpi) = 375633 +SHA256 (xpi/firefox-24.2.0/ff.xpi) = 0149a7ad27188ff3c2b908c828105ad6c90b6cb9780b05886e7309a912300c4d +SIZE (xpi/firefox-24.2.0/ff.xpi) = 332815 +SHA256 (xpi/firefox-24.2.0/fi.xpi) = 561c715b47493e204c69b742f8b8f4b9c496aa57e5d20a5c379c6615eecaced9 +SIZE (xpi/firefox-24.2.0/fi.xpi) = 328891 +SHA256 (xpi/firefox-24.2.0/fr.xpi) = 32613c0ebc0f5f49034dfead07fc2a15fe6fbbc75f8255f7ec400a964d5fbd24 +SIZE (xpi/firefox-24.2.0/fr.xpi) = 339178 +SHA256 (xpi/firefox-24.2.0/fy-NL.xpi) = d09f1744ab622babb76f57e8533bb3d40d8366185c8a5b5cc8af96eda414fb00 +SIZE (xpi/firefox-24.2.0/fy-NL.xpi) = 336589 +SHA256 (xpi/firefox-24.2.0/ga-IE.xpi) = e7b45b69c0fd73bd0b548478ae6a8d3727ffc9f535ce88aa2dfb671f720565f8 +SIZE (xpi/firefox-24.2.0/ga-IE.xpi) = 345294 +SHA256 (xpi/firefox-24.2.0/gd.xpi) = e1997d4c7a174f9538d1a66bd66b563383a317fafe7c3841bb35e604ee284bbc +SIZE (xpi/firefox-24.2.0/gd.xpi) = 344811 +SHA256 (xpi/firefox-24.2.0/gl.xpi) = 796f58cef729f6c8f01e35a9036e11aadb78527547ea116ba6adfd553c151791 +SIZE (xpi/firefox-24.2.0/gl.xpi) = 336919 +SHA256 (xpi/firefox-24.2.0/gu-IN.xpi) = 4874dcb3b0d0cd860dd32b7bda4caea3c222442cd65d6efaaa58fc714dbcdead +SIZE (xpi/firefox-24.2.0/gu-IN.xpi) = 359357 +SHA256 (xpi/firefox-24.2.0/he.xpi) = d3b31fc2c2813a5623af3ac7ee6ff45d18da8ac7af67286be71bc410d5eb93d0 +SIZE (xpi/firefox-24.2.0/he.xpi) = 354631 +SHA256 (xpi/firefox-24.2.0/hi-IN.xpi) = 4d3087846a8ca03630a4df722808903c04a1d5a931d850ff6b49a3211f17f49d +SIZE (xpi/firefox-24.2.0/hi-IN.xpi) = 379120 +SHA256 (xpi/firefox-24.2.0/hr.xpi) = e185c0fb3058861086761dda2e2ed67de195ff89cbb911040d84219edcf90e5d +SIZE (xpi/firefox-24.2.0/hr.xpi) = 336841 +SHA256 (xpi/firefox-24.2.0/hu.xpi) = ae3f76382b07caaa9a2c1a620f03250b6815b36619adba83d9dd5cf846845db6 +SIZE (xpi/firefox-24.2.0/hu.xpi) = 344103 +SHA256 (xpi/firefox-24.2.0/hy-AM.xpi) = 6f9747b15f2655cae3c4cd71b7ad165f799db41c705bb805e3b77b8dc83514f0 +SIZE (xpi/firefox-24.2.0/hy-AM.xpi) = 385180 +SHA256 (xpi/firefox-24.2.0/id.xpi) = 7068a9c45a6e3b01574b86229891c61fd2cd18ba4dd18408997d5eb31b67b220 +SIZE (xpi/firefox-24.2.0/id.xpi) = 319795 +SHA256 (xpi/firefox-24.2.0/is.xpi) = dda71badb72dabf74f3afb80ee3b3a5f77bb4ba8d66c6083cfc36b56f95b6b6c +SIZE (xpi/firefox-24.2.0/is.xpi) = 331826 +SHA256 (xpi/firefox-24.2.0/it.xpi) = 7763a56f9860b7271c6b093225c637ff4401ea2d57794b4c6fd7565e1d0d9ba9 +SIZE (xpi/firefox-24.2.0/it.xpi) = 271925 +SHA256 (xpi/firefox-24.2.0/ja.xpi) = 89275064ee138087a9eafcb6b8692c5e7d07f80c02f4521b1f569a8eadae28be +SIZE (xpi/firefox-24.2.0/ja.xpi) = 370903 +SHA256 (xpi/firefox-24.2.0/kk.xpi) = 913c2d075368603c310694f9871407879d30ed8bccfb45455bdaa64606a65a5d +SIZE (xpi/firefox-24.2.0/kk.xpi) = 377502 +SHA256 (xpi/firefox-24.2.0/km.xpi) = 45bac066888578e76c1f8237d873c014be7391fa2af86a45a9a8d78ae5d645aa +SIZE (xpi/firefox-24.2.0/km.xpi) = 400559 +SHA256 (xpi/firefox-24.2.0/kn.xpi) = a2c48ffc154c6f8439851c3b0280da3237438932969123d493e8fa0764dfd52b +SIZE (xpi/firefox-24.2.0/kn.xpi) = 391033 +SHA256 (xpi/firefox-24.2.0/ko.xpi) = ec2defba68a1ad546dc9466ff5ae99560027c5541eccb4100cd0bb836c89946f +SIZE (xpi/firefox-24.2.0/ko.xpi) = 346164 +SHA256 (xpi/firefox-24.2.0/ku.xpi) = 0ac6b2bbda6c48df540d96b3354c718ea6aac073b400c0524527f9ea3c1701f5 +SIZE (xpi/firefox-24.2.0/ku.xpi) = 355629 +SHA256 (xpi/firefox-24.2.0/lg.xpi) = 28bd85196bcac4f2148d90abb1eaa08c8730eeb5153eafc4ab675b03ee8abf8d +SIZE (xpi/firefox-24.2.0/lg.xpi) = 351111 +SHA256 (xpi/firefox-24.2.0/lij.xpi) = a549353795b953154b8d1bff480240ddaf37c57a0330a69452503190de8353fa +SIZE (xpi/firefox-24.2.0/lij.xpi) = 322699 +SHA256 (xpi/firefox-24.2.0/lt.xpi) = 8ff9b9f9773c4fd90cbda086c451ce455daf861b4a242853d11a7ccf91c1649e +SIZE (xpi/firefox-24.2.0/lt.xpi) = 352045 +SHA256 (xpi/firefox-24.2.0/lv.xpi) = ca27aed80de08a39e0193b0e5f95fc4bac410c8d8ccef30e5ac3e8b3362c610c +SIZE (xpi/firefox-24.2.0/lv.xpi) = 328664 +SHA256 (xpi/firefox-24.2.0/mai.xpi) = 8e72f590189f14f08cc872a6883ae2b67373451d14223f97c7f676d7fe7cfbf0 +SIZE (xpi/firefox-24.2.0/mai.xpi) = 379767 +SHA256 (xpi/firefox-24.2.0/mk.xpi) = d1f8e39108fdd8a8a55d0a3882f738ef071c01b78294c4c385a4da65b32b012d +SIZE (xpi/firefox-24.2.0/mk.xpi) = 376316 +SHA256 (xpi/firefox-24.2.0/ml.xpi) = d8c1ee440106b978cf6a853b9c33a4d58f5231ba6983a2dd9c493c11ac06dbfd +SIZE (xpi/firefox-24.2.0/ml.xpi) = 399677 +SHA256 (xpi/firefox-24.2.0/mr.xpi) = 6ae40a6be32d08730569ae1530e46ccd86744f3bcd599243f966d2ef452c2b48 +SIZE (xpi/firefox-24.2.0/mr.xpi) = 380231 +SHA256 (xpi/firefox-24.2.0/nb-NO.xpi) = 53a50dfec9c2676046a58af68a9bcc4a6b2d3654a4716b73620174e2094fe67f +SIZE (xpi/firefox-24.2.0/nb-NO.xpi) = 330965 +SHA256 (xpi/firefox-24.2.0/nl.xpi) = 20118d542a15c7f6c521d81ed47f654810e939e7c8520d7f57e40182bd42505d +SIZE (xpi/firefox-24.2.0/nl.xpi) = 331404 +SHA256 (xpi/firefox-24.2.0/nn-NO.xpi) = 0a79e6ba059bf75d4ba227e3157aa2c978619c1d7d5322cb2d4fcb26e472df87 +SIZE (xpi/firefox-24.2.0/nn-NO.xpi) = 333906 +SHA256 (xpi/firefox-24.2.0/nso.xpi) = a47b32e2d89a0647fd541763544f7f1bca056052024c9b09573d7c9580aee86d +SIZE (xpi/firefox-24.2.0/nso.xpi) = 336297 +SHA256 (xpi/firefox-24.2.0/or.xpi) = 1d09b3e1c3162001af0792176a097847dd8f576371e5ff92fb8e85183ce5bc1e +SIZE (xpi/firefox-24.2.0/or.xpi) = 364592 +SHA256 (xpi/firefox-24.2.0/pa-IN.xpi) = f3f0576e97b07c95e8782fb691e5f1a5e3c2f213fd2fb895929e1faf9fd68956 +SIZE (xpi/firefox-24.2.0/pa-IN.xpi) = 365653 +SHA256 (xpi/firefox-24.2.0/pl.xpi) = c4734dd8ab5a11fa620ba5b9c56532f3b17d92526d203c17066ae5e282e4e2be +SIZE (xpi/firefox-24.2.0/pl.xpi) = 341995 +SHA256 (xpi/firefox-24.2.0/pt-BR.xpi) = ca1af9d6e31ebd47bbc6f213fcbba21b3f86f48c08d2551d92c5f092d33f7fcc +SIZE (xpi/firefox-24.2.0/pt-BR.xpi) = 334605 +SHA256 (xpi/firefox-24.2.0/pt-PT.xpi) = 246e551f36b101202d0417480bc06ccf4d51cd4841abd57e5a95b0568faa6bf9 +SIZE (xpi/firefox-24.2.0/pt-PT.xpi) = 332739 +SHA256 (xpi/firefox-24.2.0/rm.xpi) = 39c8b1af7aa3cc4d16be4fe7a9246b867d6ad59647f8539130c55ae3708ded12 +SIZE (xpi/firefox-24.2.0/rm.xpi) = 339698 +SHA256 (xpi/firefox-24.2.0/ro.xpi) = e1eb563f0aaf766806b87e62fdf6cad1f7e3bd4f5ffdae91440188bea663219a +SIZE (xpi/firefox-24.2.0/ro.xpi) = 362236 +SHA256 (xpi/firefox-24.2.0/ru.xpi) = 049d527cc6993fa0b48ae6b9151fd18a173aa8da8c5e3c4bf722b274ffe818c8 +SIZE (xpi/firefox-24.2.0/ru.xpi) = 322761 +SHA256 (xpi/firefox-24.2.0/si.xpi) = 70991fb2cfe2ff155f79aa2919eaa1c7c40e1326b13bd7fb2ca925abaf06b409 +SIZE (xpi/firefox-24.2.0/si.xpi) = 372982 +SHA256 (xpi/firefox-24.2.0/sk.xpi) = 528d44063acff360de1bf6ea5eb0d4c4b36cb65506e874295bab2876a8ec14fd +SIZE (xpi/firefox-24.2.0/sk.xpi) = 347878 +SHA256 (xpi/firefox-24.2.0/sl.xpi) = 20a8399b2a3ad6e94325ee6e29bbdd652e500cdbcffff2d32e30f9c33f157976 +SIZE (xpi/firefox-24.2.0/sl.xpi) = 331572 +SHA256 (xpi/firefox-24.2.0/son.xpi) = 7c5d6aba47a39fa352af517e0ff1060c60776fa49da7d27ee53cfe2d8d51deba +SIZE (xpi/firefox-24.2.0/son.xpi) = 328899 +SHA256 (xpi/firefox-24.2.0/sq.xpi) = 84738b5cfd459934eaa5d00a3c28c01ca2c3a072111acb18b3a0b44a45c8428a +SIZE (xpi/firefox-24.2.0/sq.xpi) = 340676 +SHA256 (xpi/firefox-24.2.0/sr.xpi) = 5010140675f80426de39548cda7cbec56d7a0689e5627c5e432fb8b0de5aca32 +SIZE (xpi/firefox-24.2.0/sr.xpi) = 385108 +SHA256 (xpi/firefox-24.2.0/sv-SE.xpi) = 9ebb98320b684ca19ba3669db4ea93a54b3870e9c865dd0df34871d6c3123cd1 +SIZE (xpi/firefox-24.2.0/sv-SE.xpi) = 333506 +SHA256 (xpi/firefox-24.2.0/ta-LK.xpi) = 32b33e4e008fdfa4a8cdd0a41fd44962d7ca9496708c81d64859934ca90228ec +SIZE (xpi/firefox-24.2.0/ta-LK.xpi) = 384155 +SHA256 (xpi/firefox-24.2.0/ta.xpi) = d481672b5dbdd12926b79b0a8fb70308c78de8ee72ae6ea88b0b2dd65cdbe002 +SIZE (xpi/firefox-24.2.0/ta.xpi) = 381423 +SHA256 (xpi/firefox-24.2.0/te.xpi) = c17637dcb0e44daf1813bf4fdc3fc087c75262fbb8cf1ec3fc862e1660a53d7a +SIZE (xpi/firefox-24.2.0/te.xpi) = 394563 +SHA256 (xpi/firefox-24.2.0/th.xpi) = 6699a7241b1337036a92faebc454542b53afeffb450faa2f6e5bef972c46c04d +SIZE (xpi/firefox-24.2.0/th.xpi) = 379822 +SHA256 (xpi/firefox-24.2.0/tr.xpi) = 96b8dc501881659b6e97344147aff4989800d0f3744119ba340d991a368c71e9 +SIZE (xpi/firefox-24.2.0/tr.xpi) = 340387 +SHA256 (xpi/firefox-24.2.0/uk.xpi) = 9fbaa5fc680c92161dafb537bf5d245214ad6d38a8feb6f05c5daf156f7e98d4 +SIZE (xpi/firefox-24.2.0/uk.xpi) = 365699 +SHA256 (xpi/firefox-24.2.0/vi.xpi) = da71996d89854a9f389bc8a38366b8de5e0fb8eaf914916f735265a37280e784 +SIZE (xpi/firefox-24.2.0/vi.xpi) = 358430 +SHA256 (xpi/firefox-24.2.0/zh-CN.xpi) = f96ffb1fc036230358c6bfd4376f464f3fdbff42cace5a744edd5a59d8f29a9d +SIZE (xpi/firefox-24.2.0/zh-CN.xpi) = 358183 +SHA256 (xpi/firefox-24.2.0/zh-TW.xpi) = 45c71ef19183c0fa1cf770275a73914e81ade48f6093927a7b67d8ad1f1a8c46 +SIZE (xpi/firefox-24.2.0/zh-TW.xpi) = 351832 +SHA256 (xpi/firefox-24.2.0/zu.xpi) = 81c3fee501d647cdf7657f8d73e8b53492d83560a2290d5e807a05e2a9354c82 +SIZE (xpi/firefox-24.2.0/zu.xpi) = 340394 Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox-esr/Makefile Fri Dec 6 18:58:46 2013 (r1436) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-esr/Makefile 310207 2013-01-10 22:29:23Z flo $ PORTNAME= firefox -DISTVERSION= 24.1.1 +DISTVERSION= 24.2.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source Modified: trunk/www/firefox-esr/distinfo ============================================================================== --- trunk/www/firefox-esr/distinfo Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox-esr/distinfo Fri Dec 6 18:58:46 2013 (r1436) @@ -1,2 +1,2 @@ -SHA256 (firefox-24.1.1esr.source.tar.bz2) = 844626cf7fb39b0972fe0a4591a958660171fb2a0d2e742d996b531e91ef8c5e -SIZE (firefox-24.1.1esr.source.tar.bz2) = 119861572 +SHA256 (firefox-24.2.0esr.source.tar.bz2) = 5a8aa526a0250e9faf2175ef610d63b2c91a5d01de7f9633b8781905dd2b9dcf +SIZE (firefox-24.2.0esr.source.tar.bz2) = 119820009 Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox-i18n/Makefile Fri Dec 6 18:58:46 2013 (r1436) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-i18n/Makefile 313676 2013-03-08 22:27:39Z flo $ PORTNAME= firefox-i18n -PORTVERSION= 25.0.1 +PORTVERSION= 26.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -14,7 +14,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USE_FIREFOX= 25 +USE_FIREFOX= 26 USE_XPI= firefox linux-firefox USE_SUBMAKE= yes Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox-i18n/distinfo Fri Dec 6 18:58:46 2013 (r1436) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-i18n-25.0.1/ach.xpi) = 0c1407e37598ce5647ac507a342526aeb5195b60689783a84ab031df9754a3ca -SIZE (xpi/firefox-i18n-25.0.1/ach.xpi) = 344728 -SHA256 (xpi/firefox-i18n-25.0.1/af.xpi) = 1d2684a616b09837138af6d9dc253d979b67768f892782bb0feb2f6d10fdda3a -SIZE (xpi/firefox-i18n-25.0.1/af.xpi) = 337523 -SHA256 (xpi/firefox-i18n-25.0.1/ak.xpi) = d5d0e2c40d953cff9fa87f2de5a4fda0d60b403f4730cc0a1604c8aefde686ed -SIZE (xpi/firefox-i18n-25.0.1/ak.xpi) = 340609 -SHA256 (xpi/firefox-i18n-25.0.1/ar.xpi) = acdcf7e15cb296574043631afe90f2e09ad5f68b738134687431fd6842a7d25d -SIZE (xpi/firefox-i18n-25.0.1/ar.xpi) = 365875 -SHA256 (xpi/firefox-i18n-25.0.1/as.xpi) = b779d9fa5729f5a9c709758620194bb120de3405e79bee91a763b22be61be656 -SIZE (xpi/firefox-i18n-25.0.1/as.xpi) = 383812 -SHA256 (xpi/firefox-i18n-25.0.1/ast.xpi) = d02034d797b1c685e60a2827af1483582ba4a8604652851841d9395b000788ec -SIZE (xpi/firefox-i18n-25.0.1/ast.xpi) = 296145 -SHA256 (xpi/firefox-i18n-25.0.1/be.xpi) = 2e7c45baaeca1bd488532558947530c4d59dbeb89a3182dedecb50aa62f1e02e -SIZE (xpi/firefox-i18n-25.0.1/be.xpi) = 323733 -SHA256 (xpi/firefox-i18n-25.0.1/bg.xpi) = b794ecfa21fa2221246f5ac5a6e583fd91b11b158e116fc60171de0c8f323b97 -SIZE (xpi/firefox-i18n-25.0.1/bg.xpi) = 378428 -SHA256 (xpi/firefox-i18n-25.0.1/bn-BD.xpi) = f5bff2923b5e15ecac79739a60d9802100c4a5269892f76ec89147d3de91b5fe -SIZE (xpi/firefox-i18n-25.0.1/bn-BD.xpi) = 399943 -SHA256 (xpi/firefox-i18n-25.0.1/bn-IN.xpi) = f425563e901ed50834070b41021eea35707976a4af62e8f37ea5a1333c9e54b8 -SIZE (xpi/firefox-i18n-25.0.1/bn-IN.xpi) = 432587 -SHA256 (xpi/firefox-i18n-25.0.1/br.xpi) = 5ebcd2a69629dabcf7f9716aa6d862c82be8b73c49eac885b5ccb78b7a67f3ad -SIZE (xpi/firefox-i18n-25.0.1/br.xpi) = 335565 -SHA256 (xpi/firefox-i18n-25.0.1/bs.xpi) = 0c6b818dfe746cc8358a486a285cd5d5c531942ad09484953d3356a870fed274 -SIZE (xpi/firefox-i18n-25.0.1/bs.xpi) = 342858 -SHA256 (xpi/firefox-i18n-25.0.1/ca.xpi) = eaaf2bf147d4faa56d387e04acc4856a2e39e84c270eef1eef9927848c2c7081 -SIZE (xpi/firefox-i18n-25.0.1/ca.xpi) = 345741 -SHA256 (xpi/firefox-i18n-25.0.1/cs.xpi) = 48b4ccc5af0c29982cbae20e5536cfa998ca6eece64a8e9a5cf6db016b7e2af9 -SIZE (xpi/firefox-i18n-25.0.1/cs.xpi) = 341128 -SHA256 (xpi/firefox-i18n-25.0.1/csb.xpi) = e0018ac72f7329e3ca08ebf3200fa396c21273ee921a3651b0be05843a686e99 -SIZE (xpi/firefox-i18n-25.0.1/csb.xpi) = 332255 -SHA256 (xpi/firefox-i18n-25.0.1/cy.xpi) = 201e2087549fc5531d613d528a2bd718a6d70b347c8a8c5a9683dd63b876a019 -SIZE (xpi/firefox-i18n-25.0.1/cy.xpi) = 335104 -SHA256 (xpi/firefox-i18n-25.0.1/da.xpi) = 3baa7f4e4de92e106291fb9c30675adc6dc68c3a91bb2277c65c2e2152a879c7 -SIZE (xpi/firefox-i18n-25.0.1/da.xpi) = 331219 -SHA256 (xpi/firefox-i18n-25.0.1/de.xpi) = 31c801c781b4bd51459669f798c83f7abde2ab787de5b7d6c6154dd0f8e54adc -SIZE (xpi/firefox-i18n-25.0.1/de.xpi) = 328227 -SHA256 (xpi/firefox-i18n-25.0.1/el.xpi) = e9afc170f2ef62d13b021fbe650b4e50b37e2bae3d8f5fd7681f478997392fda -SIZE (xpi/firefox-i18n-25.0.1/el.xpi) = 366495 -SHA256 (xpi/firefox-i18n-25.0.1/en-GB.xpi) = 02444d0926966c3f77f0b896de384e4c04c0277f67e7d4281851074291e7d322 -SIZE (xpi/firefox-i18n-25.0.1/en-GB.xpi) = 322367 -SHA256 (xpi/firefox-i18n-25.0.1/en-US.xpi) = 97d6f78ba9681019c03d400e3dd88bbf6441913c9b4f9eacb385633840e42916 -SIZE (xpi/firefox-i18n-25.0.1/en-US.xpi) = 325017 -SHA256 (xpi/firefox-i18n-25.0.1/en-ZA.xpi) = 5832f178cdb645c0ad186e3cab28eddfe7484ba3bb9d264773c9832f2d77d4fd -SIZE (xpi/firefox-i18n-25.0.1/en-ZA.xpi) = 324437 -SHA256 (xpi/firefox-i18n-25.0.1/eo.xpi) = c72c6c683f0d65f3a2ece4a34b90c24a1a008948fc191908d424517354b199db -SIZE (xpi/firefox-i18n-25.0.1/eo.xpi) = 339399 -SHA256 (xpi/firefox-i18n-25.0.1/es-AR.xpi) = 49e96d6688ce033635c4ad73192dafdd28c4bf59dd201e4f9279527617c0e8ff -SIZE (xpi/firefox-i18n-25.0.1/es-AR.xpi) = 338922 -SHA256 (xpi/firefox-i18n-25.0.1/es-CL.xpi) = 11cf6b89b87b87bdbfb2eb4bc361d4fcca610cafa461e050146a3f0a065b8ed9 -SIZE (xpi/firefox-i18n-25.0.1/es-CL.xpi) = 289384 -SHA256 (xpi/firefox-i18n-25.0.1/es-ES.xpi) = de0d28007c6adce2866db015ba0e8abdcc9fde0b47fd68e8eeb1d60488b617fe -SIZE (xpi/firefox-i18n-25.0.1/es-ES.xpi) = 280668 -SHA256 (xpi/firefox-i18n-25.0.1/es-MX.xpi) = 9710e9f82845410b0fb87687c60eb116fb0fe9f8176e64b716d082de5c499533 -SIZE (xpi/firefox-i18n-25.0.1/es-MX.xpi) = 307267 -SHA256 (xpi/firefox-i18n-25.0.1/et.xpi) = 68cae6dfcff30a962f243e2a25eb090ca60108b48d48eed49db9611edc148d97 -SIZE (xpi/firefox-i18n-25.0.1/et.xpi) = 331905 -SHA256 (xpi/firefox-i18n-25.0.1/eu.xpi) = ec29a5356463a78780640be535e69fed40ef6e7c1fc28b111ecfdccfa9d0d920 -SIZE (xpi/firefox-i18n-25.0.1/eu.xpi) = 336891 -SHA256 (xpi/firefox-i18n-25.0.1/fa.xpi) = 4281c7fd0253de73a17ee37c10253d68ca9f25bb26857c61b1cd06f0d48797d9 -SIZE (xpi/firefox-i18n-25.0.1/fa.xpi) = 380483 -SHA256 (xpi/firefox-i18n-25.0.1/ff.xpi) = 0c512157d5ffd983897a623277b6d3457a1d1ec4cefa683df5313a29d9da1ebe -SIZE (xpi/firefox-i18n-25.0.1/ff.xpi) = 337099 -SHA256 (xpi/firefox-i18n-25.0.1/fi.xpi) = e4bc6667a5494024a9dc8d5f52dd03d9767ce7fe54a6fe3cbbfc252167262ee5 -SIZE (xpi/firefox-i18n-25.0.1/fi.xpi) = 332155 -SHA256 (xpi/firefox-i18n-25.0.1/fr.xpi) = 01ad1469c71f5a9e4ff2c78d30a8e68f86b20eecd6c0a5dbfdd3e438d9d7d6e0 -SIZE (xpi/firefox-i18n-25.0.1/fr.xpi) = 343540 -SHA256 (xpi/firefox-i18n-25.0.1/fy-NL.xpi) = 3ea39ea6ec293a68563b5a38ddc21a23b6f45ca33a3365a147cfe7738c45fa6f -SIZE (xpi/firefox-i18n-25.0.1/fy-NL.xpi) = 341589 -SHA256 (xpi/firefox-i18n-25.0.1/ga-IE.xpi) = 32dca14b201e064a173191dc61b77fe9baf8cd4b359920abee3058cd44f07dfc -SIZE (xpi/firefox-i18n-25.0.1/ga-IE.xpi) = 350376 -SHA256 (xpi/firefox-i18n-25.0.1/gd.xpi) = 905af020d826053949ba1bc64756034a031786b2b7c72cee19cae92ec68e4db3 -SIZE (xpi/firefox-i18n-25.0.1/gd.xpi) = 346857 -SHA256 (xpi/firefox-i18n-25.0.1/gl.xpi) = 8df478c5e302339fb3d4ebdd7621b88b9ba4611910bb9828b11c7c8aaff95e92 -SIZE (xpi/firefox-i18n-25.0.1/gl.xpi) = 341941 -SHA256 (xpi/firefox-i18n-25.0.1/gu-IN.xpi) = 7523398cc864befa76d1549cc56718b59e27599c838be0897a41765dccedffe0 -SIZE (xpi/firefox-i18n-25.0.1/gu-IN.xpi) = 365751 -SHA256 (xpi/firefox-i18n-25.0.1/he.xpi) = 7e9130bf31c08d8a608fd0eab77a04cffdb02ec9423d4c8d29e2e022bfd5419a -SIZE (xpi/firefox-i18n-25.0.1/he.xpi) = 359423 -SHA256 (xpi/firefox-i18n-25.0.1/hi-IN.xpi) = d72255fb10f828131c15d7eb2858b68b6d8a85d8397a48b4fa5c376b24e99e5a -SIZE (xpi/firefox-i18n-25.0.1/hi-IN.xpi) = 384801 -SHA256 (xpi/firefox-i18n-25.0.1/hr.xpi) = 29d1e2e76f28f5b7860cae7cd402515027596b27ed4c252d19fb5e4a4d7bb714 -SIZE (xpi/firefox-i18n-25.0.1/hr.xpi) = 342100 -SHA256 (xpi/firefox-i18n-25.0.1/hu.xpi) = c1b4cde8c3f6132a6d2e5799fd349a2f466eae8ca4b40b6d83a84f15a41f980d -SIZE (xpi/firefox-i18n-25.0.1/hu.xpi) = 348622 -SHA256 (xpi/firefox-i18n-25.0.1/hy-AM.xpi) = 117ec7b47eaa25661dfd9962dfd4e07bbf269f68d443a142b0e06245f24b876d -SIZE (xpi/firefox-i18n-25.0.1/hy-AM.xpi) = 390236 -SHA256 (xpi/firefox-i18n-25.0.1/id.xpi) = 318e8dea1552fab7ccd9c742412a5bac1015c99278e042dd9d0f6f133def4e08 -SIZE (xpi/firefox-i18n-25.0.1/id.xpi) = 324851 -SHA256 (xpi/firefox-i18n-25.0.1/is.xpi) = def67998efcc94ffbe235f28a609f525f4b2ce48e45ae1d5b3133fb04e9dad53 -SIZE (xpi/firefox-i18n-25.0.1/is.xpi) = 336094 -SHA256 (xpi/firefox-i18n-25.0.1/it.xpi) = 48ce453fa3403eb2dd77aecd1501251898ead55c77a862bddf3435d6ad18d608 -SIZE (xpi/firefox-i18n-25.0.1/it.xpi) = 275093 -SHA256 (xpi/firefox-i18n-25.0.1/ja.xpi) = de8386787679c61848968d960c93c9be4dff75ee5fa609bf71db6bbad92b2c8d -SIZE (xpi/firefox-i18n-25.0.1/ja.xpi) = 375774 -SHA256 (xpi/firefox-i18n-25.0.1/kk.xpi) = 44fdad1ca18c3e9ae66918747cd4e3623784e5fe35c2305331b7c70767789785 -SIZE (xpi/firefox-i18n-25.0.1/kk.xpi) = 383176 -SHA256 (xpi/firefox-i18n-25.0.1/km.xpi) = 6facc6477d1e3503e7c01837e5bcc387a30b769ab2511bd10dd8aca8a4e5e1da -SIZE (xpi/firefox-i18n-25.0.1/km.xpi) = 405628 -SHA256 (xpi/firefox-i18n-25.0.1/kn.xpi) = 639fb69fd34a62bf46b4f67f68a33b43966327b150ced7e19f4d0539be87c0a3 -SIZE (xpi/firefox-i18n-25.0.1/kn.xpi) = 397093 -SHA256 (xpi/firefox-i18n-25.0.1/ko.xpi) = ea77f7df2fc216f0ac589081244d13771393456bc435437ba8ddcf95ac13f6a9 -SIZE (xpi/firefox-i18n-25.0.1/ko.xpi) = 350905 -SHA256 (xpi/firefox-i18n-25.0.1/ku.xpi) = 64b470eeff714fc37f7df83f10e1a395a0a02a56c179526a6f162ee5cceef8a9 -SIZE (xpi/firefox-i18n-25.0.1/ku.xpi) = 359757 -SHA256 (xpi/firefox-i18n-25.0.1/lg.xpi) = 289ee4d754244bdc3fb23755349c5fd4a0f9ae3dc590e2e6e6faada23ffda501 -SIZE (xpi/firefox-i18n-25.0.1/lg.xpi) = 355901 -SHA256 (xpi/firefox-i18n-25.0.1/lij.xpi) = eb3e0b77c3469a294590cfeb99407aa3bbb7151be9ec8fd914116417d8d5eb35 -SIZE (xpi/firefox-i18n-25.0.1/lij.xpi) = 326105 -SHA256 (xpi/firefox-i18n-25.0.1/lt.xpi) = 397b09a1f592d3a00abb353662198a5a5b410fe436adc9fd95bae4cf2291e52e -SIZE (xpi/firefox-i18n-25.0.1/lt.xpi) = 357522 -SHA256 (xpi/firefox-i18n-25.0.1/lv.xpi) = eb9ee9fd4c32f63e52de7cdbb6dedaed6118f923be856f91d37a0f7321a06137 -SIZE (xpi/firefox-i18n-25.0.1/lv.xpi) = 333412 -SHA256 (xpi/firefox-i18n-25.0.1/mai.xpi) = 3ebe164e2535dfc7c1028108d7a3e890f3cffb0282dd5a2330bbecf46f1bab8a -SIZE (xpi/firefox-i18n-25.0.1/mai.xpi) = 385173 -SHA256 (xpi/firefox-i18n-25.0.1/mk.xpi) = 43aa3650051f2682f020bd3f0e5cccdfe71b943021c74cbb216b725eebf61828 -SIZE (xpi/firefox-i18n-25.0.1/mk.xpi) = 381441 -SHA256 (xpi/firefox-i18n-25.0.1/ml.xpi) = a732ba072dfbc1af1f47e55e0d409b469063b0577314696cc405482365768474 -SIZE (xpi/firefox-i18n-25.0.1/ml.xpi) = 405449 -SHA256 (xpi/firefox-i18n-25.0.1/mr.xpi) = 7503203745bbe5d89aef3c4dac51496077f8bead3933f7841b71d7085601e525 -SIZE (xpi/firefox-i18n-25.0.1/mr.xpi) = 385447 -SHA256 (xpi/firefox-i18n-25.0.1/nb-NO.xpi) = ceb47d9dff066f63a05e04e34c0b7c1fd957e6e69443c6dac01e11cc48a91481 -SIZE (xpi/firefox-i18n-25.0.1/nb-NO.xpi) = 331708 -SHA256 (xpi/firefox-i18n-25.0.1/nl.xpi) = 0328e1e1e117acedcc182ae3981c64cda2e89810b5cf9a110a3569d3d467f880 -SIZE (xpi/firefox-i18n-25.0.1/nl.xpi) = 336247 -SHA256 (xpi/firefox-i18n-25.0.1/nn-NO.xpi) = ae24e4f96251366a960ccfc5c370f8a4d9a5ea71cfc044173d4d7c41a0a66078 -SIZE (xpi/firefox-i18n-25.0.1/nn-NO.xpi) = 332941 -SHA256 (xpi/firefox-i18n-25.0.1/nso.xpi) = cc27b353a1c576dbddc27eb2ae905ac325d0f5a206f6084ce97af26fe4f4857f -SIZE (xpi/firefox-i18n-25.0.1/nso.xpi) = 341524 -SHA256 (xpi/firefox-i18n-25.0.1/or.xpi) = f532deda97ab56db4ddcc5123fc4e370f4a8574c7a47ef88061564ae3653905c -SIZE (xpi/firefox-i18n-25.0.1/or.xpi) = 370901 -SHA256 (xpi/firefox-i18n-25.0.1/pa-IN.xpi) = 0e874542a63e58d92385d6e26228941ef062689814625543722f8b59e41576ef -SIZE (xpi/firefox-i18n-25.0.1/pa-IN.xpi) = 370128 -SHA256 (xpi/firefox-i18n-25.0.1/pl.xpi) = 962de299c44ed017f484a3c8bd130a2030c96d1f54fae599f720d284b5213394 -SIZE (xpi/firefox-i18n-25.0.1/pl.xpi) = 342013 -SHA256 (xpi/firefox-i18n-25.0.1/pt-BR.xpi) = 39952ec1c5610bd049fa3b48fa91aacb1f083f102457c7c1ae2f70c210a49360 -SIZE (xpi/firefox-i18n-25.0.1/pt-BR.xpi) = 339036 -SHA256 (xpi/firefox-i18n-25.0.1/pt-PT.xpi) = 2c1a89e7f027e02dc87fb3d43fe107075b2ac1fa0b68d8b8bc3e0175f5af8e17 -SIZE (xpi/firefox-i18n-25.0.1/pt-PT.xpi) = 337163 -SHA256 (xpi/firefox-i18n-25.0.1/rm.xpi) = 0f80fb078d2d267ed7149cbc92e7cb7e9707a4541eb78662aa78e89022932e46 -SIZE (xpi/firefox-i18n-25.0.1/rm.xpi) = 338413 -SHA256 (xpi/firefox-i18n-25.0.1/ro.xpi) = b549c5e2dadd70b6a2799edeb29001c4079f6c51f26a22406c63c919b26057b9 -SIZE (xpi/firefox-i18n-25.0.1/ro.xpi) = 367206 -SHA256 (xpi/firefox-i18n-25.0.1/ru.xpi) = a58ec00c0185b130805a6520c89a2ed87ccec1f89704b8304be8cf32a08e8dab -SIZE (xpi/firefox-i18n-25.0.1/ru.xpi) = 326389 -SHA256 (xpi/firefox-i18n-25.0.1/si.xpi) = e39a1aa4e2001a64b0c7ebe662fba482dd17887106386087fa6c579877605275 -SIZE (xpi/firefox-i18n-25.0.1/si.xpi) = 377198 -SHA256 (xpi/firefox-i18n-25.0.1/sk.xpi) = ced29078c0d4247bc9289599f8e65ce9698e37ed0c24ee56b41c52d6da390683 -SIZE (xpi/firefox-i18n-25.0.1/sk.xpi) = 352373 -SHA256 (xpi/firefox-i18n-25.0.1/sl.xpi) = d30e6f5864e72e62655d621624e40e7eaaefd65c35408dd5a1957f14a141c6ec -SIZE (xpi/firefox-i18n-25.0.1/sl.xpi) = 336783 -SHA256 (xpi/firefox-i18n-25.0.1/son.xpi) = dba1d8cc2046e33fba15f31550a529f268ce3d4accaf5f0a0efa1fb9589680ad -SIZE (xpi/firefox-i18n-25.0.1/son.xpi) = 334541 -SHA256 (xpi/firefox-i18n-25.0.1/sq.xpi) = 1a7c29204b4e67eec8068ddc3c22f6824eb50e4a4c458adcd8f119602c2bab6a -SIZE (xpi/firefox-i18n-25.0.1/sq.xpi) = 345881 -SHA256 (xpi/firefox-i18n-25.0.1/sr.xpi) = 5319e775786bf11054fcd2dc7bd4d2b7575b9383929582521e8b8d2d4677528c -SIZE (xpi/firefox-i18n-25.0.1/sr.xpi) = 389359 -SHA256 (xpi/firefox-i18n-25.0.1/sv-SE.xpi) = f689f5b4ade15c0e3c9cc13f81796cb52f43e99ce178ff1bbb1f4a48e89cb18a -SIZE (xpi/firefox-i18n-25.0.1/sv-SE.xpi) = 337972 -SHA256 (xpi/firefox-i18n-25.0.1/ta-LK.xpi) = 53c972e481278e7bd14b259b7052ac178fccd1893dffef0ab5476eb3d85198fb -SIZE (xpi/firefox-i18n-25.0.1/ta-LK.xpi) = 388329 -SHA256 (xpi/firefox-i18n-25.0.1/ta.xpi) = cc760a54a58dcbd6b4dc8eb1051c680c009993ea7a94c83e617a57dad9001744 -SIZE (xpi/firefox-i18n-25.0.1/ta.xpi) = 387412 -SHA256 (xpi/firefox-i18n-25.0.1/te.xpi) = 6fe16086cbf7078020a47880a164ae3e6fbab5a1504632101761d18bfc74a1a0 -SIZE (xpi/firefox-i18n-25.0.1/te.xpi) = 400287 -SHA256 (xpi/firefox-i18n-25.0.1/th.xpi) = 4a2b37ee7528e881afa01dba31bb32a2c43c2e8c30975fcce8c5302859153541 -SIZE (xpi/firefox-i18n-25.0.1/th.xpi) = 383267 -SHA256 (xpi/firefox-i18n-25.0.1/tr.xpi) = 5d0fc6c9f69a42f04c8a3545e2cbabe5d29e39f2036aee8c1fb967bb2eb4052d -SIZE (xpi/firefox-i18n-25.0.1/tr.xpi) = 345008 -SHA256 (xpi/firefox-i18n-25.0.1/uk.xpi) = 99e95631e325f4f773ad4d0adee91140e635be95cf8e9db32db1398a011bd414 -SIZE (xpi/firefox-i18n-25.0.1/uk.xpi) = 371150 -SHA256 (xpi/firefox-i18n-25.0.1/vi.xpi) = cbf33ac8e418f0f01b24c0353e604caabbdb7919a51c80e8a40396a2a21b05f4 -SIZE (xpi/firefox-i18n-25.0.1/vi.xpi) = 364103 -SHA256 (xpi/firefox-i18n-25.0.1/zh-CN.xpi) = dfa39c7af78328397360bb4b9c3435b57619eedecd2464fdeffd5c28bfd2d42a -SIZE (xpi/firefox-i18n-25.0.1/zh-CN.xpi) = 363976 -SHA256 (xpi/firefox-i18n-25.0.1/zh-TW.xpi) = b6869c9e9ab6053109775219f544d8cc1acccc7d9f5c4a69ae5fd05026c3e6d7 -SIZE (xpi/firefox-i18n-25.0.1/zh-TW.xpi) = 356558 -SHA256 (xpi/firefox-i18n-25.0.1/zu.xpi) = e18f57c2b7bfcb58b5949df3e7c2ffd56e8ad7b250589a2ce9dcc3b4415d897b -SIZE (xpi/firefox-i18n-25.0.1/zu.xpi) = 346213 +SHA256 (xpi/firefox-i18n-26.0/ach.xpi) = a6c89af819f1dfd69a68c20727d67ee574147245791ff9441c7fa4acbb41be65 +SIZE (xpi/firefox-i18n-26.0/ach.xpi) = 350803 +SHA256 (xpi/firefox-i18n-26.0/af.xpi) = 25e6d192216d7d405bc0204f2bfeaa97f62bbd2620869620a401126cea9747cf +SIZE (xpi/firefox-i18n-26.0/af.xpi) = 343725 +SHA256 (xpi/firefox-i18n-26.0/ak.xpi) = 3c6a109955c672a2478bd8af3aa7703b91534afa0f74c2a61e5336c8967c897f +SIZE (xpi/firefox-i18n-26.0/ak.xpi) = 347001 +SHA256 (xpi/firefox-i18n-26.0/ar.xpi) = f61e5d7b6804484d1fe938856ccc067bddfe7b759f41ad5c7588f66bf25a11fc +SIZE (xpi/firefox-i18n-26.0/ar.xpi) = 372642 +SHA256 (xpi/firefox-i18n-26.0/as.xpi) = 3908057b8e319deff0b01a8421313f16b79a58719d4efbb5f53aa0f639a7e77b +SIZE (xpi/firefox-i18n-26.0/as.xpi) = 390869 +SHA256 (xpi/firefox-i18n-26.0/ast.xpi) = b9cc76d0c8c243ad9f59885a788c5a041b8f94e6d8a32c763a7fecae568cfcc8 +SIZE (xpi/firefox-i18n-26.0/ast.xpi) = 303872 +SHA256 (xpi/firefox-i18n-26.0/be.xpi) = 2fd723c1a53e48b1f4ac14753598aad304e4004560ab92a516ecdf315d76340f +SIZE (xpi/firefox-i18n-26.0/be.xpi) = 326513 +SHA256 (xpi/firefox-i18n-26.0/bg.xpi) = c28bb24000a1634e18f1c7365d86f64c42f29889ede88a235fc1ecef3d55ec0d +SIZE (xpi/firefox-i18n-26.0/bg.xpi) = 385068 +SHA256 (xpi/firefox-i18n-26.0/bn-BD.xpi) = b194cdb87a7bb89568c1167a1baf7a2c25c52fe8c46d50f98485dcef2d085da8 +SIZE (xpi/firefox-i18n-26.0/bn-BD.xpi) = 406287 +SHA256 (xpi/firefox-i18n-26.0/bn-IN.xpi) = a9de7977aeff69d475b6a28905b642552c9015b2fafffad89ac4ae515b818954 +SIZE (xpi/firefox-i18n-26.0/bn-IN.xpi) = 438700 +SHA256 (xpi/firefox-i18n-26.0/br.xpi) = 9c1660229725549fd1b28d5d8bac1a84ff09553d3092aaaaa5cbe78d5a726da4 +SIZE (xpi/firefox-i18n-26.0/br.xpi) = 342246 +SHA256 (xpi/firefox-i18n-26.0/bs.xpi) = 25eaa6bb4d5bd9679d2d735a9ca895fc53b392a0b8ace1cf3dbdecc2998d6b65 +SIZE (xpi/firefox-i18n-26.0/bs.xpi) = 349664 +SHA256 (xpi/firefox-i18n-26.0/ca.xpi) = e85689fd9d5019447b1973414e0b506a2a514a76b2d1134cb09ee643428436a2 +SIZE (xpi/firefox-i18n-26.0/ca.xpi) = 352361 +SHA256 (xpi/firefox-i18n-26.0/cs.xpi) = b3649766326ab1c8585bd5293a255c502f7c8124b9ad6a2c233203c1f66d2fb4 +SIZE (xpi/firefox-i18n-26.0/cs.xpi) = 347870 +SHA256 (xpi/firefox-i18n-26.0/csb.xpi) = 05b94a0f1929d0149bd72a4af3555ba3c8618313ba438b6bce412b7b9507490c +SIZE (xpi/firefox-i18n-26.0/csb.xpi) = 337702 +SHA256 (xpi/firefox-i18n-26.0/cy.xpi) = 2cb56f6204b363b6ffb0fb3120a60daca32600fc75b69372090c531ca2e77529 +SIZE (xpi/firefox-i18n-26.0/cy.xpi) = 341525 +SHA256 (xpi/firefox-i18n-26.0/da.xpi) = 8d1c30e48227f84ab0710ccaf8da0f4aa0c9b141a1579b51427b64b3248db293 +SIZE (xpi/firefox-i18n-26.0/da.xpi) = 337590 +SHA256 (xpi/firefox-i18n-26.0/de.xpi) = e2632e4995af36a3924139bcdf71eb23bc1aebfc03726efc353f0d30f41fcda6 +SIZE (xpi/firefox-i18n-26.0/de.xpi) = 335311 +SHA256 (xpi/firefox-i18n-26.0/el.xpi) = b251444ad42e075e8950c2e2518cd06b5c5d28fd0a3220178bb193ce99d59986 +SIZE (xpi/firefox-i18n-26.0/el.xpi) = 373291 +SHA256 (xpi/firefox-i18n-26.0/en-GB.xpi) = 8af3055ce01325905cc4772ed9f0ed1b9a99e3e25a65564d2c401a1c820ad038 +SIZE (xpi/firefox-i18n-26.0/en-GB.xpi) = 328278 +SHA256 (xpi/firefox-i18n-26.0/en-US.xpi) = 4c1b40a78cba2b806ef3410f97bb4c285365c8f80fcda76605289c5b462b0bc0 +SIZE (xpi/firefox-i18n-26.0/en-US.xpi) = 330943 +SHA256 (xpi/firefox-i18n-26.0/en-ZA.xpi) = efc06efbd10f2b01702a28891e64b89d32dab7870bde1d3943d20ae5157a166f +SIZE (xpi/firefox-i18n-26.0/en-ZA.xpi) = 327220 +SHA256 (xpi/firefox-i18n-26.0/eo.xpi) = 6bd9efe12bace7725e09b73555290c0eceb6d3530158088f03235b2883da09a7 +SIZE (xpi/firefox-i18n-26.0/eo.xpi) = 345668 +SHA256 (xpi/firefox-i18n-26.0/es-AR.xpi) = b6bbb429143b7e87c7e6fb1f2ada33eb4f53de61926fae532786bcf3d85f810d +SIZE (xpi/firefox-i18n-26.0/es-AR.xpi) = 345557 +SHA256 (xpi/firefox-i18n-26.0/es-CL.xpi) = 2712f80b4b1fa82c8775d3b49106d76d341fbb75db04320c05c41a1dbda71bf7 +SIZE (xpi/firefox-i18n-26.0/es-CL.xpi) = 294553 +SHA256 (xpi/firefox-i18n-26.0/es-ES.xpi) = 74792ddc27cf48283ad1359c8d630ae782f1a1b6ce7ed52068f70b89f94219f5 +SIZE (xpi/firefox-i18n-26.0/es-ES.xpi) = 285907 +SHA256 (xpi/firefox-i18n-26.0/es-MX.xpi) = 7376a1c39149ceec2d2c10962220e4f0fea5662e6e8cfda7e4d82a35be376047 +SIZE (xpi/firefox-i18n-26.0/es-MX.xpi) = 347931 +SHA256 (xpi/firefox-i18n-26.0/et.xpi) = c22f3ff2d1bda6488fd42969487824e89208aab3f0abe49d8c0a582483424d35 +SIZE (xpi/firefox-i18n-26.0/et.xpi) = 337488 +SHA256 (xpi/firefox-i18n-26.0/eu.xpi) = d200c43504e5d907de26846aeec531cd647b7b798252ea608c95e4c19ad3a5cf +SIZE (xpi/firefox-i18n-26.0/eu.xpi) = 343294 +SHA256 (xpi/firefox-i18n-26.0/fa.xpi) = 29318dbc6f2616b684dc9b21aacf776994c438a33c79565d40030530cdd4d1c6 +SIZE (xpi/firefox-i18n-26.0/fa.xpi) = 386622 +SHA256 (xpi/firefox-i18n-26.0/ff.xpi) = ba37fc95f1bc81476e14d87f883f117f1683c24733f7760ab09d32810642695a +SIZE (xpi/firefox-i18n-26.0/ff.xpi) = 343322 +SHA256 (xpi/firefox-i18n-26.0/fi.xpi) = 35115c338d6b6c30b4d4d1840627b1760cca4ffd7f19f4d0c457de8caa5a3b3f +SIZE (xpi/firefox-i18n-26.0/fi.xpi) = 338046 +SHA256 (xpi/firefox-i18n-26.0/fr.xpi) = b1a645131aa4e7ab704dda6248f8dbc8daceb7f69c3d70d53ca83daec5805141 +SIZE (xpi/firefox-i18n-26.0/fr.xpi) = 350284 +SHA256 (xpi/firefox-i18n-26.0/fy-NL.xpi) = e2dbf4db2c5b31904c239e6c69077c256d16596d708485e7628064c76d017914 +SIZE (xpi/firefox-i18n-26.0/fy-NL.xpi) = 348196 +SHA256 (xpi/firefox-i18n-26.0/ga-IE.xpi) = d409ae6283b514df453fc821a1a80f32f6f80ce4d084a67a9c86ff7f4b54b63f +SIZE (xpi/firefox-i18n-26.0/ga-IE.xpi) = 356855 +SHA256 (xpi/firefox-i18n-26.0/gd.xpi) = 3cbb8cbf7a14c2530da3bd1430237ad9926bde6f2112fced682f93a3d093ad37 +SIZE (xpi/firefox-i18n-26.0/gd.xpi) = 353070 +SHA256 (xpi/firefox-i18n-26.0/gl.xpi) = 17a2e0feab5ce0646631931d1fe37e417c90e3b0c76e68118182e4999ab90402 +SIZE (xpi/firefox-i18n-26.0/gl.xpi) = 348430 +SHA256 (xpi/firefox-i18n-26.0/gu-IN.xpi) = 637c064656e41dcb22bb62abc18564289b26ccf7ce17a593da337a13031df6f7 +SIZE (xpi/firefox-i18n-26.0/gu-IN.xpi) = 372578 +SHA256 (xpi/firefox-i18n-26.0/he.xpi) = 229bf3b4de4978f0b3cd4fc580cb1983f5514c405f5841cd7b1610f5aee461d2 +SIZE (xpi/firefox-i18n-26.0/he.xpi) = 365479 +SHA256 (xpi/firefox-i18n-26.0/hi-IN.xpi) = de5c5009e1f411955e769a8876e3969618f5d7e7da8f8a410481319fd0d9de49 +SIZE (xpi/firefox-i18n-26.0/hi-IN.xpi) = 391507 +SHA256 (xpi/firefox-i18n-26.0/hr.xpi) = 9d6d890bd61967f0294e9f7fffd9305876a5db2ac139f1d0de671de8ac76cdd7 +SIZE (xpi/firefox-i18n-26.0/hr.xpi) = 350681 +SHA256 (xpi/firefox-i18n-26.0/hu.xpi) = df633a28bbfced9686d1e550076383dd3988232e3e0f41b8c0f844f461b4e548 +SIZE (xpi/firefox-i18n-26.0/hu.xpi) = 355421 +SHA256 (xpi/firefox-i18n-26.0/hy-AM.xpi) = 1e53c6f01b5d352c68fe433fc57cf139dbd29a9427ffee87f65925647f26e298 +SIZE (xpi/firefox-i18n-26.0/hy-AM.xpi) = 397155 +SHA256 (xpi/firefox-i18n-26.0/id.xpi) = dee6f980ec1246b779187f304bd0f843e77b83b3852251f97ce2565e2a63ef35 +SIZE (xpi/firefox-i18n-26.0/id.xpi) = 331123 +SHA256 (xpi/firefox-i18n-26.0/is.xpi) = 518c7b95882159f2b3570aaa8172a0e458af77f983fb26a71ff988e31e3153a1 +SIZE (xpi/firefox-i18n-26.0/is.xpi) = 342133 +SHA256 (xpi/firefox-i18n-26.0/it.xpi) = 56349995c309ba3dba1a3e5112fb18f43dd0bd2a401847dd6b5e66d1493d05fc +SIZE (xpi/firefox-i18n-26.0/it.xpi) = 280114 +SHA256 (xpi/firefox-i18n-26.0/ja.xpi) = 99c6c78432da9055b5a699b1453efa9ea461494d3590565f9dc24137708c25f5 +SIZE (xpi/firefox-i18n-26.0/ja.xpi) = 382989 +SHA256 (xpi/firefox-i18n-26.0/kk.xpi) = 324a4188049543639dd9912ffdc1700cfabdaed2528bd4a8ca2ec02b4d062cca +SIZE (xpi/firefox-i18n-26.0/kk.xpi) = 391154 +SHA256 (xpi/firefox-i18n-26.0/km.xpi) = 537cdd5ba4f2a72a0564e9d99c2e43d385f2f7ed6a5298322bd65c439b0ad38c +SIZE (xpi/firefox-i18n-26.0/km.xpi) = 412619 +SHA256 (xpi/firefox-i18n-26.0/kn.xpi) = 0478a9a09fefe1ced442bf331e8d5870520eb435726558b53950e9af0f412715 +SIZE (xpi/firefox-i18n-26.0/kn.xpi) = 403626 +SHA256 (xpi/firefox-i18n-26.0/ko.xpi) = 5a63ccbd6931b9841d457e8f230616b71fb32e97df482c1873a93c03d7b1869e +SIZE (xpi/firefox-i18n-26.0/ko.xpi) = 357900 +SHA256 (xpi/firefox-i18n-26.0/ku.xpi) = 7d49ff8324f486eb3fe8a07a0a73491c78d8de3d4abca0be0a09ecdd6f038aa5 +SIZE (xpi/firefox-i18n-26.0/ku.xpi) = 365772 +SHA256 (xpi/firefox-i18n-26.0/lg.xpi) = ad2dd81a5147313a6ea7626f468b4f3acde9f3927a7164bc5f8608ea02e86086 +SIZE (xpi/firefox-i18n-26.0/lg.xpi) = 361960 +SHA256 (xpi/firefox-i18n-26.0/lij.xpi) = 0833eef7c9376e45f241e851e0264a4b15fb4e6351e6798e793b95e82d36cfd0 +SIZE (xpi/firefox-i18n-26.0/lij.xpi) = 331532 +SHA256 (xpi/firefox-i18n-26.0/lt.xpi) = 4f72bdbd2cf1ec5896ba419981bc58eddec964957d6d4bb28f11020525329d1c +SIZE (xpi/firefox-i18n-26.0/lt.xpi) = 364267 +SHA256 (xpi/firefox-i18n-26.0/lv.xpi) = 8bc2ee9b9d3d0707d07bff155785f9e4b243f1aa78ffa9cd3e3f21e033b3ab83 +SIZE (xpi/firefox-i18n-26.0/lv.xpi) = 338750 +SHA256 (xpi/firefox-i18n-26.0/mai.xpi) = 6bc96f2809d84643a545c7d62dc15a118e2489c9af6dfa1258fc7e41e28016bd +SIZE (xpi/firefox-i18n-26.0/mai.xpi) = 391823 +SHA256 (xpi/firefox-i18n-26.0/mk.xpi) = 3f0011ce6900313bfe700a3a34934864fe266071bb65434b88558ef6f6d9da82 +SIZE (xpi/firefox-i18n-26.0/mk.xpi) = 387902 +SHA256 (xpi/firefox-i18n-26.0/ml.xpi) = 78157d3d4ab69f962f894620b03880ec514524db558b341a6145e7d5c6dac874 +SIZE (xpi/firefox-i18n-26.0/ml.xpi) = 412164 +SHA256 (xpi/firefox-i18n-26.0/mr.xpi) = 79796e41b640c6788e0904b2ef6c01ae20288276577d40f474917ba9b45ec3c9 +SIZE (xpi/firefox-i18n-26.0/mr.xpi) = 392361 +SHA256 (xpi/firefox-i18n-26.0/nb-NO.xpi) = fc564ba405199efeb1a541ed83b2a65c10cf4538549989788d1e0d4351b0e817 +SIZE (xpi/firefox-i18n-26.0/nb-NO.xpi) = 337761 +SHA256 (xpi/firefox-i18n-26.0/nl.xpi) = 4c71a87df44f7764c9d9fe024b495d34b4a577d2d32c4e032a46e37eca43487d +SIZE (xpi/firefox-i18n-26.0/nl.xpi) = 342744 +SHA256 (xpi/firefox-i18n-26.0/nn-NO.xpi) = 208b7cd20c8642248769af65df1d584daff475afed226a75b775eba7bd3643e3 +SIZE (xpi/firefox-i18n-26.0/nn-NO.xpi) = 339254 +SHA256 (xpi/firefox-i18n-26.0/nso.xpi) = 73dba2ee69273054db9ff7c4a14c20baca0e0f6a4c9e8614c8d83a5ebe4085a9 +SIZE (xpi/firefox-i18n-26.0/nso.xpi) = 348133 +SHA256 (xpi/firefox-i18n-26.0/or.xpi) = 10b207d06f6e7441aabdd3244b3bf82745ca08bf031b7d261d796b556e50dd09 +SIZE (xpi/firefox-i18n-26.0/or.xpi) = 377698 +SHA256 (xpi/firefox-i18n-26.0/pa-IN.xpi) = 05637129b7cf1ee6bee31ddf8dcb3b29e2dcbfb62d316e7e366d162758ff105a +SIZE (xpi/firefox-i18n-26.0/pa-IN.xpi) = 376121 +SHA256 (xpi/firefox-i18n-26.0/pl.xpi) = a3f0598549625919621bfe2fd7fb2024368708520af0b7f77783ec0916aa1711 +SIZE (xpi/firefox-i18n-26.0/pl.xpi) = 346564 +SHA256 (xpi/firefox-i18n-26.0/pt-BR.xpi) = aaaabec2af2db0afc14960e7b66b972994eb60b93352f0296452b7707e48798d +SIZE (xpi/firefox-i18n-26.0/pt-BR.xpi) = 345553 +SHA256 (xpi/firefox-i18n-26.0/pt-PT.xpi) = b08ebe3d7c097002a6636d1818c34a0a2dabc304fead34b470c7b5653aa174fc +SIZE (xpi/firefox-i18n-26.0/pt-PT.xpi) = 344092 +SHA256 (xpi/firefox-i18n-26.0/rm.xpi) = d7c105dedba73a540aa6ec08ee006354d45fe926fc4b032a1cc5c74554d78536 +SIZE (xpi/firefox-i18n-26.0/rm.xpi) = 344673 +SHA256 (xpi/firefox-i18n-26.0/ro.xpi) = 41992041606d7671716748fa00f096ada79528ff8c7a84ad1a351924e9a09fe5 +SIZE (xpi/firefox-i18n-26.0/ro.xpi) = 373971 +SHA256 (xpi/firefox-i18n-26.0/ru.xpi) = ca9fc08cd1fbb9afb2b416094abdc01153e05616e069fd6230605f3a8d8080ca +SIZE (xpi/firefox-i18n-26.0/ru.xpi) = 333550 +SHA256 (xpi/firefox-i18n-26.0/si.xpi) = d082d3cf297a66e2812967b92b55cf8358451c89f3d9c286c3fed1267addc365 +SIZE (xpi/firefox-i18n-26.0/si.xpi) = 383146 +SHA256 (xpi/firefox-i18n-26.0/sk.xpi) = 0929457331bb84b4036014f0b5ac95eeb115f06d674f8c1e236685a4769c936f +SIZE (xpi/firefox-i18n-26.0/sk.xpi) = 359276 +SHA256 (xpi/firefox-i18n-26.0/sl.xpi) = 57faf587bc0b0401d0a8a9d39981117ed2a5fa8a1de6fa348e08a5ac75575ed1 +SIZE (xpi/firefox-i18n-26.0/sl.xpi) = 343141 +SHA256 (xpi/firefox-i18n-26.0/son.xpi) = f7e8f23ba080279998975a62aa435c73999ff850e347c12d64c51d53dface6e4 +SIZE (xpi/firefox-i18n-26.0/son.xpi) = 341191 +SHA256 (xpi/firefox-i18n-26.0/sq.xpi) = 16311ac1158a3f4f4f45814d7630a4c03b337e57a40eab87044108c03a93c555 +SIZE (xpi/firefox-i18n-26.0/sq.xpi) = 352387 +SHA256 (xpi/firefox-i18n-26.0/sr.xpi) = 56abf0ddac02ed7b197e45562354f918b5f281813be79ae414a7e31945f8e1aa +SIZE (xpi/firefox-i18n-26.0/sr.xpi) = 395418 +SHA256 (xpi/firefox-i18n-26.0/sv-SE.xpi) = 93a21e9ba52e48ac4f98f0216113f03e8adeefb8b851822d3026a01c862e3b34 +SIZE (xpi/firefox-i18n-26.0/sv-SE.xpi) = 344201 +SHA256 (xpi/firefox-i18n-26.0/ta-LK.xpi) = 07e1e941211208e07c85ce4c0960a2167d5a2a240a38973851f07a6fdddea074 +SIZE (xpi/firefox-i18n-26.0/ta-LK.xpi) = 394391 +SHA256 (xpi/firefox-i18n-26.0/ta.xpi) = 382d61638f1052dc75080c2e17d99805500b73b132f25d04ff94a8aae7df3595 +SIZE (xpi/firefox-i18n-26.0/ta.xpi) = 395120 +SHA256 (xpi/firefox-i18n-26.0/te.xpi) = 1b2cdaf4711ba4e4ce109d617e0da3c7b45919707c2489215290ec0b0a29dde6 +SIZE (xpi/firefox-i18n-26.0/te.xpi) = 406992 +SHA256 (xpi/firefox-i18n-26.0/th.xpi) = 9cf0880308c904e527ab9edb8a845bb039af5f53d74e8cd5a3c7523abfe20a84 +SIZE (xpi/firefox-i18n-26.0/th.xpi) = 390074 +SHA256 (xpi/firefox-i18n-26.0/tr.xpi) = 0246b7ee9d4c9046848b4654cf942004825fbff674af4dd48d431f8f04d3f1b4 +SIZE (xpi/firefox-i18n-26.0/tr.xpi) = 351577 +SHA256 (xpi/firefox-i18n-26.0/uk.xpi) = 6bef961c0ee8f934526004ba41f13dc73dcfb211523d0cd45ea858f17b80ddeb +SIZE (xpi/firefox-i18n-26.0/uk.xpi) = 377743 +SHA256 (xpi/firefox-i18n-26.0/vi.xpi) = 04a1684294c816a21acb22902aedd440d8092984712b1fa6cb73543db8b48bcd +SIZE (xpi/firefox-i18n-26.0/vi.xpi) = 370611 +SHA256 (xpi/firefox-i18n-26.0/zh-CN.xpi) = b7896836ea8d2bc7bd41cbac96db0885aa8bef27ed55495dd829cd4938508e71 +SIZE (xpi/firefox-i18n-26.0/zh-CN.xpi) = 369733 +SHA256 (xpi/firefox-i18n-26.0/zh-TW.xpi) = d50e4ac0dcb49fce618fdf0d4a4c0dadca6d3d27841b004c1fc4252743137934 +SIZE (xpi/firefox-i18n-26.0/zh-TW.xpi) = 363386 +SHA256 (xpi/firefox-i18n-26.0/zu.xpi) = f70181b609695f6d16ce109d1c907978881a0252cf45dddefc179a3a7b446a37 +SIZE (xpi/firefox-i18n-26.0/zu.xpi) = 352576 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox-nightly/Makefile Fri Dec 6 18:58:46 2013 (r1436) @@ -22,6 +22,7 @@ # nspr>=4.10.3:${PORTSDIR}/devel/nspr \ # nss>=3.15.4:${PORTSDIR}/security/nss \ # sqlite3>=3.8.1:${PORTSDIR}/databases/sqlite3 \ +# libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -31,7 +32,7 @@ OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -nspr -nss -sqlite # nspr:bug932398 nss:bug713933 +USE_MOZILLA= -nspr -nss -sqlite -vpx CPPFLAGS+= -I${LOCALBASE}/include/pixman-1 # bug941595 MOZILLA_NAME= Firefox Nightly MOZILLA_SUFX= -nightly Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox-nightly/Makefile.hgrev Fri Dec 6 18:58:46 2013 (r1436) @@ -1 +1 @@ -HGREV= 158514:3ac6ea6491a8 +HGREV= 159197:f86d2d4cfadf Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox-nightly/distinfo Fri Dec 6 18:58:46 2013 (r1436) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/3ac6ea6491a8.tar.bz2) = ef1d6e7017c9b52d5303d19704cc43885d9941dac88fcd7a55d9df437f33ecc8 -SIZE (firefox-nightly/3ac6ea6491a8.tar.bz2) = 131029813 +SHA256 (firefox-nightly/f86d2d4cfadf.tar.bz2) = 8f948d9819f3e7c5df2a40fcc02896e283a8e1195de523ab4b2ff98d69f028d5 +SIZE (firefox-nightly/f86d2d4cfadf.tar.bz2) = 131608367 Deleted: trunk/www/firefox-nightly/files/patch-bug946560 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug946560 Fri Dec 6 18:58:46 2013 (r1435) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,62 +0,0 @@ -diff --git xpcom/base/nsMemoryInfoDumper.cpp xpcom/base/nsMemoryInfoDumper.cpp -index 0b2f78c..d857374 100644 ---- xpcom/base/nsMemoryInfoDumper.cpp -+++ xpcom/base/nsMemoryInfoDumper.cpp -@@ -6,7 +6,7 @@ - - #include "mozilla/nsMemoryInfoDumper.h" - --#ifdef XP_LINUX -+#if defined(XP_LINUX) || defined(__FreeBSD__) - #include "mozilla/Preferences.h" - #endif - #include "mozilla/unused.h" -@@ -31,7 +31,7 @@ - #include - #endif - --#ifdef XP_LINUX -+#if defined(XP_LINUX) || defined(__FreeBSD__) - #include - #include - #include -@@ -110,7 +110,7 @@ private: - - } // anonymous namespace - --#ifdef XP_LINUX // { -+#if defined(XP_LINUX) || defined(__FreeBSD__) // { - namespace { - - /* -@@ -552,7 +552,7 @@ nsMemoryInfoDumper::~nsMemoryInfoDumper() - /* static */ void - nsMemoryInfoDumper::Initialize() - { --#ifdef XP_LINUX -+#if defined(XP_LINUX) || defined(__FreeBSD__) - SignalPipeWatcher::Create(); - FifoWatcher::MaybeCreate(); - #endif -diff --git xpcom/base/nsMemoryReporterManager.cpp xpcom/base/nsMemoryReporterManager.cpp -index 8c65665..8f6d0e9 100644 ---- xpcom/base/nsMemoryReporterManager.cpp -+++ xpcom/base/nsMemoryReporterManager.cpp -@@ -17,7 +17,7 @@ - #include "nsPIDOMWindow.h" - #include "nsIObserverService.h" - #include "nsIGlobalObject.h" --#if defined(XP_LINUX) -+#if defined(XP_LINUX) || defined(__FreeBSD__) - #include "nsMemoryInfoDumper.h" - #endif - #include "mozilla/Attributes.h" -@@ -900,7 +900,7 @@ nsMemoryReporterManager::Init() - RegisterStrongReporter(new mozilla::dmd::DMDReporter()); - #endif - --#if defined(XP_LINUX) -+#if defined(XP_LINUX) || defined(__FreeBSD__) - nsMemoryInfoDumper::Initialize(); - #endif - Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox/Makefile Fri Dec 6 18:58:46 2013 (r1436) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ PORTNAME= firefox -DISTVERSION= 26.0b10 +DISTVERSION= 26.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -50,7 +50,7 @@ .include "${.CURDIR}/../../www/firefox/Makefile.options" .include -WRKSRC:= ${WRKDIR}/mozilla-beta +WRKSRC:= ${WRKDIR}/mozilla-release .if ${ARCH} == i386 && ${OSVERSION} < 1000000 USE_GCC?= yes Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/firefox/distinfo Fri Dec 6 18:58:46 2013 (r1436) @@ -1,2 +1,2 @@ -SHA256 (firefox-26.0b10.source.tar.bz2) = 74492f08428f9d1944fd0ec5c016c1954134d8c4aa25a809228b21b913d9da46 -SIZE (firefox-26.0b10.source.tar.bz2) = 127374380 +SHA256 (firefox-26.0.source.tar.bz2) = 9b8a59c38ae98d525f6ac9351de6092c2ee30824a3a182b01d5365946b131f22 +SIZE (firefox-26.0.source.tar.bz2) = 127525635 Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/linux-firefox/Makefile Fri Dec 6 18:58:46 2013 (r1436) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-firefox/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= firefox -DISTVERSION= 26.0b10 +DISTVERSION= 26.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/linux-firefox/distinfo Fri Dec 6 18:58:46 2013 (r1436) @@ -1,5 +1,5 @@ -SHA256 (firefox-26.0b10.tar.bz2) = b73d2894d477dd92b5d359cbd1d2cb364a899f9ae737d280b1cb4d74b5e8ec5a -SIZE (firefox-26.0b10.tar.bz2) = 30266279 +SHA256 (firefox-26.0.tar.bz2) = 861ac55031a40ab03d462b720746c29a346c70409316b46a0e7f7d886ea4b2a8 +SIZE (firefox-26.0.tar.bz2) = 30245127 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/seamonkey-i18n/Makefile Fri Dec 6 18:58:46 2013 (r1436) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey-i18n/Makefile 313857 2013-03-11 07:28:17Z flo $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.22.1 +PORTVERSION= 2.23b1 CATEGORIES= www mail news editors irc MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: trunk/www/seamonkey-i18n/distinfo ============================================================================== --- trunk/www/seamonkey-i18n/distinfo Fri Dec 6 18:58:36 2013 (r1435) +++ trunk/www/seamonkey-i18n/distinfo Fri Dec 6 18:58:46 2013 (r1436) @@ -1,54 +1,54 @@ -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.be.langpack.xpi) = ea6f60b3f76514014ed71facf52f95ed200a6debc5b5565d0447b15bc8996254 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.be.langpack.xpi) = 814041 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.ca.langpack.xpi) = 035a018745a5abe3eaf424dc06e5db78a21c8525577b2b46a3de222ede3a2d47 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.ca.langpack.xpi) = 785463 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.cs.langpack.xpi) = 56b0d84abc554ef07a54c5cfac6befd7b277176a1133e880951cac5a38c0cbeb -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.cs.langpack.xpi) = 806066 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.de.langpack.xpi) = 6b970b88b73548d33e79cb8620e2e028d65e6670d5ed0962ed2948969b6c706f -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.de.langpack.xpi) = 812800 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.en-GB.langpack.xpi) = 07f81aca989d947ee65843be25ab00caad1ca4ed9abc42b9b61bced32484857b -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.en-GB.langpack.xpi) = 776574 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.en-US.langpack.xpi) = f9fa05c0c46be11d080e7cd2bfac9802572fb2c264d1328768d66820d421563d -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.en-US.langpack.xpi) = 777490 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.es-AR.langpack.xpi) = 24903090eaf2d347b157edb8381300227de2f7af01b927fc5250ce81d0a1ad47 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.es-AR.langpack.xpi) = 834853 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.es-ES.langpack.xpi) = 227c541fbbc28b209477829291aadc3ec8625fb77aa8d6bdec3ae96a1a8c4bc8 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.es-ES.langpack.xpi) = 807301 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.fi.langpack.xpi) = af0adf1bbf11d882c9cacd467f2cc194e800b12442f1482870be64b231d5f086 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.fi.langpack.xpi) = 776862 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.fr.langpack.xpi) = 717afe6a1df525de8bb78a6a69b1b8f4711d2ecf0bb4714e5bcbe8ec2ea9248c -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.fr.langpack.xpi) = 787274 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.gl.langpack.xpi) = caef167d89afcf9bd5b9e32eaabc1c84ddc20731fd1be3ccf90d1addcc5920ce -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.gl.langpack.xpi) = 785726 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.hu.langpack.xpi) = 705746ee8eadb0fda558bc17369771070b96ba0eca78017723c89d67063b9646 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.hu.langpack.xpi) = 823104 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.it.langpack.xpi) = d3aaef0aa8b0ae7861c65f999779028abcff9e43e8eac8e2ed1e9b8324ce7439 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.it.langpack.xpi) = 723329 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.ja-JP-mac.langpack.xpi) = 3e4a0a3a9801192b7b258a29e05af7fc4f14d3fc255372d17ebf1eaae7bf9570 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.ja-JP-mac.langpack.xpi) = 882397 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.ja.langpack.xpi) = 5fda20cde3fcc9d8f6904e41cede4cd914e4a31c20355bbdf1a24832cfb98cae -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.ja.langpack.xpi) = 857168 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.lt.langpack.xpi) = a8fbaf8223bb6121c46811a3158070d5cef8efcbf736bcb3b52799d8f984a658 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.lt.langpack.xpi) = 822087 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.nb-NO.langpack.xpi) = acb9e33f7d589b07e5805768fef3d6944e4ea8c03b29c158f7d8c9f0644addc6 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.nb-NO.langpack.xpi) = 798850 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.nl.langpack.xpi) = 9b984cdac36ee4f3df42a7794887a27163cc95c01be204f2f90c12de152a942c -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.nl.langpack.xpi) = 773164 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.pl.langpack.xpi) = 3bb9ae27ab625eb4ed5879c7f220972bb185c30dca57ce137eb5f5215507f955 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.pl.langpack.xpi) = 831387 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.pt-PT.langpack.xpi) = 335f9ea7a8477f8b86220c412d7bb9e9d1252124a3b38358a4becde0649094de -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.pt-PT.langpack.xpi) = 808758 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.ru.langpack.xpi) = 74aba223dc7bc4799cf229c888be74145d7fb2f7313799f59913c005b03e1bfc -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.ru.langpack.xpi) = 880202 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.sk.langpack.xpi) = 431e60606447d96b98eb0e568457304583d1744b2a190401fc92272a656c3eb4 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.sk.langpack.xpi) = 833376 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.sv-SE.langpack.xpi) = d7ba7abf27f9e6259a73a1f84724d0400a3f87627051700f4db048ff44c523cd -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.sv-SE.langpack.xpi) = 802059 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.tr.langpack.xpi) = 01dcfcf28a16cfe5c2587c007170dd45b947168f777dc6d110da6e1e8b16d36b -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.tr.langpack.xpi) = 846997 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.uk.langpack.xpi) = 2d3e8b10a3b82be1cc1a3f42ed860dd16bff316a8b90552ac65c68118ab511d1 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.uk.langpack.xpi) = 849605 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.zh-CN.langpack.xpi) = f2304589dc54b4f5ad3ffe30f62ac8c327572d5e34aa54f2b9e12e36631cbecb -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.zh-CN.langpack.xpi) = 810285 -SHA256 (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.zh-TW.langpack.xpi) = 58f39e6e8977f8036c9154e7c0ba7595e0e285f9a933f6d949fac4b7d29467f7 -SIZE (xpi/seamonkey-i18n-2.22.1/seamonkey-2.22.1.zh-TW.langpack.xpi) = 832946 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.be.langpack.xpi) = 92cfe977c58e25f27fec02f3cf42d5551870ed3569aa8b71db802fd21a591d0d +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.be.langpack.xpi) = 813117 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.ca.langpack.xpi) = bf215c0389f1684380f281262480d044234ab5ede7beb6725c52242c0ccba6ea +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.ca.langpack.xpi) = 808769 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.cs.langpack.xpi) = e8212198d2eb70f7c9d6da1ca63d22946c8f460bb2040034041f2d02d2108a8d +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.cs.langpack.xpi) = 808200 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.de.langpack.xpi) = 86099f6d524bafc1c9e2339d43ccd3c4c3f5185540c516da4dfc740d33ff91fc +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.de.langpack.xpi) = 815005 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.en-GB.langpack.xpi) = b6fcb34f8819f803d4ab6581bd3cea0543124e2679713f11f47f33a4b4f667d0 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.en-GB.langpack.xpi) = 778468 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.en-US.langpack.xpi) = d6ca3715a02f3bfb367395b83aefa52cadaaca38af79c7e103b75039c145ac9f +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.en-US.langpack.xpi) = 779456 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.es-AR.langpack.xpi) = 1dd6d5b822149a20742f3ea596de19245a4f117f7194fafe2e1ffe79b5bd61f1 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.es-AR.langpack.xpi) = 837251 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.es-ES.langpack.xpi) = aba25926f920a23fc0b6e06ecd91a5b2c21bb8bc67aeee6925cb35be50c5fdae +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.es-ES.langpack.xpi) = 810253 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.fi.langpack.xpi) = bbda12d9078f4a46cd66106eff604aae7201c76a9b8ea4b8175b137f3b221672 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.fi.langpack.xpi) = 779342 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.fr.langpack.xpi) = 8f9a75224f91141458240212a426b8a4d7c4503672eaa2354b50f432ff9af74d +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.fr.langpack.xpi) = 789400 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.gl.langpack.xpi) = 1bdca2a6402ad2a93561b0dfece63094ad870f6e3647908c5ef5075f85494add +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.gl.langpack.xpi) = 788124 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.hu.langpack.xpi) = bdc209363cd279f0a6c060380a5194c29c1113ff0b282d94bc9978f7c46fdd52 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.hu.langpack.xpi) = 822606 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.it.langpack.xpi) = 94c97b80b4a79b48fcea1de5972ec756787fd9cd91ea4a1b4536781570a2f335 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.it.langpack.xpi) = 724843 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.ja-JP-mac.langpack.xpi) = 5ab8132bdfeaecff0be6f51a1ef0deb6bbec3545afe9f438674679bb712e54a8 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.ja-JP-mac.langpack.xpi) = 884592 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.ja.langpack.xpi) = faa0b53459b44f6ccdd7603bb7c240967d4e3d4a1a51df337420109215a3dffa +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.ja.langpack.xpi) = 859315 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.lt.langpack.xpi) = 08e74835c4393ddc808585075d1cf311bf2eb59b147bb114df36fa6496ead03f +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.lt.langpack.xpi) = 824245 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.nb-NO.langpack.xpi) = 60af179ca3c2b00c681aa906b537bb737642490d5d0b151a3b001261108c23a3 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.nb-NO.langpack.xpi) = 801346 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.nl.langpack.xpi) = 4ed16728fdad40725322457d176cd8ae90916736efc69701c24476ec584ebcdc +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.nl.langpack.xpi) = 775394 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.pl.langpack.xpi) = c8462eea377c8b687156918270ac9feee6af6f4a41ae126de7c877517583a623 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.pl.langpack.xpi) = 849833 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.pt-PT.langpack.xpi) = f688a970df1c9dc9669d26d8ff694f67f304efe941ad797169110a613927d8f9 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.pt-PT.langpack.xpi) = 811279 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.ru.langpack.xpi) = ea62f76bba54a4d63eca018170e44566afc45692ba531abf9c36b97f47cb8c26 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.ru.langpack.xpi) = 881980 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.sk.langpack.xpi) = 8a5e0f080614e173623b87425ce87f9316d586485d9eaac5c3d8bcd415e1c8cd +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.sk.langpack.xpi) = 835661 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.sv-SE.langpack.xpi) = 01460a38208f977ace42bd3f3f79a20906f4d39ceff49b7218388fe8fd8b06a3 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.sv-SE.langpack.xpi) = 804082 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.tr.langpack.xpi) = 508740707b0d8f98c50c0ae4d31a617493ee662005973590593e9715ee9756a8 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.tr.langpack.xpi) = 849214 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.uk.langpack.xpi) = be147803f90068a26f54863ba5b81a2ebd58838d710560ce1bcd4221f0c7f17d +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.uk.langpack.xpi) = 851915 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.zh-CN.langpack.xpi) = 8bfba6d43475ecf4f0acd662a98767dffd449800c241deeba05cfc984493a9c3 +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.zh-CN.langpack.xpi) = 812656 +SHA256 (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.zh-TW.langpack.xpi) = 0bfa7e29574716530ebb72327ebd454e42680b910b8bb8208125113bfe52e03d +SIZE (xpi/seamonkey-i18n-2.23b1/seamonkey-2.23b1.zh-TW.langpack.xpi) = 835163 From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 6 19:33:45 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3D45A59 for ; Fri, 6 Dec 2013 19:33:45 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2AE9C194C for ; Fri, 6 Dec 2013 19:33:44 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB6JXhGC052667 for ; Fri, 6 Dec 2013 19:33:43 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB6JXcvt051203 for freebsd-gecko@freebsd.org; Fri, 6 Dec 2013 19:33:38 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 6 Dec 2013 19:33:38 GMT Message-Id: <201312061933.rB6JXcvt051203@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] r1437 - in trunk: mail/thunderbird mail/thunderbird-i18n www/libxul MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 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, 06 Dec 2013 19:33:45 -0000 Author: jbeich Date: Fri Dec 6 19:33:38 2013 New Revision: 1437 Log: update Modified: trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird-i18n/distinfo trunk/mail/thunderbird/Makefile trunk/mail/thunderbird/distinfo trunk/www/libxul/Makefile trunk/www/libxul/distinfo Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Fri Dec 6 18:58:46 2013 (r1436) +++ trunk/mail/thunderbird-i18n/Makefile Fri Dec 6 19:33:38 2013 (r1437) @@ -2,7 +2,7 @@ # $FreeBSD: head/mail/thunderbird-i18n/Makefile 330128 2013-10-12 13:21:23Z flo $ PORTNAME= thunderbird-i18n -PORTVERSION= 24.1.1 +PORTVERSION= 24.2.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/mail/thunderbird-i18n/distinfo ============================================================================== --- trunk/mail/thunderbird-i18n/distinfo Fri Dec 6 18:58:46 2013 (r1436) +++ trunk/mail/thunderbird-i18n/distinfo Fri Dec 6 19:33:38 2013 (r1437) @@ -1,110 +1,110 @@ -SHA256 (xpi/thunderbird-i18n-24.1.1/ar.xpi) = 42b8bf00fc22f2b8d1f81237030b6a77290b67f8496b3dbaa676c52ffdcd09d7 -SIZE (xpi/thunderbird-i18n-24.1.1/ar.xpi) = 457861 -SHA256 (xpi/thunderbird-i18n-24.1.1/ast.xpi) = 045db6e4eb5cca11a46e1020211c757a58edecad9733bfcb91242ba8df8618c6 -SIZE (xpi/thunderbird-i18n-24.1.1/ast.xpi) = 373830 -SHA256 (xpi/thunderbird-i18n-24.1.1/be.xpi) = 679b620593596a617b90a373f355d4ace58031c37c33de9579c3b9ff1a1280dd -SIZE (xpi/thunderbird-i18n-24.1.1/be.xpi) = 416882 -SHA256 (xpi/thunderbird-i18n-24.1.1/bg.xpi) = 9eb45bbede8eca9c350d3c80eb8aedd605f5d2899539f7cbb56467c715ad2597 -SIZE (xpi/thunderbird-i18n-24.1.1/bg.xpi) = 485023 -SHA256 (xpi/thunderbird-i18n-24.1.1/bn-BD.xpi) = 5d09c33e40658f7f848fb69af52497bcd94d12fbabda62c4f1ce6e217b1b3198 -SIZE (xpi/thunderbird-i18n-24.1.1/bn-BD.xpi) = 537258 -SHA256 (xpi/thunderbird-i18n-24.1.1/br.xpi) = 21fb6ecc77408ab6c4a75c11eb9fe8ce3ca3383b93653eb14111cd3200aaf46d -SIZE (xpi/thunderbird-i18n-24.1.1/br.xpi) = 427679 -SHA256 (xpi/thunderbird-i18n-24.1.1/ca.xpi) = 7a2756c1834f3c4e3833d46f450b463ba576d304f2a2be7cb3ad05c4013cc149 -SIZE (xpi/thunderbird-i18n-24.1.1/ca.xpi) = 429745 -SHA256 (xpi/thunderbird-i18n-24.1.1/cs.xpi) = 502f65c1cc2ea58c1c1592fd5f589e0555d3c8d337d330f8acaebd07b2e7499e -SIZE (xpi/thunderbird-i18n-24.1.1/cs.xpi) = 431476 -SHA256 (xpi/thunderbird-i18n-24.1.1/da.xpi) = 2c6c1c8214c90efd52fbd080f345cc158421eac6083c999c7ddc6717f161bb41 -SIZE (xpi/thunderbird-i18n-24.1.1/da.xpi) = 409626 -SHA256 (xpi/thunderbird-i18n-24.1.1/de.xpi) = d398f37f560478b4ed3282eb10116da51d8b1c9d404110c8fc85b23501a94f99 -SIZE (xpi/thunderbird-i18n-24.1.1/de.xpi) = 408674 -SHA256 (xpi/thunderbird-i18n-24.1.1/el.xpi) = 61382ecacbf56bbc47f9d3eb89a7d6caec6473d910765799cf912afe2bd93fc5 -SIZE (xpi/thunderbird-i18n-24.1.1/el.xpi) = 464552 -SHA256 (xpi/thunderbird-i18n-24.1.1/en-GB.xpi) = 5f2b58f26ebfea00079be5462fcb15ad6220b68fe552fd7a9c4d9a7b8f145723 -SIZE (xpi/thunderbird-i18n-24.1.1/en-GB.xpi) = 400961 -SHA256 (xpi/thunderbird-i18n-24.1.1/en-US.xpi) = 48b5a1780ece61dcb3f5ae8225c59f0651dc76a1068da08667dc314974234cdd -SIZE (xpi/thunderbird-i18n-24.1.1/en-US.xpi) = 402143 -SHA256 (xpi/thunderbird-i18n-24.1.1/es-AR.xpi) = d8fe0c215d7c804c37e90469b2b5ff35b075c27fec5746684794d9a662bf4723 -SIZE (xpi/thunderbird-i18n-24.1.1/es-AR.xpi) = 425657 -SHA256 (xpi/thunderbird-i18n-24.1.1/es-ES.xpi) = 1ca399ad514a7eb3646b26d6390b3518e6aa35a3cac32a805de4090256f6e1f1 -SIZE (xpi/thunderbird-i18n-24.1.1/es-ES.xpi) = 366307 -SHA256 (xpi/thunderbird-i18n-24.1.1/et.xpi) = bd80b3cb4c5a5dfc864fad6bbc3b89a0260ed44c1fdc4c462cb7bc53e4fb246c -SIZE (xpi/thunderbird-i18n-24.1.1/et.xpi) = 422893 -SHA256 (xpi/thunderbird-i18n-24.1.1/eu.xpi) = 9b4ff56e22eb19a69829bf2907f5aed900a36731d64da070151e596d986a830b -SIZE (xpi/thunderbird-i18n-24.1.1/eu.xpi) = 418496 -SHA256 (xpi/thunderbird-i18n-24.1.1/fi.xpi) = ec4612f573f6ccd1240fae1105e7e8df98982e7c5409ea1f1eab1c287d9483d0 -SIZE (xpi/thunderbird-i18n-24.1.1/fi.xpi) = 424264 -SHA256 (xpi/thunderbird-i18n-24.1.1/fr.xpi) = 05da1a8f1a0cfbd91021eaa1dd4b64ecb042642aad6446b947fb8a6eb68b5a4c -SIZE (xpi/thunderbird-i18n-24.1.1/fr.xpi) = 431288 -SHA256 (xpi/thunderbird-i18n-24.1.1/fy-NL.xpi) = dcc2b8414cd549b3b359294a44ad7eca1a98e88a6aadd3d2c33f2c202d97f97d -SIZE (xpi/thunderbird-i18n-24.1.1/fy-NL.xpi) = 426097 -SHA256 (xpi/thunderbird-i18n-24.1.1/ga-IE.xpi) = dea80ab51d74961b9ff08f138ac27e91c925efbf0f6e8644f29a7a0ad137f231 -SIZE (xpi/thunderbird-i18n-24.1.1/ga-IE.xpi) = 437113 -SHA256 (xpi/thunderbird-i18n-24.1.1/gd.xpi) = fd6e5696217f39f118ee5cb1dafd564e07abbad0797a4720cb1dfc3eee8188be -SIZE (xpi/thunderbird-i18n-24.1.1/gd.xpi) = 440091 -SHA256 (xpi/thunderbird-i18n-24.1.1/gl.xpi) = a2c4d172c64a1a80ad96c574c859590956401b670d004eee421b6c5045798e83 -SIZE (xpi/thunderbird-i18n-24.1.1/gl.xpi) = 427543 -SHA256 (xpi/thunderbird-i18n-24.1.1/he.xpi) = 2986b4b6915f5ca9e6198798d16a71427b0e3390b3ac9cfcd16ad5d2a526c0ea -SIZE (xpi/thunderbird-i18n-24.1.1/he.xpi) = 457065 -SHA256 (xpi/thunderbird-i18n-24.1.1/hr.xpi) = b5dc6888eaa17209f861180ce549d772b035cb12e417a1b664e5d2038afccd66 -SIZE (xpi/thunderbird-i18n-24.1.1/hr.xpi) = 422386 -SHA256 (xpi/thunderbird-i18n-24.1.1/hu.xpi) = 5aa923df89db30786caca87445828cee8642961a80321a6ae540ef0d70b55a16 -SIZE (xpi/thunderbird-i18n-24.1.1/hu.xpi) = 441512 -SHA256 (xpi/thunderbird-i18n-24.1.1/hy-AM.xpi) = d5a10fb92f48da383c5ad5ab94d15b69ccfdeb15c8d98da007678151aa4917af -SIZE (xpi/thunderbird-i18n-24.1.1/hy-AM.xpi) = 477922 -SHA256 (xpi/thunderbird-i18n-24.1.1/id.xpi) = 8a035db0de6670916fadd1d0e881b8cc7173830936275aabe059798abdcb510b -SIZE (xpi/thunderbird-i18n-24.1.1/id.xpi) = 457499 -SHA256 (xpi/thunderbird-i18n-24.1.1/is.xpi) = 68d2ca350abd01407f508b0e39ddd3c0b231d70738b3f330ae9d5c557d49906a -SIZE (xpi/thunderbird-i18n-24.1.1/is.xpi) = 425710 -SHA256 (xpi/thunderbird-i18n-24.1.1/it.xpi) = 1cb9c81f0b4d6b1f63c5fd5e45351e3c271c38f3048945d4a6a511161fb16f35 -SIZE (xpi/thunderbird-i18n-24.1.1/it.xpi) = 357932 -SHA256 (xpi/thunderbird-i18n-24.1.1/ja.xpi) = 27c4092e82c0c4f1e82a9dcd706d01da9601aa8323acc808f58bc04e14191c6e -SIZE (xpi/thunderbird-i18n-24.1.1/ja.xpi) = 475559 -SHA256 (xpi/thunderbird-i18n-24.1.1/ko.xpi) = fa55e9299a3d68dff2f20d03f094cc383b72f91babb4bc28f7a23b968711b502 -SIZE (xpi/thunderbird-i18n-24.1.1/ko.xpi) = 428070 -SHA256 (xpi/thunderbird-i18n-24.1.1/lt.xpi) = b2309130e36973abbfbbfb266b6ea1109fa4d0557ef91925483c7d24966c8a28 -SIZE (xpi/thunderbird-i18n-24.1.1/lt.xpi) = 443259 -SHA256 (xpi/thunderbird-i18n-24.1.1/nb-NO.xpi) = 0042e1fa529764af4bc24d276d0e7e51456ae2a0acde47a424196e37c0181815 -SIZE (xpi/thunderbird-i18n-24.1.1/nb-NO.xpi) = 418922 -SHA256 (xpi/thunderbird-i18n-24.1.1/nl.xpi) = 4919b6bb0f2f7d2d369fc1d9263b22a3f944cf9211cd1ce067212b71ec20e817 -SIZE (xpi/thunderbird-i18n-24.1.1/nl.xpi) = 418763 -SHA256 (xpi/thunderbird-i18n-24.1.1/nn-NO.xpi) = fe0d303b7c5ebefee8925154f946c7895a65034075a6a5baea1b4ca7beb75234 -SIZE (xpi/thunderbird-i18n-24.1.1/nn-NO.xpi) = 421134 -SHA256 (xpi/thunderbird-i18n-24.1.1/pa-IN.xpi) = 3cc62a3e125abfd24cebcd062e84cc4fc0cea695cd02d72d9d2272823442741c -SIZE (xpi/thunderbird-i18n-24.1.1/pa-IN.xpi) = 508273 -SHA256 (xpi/thunderbird-i18n-24.1.1/pl.xpi) = 7a70a5c8aad10fc794b96eb6a42e8e1bac72ec6c6a294bd05e0249888b64e67a -SIZE (xpi/thunderbird-i18n-24.1.1/pl.xpi) = 401752 -SHA256 (xpi/thunderbird-i18n-24.1.1/pt-BR.xpi) = af76002975ff277f1f50ac72e2e064a07de45da0c4304297dc78d985a04426f6 -SIZE (xpi/thunderbird-i18n-24.1.1/pt-BR.xpi) = 430909 -SHA256 (xpi/thunderbird-i18n-24.1.1/pt-PT.xpi) = eb714fbb3e27dd173a5d3065759a0e004c7c148ff132da996545996e303024e7 -SIZE (xpi/thunderbird-i18n-24.1.1/pt-PT.xpi) = 425025 -SHA256 (xpi/thunderbird-i18n-24.1.1/rm.xpi) = ced29077e61969a055cdcbc0ff53ac72f2f95e7c093b3fe18a2737dd0a24bfd5 -SIZE (xpi/thunderbird-i18n-24.1.1/rm.xpi) = 432384 -SHA256 (xpi/thunderbird-i18n-24.1.1/ro.xpi) = cc490ad44399c345e32a015f1c24e62220d4eb6f20cd919671d8654995ad5c0d -SIZE (xpi/thunderbird-i18n-24.1.1/ro.xpi) = 497491 -SHA256 (xpi/thunderbird-i18n-24.1.1/ru.xpi) = 3f7853213dc0246e7c9096b20b4ba1243b3aed3d513a0cc3461f9f74a79341ac -SIZE (xpi/thunderbird-i18n-24.1.1/ru.xpi) = 425097 -SHA256 (xpi/thunderbird-i18n-24.1.1/si.xpi) = 17bc811fcf91e36d91f86cdf2e91eaa33ae4cbde1f53f2d5d9dbdaa546539de0 -SIZE (xpi/thunderbird-i18n-24.1.1/si.xpi) = 511167 -SHA256 (xpi/thunderbird-i18n-24.1.1/sk.xpi) = 64608d982e0fd1467904362c79eda3419f92e35a1a717c8568e633672ec1f0c7 -SIZE (xpi/thunderbird-i18n-24.1.1/sk.xpi) = 440106 -SHA256 (xpi/thunderbird-i18n-24.1.1/sl.xpi) = 634376ef68e9f047b6f2c549566a2dcd51574ead8b8291c1d392d6615be3eb25 -SIZE (xpi/thunderbird-i18n-24.1.1/sl.xpi) = 421706 -SHA256 (xpi/thunderbird-i18n-24.1.1/sq.xpi) = 518719a8bb73d0c81489c319d15b096d58e6299475513dddab3dc10d7e517394 -SIZE (xpi/thunderbird-i18n-24.1.1/sq.xpi) = 435215 -SHA256 (xpi/thunderbird-i18n-24.1.1/sr.xpi) = a287e89bfd7dc2b5bc6129f56389833e65b3ae7c43d80a07940fc921215932ff -SIZE (xpi/thunderbird-i18n-24.1.1/sr.xpi) = 518890 -SHA256 (xpi/thunderbird-i18n-24.1.1/sv-SE.xpi) = 769472028911a692399291af1362454bf2cb48348f5cde69ae6f57d1f6cf5176 -SIZE (xpi/thunderbird-i18n-24.1.1/sv-SE.xpi) = 423815 -SHA256 (xpi/thunderbird-i18n-24.1.1/ta-LK.xpi) = 2cd029dbb5edc04af697638b5ac1e9f5e9b1516378bc68793cde3e1d78a2e805 -SIZE (xpi/thunderbird-i18n-24.1.1/ta-LK.xpi) = 534922 -SHA256 (xpi/thunderbird-i18n-24.1.1/tr.xpi) = aad1b4db36d6b796f203024edd2b93950446151ffecabde550542d753e00445f -SIZE (xpi/thunderbird-i18n-24.1.1/tr.xpi) = 438067 -SHA256 (xpi/thunderbird-i18n-24.1.1/uk.xpi) = d8441c14ea12fc97e56c892aff04cc2d8eafd712d8c4f0aa77d5d343a23ee6c3 -SIZE (xpi/thunderbird-i18n-24.1.1/uk.xpi) = 480948 -SHA256 (xpi/thunderbird-i18n-24.1.1/vi.xpi) = 9ce8fd155c13d9f68d2dbc8bc9e96e9154b2393793594bf7f3d8c8f729468855 -SIZE (xpi/thunderbird-i18n-24.1.1/vi.xpi) = 495558 -SHA256 (xpi/thunderbird-i18n-24.1.1/zh-CN.xpi) = 8b9ed8b88abd433cdc0a6766b9569474fc91bfd4a9e8e76dc1ef8b2aa4151c7d -SIZE (xpi/thunderbird-i18n-24.1.1/zh-CN.xpi) = 449181 -SHA256 (xpi/thunderbird-i18n-24.1.1/zh-TW.xpi) = ba813a5a04a8a1f9d097a23a3f9a256b01aedd50080338eb4c62bdf6d0eae31f -SIZE (xpi/thunderbird-i18n-24.1.1/zh-TW.xpi) = 450000 +SHA256 (xpi/thunderbird-i18n-24.2.0/ar.xpi) = fbb41f3437d15ef27eb855ce0076a61e5dd5fd134902e3277d7989691c36532f +SIZE (xpi/thunderbird-i18n-24.2.0/ar.xpi) = 457862 +SHA256 (xpi/thunderbird-i18n-24.2.0/ast.xpi) = 6150355bb48af7f8df4f240875b99dd7b7d7f6c5957524b59182280933fe2535 +SIZE (xpi/thunderbird-i18n-24.2.0/ast.xpi) = 373831 +SHA256 (xpi/thunderbird-i18n-24.2.0/be.xpi) = 16c77031b0f29bc88d8608fb1d54dd933df2452b497524e24e8ae74bcbf92978 +SIZE (xpi/thunderbird-i18n-24.2.0/be.xpi) = 416882 +SHA256 (xpi/thunderbird-i18n-24.2.0/bg.xpi) = b5aa54184ca102bcb9710f22a7b2856107c98a351b2c7cea6adbaa35bf9fbe4f +SIZE (xpi/thunderbird-i18n-24.2.0/bg.xpi) = 485024 +SHA256 (xpi/thunderbird-i18n-24.2.0/bn-BD.xpi) = d62ddc91fad5b0fa4ec5e637c9e3ec2e1ba9c13b028817f2d634e518be3437f1 +SIZE (xpi/thunderbird-i18n-24.2.0/bn-BD.xpi) = 537258 +SHA256 (xpi/thunderbird-i18n-24.2.0/br.xpi) = dd1a920d93eccd43276e09480c82e7ffea74930f359b5c76a236e2637bdfed65 +SIZE (xpi/thunderbird-i18n-24.2.0/br.xpi) = 427679 +SHA256 (xpi/thunderbird-i18n-24.2.0/ca.xpi) = 89085f99e4bebed77c697acf2d7b9576125d73e60944239c74a437151f9f8844 +SIZE (xpi/thunderbird-i18n-24.2.0/ca.xpi) = 429746 +SHA256 (xpi/thunderbird-i18n-24.2.0/cs.xpi) = db385b339f9c328572b6eafc2430333f4a6395f9866c835c64678faaa86c16c9 +SIZE (xpi/thunderbird-i18n-24.2.0/cs.xpi) = 431476 +SHA256 (xpi/thunderbird-i18n-24.2.0/da.xpi) = 28b785c9782d629e60061c4560c11d3357c0695ee12d3459323674d212be19c2 +SIZE (xpi/thunderbird-i18n-24.2.0/da.xpi) = 409627 +SHA256 (xpi/thunderbird-i18n-24.2.0/de.xpi) = 8c5a8b5d139e203125334f51ef7dd58b687ff3eaa4a5ac14bb1e418c0c47176f +SIZE (xpi/thunderbird-i18n-24.2.0/de.xpi) = 408674 +SHA256 (xpi/thunderbird-i18n-24.2.0/el.xpi) = bdca54921f55a92f8d2426b253ffc11e80d12ed6b939080384b669127796efca +SIZE (xpi/thunderbird-i18n-24.2.0/el.xpi) = 464552 +SHA256 (xpi/thunderbird-i18n-24.2.0/en-GB.xpi) = 3ba98c03a2af92b52ce769f4297ab08f2546bc53cf3438b48eb820f550606924 +SIZE (xpi/thunderbird-i18n-24.2.0/en-GB.xpi) = 400962 +SHA256 (xpi/thunderbird-i18n-24.2.0/en-US.xpi) = 72093031048ac4218e582f1902a7468e1189c96b48275a4436381c7248994c22 +SIZE (xpi/thunderbird-i18n-24.2.0/en-US.xpi) = 402144 +SHA256 (xpi/thunderbird-i18n-24.2.0/es-AR.xpi) = 5526b007278c8fcc83e647d82d2053e47c263724058a0f4bb880b66fc7deb796 +SIZE (xpi/thunderbird-i18n-24.2.0/es-AR.xpi) = 425657 +SHA256 (xpi/thunderbird-i18n-24.2.0/es-ES.xpi) = 2f3cb8fb949c6cedb319cc0feff64db0d6adde0af21c82dadab0dc62e70ac066 +SIZE (xpi/thunderbird-i18n-24.2.0/es-ES.xpi) = 366308 +SHA256 (xpi/thunderbird-i18n-24.2.0/et.xpi) = 7e774f74524be9cb2a827a7590ecd4de86678d90a4489348e5d0bac861c8fb4c +SIZE (xpi/thunderbird-i18n-24.2.0/et.xpi) = 422893 +SHA256 (xpi/thunderbird-i18n-24.2.0/eu.xpi) = a0b98f506ff60231f732e45c7bcffd3eb95a778b11fb0bef8df38221011515ed +SIZE (xpi/thunderbird-i18n-24.2.0/eu.xpi) = 418497 +SHA256 (xpi/thunderbird-i18n-24.2.0/fi.xpi) = 460ef32bf8f5c99dc0585f94f1b20ba7a3aa59c3104b25dfdb80ec4f79412167 +SIZE (xpi/thunderbird-i18n-24.2.0/fi.xpi) = 424264 +SHA256 (xpi/thunderbird-i18n-24.2.0/fr.xpi) = 0c5010257297712c401d45371cdd28c0f7494b17057f767aaad380ec0d97e152 +SIZE (xpi/thunderbird-i18n-24.2.0/fr.xpi) = 431289 +SHA256 (xpi/thunderbird-i18n-24.2.0/fy-NL.xpi) = 28d01dbac495791f6ccbff53e986cbdddbc198c3151121fd670183647e6400db +SIZE (xpi/thunderbird-i18n-24.2.0/fy-NL.xpi) = 426098 +SHA256 (xpi/thunderbird-i18n-24.2.0/ga-IE.xpi) = 585cf678ac106834404604486ca48d6dcb49a92f5594a639f5443e69821c9a58 +SIZE (xpi/thunderbird-i18n-24.2.0/ga-IE.xpi) = 437114 +SHA256 (xpi/thunderbird-i18n-24.2.0/gd.xpi) = 973f6156dc1fb894330307885f710d92ab07b78a358d2f9910984d6f5f0f5c38 +SIZE (xpi/thunderbird-i18n-24.2.0/gd.xpi) = 440091 +SHA256 (xpi/thunderbird-i18n-24.2.0/gl.xpi) = 3fb3807d5ce9fa3eb8858735c0239c9a89cf98211014d004b1b33092c0ca2201 +SIZE (xpi/thunderbird-i18n-24.2.0/gl.xpi) = 427543 +SHA256 (xpi/thunderbird-i18n-24.2.0/he.xpi) = 9d4f953d6ff51b0047e0e78fb3ee0a3cd293b7ee00275c4e548faece63cac3b7 +SIZE (xpi/thunderbird-i18n-24.2.0/he.xpi) = 457065 +SHA256 (xpi/thunderbird-i18n-24.2.0/hr.xpi) = 5f6d187796e9c11782ac7dd86414a3550666fca33a928e3a698602e64af2cec8 +SIZE (xpi/thunderbird-i18n-24.2.0/hr.xpi) = 422387 +SHA256 (xpi/thunderbird-i18n-24.2.0/hu.xpi) = c7f89fdabc56beb321e9eb5c3d4b8930e0b57533fd0756ee93c8087e720421bf +SIZE (xpi/thunderbird-i18n-24.2.0/hu.xpi) = 441511 +SHA256 (xpi/thunderbird-i18n-24.2.0/hy-AM.xpi) = 622402d757eb814115c1ccdbb3b12520dde81119a69132536911d42d667c6697 +SIZE (xpi/thunderbird-i18n-24.2.0/hy-AM.xpi) = 477923 +SHA256 (xpi/thunderbird-i18n-24.2.0/id.xpi) = 20d134d65848a4e7e388f8529f7e4071a7587e8d7df807d0cc096eec75c1fa76 +SIZE (xpi/thunderbird-i18n-24.2.0/id.xpi) = 457499 +SHA256 (xpi/thunderbird-i18n-24.2.0/is.xpi) = 80d43c50df0fa636894571d64ab19421c6b3df65aabce30bd600a88295e8edd6 +SIZE (xpi/thunderbird-i18n-24.2.0/is.xpi) = 425711 +SHA256 (xpi/thunderbird-i18n-24.2.0/it.xpi) = a6fd76165a5f172f4736409be1f592b69058bfcccc04f4579f855ad763a9d5fe +SIZE (xpi/thunderbird-i18n-24.2.0/it.xpi) = 357933 +SHA256 (xpi/thunderbird-i18n-24.2.0/ja.xpi) = 79f49d0fce0e6ec1a948211e8ccb430994cac615769be19071ce9199d89cefc9 +SIZE (xpi/thunderbird-i18n-24.2.0/ja.xpi) = 475559 +SHA256 (xpi/thunderbird-i18n-24.2.0/ko.xpi) = 62dbe62ef4204d24ed293e75840fcd4a747281329bd340d01dd5864058fc52ad +SIZE (xpi/thunderbird-i18n-24.2.0/ko.xpi) = 428071 +SHA256 (xpi/thunderbird-i18n-24.2.0/lt.xpi) = d9a0f9b690e61ebc6a92c7811a2edddff4a3560a6b048fb59c99ec3a82a18828 +SIZE (xpi/thunderbird-i18n-24.2.0/lt.xpi) = 443259 +SHA256 (xpi/thunderbird-i18n-24.2.0/nb-NO.xpi) = 833c60e87d444e36868f0b754ef060d1d5cfb133f146368811aeb532e5aa035b +SIZE (xpi/thunderbird-i18n-24.2.0/nb-NO.xpi) = 418922 +SHA256 (xpi/thunderbird-i18n-24.2.0/nl.xpi) = d7c2728c818b16639ac8ef7b8bb0f1d2434b82431cd5b2644d63df7dc2af463c +SIZE (xpi/thunderbird-i18n-24.2.0/nl.xpi) = 418764 +SHA256 (xpi/thunderbird-i18n-24.2.0/nn-NO.xpi) = 26e5b34cc2f5d506e1a1761cc7ad8edcab76e6141e49e1a727d70c48bff4d638 +SIZE (xpi/thunderbird-i18n-24.2.0/nn-NO.xpi) = 421134 +SHA256 (xpi/thunderbird-i18n-24.2.0/pa-IN.xpi) = 9ad7ceae5c0be242defad7d3ecf6e5300a9aefd30d242ed3186571cdcdf6514f +SIZE (xpi/thunderbird-i18n-24.2.0/pa-IN.xpi) = 508273 +SHA256 (xpi/thunderbird-i18n-24.2.0/pl.xpi) = c1a1c62ad92ef5f8d672da128de80352142a3e2e0c282cc326b879d4f11fbde3 +SIZE (xpi/thunderbird-i18n-24.2.0/pl.xpi) = 401752 +SHA256 (xpi/thunderbird-i18n-24.2.0/pt-BR.xpi) = 807a9db846c4195c6ebc7153613197bd9327bc4006ea9b0e995047b4715cc967 +SIZE (xpi/thunderbird-i18n-24.2.0/pt-BR.xpi) = 430909 +SHA256 (xpi/thunderbird-i18n-24.2.0/pt-PT.xpi) = c79768a2b0b4906159094927e199946cdbea1d3b059f26a8828428d70dcece23 +SIZE (xpi/thunderbird-i18n-24.2.0/pt-PT.xpi) = 425025 +SHA256 (xpi/thunderbird-i18n-24.2.0/rm.xpi) = eab9dd25b1ec6b466d16d69f14dc59374a682e1c8c7e5f107c74c4fc4b6f105e +SIZE (xpi/thunderbird-i18n-24.2.0/rm.xpi) = 432384 +SHA256 (xpi/thunderbird-i18n-24.2.0/ro.xpi) = 1cfaa1564f5d01b2e7b9750852de43a831486824c3e9b1aeb611bb7a1af7b28d +SIZE (xpi/thunderbird-i18n-24.2.0/ro.xpi) = 497491 +SHA256 (xpi/thunderbird-i18n-24.2.0/ru.xpi) = 8afa069d32d4798299fbffa01a24e40b7da126279a1a4a4a6813630660c8da4c +SIZE (xpi/thunderbird-i18n-24.2.0/ru.xpi) = 425097 +SHA256 (xpi/thunderbird-i18n-24.2.0/si.xpi) = 41b820771dfab9d962a6e39aa8f63a05727ffd484d811cc75dbe3cde0fb53d78 +SIZE (xpi/thunderbird-i18n-24.2.0/si.xpi) = 511167 +SHA256 (xpi/thunderbird-i18n-24.2.0/sk.xpi) = 33e89da9d87dc0056f43eb532cf125f6d6d981007908ed3cc8ab206d7584acdd +SIZE (xpi/thunderbird-i18n-24.2.0/sk.xpi) = 440106 +SHA256 (xpi/thunderbird-i18n-24.2.0/sl.xpi) = 47b2ea99199016334550e83bc793d6d33d086b08382b694ca6138aa81912b815 +SIZE (xpi/thunderbird-i18n-24.2.0/sl.xpi) = 421706 +SHA256 (xpi/thunderbird-i18n-24.2.0/sq.xpi) = 841d45c2437f22a7c2d7b47bd471d1af0686e36cfe45c825081d0fa97fce898b +SIZE (xpi/thunderbird-i18n-24.2.0/sq.xpi) = 435215 +SHA256 (xpi/thunderbird-i18n-24.2.0/sr.xpi) = a5a7e029c2fd0d348dfacc01d3e8bdc90d6c0bd618f95f3710c8ffebad162cca +SIZE (xpi/thunderbird-i18n-24.2.0/sr.xpi) = 518890 +SHA256 (xpi/thunderbird-i18n-24.2.0/sv-SE.xpi) = 5d3b61e6741eba9872bf108f0fba8942e321d341470ac995cc544569affed5e9 +SIZE (xpi/thunderbird-i18n-24.2.0/sv-SE.xpi) = 423815 +SHA256 (xpi/thunderbird-i18n-24.2.0/ta-LK.xpi) = aa5f2edd2caef8767f71e253afb5dc2fe8857e0d4221fe26adf730320892ec09 +SIZE (xpi/thunderbird-i18n-24.2.0/ta-LK.xpi) = 534923 +SHA256 (xpi/thunderbird-i18n-24.2.0/tr.xpi) = cdab07dee33604e3120eeff1167b1b184ab2ed4434e9defbbe4ed68278621b19 +SIZE (xpi/thunderbird-i18n-24.2.0/tr.xpi) = 438067 +SHA256 (xpi/thunderbird-i18n-24.2.0/uk.xpi) = 53c9aed79f797280fd85a4998ca8be9804ab95561bda3359e88cb0fa3e476d69 +SIZE (xpi/thunderbird-i18n-24.2.0/uk.xpi) = 480948 +SHA256 (xpi/thunderbird-i18n-24.2.0/vi.xpi) = 9bec5d284850f8b06625e627248fa42b6b1ce42d4d4f9eedbc80fd83dd926cf9 +SIZE (xpi/thunderbird-i18n-24.2.0/vi.xpi) = 495558 +SHA256 (xpi/thunderbird-i18n-24.2.0/zh-CN.xpi) = 1946c536525f3da56928ed9e8a31b8c7341278f625e62462021634a1f5afc6f8 +SIZE (xpi/thunderbird-i18n-24.2.0/zh-CN.xpi) = 449181 +SHA256 (xpi/thunderbird-i18n-24.2.0/zh-TW.xpi) = 5fb98868c7e332a03176141d2fe22d608636bd4a90c0192f420adcfdf6102ec1 +SIZE (xpi/thunderbird-i18n-24.2.0/zh-TW.xpi) = 450000 Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Fri Dec 6 18:58:46 2013 (r1436) +++ trunk/mail/thunderbird/Makefile Fri Dec 6 19:33:38 2013 (r1437) @@ -2,7 +2,7 @@ # $FreeBSD: head/mail/thunderbird/Makefile 324744 2013-08-14 22:35:50Z ak $ PORTNAME= thunderbird -DISTVERSION= 24.1.1 +DISTVERSION= 24.2.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ Modified: trunk/mail/thunderbird/distinfo ============================================================================== --- trunk/mail/thunderbird/distinfo Fri Dec 6 18:58:46 2013 (r1436) +++ trunk/mail/thunderbird/distinfo Fri Dec 6 19:33:38 2013 (r1437) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-24.1.1.source.tar.bz2) = 22fb5f1e36ec4c4b42163879729b78463322412bf2f380af917b0024f355eee9 -SIZE (thunderbird-24.1.1.source.tar.bz2) = 140346889 +SHA256 (thunderbird-24.2.0.source.tar.bz2) = 66474132bd6ebbb8a913c3f4acd4ecc9bec011e4c7ee49475f29558801a905cf +SIZE (thunderbird-24.2.0.source.tar.bz2) = 140363284 SHA256 (enigmail-1.6.tar.gz) = 10d5eb7ba364b9b6e6275aae8bba1d0e4321ed7d55a715337d566ccf2a56ea4d SIZE (enigmail-1.6.tar.gz) = 1231111 Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Fri Dec 6 18:58:46 2013 (r1436) +++ trunk/www/libxul/Makefile Fri Dec 6 19:33:38 2013 (r1437) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/libxul/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= libxul -DISTVERSION= 24.1.1 +DISTVERSION= 24.2.0 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/${DISTVERSION}esr-candidates/build1/source/ Modified: trunk/www/libxul/distinfo ============================================================================== --- trunk/www/libxul/distinfo Fri Dec 6 18:58:46 2013 (r1436) +++ trunk/www/libxul/distinfo Fri Dec 6 19:33:38 2013 (r1437) @@ -1,2 +1,2 @@ -SHA256 (firefox-24.1.1esr.source.tar.bz2) = 844626cf7fb39b0972fe0a4591a958660171fb2a0d2e742d996b531e91ef8c5e -SIZE (firefox-24.1.1esr.source.tar.bz2) = 119861572 +SHA256 (firefox-24.2.0esr.source.tar.bz2) = 5a8aa526a0250e9faf2175ef610d63b2c91a5d01de7f9633b8781905dd2b9dcf +SIZE (firefox-24.2.0esr.source.tar.bz2) = 119820009 From owner-freebsd-gecko@FreeBSD.ORG Sat Dec 7 10:24:24 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 344B13D0 for ; Sat, 7 Dec 2013 10:24:24 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A178512F1 for ; Sat, 7 Dec 2013 10:24:23 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rB7AOAPA025957 for ; Sat, 7 Dec 2013 10:24:10 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rB7AO5Rm025198 for freebsd-gecko@freebsd.org; Sat, 7 Dec 2013 10:24:05 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 7 Dec 2013 10:24:05 GMT Message-Id: <201312071024.rB7AO5Rm025198@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] r1438 - 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.17 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, 07 Dec 2013 10:24:24 -0000 Author: jbeich Date: Sat Dec 7 10:24:04 2013 New Revision: 1438 Log: langpacks are vendor-provided and architecture-neutral Modified: trunk/mail/thunderbird-i18n/Makefile trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-i18n/Makefile trunk/www/seamonkey-i18n/Makefile Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Fri Dec 6 19:33:38 2013 (r1437) +++ trunk/mail/thunderbird-i18n/Makefile Sat Dec 7 10:24:04 2013 (r1438) @@ -19,6 +19,7 @@ PLISTF?= ${WRKDIR}/plist_files NO_BUILD= yes +NO_ARCH= yes USE_THUNDERBIRD= yes USE_XPI= thunderbird linux-thunderbird USE_SUBMAKE= yes Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Fri Dec 6 19:33:38 2013 (r1437) +++ trunk/www/firefox-esr-i18n/Makefile Sat Dec 7 10:24:04 2013 (r1438) @@ -18,6 +18,7 @@ USE_FIREFOX= 24 USE_XPI= firefox +NO_ARCH= yes USE_SUBMAKE= yes WDIR= langpack-*@firefox.mozilla.org Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Fri Dec 6 19:33:38 2013 (r1437) +++ trunk/www/firefox-i18n/Makefile Sat Dec 7 10:24:04 2013 (r1438) @@ -17,6 +17,7 @@ USE_FIREFOX= 26 USE_XPI= firefox linux-firefox +NO_ARCH= yes USE_SUBMAKE= yes WDIR= langpack-*@firefox.mozilla.org Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Fri Dec 6 19:33:38 2013 (r1437) +++ trunk/www/seamonkey-i18n/Makefile Sat Dec 7 10:24:04 2013 (r1438) @@ -21,6 +21,7 @@ USE_SEAMONKEY= yes USE_XPI= seamonkey linux-seamonkey +NO_ARCH= yes USE_SUBMAKE= yes WDIR= langpack-*@seamonkey.mozilla.org