From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 21 09:30:08 2010 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B3A2106564A for ; Sun, 21 Mar 2010 09:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9F98FC12 for ; Sun, 21 Mar 2010 09:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2L9U82D051645 for ; Sun, 21 Mar 2010 09:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2L9U8uO051642; Sun, 21 Mar 2010 09:30:08 GMT (envelope-from gnats) Date: Sun, 21 Mar 2010 09:30:08 GMT Message-Id: <201003210930.o2L9U8uO051642@freefall.freebsd.org> To: gecko@FreeBSD.org From: Beat Gaetzi Cc: Subject: Re: ports/144145: www/firefox: Firefox 3.6 does not allow any https-connection X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beat Gaetzi List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 09:30:08 -0000 The following reply was made to PR ports/144145; it has been noted by GNATS. From: Beat Gaetzi To: bug-followup@FreeBSD.org, nkoch@gmx.de Cc: Subject: Re: ports/144145: www/firefox: Firefox 3.6 does not allow any https-connection Date: Sun, 21 Mar 2010 10:23:28 +0100 This is a multi-part message in MIME format. --------------040708020401010502010208 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, As I'm still not able to reproduce this problem on all of my workstations could you please test if this problem still occur with the latest build candidate of Firefox 3.6.2. Thanks, Beat --------------040708020401010502010208 Content-Type: text/plain; name="firefox-3.6.2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="firefox-3.6.2.patch" Index: distinfo =================================================================== --- distinfo (Revision 290) +++ distinfo (Arbeitskopie) @@ -1,3 +1,3 @@ -MD5 (firefox-3.6.source.tar.bz2) = 458051557ff49e6a352c1d56eee5782a -SHA256 (firefox-3.6.source.tar.bz2) = 8d4f12fff7bc361d83e6b486f9ec4264c60114ed86c805e1221b3d30efec0a4b -SIZE (firefox-3.6.source.tar.bz2) = 48206915 +MD5 (firefox-3.6.2.source.tar.bz2) = a1972a2216ac7139b92b7378a328ec93 +SHA256 (firefox-3.6.2.source.tar.bz2) = 0f8398efabb14da83e14c7fbabdff99a619752cadb43348b27adf302382046f0 +SIZE (firefox-3.6.2.source.tar.bz2) = 48919538 Index: files/patch-security-coreconf-FreeBSD.mk =================================================================== --- files/patch-security-coreconf-FreeBSD.mk (Revision 290) +++ files/patch-security-coreconf-FreeBSD.mk (Arbeitskopie) @@ -1,31 +1,29 @@ ---- security/coreconf/FreeBSD.mk.orig 2009-11-09 01:34:19.000000000 +0100 -+++ security/coreconf/FreeBSD.mk 2009-11-11 18:15:55.000000000 +0100 -@@ -45,8 +45,24 @@ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else +--- security/coreconf/FreeBSD.mk.orig 2010-03-16 09:57:06.000000000 +0000 ++++ security/coreconf/FreeBSD.mk 2010-03-20 17:40:12.000000000 +0000 +@@ -49,8 +49,20 @@ + ifeq ($(CPU_ARCH),pc98) + CPU_ARCH = x86 + endif +-ifeq ($(CPU_ARCH),amd64) +-CPU_ARCH = x86_64 ++ifeq ($(OS_TEST),alpha) ++CPU_ARCH = alpha ++endif +ifeq ($(OS_TEST),amd64) +CPU_ARCH = amd64 -+else ++endif +ifeq ($(OS_TEST),ia64) +CPU_ARCH = ia64 -+else ++endif +ifeq ($(OS_TEST),powerpc) +CPU_ARCH = powerpc -+else ++endif +ifeq ($(OS_TEST),sparc64) +CPU_ARCH = sparc64 -+else - CPU_ARCH = x86 endif -+endif -+endif -+endif -+endif OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - -@@ -73,7 +89,7 @@ +@@ -78,7 +90,7 @@ DLL_SUFFIX = so.1.0 endif @@ -34,7 +32,7 @@ ifdef MAPFILE MKSHLIB += -Wl,--version-script,$(MAPFILE) endif -@@ -82,4 +98,4 @@ +@@ -87,4 +99,4 @@ G++INCLUDES = -I/usr/include/g++ Index: Makefile =================================================================== --- Makefile (Revision 290) +++ Makefile (Arbeitskopie) @@ -6,11 +6,11 @@ # PORTNAME= firefox -DISTVERSION= 3.6 +DISTVERSION= 3.6.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source +MASTER_SITE_SUBDIR= ${PORTNAME}/nightly/${DISTVERSION}-candidates/build3/source DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org --------------040708020401010502010208--