[SVN-Commit] r948 - in branches/experimental: mail/thunderbird
www/firefox www/firefox-nightly www/firefox-nightly/files
www/seamonkey
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Thu Aug 23 00:38:45 UTC 2012
Author: jbeich
Date: Thu Aug 23 00:38:39 2012
New Revision: 948
Log:
update
Modified:
branches/experimental/mail/thunderbird/Makefile
branches/experimental/mail/thunderbird/distinfo
branches/experimental/www/firefox-nightly/Makefile.hgrev
branches/experimental/www/firefox-nightly/distinfo
branches/experimental/www/firefox-nightly/files/patch-alsapulse
branches/experimental/www/firefox-nightly/files/patch-bug753046
branches/experimental/www/firefox/Makefile
branches/experimental/www/firefox/distinfo
branches/experimental/www/seamonkey/Makefile
branches/experimental/www/seamonkey/distinfo
Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile Thu Aug 23 00:38:29 2012 (r947)
+++ branches/experimental/mail/thunderbird/Makefile Thu Aug 23 00:38:39 2012 (r948)
@@ -6,7 +6,7 @@
#
PORTNAME= thunderbird
-DISTVERSION= 15.0b3
+DISTVERSION= 15.0b5
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source
Modified: branches/experimental/mail/thunderbird/distinfo
==============================================================================
--- branches/experimental/mail/thunderbird/distinfo Thu Aug 23 00:38:29 2012 (r947)
+++ branches/experimental/mail/thunderbird/distinfo Thu Aug 23 00:38:39 2012 (r948)
@@ -1,2 +1,2 @@
-SHA256 (thunderbird-15.0b3.source.tar.bz2) = f3b6d22e6a43a1436f5316b3da511c67b7caaaae949fcb0c011ed4388ff381ed
-SIZE (thunderbird-15.0b3.source.tar.bz2) = 106007167
+SHA256 (thunderbird-15.0b5.source.tar.bz2) = fa785a3f99944fda8390cc7e2de0f9c79dbbe775e5452b5b8d2f913c4830518d
+SIZE (thunderbird-15.0b5.source.tar.bz2) = 105891409
Modified: branches/experimental/www/firefox-nightly/Makefile.hgrev
==============================================================================
--- branches/experimental/www/firefox-nightly/Makefile.hgrev Thu Aug 23 00:38:29 2012 (r947)
+++ branches/experimental/www/firefox-nightly/Makefile.hgrev Thu Aug 23 00:38:39 2012 (r948)
@@ -1 +1 @@
-HGREV= 102221:22288130fea2
+HGREV= 103001:88e47f6905e9
Modified: branches/experimental/www/firefox-nightly/distinfo
==============================================================================
--- branches/experimental/www/firefox-nightly/distinfo Thu Aug 23 00:38:29 2012 (r947)
+++ branches/experimental/www/firefox-nightly/distinfo Thu Aug 23 00:38:39 2012 (r948)
@@ -1,2 +1,2 @@
-SHA256 (firefox-nightly/22288130fea2.tar.bz2) = cb23c2733c63d76062f53eafacf2f49ddb28ddb8257ecb77ab5d7252fd6f34a2
-SIZE (firefox-nightly/22288130fea2.tar.bz2) = 88553036
+SHA256 (firefox-nightly/88e47f6905e9.tar.bz2) = 55213ee5cecd529806d4a8ec29341e987a2c97a1e47f46aa0e5bbc8b974959bb
+SIZE (firefox-nightly/88e47f6905e9.tar.bz2) = 89220033
Modified: branches/experimental/www/firefox-nightly/files/patch-alsapulse
==============================================================================
--- branches/experimental/www/firefox-nightly/files/patch-alsapulse Thu Aug 23 00:38:29 2012 (r947)
+++ branches/experimental/www/firefox-nightly/files/patch-alsapulse Thu Aug 23 00:38:39 2012 (r948)
@@ -57,18 +57,6 @@
ifdef MOZ_PULSEAUDIO
CSRCS = \
cubeb_pulse.c \
-diff --git media/libcubeb/src/cubeb_alsa.c media/libcubeb/src/cubeb_alsa.c
-index 599aea2..41fd5af 100644
---- media/libcubeb/src/cubeb_alsa.c
-+++ media/libcubeb/src/cubeb_alsa.c
-@@ -6,6 +6,6 @@
- #undef NDEBUG
- #define _BSD_SOURCE
--#define _POSIX_SOURCE
-+#define _XOPEN_SOURCE 500
- #include <pthread.h>
- #include <sys/time.h>
- #include <assert.h>
diff --git media/libsydneyaudio/src/Makefile.in media/libsydneyaudio/src/Makefile.in
index 8dda8ce..b19641d 100644
--- media/libsydneyaudio/src/Makefile.in
Modified: branches/experimental/www/firefox-nightly/files/patch-bug753046
==============================================================================
--- branches/experimental/www/firefox-nightly/files/patch-bug753046 Thu Aug 23 00:38:29 2012 (r947)
+++ branches/experimental/www/firefox-nightly/files/patch-bug753046 Thu Aug 23 00:38:39 2012 (r948)
@@ -536,7 +536,7 @@
pthread_set_name_np(pthread_self(), name);
-#elif defined(__NetBSD__)
+#elif defined(OS_NETBSD)
- pthread_setname_np(pthread_self(), "%s", name);
+ pthread_setname_np(pthread_self(), "%s", (void *)name);
#else
prctl(PR_SET_NAME, reinterpret_cast<uintptr_t>(name), 0, 0, 0);
diff --git ipc/chromium/src/chrome/common/file_descriptor_set_posix.h ipc/chromium/src/chrome/common/file_descriptor_set_posix.h
Modified: branches/experimental/www/firefox/Makefile
==============================================================================
--- branches/experimental/www/firefox/Makefile Thu Aug 23 00:38:29 2012 (r947)
+++ branches/experimental/www/firefox/Makefile Thu Aug 23 00:38:39 2012 (r948)
@@ -6,7 +6,7 @@
#
PORTNAME= firefox
-DISTVERSION= 15.0b4
+DISTVERSION= 15.0b6
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
Modified: branches/experimental/www/firefox/distinfo
==============================================================================
--- branches/experimental/www/firefox/distinfo Thu Aug 23 00:38:29 2012 (r947)
+++ branches/experimental/www/firefox/distinfo Thu Aug 23 00:38:39 2012 (r948)
@@ -1,2 +1,2 @@
-SHA256 (firefox-15.0b4.source.tar.bz2) = 60e906bef469fd752b1d4daa454adb98a9666b57ce40ba831ed9aafa03b02996
-SIZE (firefox-15.0b4.source.tar.bz2) = 83631297
+SHA256 (firefox-15.0b6.source.tar.bz2) = d4581d3fca89bc130d6bfea66b23dff0c395a4160eee1bd776c6afeb0aa03d7d
+SIZE (firefox-15.0b6.source.tar.bz2) = 83735589
Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile Thu Aug 23 00:38:29 2012 (r947)
+++ branches/experimental/www/seamonkey/Makefile Thu Aug 23 00:38:39 2012 (r948)
@@ -6,7 +6,7 @@
#
PORTNAME= seamonkey
-DISTVERSION= 2.12b4
+DISTVERSION= 2.12b5
CATEGORIES?= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source
Modified: branches/experimental/www/seamonkey/distinfo
==============================================================================
--- branches/experimental/www/seamonkey/distinfo Thu Aug 23 00:38:29 2012 (r947)
+++ branches/experimental/www/seamonkey/distinfo Thu Aug 23 00:38:39 2012 (r948)
@@ -1,2 +1,2 @@
-SHA256 (seamonkey-2.12b4.source.tar.bz2) = c5d6a604109af05381abde3b3022bbadb4dd62af860855dd81fc8bfdf4dffd46
-SIZE (seamonkey-2.12b4.source.tar.bz2) = 106657254
+SHA256 (seamonkey-2.12b5.source.tar.bz2) = 8b68a99beb87dce877691f1a850b5a043e05227eb8f8e9fcec6be27355837e48
+SIZE (seamonkey-2.12b5.source.tar.bz2) = 106648177
More information about the freebsd-gecko
mailing list