[SVN-Commit] r1369 - in trunk: . Mk www/firefox www/firefox-nightly www/firefox-nightly/files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Wed Sep 25 16:21:10 UTC 2013
Author: jbeich
Date: Wed Sep 25 16:21:01 2013
New Revision: 1369
Log:
update
Added:
trunk/www/firefox-nightly/files/patch-bug920112
Deleted:
trunk/www/firefox-nightly/files/patch-bug918177
Modified:
trunk/Gecko_TODO
trunk/Mk/bsd.gecko.mk
trunk/www/firefox-nightly/Makefile
trunk/www/firefox-nightly/Makefile.hgrev
trunk/www/firefox-nightly/distinfo
trunk/www/firefox/Makefile
trunk/www/firefox/distinfo
Modified: trunk/Gecko_TODO
==============================================================================
--- trunk/Gecko_TODO Wed Sep 25 04:58:11 2013 (r1368)
+++ trunk/Gecko_TODO Wed Sep 25 16:21:01 2013 (r1369)
@@ -10,7 +10,6 @@
* media/webrtc/trunk/src/modules/audio_device
- pmc(3) for js/src/perf
https://developer.mozilla.org/en-US/docs/Performance/JS::PerfMeasurement
-- push patch-js-src-methodjit-MethodJIT.cpp (needs a test case)
- push patch-sysdb
unassigned (ports):
@@ -25,5 +24,4 @@
- get rid of symlink farms for webplugins and xpi-* ports
jbeich:
-- remove 9.0 support at esr24
- switch to --ignore-unresolved-symbol (waiting for binutils 2.24)
Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk Wed Sep 25 04:58:11 2013 (r1368)
+++ trunk/Mk/bsd.gecko.mk Wed Sep 25 16:21:01 2013 (r1369)
@@ -507,6 +507,8 @@
USE_XORG= printproto sm xt xi xext x11 xinerama \
ice xproto
+NO_STAGE= yes
+
MOZILLA_SUFX?= none
MOZSRC?= ${WRKSRC}
WRKSRC?= ${WRKDIR}/mozilla
Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile Wed Sep 25 04:58:11 2013 (r1368)
+++ trunk/www/firefox-nightly/Makefile Wed Sep 25 16:21:01 2013 (r1369)
@@ -27,7 +27,7 @@
FETCH_ENV= SSL_CA_CERT_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt
USE_AUTOTOOLS= autoconf213:env
-USE_PYTHON_BUILD=2.7
+USE_PYTHON_BUILD=-2.7
OBJDIR_BUILD= # in-tree build broken after bug 789837
USE_GECKO= gecko
MOZ_PKGCONFIG_FILES= # empty
Modified: trunk/www/firefox-nightly/Makefile.hgrev
==============================================================================
--- trunk/www/firefox-nightly/Makefile.hgrev Wed Sep 25 04:58:11 2013 (r1368)
+++ trunk/www/firefox-nightly/Makefile.hgrev Wed Sep 25 16:21:01 2013 (r1369)
@@ -1 +1 @@
-HGREV= 147767:99002d48464e
+HGREV= 148614:523b572e9987
Modified: trunk/www/firefox-nightly/distinfo
==============================================================================
--- trunk/www/firefox-nightly/distinfo Wed Sep 25 04:58:11 2013 (r1368)
+++ trunk/www/firefox-nightly/distinfo Wed Sep 25 16:21:01 2013 (r1369)
@@ -1,2 +1,2 @@
-SHA256 (firefox-nightly/99002d48464e.tar.bz2) = 0bb9483d8bccad72ce3ca5cae3d86ef6f757249cd396cec61f6ebcbfa9aa227c
-SIZE (firefox-nightly/99002d48464e.tar.bz2) = 125743500
+SHA256 (firefox-nightly/523b572e9987.tar.bz2) = 56fc6741ac8643a5324e99b9f3ffecfd595591b51697def59a532cf5891088e4
+SIZE (firefox-nightly/523b572e9987.tar.bz2) = 125715011
Deleted: trunk/www/firefox-nightly/files/patch-bug918177
==============================================================================
--- trunk/www/firefox-nightly/files/patch-bug918177 Wed Sep 25 16:21:01 2013 (r1368)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,36 +0,0 @@
-diff --git config/stl-headers config/stl-headers
-index c057d8e..dc7f6f0 100644
---- config/stl-headers
-+++ config/stl-headers
-@@ -21,6 +21,7 @@ algorithm
- atomic
- deque
- ios
-+iosfwd
- iostream
- iterator
- limits
-diff --git config/system-headers config/system-headers
-index d31c94e..570c82a 100644
---- config/system-headers
-+++ config/system-headers
-@@ -469,6 +469,7 @@ IOKit/IOMessage.h
- IOKit/pwr_mgt/IOPMLib.h
- iomanip
- ios
-+iosfwd
- iostream
- iostream.h
- iterator
-diff --git js/src/config/system-headers js/src/config/system-headers
-index d31c94e..570c82a 100644
---- js/src/config/system-headers
-+++ js/src/config/system-headers
-@@ -469,6 +469,7 @@ IOKit/IOMessage.h
- IOKit/pwr_mgt/IOPMLib.h
- iomanip
- ios
-+iosfwd
- iostream
- iostream.h
- iterator
Added: trunk/www/firefox-nightly/files/patch-bug920112
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/www/firefox-nightly/files/patch-bug920112 Wed Sep 25 16:21:01 2013 (r1369)
@@ -0,0 +1,12 @@
+diff --git extensions/spellcheck/hunspell/src/mozHunspellDirProvider.h extensions/spellcheck/hunspell/src/mozHunspellDirProvider.h
+index acbc6ac..d4d8179 100644
+--- extensions/spellcheck/hunspell/src/mozHunspellDirProvider.h
++++ extensions/spellcheck/hunspell/src/mozHunspellDirProvider.h
+@@ -37,6 +37,7 @@
+ #define mozHunspellDirProvider_h__
+
+ #include "nsIDirectoryService.h"
++#include "nsIFile.h"
+ #include "nsISimpleEnumerator.h"
+ #include "mozilla/Attributes.h"
+
Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile Wed Sep 25 04:58:11 2013 (r1368)
+++ trunk/www/firefox/Makefile Wed Sep 25 16:21:01 2013 (r1369)
@@ -2,7 +2,7 @@
# $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $
PORTNAME= firefox
-DISTVERSION= 25.0b1
+DISTVERSION= 25.0b2
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
Modified: trunk/www/firefox/distinfo
==============================================================================
--- trunk/www/firefox/distinfo Wed Sep 25 04:58:11 2013 (r1368)
+++ trunk/www/firefox/distinfo Wed Sep 25 16:21:01 2013 (r1369)
@@ -1,2 +1,2 @@
-SHA256 (firefox-25.0b1.source.tar.bz2) = 4b77adf21432e7c9050fb97f1e46ed6b5184f90d0625241a007bb87924d3449a
-SIZE (firefox-25.0b1.source.tar.bz2) = 127809261
+SHA256 (firefox-25.0b2.source.tar.bz2) = 1df7585f28dde7006c3de2eaaf8e9c65501987fc79437b0a7944b3275da41aed
+SIZE (firefox-25.0b2.source.tar.bz2) = 127784887
More information about the freebsd-gecko
mailing list