From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 16 16:18:46 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DEB121D for ; Sun, 16 Dec 2012 16:18:46 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id DE8908FC14 for ; Sun, 16 Dec 2012 16:18:45 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id qBGGIip7068791 for ; Sun, 16 Dec 2012 16:18:44 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id qBGGIdFr067745 for freebsd-gecko@freebsd.org; Sun, 16 Dec 2012 16:18:39 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 16 Dec 2012 16:18:39 GMT Message-Id: <201212161618.qBGGIdFr067745@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] r1126 - in trunk: mail/thunderbird mail/thunderbird-esr www/firefox www/firefox-esr www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 16:18:46 -0000 Author: jbeich Date: Sun Dec 16 16:18:38 2012 New Revision: 1126 Log: chase versions requirements for gecko17, gecko18 Modified: trunk/mail/thunderbird-esr/Makefile trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox/Makefile trunk/www/seamonkey/Makefile Modified: trunk/mail/thunderbird-esr/Makefile ============================================================================== --- trunk/mail/thunderbird-esr/Makefile Sat Dec 15 00:04:22 2012 (r1125) +++ trunk/mail/thunderbird-esr/Makefile Sun Dec 16 16:18:38 2012 (r1126) @@ -12,9 +12,9 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9.2:${PORTSDIR}/devel/nspr \ nss>=3.13.6_1:${PORTSDIR}/security/nss \ - sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.13:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Sat Dec 15 00:04:22 2012 (r1125) +++ trunk/mail/thunderbird/Makefile Sun Dec 16 16:18:38 2012 (r1126) @@ -12,9 +12,9 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ - nss>=3.13.6_1:${PORTSDIR}/security/nss \ - sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \ +BUILD_DEPENDS= nspr>=4.9.3:${PORTSDIR}/devel/nspr \ + nss>=3.14:${PORTSDIR}/security/nss \ + sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Sat Dec 15 00:04:22 2012 (r1125) +++ trunk/www/firefox-esr/Makefile Sun Dec 16 16:18:38 2012 (r1126) @@ -12,9 +12,9 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9.2:${PORTSDIR}/devel/nspr \ nss>=3.13.6_1:${PORTSDIR}/security/nss \ - sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.13:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sat Dec 15 00:04:22 2012 (r1125) +++ trunk/www/firefox/Makefile Sun Dec 16 16:18:38 2012 (r1126) @@ -16,9 +16,9 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ +BUILD_DEPENDS= nspr>=4.9.3:${PORTSDIR}/devel/nspr \ nss>=3.14.1:${PORTSDIR}/security/nss \ - sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sat Dec 15 00:04:22 2012 (r1125) +++ trunk/www/seamonkey/Makefile Sun Dec 16 16:18:38 2012 (r1126) @@ -12,9 +12,9 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser -BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ - nss>=3.13.6_1:${PORTSDIR}/security/nss \ - sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \ +BUILD_DEPENDS= nspr>=4.9.3:${PORTSDIR}/devel/nspr \ + nss>=3.14:${PORTSDIR}/security/nss \ + sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ unzip:${PORTSDIR}/archivers/unzip From owner-freebsd-gecko@FreeBSD.ORG Mon Dec 17 11:06:59 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A1BDA21 for ; Mon, 17 Dec 2012 11:06:59 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D9FC58FC23 for ; Mon, 17 Dec 2012 11:06:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHB6w7j023758 for ; Mon, 17 Dec 2012 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBHB6wXq023756 for gecko@FreeBSD.org; Mon, 17 Dec 2012 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Dec 2012 11:06:58 GMT Message-Id: <201212171106.qBHB6wXq023756@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 11:06:59 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/174096 gecko mail/thunderbird 17 and 16 crashes when try write a ne o ports/173937 gecko mail/thunderbird core dumps when using enigmail to gen o ports/173884 gecko www/firefox: /libexec/ld-elf.so.1: /usr/local/lib/gnom p ports/171255 gecko Fix www/firefox on FreeBSD 7.4/amd64 o ports/171219 gecko www/firefox-i18n russian language pack don't translate o ports/170402 gecko www/linux-firefox: crash with flashplugin o ports/170310 gecko mail/thunderbird: coredump/crash when used with OpenLD o ports/169729 gecko www/firefox-esr "make package" produces package with z o ports/169366 gecko www/xpi-* ports need re-install after each Firefox upd o ports/169241 gecko www/firefox Right mouse buttom click freeze screen o ports/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc o ports/167397 gecko mail/thunderbird-i18n Version 12.0 and freebsd 9.0: ca o ports/167298 gecko mail/thunderbird-i18n and www/firefox-i18n fail to fet f ports/165263 gecko mail/thunderbird: core dumping most time when users ar o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o ports/164013 gecko www/firefox: Firefox-9 Icons & xpi-addons from ports o ports/162939 gecko www/firefox crashes with Zotero add-on o ports/162075 gecko www/firefox >= 7.0.1_2 bug with respect to pentadactyl o ports/160387 gecko security/ca_root_nss: Allow user to trust extra local o ports/156335 gecko www/firefox: Repeatable firefox-4.0_1,1 crash f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 22 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Dec 17 13:19:13 2012 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2D1F690 for ; Mon, 17 Dec 2012 13:19:13 +0000 (UTC) (envelope-from angelvg@gmail.com) Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by mx1.freebsd.org (Postfix) with ESMTP id 63F488FC13 for ; Mon, 17 Dec 2012 13:19:12 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id 12so2554281wgh.31 for ; Mon, 17 Dec 2012 05:19:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7U3LRmcYnnd410KYtrgPf3cCLSEXd366tTaXEVwkAl4=; b=o4/J9y9z2Jj5DdIs/fImwACF44zTCUX35vuwVfPbgVlE7NbjRPD3Et26KRjNDPc5e5 BPFW9nDwXoJHJw/7Oo+ug/mj5boC3hPa6VpCobtwTX++gzVSeNrLlm9J4vhRet60siu1 et5rCnbyVajIt58GRccldv4AjXUEjwd+/AEPiCXcqGqtGMS03TuaAKE1ERJiv1Mb5Dda 65lEXflWVVLFCOResJCA7UTRvu0EBV7gG0pQzG/ZpupyeKDlqZh2aTbEMBU7Talf4e0+ Kg1gPu2z4fL0Zh6AR6dY7SqX0WvHvgWMXYdcR2MyUhfpriVmEWtlFEv3eDDZLDo4oppn LC6g== MIME-Version: 1.0 Received: by 10.194.80.135 with SMTP id r7mr16988492wjx.58.1355750352098; Mon, 17 Dec 2012 05:19:12 -0800 (PST) Received: by 10.194.51.199 with HTTP; Mon, 17 Dec 2012 05:19:12 -0800 (PST) In-Reply-To: References: Date: Mon, 17 Dec 2012 08:19:12 -0500 Message-ID: Subject: Re: Firefox Port Compile Error From: angelv To: gecko@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 13:19:13 -0000 News about the problem Firefox with pcre-8.32? -- "When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." - Stephen F Roberts From owner-freebsd-gecko@FreeBSD.ORG Mon Dec 17 16:55:14 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F31F33A2 for ; Mon, 17 Dec 2012 16:55:13 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 9DCAC8FC14 for ; Mon, 17 Dec 2012 16:55:13 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1Tkdy1-0006bD-C0; Mon, 17 Dec 2012 19:55:05 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=4A8/rDwxv0dHdpqgMqicf1Ing/8ZHs+D1EQ7uFE5idI=; b=sWpQ6fKQtfntyMjZALYzzVW5thLTMMGsC6mXMLGiOuW+6FzcBr7ZaxkYAUaJ4j3UKeQZDfzCeR2+y0AQnW/QxqMQd1yaw9B98pVK8Hawy25/vB70jI6i72zDfZ7mysXw3O8E8apV+nBKeDVRZBvmfKM68Bpb7nRVKClR72IhrPw=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TkduR-000AlX-UV; Mon, 17 Dec 2012 16:51:22 +0000 From: Jan Beich To: angelv Subject: Re: Firefox Port Compile Error Date: Mon, 17 Dec 2012 08:44:25 -0800 References: MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1TkduR-000AlX-UV@internal.tormail.org> Cc: gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 16:55:14 -0000 angelv writes: > /usr/bin/ld: warning: libxcb-util.so.0, needed by > /usr/local/lib/libstartup-notification-1.so.0, not found (try using > -rpath or -rpath-link) > /usr/local/lib/libstartup-notification-1.so.0: undefined reference to > `xcb_aux_get_screen' Given there was a PORTREVISION bump in x11/xcb-util I think this may be a fallout[1] from using `portmaster -w' (per UPDATING?) which broke build for any port that links with -lstartup-notification-1. To resolve it nuke /usr/local/lib/compat/pkg and rebuild the affected ports. If you don't know how ask folks on ports@ list for help (or google for libchk). [1] http://lists.freebsd.org/pipermail/freebsd-ports/2012-December/079931.html From owner-freebsd-gecko@FreeBSD.ORG Mon Dec 17 17:49:01 2012 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 039741A5; Mon, 17 Dec 2012 17:49:01 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C08D78FC12; Mon, 17 Dec 2012 17:49:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHHn0Rb043016; Mon, 17 Dec 2012 17:49:00 GMT (envelope-from flo@freefall.freebsd.org) Received: (from flo@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBHHn00W043012; Mon, 17 Dec 2012 17:49:00 GMT (envelope-from flo) Date: Mon, 17 Dec 2012 17:49:00 GMT Message-Id: <201212171749.qBHHn00W043012@freefall.freebsd.org> To: flo@FreeBSD.org, gecko@FreeBSD.org, gnome@FreeBSD.org From: flo@FreeBSD.org Subject: Re: ports/173884: www/firefox: /libexec/ld-elf.so.1: /usr/local/lib/gnome-vfs-2.0/modules/libfile.so: Undefined symbol "inotify_init" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 17:49:01 -0000 Synopsis: www/firefox: /libexec/ld-elf.so.1: /usr/local/lib/gnome-vfs-2.0/modules/libfile.so: Undefined symbol "inotify_init" Responsible-Changed-From-To: gecko->gnome Responsible-Changed-By: flo Responsible-Changed-When: Mon Dec 17 17:49:00 UTC 2012 Responsible-Changed-Why: This is gnome territory http://www.freebsd.org/cgi/query-pr.cgi?pr=173884