Re: UPDATE: x11/herbstluftwm-0.7.0 -> 0.7.1

2019-01-03 Thread Jeremie Courreges-Anglas
On Fri, Dec 21 2018, Sascha Paunovic wrote: > Hi, > > here's an update of herbstluftwm to 0.7.1. > > Tested on amd64, works ok for me. There is one new script in > /usr/local/share/examples/herbstluftwm, which works OK. > > Additional question: after I ran "make plist", it changed "@bin > bin/dm

Re: powerpc lang/gcc/6 can't build devel/llvm

2019-01-03 Thread Charlene Wendling
On Wed, 2 Jan 2019 18:59:30 +0100 Charlene Wendling wrote: > On Wed, 02 Jan 2019 17:52:25 +0100 > Jeremie Courreges-Anglas wrote: > > > On Wed, Jan 02 2019, George Koehler wrote: > > > On Mon, 31 Dec 2018 14:26:10 +0100 > > > Jeremie Courreges-Anglas wrote: > > > > > >> If you remove CFLAGS/CXX

Re: [M. UPDATE] devel/py-ipykernel 4.9.0 -> 4.10.0

2019-01-03 Thread Daniel Jakots
On Mon, 31 Dec 2018 10:57:02 -0300, "Elias M. Mariani" wrote: > Versions >= 5.0 are python3 only, so we are sticking with 4.X for now. > Adding the following option so portroach only gets the 4.X branch: > limit:^4.*$$ Other ports seem to use something like PORTROACH = limit:^4 but it's not

Re: go build failure on amd64 because of retpoline?

2019-01-03 Thread Stuart Henderson
On 2019/01/03 12:20, Sebastian Reitenbach wrote: > Seems the package is missing on mirrors, I tried to build it myself on a > fresh installed snapshot: It's missing on mirrors because of this build failure.

Re: chromium - cannot allocate memory error and exit

2019-01-03 Thread Jeremie Courreges-Anglas
On Thu, Jan 03 2019, Mihai Popescu wrote: > On the most recent snapshot, i get this : > /usr/local/bin/chrome[59]: /usr/local/chrome/chrome: Cannot allocate memory Should be fixed by: CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/01/03 11:59:27 Modified f

Re: [update] devel/libuv

2019-01-03 Thread Pascal Stumpf
ping On Sun, 23 Dec 2018 21:54:59 +0100, Pascal Stumpf wrote: > Here's an update to libuv 1.24.1, needed for newer versions of > moarvm/nqp/rakudo. devel/cmake needs a small adjustment to build with > this (attached), all other dependent ports are fine. Tested on amd64, > i386, arm, aarch64, po

Re: [UPDATE] devel/p5-FileHandle-Unget 0.1628 -> 0.1634

2019-01-03 Thread Giovanni Bechis
On 12/26/18 8:21 PM, Charlene Wendling wrote: > > Here is an update for FileHandle::Unget, that will be required to > build it with the future Perl 5.28. > > You'll need the not yet committed Test::Compile [0] to run the test > suite. > Diff and p5-Test-Compile port attached, all issues with c

Re: i3 getting killed by pledge

2019-01-03 Thread Theo de Raadt
Well, someone screwed up. This program does a "dns" lookup, when it hasn't been coded to enable dns lookups in pledge. It is as simple as that. I am always amazed people who run into these issues don't immediately use ktrace + repeat the problem, then kdump, and then determine what usage pattern

Re: i3 getting killed by pledge

2019-01-03 Thread Kenneth R Westerback
On Thu, Jan 03, 2019 at 05:19:52PM +0100, Matthieu Herrb wrote: > Hi, > > I'm running i3 on one of my amd64 machines. Recently, it started to crash > with " > > i3[12345]: pledge "dns", syscall 97 > > in /var/log/messages > > There's something wrong here. I don't see recent changes in the pledg

chromium - cannot allocate memory error and exit

2019-01-03 Thread Mihai Popescu
On the most recent snapshot, i get this : /usr/local/bin/chrome[59]: /usr/local/chrome/chrome: Cannot allocate memory chromium-71.0.3578.98p0 Chromium browser OpenBSD 6.4-current (GENERIC.MP) #552: Thu Jan 3 02:42:19 MST 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.

Re: boost on arm64

2019-01-03 Thread Otto Moerbeek
On Thu, Jan 03, 2019 at 03:46:30PM +0100, Pascal Stumpf wrote: > On Thu, 3 Jan 2019 13:50:26 +0100, Otto Moerbeek wrote: > > Hi, > > > > currently, boost does not build on arm64, since there is dependency of > > boost on py-numpy. py-numpy is not available since building it > > requires a fortran

Re: [update] moarvm, nqp, rakudo

2019-01-03 Thread Andrew Hewus Fresh
Wow, I had this email open for apparently a week while I was on vacation to AZ. I still haven't done anything but this, but it seems to work. On Tue, Dec 25, 2018 at 02:49:00PM +0100, Pascal Stumpf wrote: > On Mon, 24 Dec 2018 17:01:35 -0700, Andrew Hewus Fresh wrote: > > On Mon, Dec 24, 2018 at

Re: [NEW] devel/py-wurlitzer 1.0.2

