FreeBSD Bugzilla – Attachment 174528 Details for
Bug 210931
www/seamonkey update to 2.40
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Port update
seamonkey.diff (text/plain), 7.38 KB, created by
T. S.
on 2016-09-08 12:35:38 UTC
(
hide
)
Description:
Port update
Filename:
MIME Type:
Creator:
T. S.
Created:
2016-09-08 12:35:38 UTC
Size:
7.38 KB
patch
obsolete
>Index: seamonkey/Makefile >=================================================================== >--- seamonkey/Makefile (revision 421530) >+++ seamonkey/Makefile (working copy) >@@ -2,9 +2,8 @@ > # $FreeBSD$ > > PORTNAME= seamonkey >-DISTVERSION= 2.39 >-MOZILLA_VER= 42 # above + 3 >-PORTREVISION= 10 >+DISTVERSION= 2.40 >+MOZILLA_VER= 43 # above + 3 > CATEGORIES?= www mail news editors irc ipv6 > MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ > MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source >@@ -32,8 +31,8 @@ > > LIB_DEPENDS= libv4l2.so:multimedia/libv4l > >-EM_VERSION= 1.9.1 >-L_VERSION= 4.4 >+EM_VERSION= 1.9.2 >+L_VERSION= 4.5 > > SSP_UNSAFE= yes > USE_GECKO= gecko >Index: seamonkey/distinfo >=================================================================== >--- seamonkey/distinfo (revision 421530) >+++ seamonkey/distinfo (working copy) >@@ -1,4 +1,4 @@ >-SHA256 (seamonkey-2.39.source.tar.xz) = c871de0a64cb60acf785df0ea3859b729353e5d1e3274947840386766859930e >-SIZE (seamonkey-2.39.source.tar.xz) = 182627632 >-SHA256 (enigmail-1.9.1.tar.gz) = 0393119725fa5931d9888a2a1c9796d440ee7975ca3d005eb63142768b10f993 >-SIZE (enigmail-1.9.1.tar.gz) = 1736876 >+SHA256 (seamonkey-2.40.source.tar.xz) = 7ecccc039d03f38d197b123b59ea42eac4c0c10e4bdec779b3665d79b435fa01 >+SIZE (seamonkey-2.40.source.tar.xz) = 193702432 >+SHA256 (enigmail-1.9.2.tar.gz) = 81c92937911005a5b94956d6d330a6f4114ad91da2dc10137bb0a3cbafd0ca42 >+SIZE (enigmail-1.9.2.tar.gz) = 1741350 >Index: seamonkey/files/extra-patch-bug1125514 >=================================================================== >--- seamonkey/files/extra-patch-bug1125514 (revision 421530) >+++ seamonkey/files/extra-patch-bug1125514 (working copy) >@@ -1,11 +1,6 @@ >-changeset: 258513:ffbd5f5f46f1 >-user: Guilherme Goncalves <guilherme.p.gonc@gmail.com> >-date: Thu Aug 20 10:05:29 2015 +0900 >-summary: Bug 1125514 - Use jemalloc's metadata statistics to compute bookkeeping. r=glandium >- >---- mozilla/memory/build/mozjemalloc_compat.c~ >-+++ mozilla/memory/build/mozjemalloc_compat.c >-@@ -136,6 +136,7 @@ jemalloc_stats_impl(jemalloc_stats_t *st >+--- memory/build/mozjemalloc_compat.c 2016-05-17 12:20:24.513295000 +0000 >++++ memory/build/mozjemalloc_compat.c 2016-05-17 12:21:52.188052000 +0000 >+@@ -136,6 +136,7 @@ > { > unsigned narenas; > size_t active, allocated, mapped, page, pdirty; >@@ -13,13 +8,12 @@ > size_t lg_chunk; > > // Refresh jemalloc's stats by updating its epoch, see ctl_refresh in >-@@ -149,17 +150,19 @@ jemalloc_stats_impl(jemalloc_stats_t *st >+@@ -149,10 +150,12 @@ > CTL_GET("stats.active", active); > CTL_GET("stats.allocated", allocated); > CTL_GET("stats.mapped", mapped); > + CTL_GET("stats.metadata", meta); > CTL_GET("opt.lg_chunk", lg_chunk); >-- CTL_GET("stats.bookkeeping", stats->bookkeeping); > > /* get the summation for all arenas, i == narenas */ > CTL_I_GET("stats.arenas.0.pdirty", pdirty, narenas); >@@ -27,10 +21,3 @@ > > stats->chunksize = (size_t) 1 << lg_chunk; > stats->mapped = mapped; >- stats->allocated = allocated; >- stats->waste = active - allocated; >- stats->page_cache = pdirty * page; >-+ stats->bookkeeping = meta - ameta; >- stats->bin_unused = compute_bin_unused(narenas); >- stats->waste -= stats->bin_unused; >- } >Index: seamonkey/files/patch-bug1026499 >=================================================================== >--- seamonkey/files/patch-bug1026499 (revision 421530) >+++ seamonkey/files/patch-bug1026499 (working copy) >@@ -1,19 +1,6 @@ >-commit 8d0efe4 >-Author: Martin Husemann <martin@NetBSD.org> >-Date: Wed Jun 18 18:12:22 2014 +0200 >- >- Bug 1026499 - Use MOZ_ALIGNED_DECL to declare union members in ipdl value declarations. r=bsmedberg >---- >- ipc/ipdl/ipdl/cxx/ast.py | 7 ++++--- >- ipc/ipdl/ipdl/cxx/cgen.py | 5 ++++- >- ipc/ipdl/ipdl/lower.py | 2 +- >- 4 files changed, 10 insertions(+), 5 deletions(-) >- >-diff --git ipc/ipdl/ipdl/cxx/ast.py ipc/ipdl/ipdl/cxx/ast.py >-index 3180a65..c2d945b 100644 >---- mozilla/ipc/ipdl/ipdl/cxx/ast.py >-+++ mozilla/ipc/ipdl/ipdl/cxx/ast.py >-@@ -336,12 +336,13 @@ Type.VOID = Type('void') >+--- mozilla/ipc/ipdl/ipdl/cxx/ast.py 2016-05-17 13:29:25.826885000 +0000 >++++ mozilla/ipc/ipdl/ipdl/cxx/ast.py 2016-05-17 13:30:00.779914000 +0000 >+@@ -339,12 +339,12 @@ > Type.VOIDPTR = Type('void', ptr=1) > > class TypeArray(Node): >@@ -23,7 +10,6 @@ > + '''the type |basetype DECLNAME[nmemb]|. |nmemb| is an Expr, |alignType| is a type''' > self.basetype = basetype > self.nmemb = nmemb >-+ self.alignType = alignType > def __deepcopy__(self, memo): > - return TypeArray(deepcopy(self.basetype, memo), nmemb) > + return TypeArray(deepcopy(self.basetype, memo), nmemb, alignType) >@@ -30,11 +16,9 @@ > > class TypeEnum(Node): > def __init__(self, name=None): >-diff --git ipc/ipdl/ipdl/cxx/cgen.py ipc/ipdl/ipdl/cxx/cgen.py >-index 48b0988..bc914cf 100644 >---- mozilla/ipc/ipdl/ipdl/cxx/cgen.py >-+++ mozilla/ipc/ipdl/ipdl/cxx/cgen.py >-@@ -101,6 +101,7 @@ class CxxCodeGen(CodePrinter, Visitor): >+--- mozilla/ipc/ipdl/ipdl/cxx/cgen.py 2016-05-17 13:30:18.992497000 +0000 >++++ mozilla/ipc/ipdl/ipdl/cxx/cgen.py 2016-05-17 13:31:13.828885000 +0000 >+@@ -104,6 +104,7 @@ > def visitDecl(self, d): > # C-syntax arrays make code generation much more annoying > if isinstance(d.type, TypeArray): >@@ -42,7 +26,7 @@ > d.type.basetype.accept(self) > else: > d.type.accept(self) >-@@ -111,7 +112,9 @@ class CxxCodeGen(CodePrinter, Visitor): >+@@ -114,7 +115,9 @@ > if isinstance(d.type, TypeArray): > self.write('[') > d.type.nmemb.accept(self) >@@ -53,16 +37,3 @@ > > def visitParam(self, p): > self.visitDecl(p) >-diff --git ipc/ipdl/ipdl/lower.py ipc/ipdl/ipdl/lower.py >-index e97a34c..9360f3c 100644 >---- mozilla/ipc/ipdl/ipdl/lower.py >-+++ mozilla/ipc/ipdl/ipdl/lower.py >-@@ -768,7 +768,7 @@ IPDL union type.""" >- if self.recursive: >- return self.ptrToType() >- else: >-- return TypeArray(Type('char'), ExprSizeof(self.internalType())) >-+ return TypeArray(Type('char'), ExprSizeof(self.internalType()), self.internalType()) >- >- def unionValue(self): >- # NB: knows that Union's storage C union is named |mValue| >Index: seamonkey/files/patch-bug702179 >=================================================================== >--- seamonkey/files/patch-bug702179 (revision 421530) >+++ seamonkey/files/patch-bug702179 (working copy) >@@ -1,9 +1,9 @@ > --- mozilla/js/src/moz.build.orig 2015-10-29 22:17:54 UTC > +++ mozilla/js/src/moz.build >-@@ -613,7 +613,3 @@ CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS'] >+@@ -637,7 +637,3 @@ > >- if CONFIG['GNU_CXX']: >- FAIL_ON_WARNINGS = True >+ if not CONFIG['GNU_CXX']: >+ ALLOW_COMPILER_WARNINGS = True > - > -NO_EXPAND_LIBS = True > - >Index: seamonkey/files/patch-mozilla-dom-events-MessageEvent.h >=================================================================== >--- seamonkey/files/patch-mozilla-dom-events-MessageEvent.h (revision 421530) >+++ seamonkey/files/patch-mozilla-dom-events-MessageEvent.h (working copy) >@@ -1,11 +1,10 @@ > --- mozilla/dom/events/MessageEvent.h.orig 2015-11-04 02:56:28.000000000 +0100 > +++ mozilla/dom/events/MessageEvent.h 2016-01-24 16:47:37.869781000 +0100 >-@@ -16,9 +16,6 @@ namespace mozilla { >+@@ -16,8 +16,6 @@ > namespace dom { > > struct MessageEventInit; > -class MessagePort; >--class MessagePortBase; > -class MessagePortList; > class OwningWindowProxyOrMessagePortOrClient; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210931
: 174528 |
174529