Author: beat Date: Sat Apr 24 10:17:51 2010 New Revision: 304 Log: - Update to 3.7a4
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=557000 (Patch patch-config-Makefile.in) Added: branches/experimental/www/firefox3-devel/files/patch-config-Makefile.in branches/experimental/www/firefox3-devel/files/patch-config-gcc-stl-wrapper.template.h Modified: branches/experimental/www/firefox3-devel/Makefile branches/experimental/www/firefox3-devel/distinfo Modified: branches/experimental/www/firefox3-devel/Makefile ============================================================================== --- branches/experimental/www/firefox3-devel/Makefile Fri Apr 9 21:46:26 2010 (r303) +++ branches/experimental/www/firefox3-devel/Makefile Sat Apr 24 10:17:51 2010 (r304) @@ -6,11 +6,11 @@ # PORTNAME= firefox -DISTVERSION= 3.7a3 +DISTVERSION= 3.7a4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/devpreview/1.9.3a3/source +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/devpreview/1.9.3a4/source DISTNAME= mozilladeveloperpreview-${DISTVERSION}.source MAINTAINER= ge...@freebsd.org Modified: branches/experimental/www/firefox3-devel/distinfo ============================================================================== --- branches/experimental/www/firefox3-devel/distinfo Fri Apr 9 21:46:26 2010 (r303) +++ branches/experimental/www/firefox3-devel/distinfo Sat Apr 24 10:17:51 2010 (r304) @@ -1,3 +1,3 @@ -MD5 (mozilladeveloperpreview-3.7a3.source.tar.bz2) = 3a4738d05e713edd8f5a9b63858803e1 -SHA256 (mozilladeveloperpreview-3.7a3.source.tar.bz2) = 0454c6aa66ca561e2cab3002d3d3405d3ffaed0f1c0f091ac98141bdc611684a -SIZE (mozilladeveloperpreview-3.7a3.source.tar.bz2) = 49790415 +MD5 (mozilladeveloperpreview-3.7a4.source.tar.bz2) = 528066f92ca78d8e81aeded4424b8295 +SHA256 (mozilladeveloperpreview-3.7a4.source.tar.bz2) = 5b68dc2f259df595746236a4cf595d25c6f266f1a9e6f82ca713eefe955e1d74 +SIZE (mozilladeveloperpreview-3.7a4.source.tar.bz2) = 50905907 Added: branches/experimental/www/firefox3-devel/files/patch-config-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox3-devel/files/patch-config-Makefile.in Sat Apr 24 10:17:51 2010 (r304) @@ -0,0 +1,16 @@ +--- config/Makefile.in ++++ config/Makefile.in +@@ -139,10 +139,10 @@ GARBAGE_DIRS += system_wrappers + endif + + ifdef WRAP_STL_INCLUDES +-ifdef GCC_VERSION +-stl_compiler = gcc +-else ++ifdef _MSC_VER + stl_compiler = msvc ++else ++stl_compiler = gcc + endif + endif + Added: branches/experimental/www/firefox3-devel/files/patch-config-gcc-stl-wrapper.template.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox3-devel/files/patch-config-gcc-stl-wrapper.template.h Sat Apr 24 10:17:51 2010 (r304) @@ -0,0 +1,11 @@ +--- config/gcc-stl-wrapper.template.h.orig 2010-04-23 23:23:16.000000000 +0200 ++++ config/gcc-stl-wrapper.template.h 2010-04-23 23:23:32.000000000 +0200 +@@ -79,7 +79,7 @@ + // -fshort-wchar). We don't want that and so define our own inlined + // __throw_*(). + #ifndef mozilla_functexcept_h +-# include "mozilla/functexcept.h" ++# include "bits/functexcept.h" + #endif + + #endif // if mozilla_${HEADER}_h _______________________________________________ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"