Re: x2goclient: segfault

2016-05-14 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Jeremie Courreges-Anglas writes: > >> Denis Fondras writes: >> Try to increase your stack size. $ ulimit -s 4096 $ ulimit -Hs 32768 >>> >>> Thank you Jeremie. >>> >>>

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/14 19:10:07 Modified files: net/samba : Makefile Added files: net/samba/patches: patch-source3_lib_sysquotas_4B_c Log message: Fix quota handling that resulted in spam in logs.

Re: x2goclient: segfault

2016-05-14 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Denis Fondras writes: > >>> Try to increase your stack size. >>> >>> $ ulimit -s >>> 4096 >>> $ ulimit -Hs >>> 32768 >>> >> >> Thank you Jeremie. >> >> $ ulimit -a >> core file size (blocks, -c) unlimited >>

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/14 18:03:43 Modified files: devel/include-what-you-use: Makefile distinfo devel/include-what-you-use/patches: patch-iwyu_include_picker_cc Log message: update to 0.6 for llvm 3.8

ports gdb thread handling (multi arch tests request)

2016-05-14 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Vasily Kolobkov writes: > >> On Thu, Mar 10, 2016 at 01:08:36AM +0100, Jeremie Courreges-Anglas wrote: >>> Philip Guenther writes: >>> >>> > Broadening to ports@ >>> > >>> > With

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 16:49:23 Modified files: infrastructure/bin: proot Log message: zap yet another chdir

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 16:46:53 Modified files: infrastructure/man/man1: proot.1 Log message: give an actual example with several values in a row

import claviger? (a tool to manage authorized_keys)

2016-05-14 Thread Daniel Jakots
Hi, I created a port for claviger (and its dependencies): $ cat pkg/DESCR claviger manages the SSH authorized_keys files for you. See https://github.com/bwesterb/claviger For me it's pretty useful. Creating ports for them was pretty straight forward and I'm not sure if it's worth importing

update to sysutils/duplicity-0.7.07.1

2016-05-14 Thread Daniel Jakots
Hi, Here's a diff to update duplicity the its latest release. Changelog is available on their homepage [0]. Also, take maintainership. I tested with the file:// and pexpect+sftp:// backends. If you use another backend, feel free to test it. [0]: http://www.nongnu.org/duplicity/CHANGELOG

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/05/14 14:36:36 Modified files: devel/llvm : Makefile distinfo devel/llvm/patches: patch-cmake_modules_AddLLVM_cmake patch-lib_Support_Unix_Signals_inc

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 14:26:42 Modified files: infrastructure/lib/DPB: Locks.pm Log message: nfs shits on its pants again. not even having readdir and open work synchronously on one single machine, that shit is so

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/05/14 14:37:32 Modified files: lang/clang : clang.port.mk Log message: Bump MODCLANG_VERSION to version 3.8.0. from Brad

update to py-pip-8.1.2

2016-05-14 Thread Daniel Jakots
Hi, Here's a diff to update pip to the latest bugfix release. While there, shuffle the Makefile so it's easier to read. Changelog * Fix a regression on systems with uninitialized locale (:issue:`3575`). * Use environment markers to filter packages before determining if a required wheel is

Re: devel/go-tools fails

2016-05-14 Thread Juan Francisco Cantero Hurtado
go-tools is outdated. http://marc.info/?l=openbsd-ports=146300914017241=2 On Sat, May 14, 2016 at 09:36:02AM +0100, Stuart Henderson wrote: > Build log below, but it's not very useful, it just says "*** Error > 2 in devel/go-tools (Makefile:53 'do-build')", but running the > command by hand I

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 12:14:27 Modified files: infrastructure/lib/DPB: MiniCurses.pm Log message: just check for xn capability presence, don't try to Tputs it, that doesn't work. should fix some display glitches

Re: x2goclient: segfault

