Re: [UPDATE] sysutils/conky - detect battery properly/update_interval

2018-09-20 Thread Tom Murphy
On Thu, Sep 20, 2018 at 10:42:50AM +0100, Stuart Henderson wrote: > If you fix the memory leak you introduced I'll commit it :) Ah. Yes. Here's a new diff. :) -Tom Index: Makefile === RCS file: /cvs/ports/sysutils/conky/Makefile,v r

NEW: devel/pony-stable

2018-09-20 Thread Brian Callahan
Hi ports -- Attached is a new port, devel/pony-stable. Stable is a simple dependency manager for the Pony language. The example program works for me, and is somewhat of a real world test of the pony compiler. And this is the way the Pony people want dependencies to be handled by programmers.

Re: pgsql readme: update auth method

2018-09-20 Thread Pierre-Emmanuel Andre
On Mon, Sep 17, 2018 at 10:46:24PM +0100, Stuart Henderson wrote: > On 2018/09/17 17:20, Daniel Jakots wrote: > > Also I can't really see a case where a lib without support for the new > > auth method could be a problem. If it doesn't support it, you can just > > set MD5 for the app user in your pg

Re: [NEW] graphics/termtosvg

2018-09-20 Thread Frederic Cambus
On Thu, Sep 20, 2018 at 01:43:13PM +0200, Solene Rapenne wrote: > > Here is a new port: graphics/termtosvg. > > > > Also attaching a port for devel/py-pyte which is required as a RUN_DEPENDS. > > I can't compile py-pyte [...] > ===> Building package for py-pyte-0.8.0 > Create /usr/ports/packa

[update] gambit-4.9.0p0

2018-09-20 Thread Timo Myyrä
Hi, Here's a little revision bump for Gambit. I've added '--enable-poll' flag to enable polling instead of select, this should work better on BSD's. Main point is the '--enable-openssl' flag. This is needed for Gambit to support SSL connections. It needs small patch to make it work with libressl

UPDATE: graphics/libraw

2018-09-20 Thread Rafael Sadowski
Hi All, Simple update to the latest stable version. The diff below includes fixes for krita and libkdcraw KDE4/5 from upstream. OK? Index: graphics/krita/Makefile === RCS file: /cvs/ports/graphics/krita/Makefile,v retrieving revisio

Re: pid file for syslog-ng

2018-09-20 Thread Stuart Henderson
On 2018/09/20 16:35, Joel Carnat wrote: > Le 20/09/2018 15:54, Stuart Henderson a écrit : > > On 2018/09/20 13:58, Joel Carnat wrote: > > > Hi, > > > > > > By default, syslog-ng uses /var/run/syslog.pid: > > > # grep pid /etc/rc.d/syslog_ng > > > daemon_flags="-p /var/run/syslog.pid" > > > >

Re: pid file for syslog-ng

2018-09-20 Thread Joel Carnat
Le 20/09/2018 15:54, Stuart Henderson a écrit : On 2018/09/20 13:58, Joel Carnat wrote: Hi, By default, syslog-ng uses /var/run/syslog.pid: # grep pid /etc/rc.d/syslog_ng daemon_flags="-p /var/run/syslog.pid" This interferes (during newsyslog) with syslogd which is also using this pid fi

Re: pid file for syslog-ng

2018-09-20 Thread Stuart Henderson
On 2018/09/20 13:58, Joel Carnat wrote: > Hi, > > By default, syslog-ng uses /var/run/syslog.pid: > # grep pid /etc/rc.d/syslog_ng > daemon_flags="-p /var/run/syslog.pid" > > This interferes (during newsyslog) with syslogd which is also using this pid > file. > > One can use `rcctl set syslo

pid file for syslog-ng

2018-09-20 Thread Joel Carnat
Hi, By default, syslog-ng uses /var/run/syslog.pid: # grep pid /etc/rc.d/syslog_ng daemon_flags="-p /var/run/syslog.pid" This interferes (during newsyslog) with syslogd which is also using this pid file. One can use `rcctl set syslog_ng flags -p /var/run/syslog-ng.pid` to solve this. But

