Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2010 09:30:08 GMT
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        gecko@FreeBSD.org
Subject:   Re: ports/144145: www/firefox: Firefox 3.6 does not allow any https-connection
Message-ID:  <201003210930.o2L9U8uO051642@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/144145; it has been noted by GNATS.

From: Beat Gaetzi <beat@FreeBSD.org>
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003210930.o2L9U8uO051642>