2016-05-14 Thread Jeremie Courreges-Anglas
Denis Fondras writes: >> Try to increase your stack size. >> >> $ ulimit -s >> 4096 >> $ ulimit -Hs >> 32768 >> > > Thank you Jeremie. > > $ ulimit -a > core file size (blocks, -c) unlimited > data seg size (kbytes, -d) 33554432 > file size

games/frozen-bubble and SDL joystick

2016-05-14 Thread Christian Weisgerber
I discovered Frozen Bubble and remembered that I had an unused joystick (a USB clone of the legendary Competition Pro) sitting on the shelf. Unfortunately, in the Change Keys menu, I can only configure joy-left and joy-up. The joy-right and joy-down actions are simply ignored. Running

Re: x2goclient: segfault

2016-05-14 Thread Denis Fondras
> Try to increase your stack size. > > $ ulimit -s > 4096 > $ ulimit -Hs > 32768 > Thank you Jeremie. $ ulimit -a core file size (blocks, -c) unlimited data seg size (kbytes, -d) 33554432 file size (blocks, -f) unlimited max locked memory (kbytes, -l)

Re: x2goclient: segfault

2016-05-14 Thread Jeremie Courreges-Anglas
Denis Fondras writes: > Hi, > > When launching x2goclient (from openbsd-wip) on amd64/5.9 it segfaults. > The problem lies with the buffer[] declaration in > SshMasterConnection::channelLoop(). When the I move it outside of the function > it works like a charm. Can a dev

Re: NEW: py-frozen-flask

