Re: FreeBSD Port: www/firefox

2022-01-16 Thread Jochen Neumeister
Hi, why not send a patch? Cheers Jochen Am 16.01.22 um 12:18 schrieb Andrei: Hi, How about update to 96 version? Thank you. Kind regards, Andrei.

Re: FreeBSD Port: www/firefox

2022-01-16 Thread Luna Jernberg
Or even 96.0.1 as 96 has a bunch of bugs ? https://www.mozilla.org/en-US/firefox/96.0.1/releasenotes/ On Sun, Jan 16, 2022 at 12:18 PM Andrei wrote: > Hi, > > How about update to 96 version? > > Thank you. > > Kind regards, > Andrei. > >

Re: FreeBSD Port: www/firefox

2020-07-07 Thread Jan Beich
Unfortunately, your mail was empty. Can you attach full build log? If you're not using poudriere beware it's too easy to bump into a pilot error when using portmaster or building manually due to the complexity of www/firefox and the sheer number of dependencies. ___

Re: FreeBSD Port: www/firefox

2020-06-28 Thread Jan Beich
Christopher Tipper writes: > 1. Firefox relases 78.0 is not sheduled until 30-Jun > https://wiki.mozilla.org/Release_Management/Calendar > Why have there been two patches of this unreleased version in the last > two days, particularly as pkg.freebsd.org cannot provide the releases fast > enou

Re: FreeBSD Port: www/firefox

2020-06-28 Thread Christoph Moench-Tegeder
Please keep this on the list. ## Christopher Tipper (chris.tip...@gmail.com): > I expect more than slag-quoting and bureaucratic obfuscation. "Long > standing policies" are not an excuse for not taking the time for review > and reflection. That doesn't change a thing. The process with firefox (a

Re: FreeBSD Port: www/firefox

2020-06-28 Thread Christoph Moench-Tegeder
## Christopher Tipper (chris.tip...@gmail.com): > 1. Firefox relases 78.0 is not sheduled until 30-Jun > https://wiki.mozilla.org/Release_Management/Calendar > Why have there been two patches of this unreleased version in the last > two days, particularly as pkg.freebsd.org cannot provide the

Re: FreeBSD Port: www/firefox

2017-04-12 Thread Jan Beich
Konstantin Belousov writes: > On Wed, Apr 12, 2017 at 02:00:31AM +0200, Jan Beich wrote: > >> Christoph Moench-Tegeder writes: >> >> > ## Jan Beich (jbe...@freebsd.org): >> > >> >> Walter Schwarzenfeld (privately) writes: >> >> > With gtk3 on it starts after sysctl p1003_1b.sem_nsems_max=512. >

Re: FreeBSD Port: www/firefox

2017-04-12 Thread Konstantin Belousov
On Wed, Apr 12, 2017 at 02:00:31AM +0200, Jan Beich wrote: > Christoph Moench-Tegeder writes: > > > ## Jan Beich (jbe...@freebsd.org): > > > >> Walter Schwarzenfeld (privately) writes: > >> > With gtk3 on it starts after sysctl p1003_1b.sem_nsems_max=512. > >> > Please => pkg-message. > >> > >>

Re: FreeBSD Port: www/firefox

2017-04-11 Thread Walter Schwarzenfeld
On 11.04.2017 19:26, Jan Beich wrote: Jakub Lach writes: Can firefox 53 be build with gtk2? File "/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/configure/options.py", line 366, in get_value % (val, ', '.join("'%s'" % c for c in self.choices))) mozbuild.con

Re: FreeBSD Port: www/firefox

2017-04-11 Thread Jan Beich
Christoph Moench-Tegeder writes: > ## Jan Beich (jbe...@freebsd.org): > >> Walter Schwarzenfeld (privately) writes: >> > With gtk3 on it starts after sysctl p1003_1b.sem_nsems_max=512. >> > Please => pkg-message. >> >> Don't use sem(4), it's deprecated since FreeBSD 9.0. p1003_1b.sem_nsems_max >

Re: FreeBSD Port: www/firefox

2017-04-11 Thread Christoph Moench-Tegeder
## Jan Beich (jbe...@freebsd.org): > Walter Schwarzenfeld (privately) writes: > > With gtk3 on it starts after sysctl p1003_1b.sem_nsems_max=512. > > Please => pkg-message. > > Don't use sem(4), it's deprecated since FreeBSD 9.0. p1003_1b.sem_nsems_max > doesn't have an effect with the new implem

Re: FreeBSD Port: www/firefox

2017-04-11 Thread Jan Beich
Jakub Lach writes: > Can firefox 53 be build with gtk2? > > File > "/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/configure/options.py", > line 366, in get_value > % (val, ', '.join("'%s'" % c for c in self.choices))) > mozbuild.configure.options.InvalidOptionErro

Re: FreeBSD Port: www/firefox

2017-04-11 Thread Jakub Lach
Can firefox 53 be build with gtk2? File "/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/configure/options.py", line 366, in get_value % (val, ', '.join("'%s'" % c for c in self.choices))) mozbuild.configure.options.InvalidOptionError: 'cairo-gtk2' is not one of 'ca

Re: FreeBSD Port: www/firefox

2017-04-10 Thread Jan Beich
David Hughes writes: > Hi > > Would it be possible to have OSS support patched back into Firefox, like > NetBSD seems to do? > > See NetBSD patches below > > https://github.com/jsonn/pkgsrc/blob/trunk/www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c > https://github.com/jsonn/pkgsrc/tree

Re: FreeBSD Port: www/firefox

