[PATCH] lang/ghc cleanup (after ports unfreeze)

2020-05-10 Thread Greg Steuck
Hi Matthias, I cleaned up lang/ghc a bit over the last couple of weekends. I tested by rebuilding a few ports (deps of hs-xmonad-contrib). I also ran ghci manually (which works normally from a wxallowed fs). Also I can see the ELF marker: % objdump -p -j .note.openbsd.ident /usr/local/lib/ghc/bin

[NEW] net/p5-Twitter-API + dependencies

2020-05-10 Thread Andrew Hewus Fresh
Howdy ports, I recently noticed that p5-Net-Twitter was deprecated and replaced by p5-Twitter-API. So, here's the set of 8 new ports to support the new interface. After 6.8 I think we can probably remove p5-Net-Twitter as I should have had time by then to convert my scripts to the new module. Ha

[PATCH] unbreak games/mnemosyne

2020-05-10 Thread Grégoire Jadi
Hi, An upgrade to py-CherryPy broke the webserver feature of games/mnemosyne. Mnemosyne used the wsgiserver from py-CherryPy which was moved to py-cheroot. As far as I could tell, that was the only use of py-CherryPy in Mnemosyne codebase. The attached patch replace the depency from py-CherryPy

smokeping as an fcgi with httpd

2020-05-10 Thread Tom Smyth
Hello the following diff is for the smokeping readme to assist users in getting smokeping as an fcgi with httpd while trying to maintain the chroot jail for the smokeping webpage... if any one has comments on the approach i have taken or if it can be done more securely. my approach was to try to r

[PATCH] Update devel/happy to 1.19.10 (after ports unlock)

2020-05-10 Thread Greg Steuck
This the lowest version required by GHC HEAD. Tested by using for GHC HEAD build. Removed the patch as make test passes as is. Updated AUTOCONF_VERSION to reduce old version use. Removed the comment referencing defunct haskell-platform. -- nest.cx is Gmail hosted, use PGP: https://pgp.key-server.i

Re: fastnetmon on OpenBSD 6.6 amd64 /var/run/fastnemon missing after reboot

2020-05-10 Thread Tom Smyth
just to clarify Stuarts diff worked, and Jerimies Diff with Jaspers addition worked fine also. sorry I was trigger happy with the send earlier. On Sun, 10 May 2020 at 15:04, Tom Smyth wrote: > > Hello all, > > Tried manually with > > install -d -m 0750 -o ${daemon_user} -g ${daemon_user} /var/r

Re: fastnetmon on OpenBSD 6.6 amd64 /var/run/fastnemon missing after reboot

2020-05-10 Thread Tom Smyth
Hello all, Tried manually with install -d -m 0750 -o ${daemon_user} -g ${daemon_user} /var/run/fastnetmon I was wondering about the world writable pid file .. I was wondering why it was needed... appreciate all your time and help thanks again Tom Smyth On Sun, 10 May 2020 at 14:48, Klemens Na

Re: fastnetmon on OpenBSD 6.6 amd64 /var/run/fastnemon missing after reboot

2020-05-10 Thread Klemens Nanni
On Sun, May 10, 2020 at 03:42:02PM +0200, Jasper Lievisse Adriaanse wrote: > Using 0750 sounds sane to me, OK with me with that bit updated. Same here, OK kn.

Re: fastnetmon on OpenBSD 6.6 amd64 /var/run/fastnemon missing after reboot

2020-05-10 Thread Jasper Lievisse Adriaanse
> On 10 May 2020, at 15:39, Jeremie Courreges-Anglas wrote: > > > On Sun, May 10 2020, Stuart Henderson > wrote: >> On 2020/05/10 12:58, Tom Smyth wrote: >>> Hello, porters >>> >>> I was working on fastnetmon on production system >>> rcctl starts stops and resta

Re: fastnetmon on OpenBSD 6.6 amd64 /var/run/fastnemon missing after reboot

2020-05-10 Thread Jeremie Courreges-Anglas
On Sun, May 10 2020, Stuart Henderson wrote: > On 2020/05/10 12:58, Tom Smyth wrote: >> Hello, porters >> >> I was working on fastnetmon on production system >> rcctl starts stops and restarts fastnetmon just fine >> but I noticed when I rebooted the box >> that if I reboot the box fastnetmon w

Re: fastnetmon on OpenBSD 6.6 amd64 /var/run/fastnemon missing after reboot

2020-05-10 Thread Tom Smyth
Hello Stuart, Jasper, all, Tried that (manually) by adding the diff to my /etc/rc.d/fasnetmon on my install (and I learned something new about OpenBSD rcctl in the process ) Thanks Stuart, Jasper and all appreciate your time and help On Sun, 10 May 2020 at 14:09, Stuart Henderson wrote:

Re: fastnetmon on OpenBSD 6.6 amd64 /var/run/fastnemon missing after reboot

2020-05-10 Thread Stuart Henderson
On 2020/05/10 12:58, Tom Smyth wrote: > Hello, porters > > I was working on fastnetmon on production system > rcctl starts stops and restarts fastnetmon just fine > but I noticed when I rebooted the box > that if I reboot the box fastnetmon wont restart due to a missing > .var/run/fastnetmon direc

fastnetmon on OpenBSD 6.6 amd64 /var/run/fastnemon missing after reboot

2020-05-10 Thread Tom Smyth
Hello, porters I was working on fastnetmon on production system rcctl starts stops and restarts fastnetmon just fine but I noticed when I rebooted the box that if I reboot the box fastnetmon wont restart due to a missing .var/run/fastnetmon directory. when I re-create the directory mkdir /var/run