[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: [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

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

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.

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

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), >

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.

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. > > > -

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

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

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

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

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:

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

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

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:

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

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

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

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

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,

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 >

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: 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

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.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 01:29:34 Modified files: graphics/gdk-pixbuf2/patches: patch-meson_build Log message: Link to GitLab issue.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/01/03 03:14:09 Modified files: devel/uthash : Makefile distinfo devel/uthash/patches: patch-tests_Makefile devel/uthash/pkg: PLIST Log message: Update uthash to 2.1.0.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2019/01/03 01:02:25 Modified files: security/volatility: Makefile distinfo security/volatility/pkg: PLIST Log message: updte volatility to 2.6.1.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2019/01/03 04:59:16 Modified files: converters/lastools: Makefile distinfo converters/lastools/pkg: PLIST Removed files: converters/lastools/patches: patch-LASzip_src_lasindex_cpp

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2019/01/03 20:15:59 Modified files: editors/moe: Makefile distinfo editors/moe/patches: patch-window_vector_cc Log message: Update to moe-1.10

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2019/01/03 20:14:12 Modified files: sysutils/bfs : Makefile distinfo sysutils/bfs/patches: patch-Makefile Log message: Update to bfs-1.3.1 Changelog:

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 07:39:47 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Removed files: x11/gnome/nautilus/patches: patch-src_meson_build Log

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2019/01/03 11:10:59 Modified files: mail/grepmail : Makefile distinfo Log message: Update to 5.3111

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2019/01/03 10:55:08 Modified files: devel/sdl2 : Makefile distinfo devel/sdl2/patches: patch-Makefile_in patch-src_SDL_c patch-src_joystick_SDL_gamecontroller_c

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2019/01/03 11:00:17 Modified files: mail/p5-Mail-Mbox-MessageParser: Makefile distinfo mail/p5-Mail-Mbox-MessageParser/pkg: PLIST Log message: Update to 1.5111 add missing test-dependency

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 07:41:05 Modified files: x11/gnome/session: Makefile distinfo Log message: Update to gnome-session-3.30.1.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 08:45:17 Modified files: graphics/evince: Makefile Log message: Properly distribute LIB_DEPENDS and WANTLIB between the FLAVORs.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 05:51:23 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.82.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 05:50:57 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.72.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 05:51:10 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.12.72.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2019/01/03 07:14:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Mention CVEs for older Jenkinses. From Edward Lopez-Acosta. Tweaks, OK sthen@

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2019/01/03 07:20:57 Modified files: net/py-cares : Makefile distinfo Log message: Update to py-cares-2.4.0 Drop maintainership while there

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 08:11:51 Modified files: x11/gnome/totem: Makefile distinfo Log message: Update to totem-3.30.0.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 07:23:25 Modified files: x11/gnome/online-miners: Makefile distinfo Log message: Update to gnome-online-miners-3.30.0.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 07:22:38 Modified files: x11/gnome/tracker: Makefile distinfo Log message: Update to meta-tracker-2.1.6.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 07:23:04 Modified files: x11/gnome/tracker-miners: Makefile distinfo x11/gnome/tracker-miners/patches: patch-configure_ac Removed files:

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 07:27:00 Modified files: x11/gnome/photos: Makefile Log message: Sync WANTLIB.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2019/01/03 07:09:51 Modified files: devel/jenkins/devel: Makefile distinfo devel/jenkins/stable: Makefile distinfo Log message: Jenkins stable -> 2.138.4, devel 2.155. From Edward Lopez-Acosta.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 06:35:50 Modified files: audio/audacious-plugins: Makefile Log message: gvfs is not needed for building.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 06:36:23 Modified files: x11/gnome/gvfs : Makefile distinfo x11/gnome/gvfs/pkg: PLIST-main Removed files: x11/gnome/gvfs/patches: patch-codegen_py

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2019/01/03 11:31:41 Modified files: emulators/xroar: Makefile distinfo Log message: Update to xroar 0.35.3.

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2019/01/03 13:42:39 Modified files: games/scorched3d: Makefile games/scorched3d/patches: patch-src_client_GLEXT_GLFont2dFreeType_h

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2019/01/03 11:35:17 Modified files: www/p5-Hijk: Makefile distinfo Log message: Update to 0.27

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2019/01/03 11:37:22 Modified files: www/midori : Makefile distinfo www/midori/patches: patch-CMakeLists_txt www/midori/pkg : PLIST Removed files: www/midori/patches:

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2019/01/03 17:14:57 Modified files: devel/llvm : Makefile Log message: Stop using -mlongcall on powerpc Using long calls means slower code. It is not useful right now because the size of the llvm

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2019/01/03 17:25:47 Modified files: x11/herbstluftwm: Makefile distinfo x11/herbstluftwm/pkg: PLIST Log message: Update to herbstluftwm-0.7.1 (mostly a bugfix release) >From Sascha Paunovic, no

CVS: cvs.openbsd.org: ports

2019-01-03 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2019/01/03 14:38:37 Modified files: databases/ksql : Makefile distinfo Log message: Update ksql to 0.3.5

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2019/01/03 11:37:35 Modified files: devel/p5-Search-Elasticsearch: Makefile distinfo devel/p5-Search-Elasticsearch/pkg: PLIST Log message: long overdue update to version 6.00

CVS: cvs.openbsd.org: ports

2019-01-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/01/03 12:28:22 Modified files: audio/ncmpc: Makefile Log message: Missing BDEP on devel/boost.