2019-01-03 Thread Elias M. Mariani
Well I have been trying to use the fdopen approach that Sebastien proposed. I get different results. (Test fails with this method). I'm not proficient with C, but I'm guessing that using fflush with a different struct changes the expected result ? This is the code that I'm using for testing: fdop

i3 getting killed by pledge

2019-01-03 Thread Matthieu Herrb
Hi, I'm running i3 on one of my amd64 machines. Recently, it started to crash with " i3[12345]: pledge "dns", syscall 97 in /var/log/messages There's something wrong here. I don't see recent changes in the pledge patches for i3 in ports, so I guess it must be some system related changes (or som

Re: boost on arm64

2019-01-03 Thread Pascal Stumpf
On Thu, 3 Jan 2019 13:50:26 +0100, Otto Moerbeek wrote: > Hi, > > currently, boost does not build on arm64, since there is dependency of > boost on py-numpy. py-numpy is not available since building it > requires a fortran compiler (g95 in gcc 4.9) which is not available on > arm64, therefore boos

Re: UPDATE: security/sshguard 1.5 --> 2.3.0

2019-01-03 Thread Andreas Kusalananda Kähäri
On Thu, Jan 03, 2019 at 12:24:04PM +0100, Gonzalo L. Rodriguez wrote: > On Wed, 02 Jan 2019 at 10:56:39 +0100, Andreas Kusalananda Kähäri wrote: > > On Tue, Jan 01, 2019 at 07:03:36PM +0100, Remi Pointel wrote: > > > On 12/24/18 8:24 PM, Andreas Kusalananda Kähäri wrote: > > > > Just resending this

boost on arm64

2019-01-03 Thread Otto Moerbeek
Hi, currently, boost does not build on arm64, since there is dependency of boost on py-numpy. py-numpy is not available since building it requires a fortran compiler (g95 in gcc 4.9) which is not available on arm64, therefore boost is not build: ===> py-numpy-1.14.6 depends on: g95->=4.9.4p0,<4.1

Re: UPDATE: security/sshguard 1.5 --> 2.3.0

2019-01-03 Thread Gonzalo L. Rodriguez
On Wed, 02 Jan 2019 at 10:56:39 +0100, Andreas Kusalananda Kähäri wrote: > On Tue, Jan 01, 2019 at 07:03:36PM +0100, Remi Pointel wrote: > > On 12/24/18 8:24 PM, Andreas Kusalananda Kähäri wrote: > > > Just resending this. > > > > > > I got some comments from Stuart Henderson on a previous iterati

go build failure on amd64 because of retpoline?

2019-01-03 Thread Sebastian Reitenbach
Seems the package is missing on mirrors, I tried to build it myself on a fresh installed snapshot: OpenBSD 6.4-current (GENERIC) #531: Wed Jan 2 20:25:22 MST 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC Building Go cmd/dist using /usr/local/go/bootstrap. Building

Re: [NEW] net/msdl

2019-01-03 Thread Stuart Henderson
On 2019/01/03 11:37, Landry Breuil wrote: > On Thu, Jan 03, 2019 at 07:23:57PM +0900, SASANO Takayoshi wrote: > > Hi, > > > > here is second edition, > > > > > Some notes: > > > - patches should be generated with make update-patches, which puts the > > > $OpenBSD$ cvs ids on top. > > > - msdl-1

Re: [NEW] net/msdl

2019-01-03 Thread Landry Breuil
On Thu, Jan 03, 2019 at 07:23:57PM +0900, SASANO Takayoshi wrote: > Hi, > > here is second edition, > > > Some notes: > > - patches should be generated with make update-patches, which puts the > > $OpenBSD$ cvs ids on top. > > - msdl-1.2.7-r2 as a version doesnt conform to packages-specs(7), >

Re: [NEW] net/msdl

2019-01-03 Thread SASANO Takayoshi
Hi, here is second edition, > Some notes: > - patches should be generated with make update-patches, which puts the > $OpenBSD$ cvs ids on top. > - msdl-1.2.7-r2 as a version doesnt conform to packages-specs(7), > msdl-1.2.7pl2 might be better. add $OpenBSD$ id to patches, and package name is

Re: [NEW] net/msdl

2019-01-03 Thread Landry Breuil
On Thu, Jan 03, 2019 at 06:16:03AM +0900, SASANO Takayoshi wrote: > Hello, > > I am using msdl (http://msdl.sourceforge.net/), a download client for > rtsp/mms/mmsh for long time. > > I attach a port. Tested with armv7 and amd64. Some notes: - patches should be generated with make update-patches

[UPDATE] lang/python/3.6

2019-01-03 Thread Remi Pointel
Hi, this is the diff to update Python 3.6 to latest release. @naddy: could you test it in a bulk build please? Thanks in advance. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/lang/python/3.6/Makefile,v retrieving re

Re: fix x11/trayer

2019-01-03 Thread Antoine Jacoutot
On Thu, Jan 03, 2019 at 01:34:25AM +0100, Matthias Kilian wrote: > The configure script of this port has a #!/usr/bin/env bash line, > and it uses a real bashism ([[ expr =~ expr ]]). So add shells/bash > as a build dependency. > > I leave it to others to punish upstream for such a stupid script.