The following reply was made to PR ports/144078; it has been noted by GNATS.
From: Beat Gaetzi <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: ports/144078: www/firefox: firefox-3.6,1 https connections stall Date: Sun, 21 Mar 2010 10:21:43 +0100 This is a multi-part message in MIME format. --------------010804080606040202090808 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 --------------010804080606040202090808 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= [email protected] --------------010804080606040202090808-- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