2016-11-24 Thread Robert_Burmeister
Stack alignment fixes from PR: 213583 "multimedia/ffmpeg: enable MMX/SSE by default on i386" now enables FFMPEG to run on core2 processors using the SSE option, resolving this issue. Tested. Port built Firefox 50 successfully completed all peacekeeper.futuremark.com video tests. -- View this me

Re: FreeBSD Port: www/firefox

2016-09-23 Thread Robert_Burmeister
Solved. The fix was to set the FFMPEG dependency option SSE=off and recompile FFMPEG, as the LLVM compiler currently does not work around a bug in the SSE instructions on some older CPUs. (in this case, core2). -- View this message in context: http://freebsd.1045724.x6.nabble.com/FreeBSD-Port-

Re: FreeBSD Port: www/firefox

2016-06-06 Thread Arto Pekkanen
This might be an i386 specific problem, since I can't get Firefox to crash on AMD64. Instead the CPU usage rises over time, until the browser becomes so slow it is almost impossible to do anything with it without restarting it first. On 06.06.2016 09:09, Robert Burmeister wrote: > FreeBSD 10.3 i3

Re: FreeBSD Port: www/firefox

2015-12-18 Thread Christoph Moench-Tegeder
## Andrei (a...@azsupport.com): > How about update to 43 version? Thanks. Being worked on. "Works for me", if you're in a hurry try the patch. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205357 Regards, Christoph -- Spare Space ___ freebsd-geck

Re: FreeBSD Port: www/firefox

2015-10-07 Thread Steve Wills
Hi, On 10/06/2015 18:39, Robert Burmeister wrote: > FreeBSD 10.2 i386. > > Firefox 41.0,1 configure error: > > configure: failed program was: > #line 25374 "configure" > #include "confdefs.h" > > #include "sqlite3.h" > > int main(int argc, char **argv){ >

Re: FreeBSD Port: www/firefox

2015-06-21 Thread Jan Beich
Hannes Hauswedell writes: > I wanted to ask about gpu acceleration for firefox html5 video. Since my > CPU load is quite high (200%) I am guessing its not working. > > I have deactivated the binary video blob and am using system GST. You >can see the installed packages below. xine can use vdpau

Re: FreeBSD Port: www/firefox

2012-02-02 Thread Florian Smeets
Hi, yes, the PGO build is broken, we know. As beat and i obviously don't use PGO I'm seriously considering removing the option. It causes nothing but pain after every upgrade. Nobody tests the betas, but people complain when the releases are broken. Patches are welcome... Florian

Re: FreeBSD Port: www/firefox

2011-12-22 Thread Florian Smeets
On 22.12.11 17:38, David Wolfskill wrote: > On Thu, Dec 22, 2011 at 12:04:46AM +0100, Florian Smeets wrote: >> ... Yes, there is currently a problem with the PGO option. We are working on a fix. In the meantime you could build Firefox without PGO. >>> >>> The following patch sho

Re: FreeBSD Port: www/firefox

2011-12-22 Thread David Wolfskill
On Thu, Dec 22, 2011 at 12:04:46AM +0100, Florian Smeets wrote: > ... > >> Yes, there is currently a problem with the PGO option. We are > >> working on a fix. In the meantime you could build Firefox > >> without PGO. > >> > > > > The following patch should fix it. Could you please confirm? > > >

Re: FreeBSD Port: www/firefox

2011-12-21 Thread Florian Smeets
On 21.12.11 23:49, Florian Smeets wrote: > On 21.12.11 17:21, Beat Gaetzi wrote: >> 2011/12/21 Piotr Kubaj : >>> I get the same error, the enabled options are dbus, pgo and >>> optimized_cflags. I build with access to X. My uname -a is: >>> FreeBSD beastie 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #15:

Re: FreeBSD Port: www/firefox

2011-12-21 Thread Florian Smeets
On 21.12.11 17:21, Beat Gaetzi wrote: > 2011/12/21 Piotr Kubaj : >> I get the same error, the enabled options are dbus, pgo and >> optimized_cflags. I build with access to X. My uname -a is: >> FreeBSD beastie 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #15: Thu Dec 1 >> 22:33:44 CET 2011 root@beast

Re: FreeBSD Port: www/firefox

2011-12-21 Thread Beat Gaetzi
2011/12/21 Piotr Kubaj : > I get the same error, the enabled options are dbus, pgo and > optimized_cflags. I build with access to X. My uname -a is: > FreeBSD beastie 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #15: Thu Dec  1 > 22:33:44 CET 2011     root@beastie:/usr/obj/usr/src/sys/BEASTIE  amd64 Yes,

Re: FreeBSD Port: www/firefox

2011-12-21 Thread Florian Smeets
On 21.12.2011 13:55, Andrei wrote: > config.status: linking > /usr/ports/www/firefox/work/mozilla-release/js/src/ctypes/libffi/src/x86/ffitarget.h > to include/ffitarget.h > config.status: executing depfiles commands > config.status: executing libtool commands > config.status: executing include c

Re: FreeBSD Port: www/firefox

2011-03-30 Thread Martin Wilke
that come sone. On Wed, Mar 30, 2011 at 8:19 AM, wrote: > Hi! > > > > Shouldnt the package for Firefox at 8.2 Stable ftp be 4.0? > > > > > > > > Med vänlig hälsning > > Jimmie Andersson > Kunddriftcenter > Telenor Sverige AB > > Organisationsnummer: 556421-0309 > > Säte: Karlskrona > > Telefon: