Re: pkg: fetching packages for 10.2 on 11-CURRENT

2015-10-08 Thread O. Hartmann
On Mon, 5 Oct 2015 18:55:06 +0200 Baptiste Daroussin wrote: > On Mon, Oct 05, 2015 at 07:00:01AM +0200, O. Hartmann wrote: > > Is it possible and doable via a simple setup (script/environment) to fetch > > pre-built packages for 10.2-STABLE/10.2-RELEASE with pkg/pkgng on > > 11-CURRENT? > > > >

Re: llvm37 python3 problem

2015-10-08 Thread Walter Schwarzenfeld
Hallo !! Look at /usr/ports/Mk/bsd.default-versions.mk. There you have: PYTHON_DEFAULT?=2.7 PYTHON2_DEFAULT?= 2.7 PYTHON3_DEFAULT?= 3.4 with this it compiles fine. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/

FreeBSD ports you maintain which are out of date

2015-10-08 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages

2015-10-08 Thread Miroslav Lachman
Walter Schwarzenfeld wrote on 10/07/2015 00:35: Firefox 41.0.1 is out, give it a try. I tried it in VirtualBox - same crash as with older versions. In real host I got this (started ff from command line) > firefox (process:77500): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_s

Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages

2015-10-08 Thread Walter Schwarzenfeld
Please post the options you compiled firefox with. (i guess you compiled it with BUNDLED_CAIRO and CANBERRA, both should be off). ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

Re: llvm37 python3 problem

2015-10-08 Thread loic . blot
I use Python 3.4 as a global default for the whole system, i need to switch from 2.7 to 3.4 in my whole ports tree :). LLVM python3.4 migration should not be difficult, some 2to3 should be added in the building process but i didn't know where 8 octobre 2015 12:15 "Walter Schwarzenfeld" a écrit

Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages

2015-10-08 Thread Steve Wills
Hi, On 10/08/2015 10:25, Miroslav Lachman wrote: > Walter Schwarzenfeld wrote on 10/07/2015 00:35: >> Firefox 41.0.1 is out, give it a try. > > > > I tried it in VirtualBox - same crash as with older versions. > > In real host I got this (started ff from command line) > >> firefox > > (proce

Re: Port request: pngout (image compression)

2015-10-08 Thread Murk Fletcher
Any takers? https://github.com/toy/image_optim/issues/89 Murk On Sun, Jul 26, 2015 at 4:33 PM, Murk Fletcher wrote: > Hi, > > Requesting a FreeBSD port of pngout (http://www.jonof.id.au/kenutils) as > part of a greater effort to get image_optim ( > https://github.com/toy/image_optim) working o

Port request: jpeg-recompress (image compression)

2015-10-08 Thread Murk Fletcher
Hi, Requesting a FreeBSD port of jpeg-recompress ( https://github.com/danielgtaylor/jpeg-archive ) as part of a greater effort to get image_optim (https://github.com/toy/image_optim) working on FreeBSD: https://github.com/toy/image_optim/issues/89

Re: llvm37 python3 problem

2015-10-08 Thread Walter Schwarzenfeld
I think this should work: in /etc/make.conf: either DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.4 or .if ${.CURDIR:M*/ports/devel/llvm*} USE_PYTHON=2.7 .endif should work. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman

Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages

2015-10-08 Thread Christoph Moench-Tegeder
## Walter Schwarzenfeld (w.schwarzenf...@utanet.at): > Please post the options you compiled firefox with. (i guess you compiled > it with BUNDLED_CAIRO and CANBERRA, both should be off). I don't think CANBERRA is the issue here - my firefox has CANBERRA=on and works on mapy.cz (where I can check

Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages

2015-10-08 Thread Steve Wills
Just to test, try setting gfx.canvas.azure.backends and gfx.content.azure.backends to skia in about:config and see if it still crashes. Steve On 10/08/2015 11:53, Steve Wills wrote: > Hi, > > On 10/08/2015 10:25, Miroslav Lachman wrote: >> Walter Schwarzenfeld wrote on 10/07/2015 00:35: >>> Fire

Re: llvm37 python3 problem

2015-10-08 Thread Shane Ambler
On 09/10/2015 02:33, Walter Schwarzenfeld wrote: I think this should work: in /etc/make.conf: either DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.4 or .if ${.CURDIR:M*/ports/devel/llvm*} USE_PYTHON=2.7 .endif should work. We know it works with the old python2.7. The point is that it fails