From owner-freebsd-gecko@FreeBSD.ORG Mon Dec 26 01:26:14 2011 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 156931065678 for ; Mon, 26 Dec 2011 01:26:14 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id ACC948FC08 for ; Mon, 26 Dec 2011 01:26:13 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 25 Dec 2011 19:57:21 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BGH40725; Sun, 25 Dec 2011 19:57:20 -0500 Received-SPF: None identity=pra; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="mi+thun@aldan.algebra.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="mi+thun@aldan.algebra.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="postmaster@[192.168.1.8]"; x-conformance=sidf_compatible X-Auth-ID: anat Received: from 209-6-61-133.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com (HELO [192.168.1.8]) ([209.6.61.133]) by smtp01.lnh.mail.rcn.net with ESMTP; 25 Dec 2011 19:57:20 -0500 Message-ID: <4EF7C66F.9090005@aldan.algebra.com> Date: Sun, 25 Dec 2011 19:57:19 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110926 Thunderbird/6.0.2 MIME-Version: 1.0 To: gecko@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: New nss and firefox X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2011 01:26:14 -0000 Hello! The following simple update: RCS file: /home/pcvs/ports/security/nss/Makefile,v retrieving revision 1.59 diff -U 2 -r1.59 Makefile --- Makefile 7 Oct 2011 20:40:40 -0000 1.59 +++ Makefile 26 Dec 2011 00:53:24 -0000 @@ -22,8 +22,8 @@ _MAJOR= 3 -_MINOR= 12 -_PATCH= 11 +_MINOR= 13 +_PATCH= 1 -CKBI_VER= 1.87 +CKBI_VER= 1.88 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mozilla/security/nss RCS file: /home/pcvs/ports/security/nss/distinfo,v retrieving revision 1.23 diff -U 2 -r1.23 distinfo --- distinfo 4 Sep 2011 13:23:51 -0000 1.23 +++ distinfo 26 Dec 2011 00:53:24 -0000 @@ -1,2 +1,2 @@ -SHA256 (nss-3.12.11.with.ckbi.1.87.tar.gz) = 4b84a7cd361bf2d14935d0f27681dd148cf3124edf558a271cfde8882f7f7020 -SIZE (nss-3.12.11.with.ckbi.1.87.tar.gz) = 6035595 +SHA256 (nss-3.13.1.with.ckbi.1.88.tar.gz) = 456fd2ad036976660ae7e4e24edddc49f2f47e7ca490c1c5372771bbb5207879 +SIZE (nss-3.13.1.with.ckbi.1.88.tar.gz) = 6065634 make our nss port "acceptable" to firefox-9.0.1: RCS file: /home/pcvs/ports/www/firefox/Makefile,v retrieving revision 1.259 diff -U 2 -r1.259 Makefile --- Makefile 22 Dec 2011 21:00:50 -0000 1.259 +++ Makefile 26 Dec 2011 00:54:35 -0000 @@ -28,5 +28,5 @@ USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -png -nss -dbm -jpeg -xft +USE_MOZILLA= yes MOZILLA_NAME= Firefox MOZ_TOOLKIT= cairo-gtk2 The "APNG" option is now on by default in graphics/png, and there are, apparently, no other issues remaining. The above change allowed me to build a cleaner firefox -- and to finish the build faster :) No change are needed to mozilla's own code (beyond patches already in the tree), so there should be no question of preserving "firefox" brand/log and what not... Please, consider committing. Yours, -mi