Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2011 09:02:05 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r487 - in branches/experimental/www/firefox-devel: . files
Message-ID:  <201101270902.p0R925lk030690@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Thu Jan 27 09:02:05 2011
New Revision: 487

Log:
- Update to 4.0 Beta 10

Added:
   branches/experimental/www/firefox-devel/files/patch-gfx-thebes-Makefile.in
   branches/experimental/www/firefox-devel/files/patch-gfx-ycbcr-Makefile.in
   branches/experimental/www/firefox-devel/files/patch-intl-uconv-src-Makefile.in
Modified:
   branches/experimental/www/firefox-devel/Makefile
   branches/experimental/www/firefox-devel/distinfo

Modified: branches/experimental/www/firefox-devel/Makefile
==============================================================================
--- branches/experimental/www/firefox-devel/Makefile	Tue Jan 25 22:34:52 2011	(r486)
+++ branches/experimental/www/firefox-devel/Makefile	Thu Jan 27 09:02:05 2011	(r487)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	firefox
-DISTVERSION=	4.0b9
+DISTVERSION=	4.0b10
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	${MASTER_SITE_MOZILLA}

Modified: branches/experimental/www/firefox-devel/distinfo
==============================================================================
--- branches/experimental/www/firefox-devel/distinfo	Tue Jan 25 22:34:52 2011	(r486)
+++ branches/experimental/www/firefox-devel/distinfo	Thu Jan 27 09:02:05 2011	(r487)
@@ -1,2 +1,2 @@
-SHA256 (firefox-4.0b9.source.tar.bz2) = 4689f2de319025ec511cfaa4693335fc78a3e674e8077ed932c5c3274f5ac266
-SIZE (firefox-4.0b9.source.tar.bz2) = 64377236
+SHA256 (firefox-4.0b10.source.tar.bz2) = a7863cc175086551a70f5d6217dfbb863cb8c293a972f46c49ba1c89007185e8
+SIZE (firefox-4.0b10.source.tar.bz2) = 64517329

Added: branches/experimental/www/firefox-devel/files/patch-gfx-thebes-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox-devel/files/patch-gfx-thebes-Makefile.in	Thu Jan 27 09:02:05 2011	(r487)
@@ -0,0 +1,15 @@
+--- gfx/thebes/Makefile.in.orig	2011-01-27 01:53:43.000000000 +0100
++++ gfx/thebes/Makefile.in	2011-01-27 01:54:49.000000000 +0100
+@@ -212,6 +212,12 @@
+ 
+ endif
+ 
++ifeq ($(OS_TEST),amd64)
++	CPPSRCS += gfxAlphaRecoverySSE2.cpp
++	SSE1_FLAGS=-msse
++	SSE2_FLAGS=-msse2
++endif
++
+ ifdef MOZ_IPC
+ CPPSRCS += \
+ 	gfxSharedImageSurface.cpp \

Added: branches/experimental/www/firefox-devel/files/patch-gfx-ycbcr-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox-devel/files/patch-gfx-ycbcr-Makefile.in	Thu Jan 27 09:02:05 2011	(r487)
@@ -0,0 +1,14 @@
+--- gfx/ycbcr/Makefile.in.orig	2011-01-27 01:21:22.000000000 +0100
++++ gfx/ycbcr/Makefile.in	2011-01-27 01:22:17.000000000 +0100
+@@ -50,6 +50,11 @@
+ 
+ endif
+ 
++ifeq ($(OS_TEST),amd64)
++	CPPSRCS += yuv_convert_sse2.cpp
++	SSE1_FLAGS=-msse
++	SSE2_FLAGS=-msse2
++endif
+ 
+ ifdef _MSC_VER
+ CPPSRCS += yuv_row_win.cpp \

Added: branches/experimental/www/firefox-devel/files/patch-intl-uconv-src-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox-devel/files/patch-intl-uconv-src-Makefile.in	Thu Jan 27 09:02:05 2011	(r487)
@@ -0,0 +1,15 @@
+--- intl/uconv/src/Makefile.in.orig	2011-01-27 02:28:23.000000000 +0100
++++ intl/uconv/src/Makefile.in	2011-01-27 02:29:23.000000000 +0100
+@@ -93,6 +93,12 @@
+ endif
+ endif
+ 
++ifeq ($(OS_TEST),amd64)
++	CPPSRCS+= nsUTF8ToUnicodeSSE2.cpp
++	SSE1_FLAGS=-msse
++	SSE2_FLAGS=-msse2
++endif
++
+ ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
+ CPPSRCS			+= nsOS2Charset.cpp
+ else



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