FreeBSD ports you maintain which are out of date

2018-12-18 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,

Re: devel/jsoncpp and staging?

2018-12-18 Thread Steve Kargl
On Tue, Dec 18, 2018 at 08:54:29AM +0100, Mathieu Arnold wrote: > On Mon, Dec 17, 2018 at 07:25:10PM -0800, Steve Kargl wrote: > > On Mon, Dec 17, 2018 at 05:48:57PM -0800, Steve Kargl wrote: > > > I must be missing a change in how staging works. > > > > > > % cd /usr/ports/devel/jsoncpp > > > %

Re: devel/jsoncpp and staging?

2018-12-18 Thread Yasuhiro KIMURA
From: Steve Kargl Subject: Re: devel/jsoncpp and staging? Date: Tue, 18 Dec 2018 08:21:46 -0800 >> I cannot reproduce the error you encounter, what version of FreeBSD are >> you running? > FreeBSD sleepdirt 13.0-CURRENT FreeBSD 13.0-CURRENT r341703 HPC amd64 > This corresponds to a /usr/src

Building devel/llvm60 on FreeBSD 12.0

2018-12-18 Thread Carmel NY
Has anyone, besides me of course, had a problem building "devel/llvm60" after updating to FreeBSD 12.0-RELEASE? My build, using poudriere, keeps ending with this error message: c++: error: unable to execute command: Killed c++: error: clang frontend command failed due to signal (use -v to see

Re: How much memory to compile www/chromium?

2018-12-18 Thread bob prohaska
On Fri, Dec 14, 2018 at 05:59:21AM +0100, Jan Beich wrote: > > MAKE_JOBS_NUMBER_LIMIT is a user variable, so you can either set in > make.conf or Makefile.local e.g., > > $ cat <<\. >>${__MAKE_CONF:-/etc/make.conf} > .if ${.CURDIR:M*/www/chromium} > MAKE_JOBS_NUMBER_LIMIT=2 > .endif Setting

sysutils/apachetop needs a commiter

2018-12-18 Thread Łukasz Wąsikowski
Hi, I'm the apachetop maintainter, there's a pending update (and compile fix) that I approved. Can someone commit it please? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227865 Thank you in advance. -- best regards, Lukasz Wasikowski ___

Re: sysutils/apachetop needs a commiter

2018-12-18 Thread Kurt Jaeger
Hi! > I'm the apachetop maintainter, there's a pending update (and compile > fix) that I approved. > > Can someone commit it please? > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227865 Done. -- p...@freebsd.org +49 171 3101372 2 years to go !

Re: devel/jsoncpp and staging?

2018-12-18 Thread Steve Kargl
On Wed, Dec 19, 2018 at 03:46:33AM +0900, Yasuhiro KIMURA wrote: > From: Steve Kargl > Subject: Re: devel/jsoncpp and staging? > Date: Tue, 18 Dec 2018 10:07:05 -0800 > > > Thanks for the pointer to email thread. Guess I'll > > upgrade from 341703 to top-of-tree and see if that > > fixes the

Re: Building devel/llvm60 on FreeBSD 12.0

2018-12-18 Thread Yasuhiro KIMURA
From: Carmel NY Subject: Building devel/llvm60 on FreeBSD 12.0 Date: Tue, 18 Dec 2018 16:41:27 + > Has anyone, besides me of course, had a problem building "devel/llvm60" after > updating to FreeBSD 12.0-RELEASE? Host: FreeBSD rolling-vm-freebsd2.home.utahime.org 12.0-RELEASE FreeBSD

Re: RPI3 sound for www/chromium, was Re: How much memory to compile www/chromium?

2018-12-18 Thread Jan Beich
bob prohaska writes: > On Tue, Dec 18, 2018 at 11:41:44PM +, Jamie Landeg-Jones wrote: > >> bob prohaska wrote: >> >> > Setting MAKE_JOBS_NUMBER_LIMIT=2 allowed www/chromium to compile >> > successfully over >> > several days. The -DBATCH option was used, in hopes it'd fetch the right >>

Re: How much memory to compile www/chromium?

2018-12-18 Thread Jamie Landeg-Jones
bob prohaska wrote: > Setting MAKE_JOBS_NUMBER_LIMIT=2 allowed www/chromium to compile successfully > over > several days. The -DBATCH option was used, in hopes it'd fetch the right > options. Use "make config-recursive" before you start. It will present to you upfront all the option screens

RPI3 sound for www/chromium, was Re: How much memory to compile www/chromium?

2018-12-18 Thread bob prohaska
On Tue, Dec 18, 2018 at 11:41:44PM +, Jamie Landeg-Jones wrote: > bob prohaska wrote: > > > Setting MAKE_JOBS_NUMBER_LIMIT=2 allowed www/chromium to compile > > successfully over > > several days. The -DBATCH option was used, in hopes it'd fetch the right > > options. > > Use "make