Re: sylpheed crashing/asserting in libX11 on poll_for_event

2018-09-20 Thread Karel Gardas
On Thu, 20 Sep 2018 14:48:27 +0200 Karel Gardas wrote: > > That's so far what I have observed. As the crashes started to be more regural > on the latest -current/-beta, I'll keep my eye on that and if anything more > concrete surface, I'll let you know. Two more details: the interval to fetch

Re: new: net/go-ipfs

2018-09-20 Thread Aaron Bieber
On Wed, 19 Sep 2018 at 21:44:51 +0200, Fabian Raetz wrote: > On Tue, Sep 18, 2018 at 11:07:00PM +0100, Edd Barrett wrote: > > Hi, > > > > Thanks for working on this. > > > > On Sun, Sep 16, 2018 at 09:52:52PM +0200, Fabian Raetz wrote: > > > I'm running an ipfs node at home and pinned a "Hello, O

Re: sylpheed crashing/asserting in libX11 on poll_for_event

2018-09-20 Thread Karel Gardas
On Thu, 20 Sep 2018 07:31:10 -0500 Amit Kulkarni wrote: > > > recently (1 month or so) sylpheed started to assert quite regurarly in > > > poll_for_event call inside the libX11. The full trace looks as: > > > > > > > This assertion triggers when the application dosn't respect the rules > > for

Re: sylpheed crashing/asserting in libX11 on poll_for_event

2018-09-20 Thread Amit Kulkarni
> > recently (1 month or so) sylpheed started to assert quite regurarly in > > poll_for_event call inside the libX11. The full trace looks as: > > > > This assertion triggers when the application dosn't respect the rules > for using libX11 from multiple threads in parallel... > > I haven't looke

pkg_check: texlive_texmf-full-2017p1 has too many dependencies: texlive_mktexlsr-2017p0

2018-09-20 Thread Sebastien Marie
Hi, During my package upgrade process, I saw "texlive_texmf-full-2017p1 has too many dependencies: texlive_mktexlsr-2017p0" on pkg_check -qq outputs after upgrading. It isn't the first time I saw it, so I prefer to report it. Invoking `pkg_check -qq -f' usually correct it. I didn't try this tim

Re: [NEW] graphics/termtosvg

2018-09-20 Thread Solene Rapenne
Frederic Cambus wrote: > Hi ports@, > > Here is a new port: graphics/termtosvg. > > Also attaching a port for devel/py-pyte which is required as a RUN_DEPENDS. > > From DESCR: > > termtosvg is a Unix terminal recorder written in Python that renders your > command line sessions as standalone SV

[NEW] graphics/termtosvg

2018-09-20 Thread Frederic Cambus
Hi ports@, Here is a new port: graphics/termtosvg. Also attaching a port for devel/py-pyte which is required as a RUN_DEPENDS. >From DESCR: termtosvg is a Unix terminal recorder written in Python that renders your command line sessions as standalone SVG animations. Comments? OK? termtosvg.ta

Re: new: net/go-ipfs

2018-09-20 Thread Edd Barrett
Hi Fabian, On Wed, Sep 19, 2018 at 09:44:51PM +0200, Fabian Raetz wrote: > @abieber looked into adding support for OpenBSD in 2017 > (https://github.com/bazil/fuse/pull/104). His branch compiles but > go test fails for me. I think there is some more work involved to get this > into a useable shape

Re: [UPDATE] sysutils/conky - detect battery properly/update_interval

2018-09-20 Thread Stuart Henderson
On 2018/09/19 21:26, Tom Murphy wrote: > if(update_interval_bat != NOBATTERY && update_interval_bat != > update_interval_old) { > - char buf[max_user_text]; > +-char buf[max_user_text]; > > +#ifndef __OpenBSD__ > ++char

Re: update security/opensc to 0.19.0

2018-09-20 Thread Klemens Nanni
Given an security update, here's an early ping. Did anyone test this?