Re: [patch] audio/openal: ugly update to 1.18.2

2018-06-20 Thread Alexandre Ratchov
On Wed, Jun 06, 2018 at 04:11:17PM +0300, Leonid Bobrov wrote: > On Tue, Jun 05, 2018 at 08:01:12AM +0200, Alexandre Ratchov wrote: > > I installed utox, it doesn't crash with the diff below anymore. The > > "Preview" button in the "Audio & Video" settings records my voice. > > > > Ok, I tested y

[NEW] security/py-miasm

2018-06-20 Thread Remi Pointel
Hi, attached is the port of miasm, a reverse engineering framework in Python. -- $ pkg_info py-miasm Information for inst:py-miasm-2.0 Comment: reverse engineering framework in Python Description: Miasm is a free and open source reverse engineering framework. Miasm aims to analyze / mo

UPDATE net/py-msgpack

2018-06-20 Thread Björn Ketelaars
Enclosed a diff for bringing py-msgpack to 0.5.6, which fixes some issues. This is the last available version of msgpack-python, which has been deprecated [0]. Updating to the newer msgpack is currently not an option as some of its consumers do not like the renaming. While here change HOMEPAGE to

Re: WireGuard for OpenBSD

2018-06-20 Thread Anthony J. Bentley
Hi Jason, Jason A. Donenfeld writes: > > - ipcErrorProtocol = -int64(unix.EPROTO) > > + ipcErrorProtocol = -int64(95) > > The x/sys/unix Go package now supports EPROTO on OpenBSD. Did you have > an old stale version in your Gopath? Filippo added it there three or > four weeks ago. The version i

Re: WireGuard for OpenBSD

2018-06-20 Thread Jason A. Donenfeld
Hi Anthony, On Thu, Jun 21, 2018 at 3:05 AM Anthony J. Bentley wrote: > Oops, I accidentally sent out my (unfinished, broken) wireguard-go draft > from last week. Attached is the working version I meant to send out. Thanks. A few notes on what you just sent: > - ipcErrorProtocol = -int64(unix.

Re: WireGuard for OpenBSD

2018-06-20 Thread Anthony J. Bentley
Jason A. Donenfeld writes: > Hi Anthony, > > Thanks for sending this along. Two questions: > > > ALL_TARGET = wg > > Do you need to add wg-quick as a target too? Doesn't look like it. WITH_WGQUICK is enough. > > sed -i s,git.zx2c4.com/wireguard-go,all, > > What is the purpose of this? Why do you

outside base directory warnings when install package "grace"

2018-06-20 Thread Norm Finlay
Hello: Installing the graphing package "grace" created the following warnings. This occurred in the v6.3 release. The folks on irc suggested I email this to ports@openbsd.org. Sincerely, Norm Finlay Dept of Physics and Astronomy Brandon University Brandon MB Canada # uname -a OpenBSD mirage.B

[NEW] security/py-elfesteem

2018-06-20 Thread Remi Pointel
Hi, attached is the port of elfesteem, an elf/pe file manipulation library. it's a dependency for the incoming miasm. Ok? Cheers, Remi. py-elfesteem-0.1.tar.gz Description: application/gzip

Re: REVISION: devel/py-dtopt

2018-06-20 Thread Stuart Henderson
On 2018/06/20 16:29, Elias M. Mariani wrote: > Hi, > I found a conflict between py-dtopt and py3-dtopt. > Attached is the diff splitting the docs in separate folders for each package. > Checking on https://pypi.org/project/dtopt/ > - The project hasn't been updated since Aug 10, 2007. > - There is

REVISION: devel/py-dtopt

2018-06-20 Thread Elias M. Mariani
Hi, I found a conflict between py-dtopt and py3-dtopt. Attached is the diff splitting the docs in separate folders for each package. Checking on https://pypi.org/project/dtopt/ - The project hasn't been updated since Aug 10, 2007. - There is no consumers of py-dtopt. - make search key=dtopt only fi

Re: WireGuard for OpenBSD

2018-06-20 Thread Jason A. Donenfeld
Hi Anthony, Thanks for sending this along. Two questions: > ALL_TARGET = wg Do you need to add wg-quick as a target too? > sed -i s,git.zx2c4.com/wireguard-go,all, What is the purpose of this? Why do you need this? The makefile should successfully fake a gopath. This install script currently

[NEW] devel/py-llvmlite

2018-06-20 Thread Remi Pointel
Hi, attached is llvmlite, a dependency of the incoming miasm port. - $ pkg_info py-llvmlite Information for inst:py-llvmlite-0.23.2 Comment: lightweight LLVM-Python binding for writing JIT compilers Description: A lightweight LLVM python binding for writing JIT compilers. Maintainer: Remi

NEW: lang/wabt

2018-06-20 Thread Raphael Graf
WABT is the WebAssembly Binary Toolkit, a suite of tools for WebAssembly. (see https://github.com/WebAssembly/wabt) The port includes one small patch which has already been pushed upstream. It seems to work fine, at least on amd64. wabt.tgz Description: Binary data

Re: devel/avr/gcc bug -> devel/simulavr build error

2018-06-20 Thread Grégoire Jadi
Christian Weisgerber writes: Hello, I may have encountered the same bug when I tried to build programs generated with devel/arduino. cc1 aborts with a coredump during the compilation. I think I have found the culprits: both ISR() and SIGNAL() macros from avr/interrupt.h use the __attribute__((si

Re: NEW: security/tclpledge & security/jimpledge

2018-06-20 Thread Stuart Cassoff
oing > -- Original Message -- > From: Stuart Cassoff <3...@bell.net> > Date: June 12, 2018 at 2:43 PM > > > Now without the confusing TESTFLAGS bits. > > Stu > > > > -- Original Message -- > > From: Stuart Cassoff <3...@bell.net> > > Date: June 11, 2018 at 1:02

Re: textproc/go-text usage issues

2018-06-20 Thread Stuart Henderson
On 2018/06/20 01:07, Anthony J. Bentley wrote: > On Fri, Jun 15, 2018 at 4:41 AM, Anthony J. Bentley > wrote: > > I don't know anything about Go, but it seems that our textproc/go-text > > package relies on some modules that should be in devel/go-tools, yet > > aren't. > > It looks like the fix

sysutils/glide

2018-06-20 Thread fredl
glide.tgz Description: Binary data

Re: WireGuard for OpenBSD

2018-06-20 Thread Anthony J. Bentley
Stuart Henderson writes: > bentley@ sent a port of wireguard-tools shortly after Jason's first mail Here's my latest revision. I think everything's working now--I've tested communication with the Android app, at least. This requires the go-tools patch I just sent to the list. -- Anthony J. Bentl

Re: textproc/go-text usage issues

2018-06-20 Thread Anthony J. Bentley
On Fri, Jun 15, 2018 at 4:41 AM, Anthony J. Bentley wrote: > I don't know anything about Go, but it seems that our textproc/go-text > package relies on some modules that should be in devel/go-tools, yet > aren't. It looks like the fix for this might be just to set "MODGO_TYPE = bin lib". Fake se