Re: net-mgmt/pnp and nagios4

2021-05-12 Thread Xavier Humbert
On 12/05/2021 08:54, Andrea Venturoli wrote: Hello. I'm using net-mgmt/nagios4 and I'd like to try adding PNP to it. Alas the port depends on net-mgmt/nagios (i.e. version 3.5.1). From general docs, I see PNP should work with Nagios 4.x. Is this expected NOT to work specifically on FreeBSD? Or

FreeBSD ports you maintain which are out of date

2021-05-12 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: State of mail/postfix-sasl for older FreeBSD

2021-05-12 Thread Yasuhiro Kimura
From: Jeremy Chadwick via freebsd-ports Subject: State of mail/postfix-sasl for older FreeBSD Date: Tue, 11 May 2021 13:51:26 + > That said: I see mail/postfix-sasl as orphaned, but no mail/postfix35-sasl > stub port. I submmitted following bug report. Bug 255809 mail/postfix35: Flavorize h

audio/alsa-plugins compiles OK, install fails

2021-05-12 Thread Robert Huff
Hello: On a system running: 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-d6327ae8c1: Sun Jan 24 14:16:54 EST 2021 amd64 with any required ports updated. audio/alsa-plugins builds sucessfully. Installation, however, fails with: ===> Installing for alsa-plugins-1.2.2 ===>

Re: audio/alsa-plugins compiles OK, install fails

2021-05-12 Thread Gleb Popov
On Wed, May 12, 2021 at 3:01 PM Robert Huff wrote: > Stop. > make[1]: stopped in /usr/ports/audio/alsa-plugins > *** Error code 1 > Hello. This is being worked on in https://reviews.freebsd.org/D30223 ___ freebsd-ports@freebsd.org mailing list https://

Re: audio/alsa-plugins compiles OK, install fails

2021-05-12 Thread Robert Huff
Gleb Popov responds: > > On Wed, May 12, 2021 at 3:01 PM Robert Huff wrote: > > > > > Stop. > > > make[1]: stopped in /usr/ports/audio/alsa-plugins > > *** Error code 1 > > Hello. This is being worked on in https://reviews.freebsd.org/D30223 Awesome. I thank t

security/passivedns maintainer timeout?

2021-05-12 Thread Shawn Michael
I've got two patches sitting in bugzilla for security/passivedns. One has been sitting there since March 22, the other since May 4. So far there has been no movement from the maintainer on those bugs, to the point I'm wondering if the maintainer is watching for issues. https://bugs.freebsd.org/b

Trubles compiling lxqt on RPi4

2021-05-12 Thread bob prohaska
Attempts to compile x11/x11-wm/lxqt on a Pi4 running -current get stuck with: ===> Building for json-glib-1.6.2_1 [ 1% 1/53] cc -Ijson-glib/libjson-glib-1.0.so.0.600.2.p -Ijson-glib -I../json-glib -I. -I.. -I/usr/ local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Xc

Re: ports-mgmt/poudriere-devel, lang/rust (for example), and USE_TMPFS that includes wrkdir (or yes)

2021-05-12 Thread Bryan Drewery
There is no solution at the moment and is a common complaint (about concurrent large builds). I had TMPFS_LIMIT=15 and had rust fail on me from that. Quite large... Bryan On 5/10/2021 10:19 PM, Mark Millard wrote: > I've been using USE_TMPFS=yes (so "wrkdir data") on > various systems, both ZFS (

Re: Trubles compiling lxqt on RPi4

2021-05-12 Thread Mark Millard via freebsd-ports
bob prohaska fbsd at www.zefox.net wrote on Wed May 12 21:10:02 UTC 2021 : > Attempts to compile x11/x11-wm/lxqt on a Pi4 running -current > get stuck with: > ===> Building for json-glib-1.6.2_1 > [ 1% 1/53] cc -Ijson-glib/libjson-glib-1.0.so.0.600.2.p -Ijson-glib > -I../json-glib -I. -I.. -I/u

Re: Trubles compiling lxqt on RPi4

2021-05-12 Thread bob prohaska
On Wed, May 12, 2021 at 05:17:37PM -0700, Mark Millard via freebsd-ports wrote: > bob prohaska fbsd at www.zefox.net wrote on > Wed May 12 21:10:02 UTC 2021 : > > > Attempts to compile x11/x11-wm/lxqt on a Pi4 running -current > > get stuck with: > > ===> Building for json-glib-1.6.2_1 [] > >

Re: Trubles compiling lxqt on RPi4

2021-05-12 Thread Mark Millard via freebsd-ports
On 2021-May-12, at 20:48, bob prohaska wrote: > On Wed, May 12, 2021 at 05:17:37PM -0700, Mark Millard via freebsd-ports > wrote: >> bob prohaska fbsd at www.zefox.net wrote on >> Wed May 12 21:10:02 UTC 2021 : >> >>> Attempts to compile x11/x11-wm/lxqt on a Pi4 running -current >>> get stuck w

Re: Troubles compiling lxqt on RPi4

2021-05-12 Thread bob prohaska
On Wed, May 12, 2021 at 09:16:29PM -0700, Mark Millard via freebsd-ports wrote: > On 2021-May-12, at 20:48, bob prohaska wrote: > > > > > Moving to /usr/ports/json-glib and using > > make -DBATCH MAKE_JOBS_UNSAFE=yes MAKE_JOBS_NUMBER=4 > > DISABLE_VULNERABILITIES=yes > make.log > > reports sev

Re: Trubles compiling lxqt on RPi4

2021-05-12 Thread Jan Beich
bob prohaska writes: > On Wed, May 12, 2021 at 05:17:37PM -0700, Mark Millard via freebsd-ports > wrote: > >> bob prohaska fbsd at www.zefox.net wrote on >> Wed May 12 21:10:02 UTC 2021 : >> >> > Attempts to compile x11/x11-wm/lxqt on a Pi4 running -current >> > get stuck with: >> > ===> Build

Re: Troubles compiling lxqt on RPi4

2021-05-12 Thread Mark Millard via freebsd-ports
On 2021-May-12, at 22:28, bob prohaska wrote: > On Wed, May 12, 2021 at 09:16:29PM -0700, Mark Millard via freebsd-ports > wrote: >> On 2021-May-12, at 20:48, bob prohaska wrote: >> >>> >>> Moving to /usr/ports/json-glib and using >>> make -DBATCH MAKE_JOBS_UNSAFE=yes MAKE_JOBS_NUMBER=4 >

Re: Troubles compiling lxqt on RPi4 [out of date Mk/Uses/meson.mk in use]

2021-05-12 Thread Mark Millard via freebsd-ports
On 2021-May-12, at 23:13, Mark Millard wrote: > > On 2021-May-12, at 22:28, bob prohaska wrote: > >> On Wed, May 12, 2021 at 09:16:29PM -0700, Mark Millard via freebsd-ports >> wrote: >>> On 2021-May-12, at 20:48, bob prohaska wrote: >>> Moving to /usr/ports/json-glib and using