aboutsummaryrefslogtreecommitdiffstats
path: root/www/libxul
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2012-09-08 06:10:01 +0800
committerflo <flo@FreeBSD.org>2012-09-08 06:10:01 +0800
commitf8ae57259d2b6995d3f55494b27d00983b0eab62 (patch)
tree260671c3ea7a2a410e3f9cc7f050e3a71604a633 /www/libxul
parentf282aa59ea4a4c778851cc8c8e9910f59bc43330 (diff)
downloadfreebsd-ports-gnome-f8ae57259d2b6995d3f55494b27d00983b0eab62.tar.gz
freebsd-ports-gnome-f8ae57259d2b6995d3f55494b27d00983b0eab62.tar.zst
freebsd-ports-gnome-f8ae57259d2b6995d3f55494b27d00983b0eab62.zip
- Update firefox to 15.0.1
- Sync changes from gecko repository@r995 general - don't specify prefix for libevent when using pkg-config - ia64 and sparc64 use 8k pagesize by default - add visibility hack for clang 3.2 with libc++ - fix build using clang 3.2 (on FreeBSD 10-CURRENT) - rename a few more patches to ease tracking of bugzilla bugs www/seamonkey - unbreak unsetting LDAP and MAILNEWS options after bug 707305 - use compile time debugging WITH_DEBUG security/nss - unbreak install WITH_DEBUG - unbreak powerpc64 devel/nspr - use absolute paths when specifiying srcdir to make gdb(1) happy In collaboration with: andreast, zeising, Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'www/libxul')
-rw-r--r--www/libxul/files/patch-bug351181 (renamed from www/libxul/files/patch-js_src_jsnum.cpp)0
-rw-r--r--www/libxul/files/patch-bug65355124
-rw-r--r--www/libxul/files/patch-js-src-configure.in13
3 files changed, 24 insertions, 13 deletions
diff --git a/www/libxul/files/patch-js_src_jsnum.cpp b/www/libxul/files/patch-bug351181
index c997f4c6b8ba..c997f4c6b8ba 100644
--- a/www/libxul/files/patch-js_src_jsnum.cpp
+++ b/www/libxul/files/patch-bug351181
diff --git a/www/libxul/files/patch-bug653551 b/www/libxul/files/patch-bug653551
new file mode 100644
index 000000000000..733da79a9fd8
--- /dev/null
+++ b/www/libxul/files/patch-bug653551
@@ -0,0 +1,24 @@
+commit 47ea30f
+Author: Landry Breuil <landry@openbsd.org>
+Date: Thu Feb 2 15:31:56 2012 +0900
+
+ Bug 653551 - Jaegermonkey Sparc back-end broken on sparc64. r=leon.sha
+---
+ js/src/configure.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git js/src/configure.in js/src/configure.in
+index 84390cf..d663c46 100644
+--- js/src/configure.in
++++ js/src/configure.in
+@@ -2471,8 +2471,10 @@ arm*-*)
+ NANOJIT_ARCH=ARM
+ ;;
+ sparc*-*)
++ if test ! "$HAVE_64BIT_OS" ; then
+ ENABLE_JIT=1
+ NANOJIT_ARCH=Sparc
++ fi
+ ;;
+ esac
+
diff --git a/www/libxul/files/patch-js-src-configure.in b/www/libxul/files/patch-js-src-configure.in
deleted file mode 100644
index 962541ba9cff..000000000000
--- a/www/libxul/files/patch-js-src-configure.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- js/src/configure.in.orig 2009-09-30 21:50:26.000000000 +0200
-+++ js/src/configure.in 2009-09-30 21:50:44.000000000 +0200
-@@ -2467,10 +2467,6 @@
- ENABLE_JIT=1
- NANOJIT_ARCH=ARM
- ;;
--sparc*-*)
-- ENABLE_JIT=1
-- NANOJIT_ARCH=Sparc
-- ;;
- esac
-
- MOZ_ARG_DISABLE_BOOL(jit,