aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-02-19 23:53:07 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-02-19 23:53:07 +0000
commitd39d92427cf19e39875ec26ae210fabeb83cbef7 (patch)
tree66e4b5fe2e01745bb6976e49907691f64a0c9d3b /www/firefox-esr
parenta60cc5990eb1be0802cdccaa22c8a4ea0ca1bfa3 (diff)
downloadports-d39d92427cf19e39875ec26ae210fabeb83cbef7.tar.gz
ports-d39d92427cf19e39875ec26ae210fabeb83cbef7.zip
Notes
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/Makefile3
-rw-r--r--www/firefox-esr/distinfo4
-rw-r--r--www/firefox-esr/files/patch-bug78145710
-rw-r--r--www/firefox-esr/files/patch-bug8280036
4 files changed, 6 insertions, 17 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 915e34b15434..02eedc6ff49a 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= firefox
-DISTVERSION= 17.0.2
+DISTVERSION= 17.0.3
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -68,7 +68,6 @@ CFLAGS+= -mminimal-toc
.endif
.if ${PORT_OPTIONS:MPGO}
-BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
USE_DISPLAY= yes
.include "${PORTSDIR}/Mk/bsd.python.mk"
diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo
index a7e07589b3a6..5b4c5c4b5ee0 100644
--- a/www/firefox-esr/distinfo
+++ b/www/firefox-esr/distinfo
@@ -1,2 +1,2 @@
-SHA256 (firefox-17.0.2esr.source.tar.bz2) = 92bf717b3e3933b84fd37b0e5c5026868e139be828637cfcf4acdc83f7ccd886
-SIZE (firefox-17.0.2esr.source.tar.bz2) = 90828234
+SHA256 (firefox-17.0.3esr.source.tar.bz2) = 027acbbafd682644ef44cbeea3d886498e7cac9d3af769a90c9beebc3fdc61d1
+SIZE (firefox-17.0.3esr.source.tar.bz2) = 90795536
diff --git a/www/firefox-esr/files/patch-bug781457 b/www/firefox-esr/files/patch-bug781457
deleted file mode 100644
index 8a790ccf84a9..000000000000
--- a/www/firefox-esr/files/patch-bug781457
+++ /dev/null
@@ -1,10 +0,0 @@
---- xpcom/base/nsStackWalk.cpp.orig 2012-05-29 00:57:31.000000000 +0200
-+++ xpcom/base/nsStackWalk.cpp 2012-06-03 12:33:40.000000000 +0200
-@@ -1123,6 +1123,7 @@ NS_StackWalk(NS_WalkStackCallback aCallb
-
- #elif defined(HAVE__UNWIND_BACKTRACE)
-
-+#define _GNU_SOURCE
- // libgcc_s.so symbols _Unwind_Backtrace@@GCC_3.3 and _Unwind_GetIP@@GCC_3.0
- #include <unwind.h>
-
diff --git a/www/firefox-esr/files/patch-bug828003 b/www/firefox-esr/files/patch-bug828003
index 0a5463bd69b8..16a7b9d46b78 100644
--- a/www/firefox-esr/files/patch-bug828003
+++ b/www/firefox-esr/files/patch-bug828003
@@ -4,13 +4,13 @@
#include "mozilla/StandardInteger.h"
/* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */
-+/* stdint.h defines int*_t and uintptr_t */
++/* StandardInteger.h defines int*_t and uintptr_t */
-#if defined (__SVR4) && defined (__sun)
-/* int_types.h gets included somehow, so avoid redefining the types differently */
-#include <sys/int_types.h>
-#elif defined (_AIX)
-+#if defined (_AIX)
++#if defined(_AIX)
#include <sys/types.h>
-#elif defined(__OpenBSD__)
-#include <inttypes.h>
@@ -26,7 +26,7 @@
-
-#ifdef __OS2__
-/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */
-+#elif __OS2__
++#elif defined(__OS2__)
#include <stdlib.h>
-#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED)
-typedef PRUptrdiff uintptr_t;