[SVN-Commit] r1604 - trunk/mail/thunderbird/files

2014-06-12 Thread svn-freebsd-gecko
Author: jbeich
Date: Fri Jun 13 00:13:39 2014
New Revision: 1604

Log:
build thunderbird with -jN

PR: 184630

Added:
   trunk/mail/thunderbird/files/patch-bug815219

Added: trunk/mail/thunderbird/files/patch-bug815219
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/mail/thunderbird/files/patch-bug815219Fri Jun 13 00:13:39 
2014(r1604)
@@ -0,0 +1,22 @@
+changeset:   16465:dd53119788d8
+user:Mark Banner bugzi...@standard8.plus.com
+date:Fri Sep 06 10:09:39 2013 +0100
+summary: Port bug 815219 - Default to building with all available cores. 
rs=build system peer port,a=Standard8
+
+diff --git a/client.mk b/client.mk
+--- client.mk
 client.mk
+@@ -123,6 +123,13 @@ MOZCONFIG_OUT_LINES := $(subst $(CR), ,$
+ START_COMMENT = \#
+ MOZCONFIG_OUT_FILTERED := $(filter-out 
$(START_COMMENT)%,$(MOZCONFIG_OUT_LINES))
+ 
++# Automatically add -jN to make flags if not defined. N defaults to number of 
cores.
++ifeq (,$(findstring -j,$(MOZ_MAKE_FLAGS)))
++  cores=$(shell $(PYTHON) -c 'import multiprocessing; 
print(multiprocessing.cpu_count())')
++  MOZ_MAKE_FLAGS += -j$(cores)
++endif
++
++
+ ifndef MOZ_OBJDIR
+   MOZ_OBJDIR = obj-$(CONFIG_GUESS)
+ else
___
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


[Bug 165263] mail/thunderbird: core dumping most time when users are LDAP backed up.

2014-06-12 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165263

Jan Beich jbe...@vfemail.net changed:

   What|Removed |Added

 CC||jbe...@vfemail.net
   See Also||https://bugzilla.mozilla.or
   ||g/show_bug.cgi?id=292127

--- Comment #8 from Jan Beich jbe...@vfemail.net ---
According to upstream bug the issue is with a symbol clash between openldap and
ldapcsdk. Renaming ldap_str2charray() means breaking API in either library but
doing so in a private copy shouldn't be a problem (see cairo example).

Can you test the following change?

https://trillian.chruetertee.ch/freebsd-gecko/changeset/1605

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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


[Bug 165263] mail/thunderbird: core dumping most time when users are LDAP backed up.

2014-06-12 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165263

--- Comment #9 from Jan Beich jbe...@vfemail.net ---
*** Bug 170310 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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