2016-05-14 Thread Daniel Jakots
On Tue, 10 May 2016 09:48:15 +0100, Edd Barrett wrote: > Hey, > > ---8<--- > Frozen-Flask freezes a Flask application into a set of static files. > The result can be hosted without any server-side software other than a > traditional web server. > --->8--- > > We need

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 09:19:48 Modified files: infrastructure/bin: proot Log message: smarter copy of sys includes, no chdir don't copy obj/ or CVS/

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/05/14 09:17:59 Modified files: audio/mpg123 : Makefile distinfo Log message: update to 1.23.4 for a number of bug fixes

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2016/05/14 09:09:56 Modified files: devel/py-jsonschema: Makefile devel/py-jsonschema/pkg: PLIST Log message: add a py3 flavour tweaks/ok jca@ aja@

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2016/05/14 09:12:28 Modified files: devel : Makefile Log message: +py-jsonschema,python3 +py-vcversioner,python3

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2016/05/14 09:03:15 Modified files: devel/py-vcversioner: Makefile distinfo devel/py-vcversioner/pkg: PLIST Log message: update to py-vcversioner-2.16.0.0 and add a py3 flavour ok jca@

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 09:00:07 Modified files: infrastructure/bin: proot Log message: start removing uses of chdir() in main process

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/05/14 08:11:21 Modified files: emulators/dgen-sdl: Makefile Log message: Mark BROKEN-macppc, it failed randomly too many times

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/05/14 08:01:49 Modified files: sysutils : Makefile Log message: +py-statgrab,python3

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/05/14 08:01:04 Modified files: sysutils/py-statgrab: Makefile distinfo Log message: - update to py-statgrab-0.7 (adds support for python3) - enable python3 support

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/05/14 07:58:16 Modified files: textproc/cdiff : Makefile distinfo Log message: update to cdiff-0.9.8

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/05/14 07:55:47 Modified files: textproc/nfoview: Makefile distinfo Log message: - update to nfoview-1.18 - drop gettext module and add BDEP on gettext-tools

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 07:55:42 Modified files: infrastructure/bin: proot Log message: kill unneeded special case from copy_sys

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/05/14 07:50:33 Modified files: x11/jwm: Makefile distinfo Log message: update to jwm-2.3.5

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/05/14 07:50:22 Modified files: sysutils : Makefile Log message: +consul

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/05/14 07:49:47 Log message: Import consul-0.6.4. Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable ok

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/05/14 07:48:23 Modified files: textproc/ruby-redcloth: Makefile distinfo textproc/ruby-redcloth/pkg: PLIST Log message: update to redcloth-4.3.0

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/14 07:45:17 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/pkg: PLIST-main Log message: update to asterisk-13.9.1

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/05/14 07:43:56 Modified files: textproc/ruby-treetop: Makefile distinfo textproc/ruby-treetop/pkg: PLIST Removed files: textproc/ruby-treetop/patches:

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/14 07:31:58 Modified files: www/casperjs : Makefile distinfo Log message: update to casperjs-1.1.1

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/14 07:22:17 Modified files: devel/libmagic : Makefile distinfo Log message: update to libmagic-5.27

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/14 07:23:26 Modified files: devel/py-libmagic: Makefile distinfo Log message: update to py-libmagic-5.27

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/14 07:14:46 Modified files: net/openvpn: Makefile distinfo net/openvpn/patches: patch-Makefile_in patch-configure patch-include_Makefile_in Removed files:

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/05/14 06:52:49 Modified files: sysutils/augeas: Makefile distinfo sysutils/augeas/patches: patch-lenses_shellvars_aug patch-lenses_simplelines_aug

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/05/14 06:52:59 Modified files: sysutils/beats/filebeat: Makefile distinfo sysutils/beats/packetbeat: Makefile distinfo sysutils/beats/topbeat: Makefile distinfo Log message: update

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2016/05/14 05:29:09 Modified files: infrastructure/man/man1: proot.1 Log message: No .Pp before .Sh. ok espie@

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 05:16:29 Modified files: infrastructure/bin: proot Log message: copy doas.conf if it exists (convenience request from landry) use devno to filter out mount points (more sturdy when symlinks

x2goclient: segfault

2016-05-14 Thread Denis Fondras
Hi, When launching x2goclient (from openbsd-wip) on amd64/5.9 it segfaults. The problem lies with the buffer[] declaration in SshMasterConnection::channelLoop(). When the I move it outside of the function it works like a charm. Can a dev explain why it maters to be declared inside or outside ?

Re: [UPDATE] mnemosyne 2.3.6

2016-05-14 Thread Nils Reuße
> > > Anyone? I can take maintainership, if needed. > > > > I think that'd be a good idea :-) > > I'm OK with the update if anyone wants to commit it. > > > > -- > > Antoine > > > > Alright, here is a new diff: > > Index: Makefile >

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 04:05:55 Modified files: infrastructure/bin: proot Log message: not yet

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/05/14 03:55:07 Modified files: sysutils/serf : Makefile sysutils/serf/pkg: PLIST Log message: No need for /var/serf.

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 03:19:09 Modified files: infrastructure/bin: proot Log message: if one of your dirs is a symlink that doesn't point anywhere, then stat will fail, which is okay for LOGDIR which only exists

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/14 03:04:40 Modified files: infrastructure/bin: proot Log message: accidentally broke preserved mountpoints, fix that

devel/go-tools fails

2016-05-14 Thread Stuart Henderson
Build log below, but it's not very useful, it just says "*** Error 2 in devel/go-tools (Makefile:53 'do-build')", but running the command by hand I get this: $ cd /usr/obj/ports/go-tools-1.5.20151226/go/src/golang.org/x/tools/go/pointer $ /usr/local/go/pkg/tool/openbsd_386/compile -o

NEW: lua-term

2016-05-14 Thread Florian Stinglmayr
Hi list, attached is a port for lua-term. lua-term is a small, light weight wrapper for low level terminal functions. It provides support for isatty(), coloured output and simple cursor navigation. It is nice and enough for colouring output or doing simple things like progressbars and a like.

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2016/05/14 01:57:26 Modified files: textproc/html-xml-utils: Makefile distinfo textproc/html-xml-utils/patches: patch-Makefile_in Log message: Update to html-xml-utils-7.0. Changelog:

CVS: cvs.openbsd.org: ports

2016-05-14 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2016/05/14 01:35:39 Modified files: devel/apktool : Makefile distinfo Log message: small update to 2.1.1. more information: http://connortumbleson.com/2016/05/07/apktool-v2-1-1-released/