Date: Tue, 21 Dec 2010 21:22:44 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r475 - in branches/experimental/www/firefox-devel: . files Message-ID: <201012212122.oBLLMi5S047628@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Tue Dec 21 21:22:44 2010 New Revision: 475 Log: - Update to 4.0 Beta 8 - Fix typo in PGO notice - Use bundled NSPR as Beta 8 requires NSPR 4.8.7 which isn't released yet Modified: branches/experimental/www/firefox-devel/Makefile branches/experimental/www/firefox-devel/distinfo branches/experimental/www/firefox-devel/files/patch-xpcom_base_nsStackWalk.cpp Modified: branches/experimental/www/firefox-devel/Makefile ============================================================================== --- branches/experimental/www/firefox-devel/Makefile Sat Dec 11 14:34:28 2010 (r474) +++ branches/experimental/www/firefox-devel/Makefile Tue Dec 21 21:22:44 2010 (r475) @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 4.0b7 +DISTVERSION= 4.0b8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -16,13 +16,13 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr +#BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf213 LATEST_LINK= firefox-devel USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -png -nss -dbm -jpeg -xft +USE_MOZILLA= -png -nss -dbm -jpeg -xft -nspr MOZ_TOOLKIT= cairo-gtk2 GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin lib/${MOZILLA}/idl \ lib/${MOZILLA}/include lib/${MOZILLA}/lib @@ -96,7 +96,7 @@ @${ECHO} " build this port with a user who could access the X server! " @${ECHO} "" @${ECHO} "During the build a Firefox instance will start and run some test." - @${ECHO} " Do not interrupt of close Firefox during this tests! " + @${ECHO} " Do not interrupt or close Firefox during this tests! " @${ECHO} "*****************************************************************" @sleep 10 .endif Modified: branches/experimental/www/firefox-devel/distinfo ============================================================================== --- branches/experimental/www/firefox-devel/distinfo Sat Dec 11 14:34:28 2010 (r474) +++ branches/experimental/www/firefox-devel/distinfo Tue Dec 21 21:22:44 2010 (r475) @@ -1,2 +1,2 @@ -SHA256 (firefox-4.0b7.source.tar.bz2) = 02cc466a92af828ff3bc563d4515bd98064cf5f136b5871e072b9408fb4db128 -SIZE (firefox-4.0b7.source.tar.bz2) = 63865025 +SHA256 (firefox-4.0b8.source.tar.bz2) = c3f431d9b8fe03ebc194e90f2e7b2d63379ec755e7023e384c4982601433862f +SIZE (firefox-4.0b8.source.tar.bz2) = 64222944 Modified: branches/experimental/www/firefox-devel/files/patch-xpcom_base_nsStackWalk.cpp ============================================================================== --- branches/experimental/www/firefox-devel/files/patch-xpcom_base_nsStackWalk.cpp Sat Dec 11 14:34:28 2010 (r474) +++ branches/experimental/www/firefox-devel/files/patch-xpcom_base_nsStackWalk.cpp Tue Dec 21 21:22:44 2010 (r475) @@ -1,11 +1,11 @@ ---- xpcom/base/nsStackWalk.cpp.orig 2010-01-11 02:11:49.000000000 -0500 -+++ xpcom/base/nsStackWalk.cpp 2010-01-11 02:13:26.000000000 -0500 -@@ -1132,7 +1132,7 @@ +--- xpcom/base/nsStackWalk.cpp.orig 2010-12-15 02:03:41.000000000 +0100 ++++ xpcom/base/nsStackWalk.cpp 2010-12-15 11:28:20.000000000 +0100 +@@ -1137,7 +1137,7 @@ #define __USE_GNU #endif --#if defined(HAVE_LIBDL) || defined(XP_MACOSX) -+#if defined(HAVE_LIBDL) || defined(XP_MACOSX) || defined(__FreeBSD__) +-#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) ++#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) || defined(__FreeBSD__) #include <dlfcn.h> #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012212122.oBLLMi5S047628>