UPDATE borgbackup 1.1.3

2017-11-26 Thread Björn Ketelaars
Please find enclosed a diff for bringing borgbackup to 1.1.3, which is a security and bug fix release. Changelog can be found at https://github.com/borgbackup/borg/blob/1.1.3/docs/changes.rst#version-113-2017-11-27 Comments/OKs? -- Björn Ketelaars GPG key: 0x4F0E5F21 diff --git sysutils/borgba

Re: NEW: sysutils/tenshi (and dep devel/p5-IO-BufferedSelect)

2017-11-26 Thread Paul B. Henson
Oops, hit send too quick and forgot to actually attach the ports 8-/. On Sun, Nov 26, 2017 at 09:29:41PM -0800, Paul B. Henson wrote: > tenshi is a log monitoring and alerting utility I've been maintaining in > netbsd pkgsrc for a while now that I'd like to get into openbsd ports as > well. It req

NEW: sysutils/tenshi (and dep devel/p5-IO-BufferedSelect)

2017-11-26 Thread Paul B. Henson
tenshi is a log monitoring and alerting utility I've been maintaining in netbsd pkgsrc for a while now that I'd like to get into openbsd ports as well. It requires the perl IO-BufferedSelect module which I've also attached. I believe everything is working at this point although there are possibly s

new devel/p5-Sub-Attribute

2017-11-26 Thread Alexander Bluhm
Hi ok to import p5-Sub-Attribute 0.06 ? Comment: reliable subroutine attribute handlers Description: Sub::Attribute is a role to define attribute handlers for specific subroutine attributes. bluhm p5-Sub-Attribute.tgz Description: application/tar-gz

UPDATE: net/konversation

2017-11-26 Thread Rafael Sadowski
Hi All, simple update to the latest stable version. Ok? Best regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/net/konversation/Makefile,v retrieving revision 1.9 diff -u -p -u -p -r1.9 Makefile --- Makefile11 S

Re: www/mozilla-firefox: doesn't try to use SSE2 on i386

2017-11-26 Thread Stuart Henderson
On 2017/11/26 18:16, Sebastien Marie wrote: > For me, dropping --enable-rust-simd on i386 isn't problem for > compilation. The impact will be performance wise at runtime for decoding > pages (simd is used by encoding_rs). Oh, it's only runtime performance I'm thinking about. Build time isn't so im

[reposted patch] devel/codeblocks

2017-11-26 Thread Josh Grosse
Repost of -current and -stable patches of https://marc.info/?t=15111045484&r=1&w=2 >From FreeBSD: remove null references in wxPGProperty. Both -current and -stable were tested on amd64. Index: Makefile === RCS file: /systems/cv

Re: UPDATE: neovim-0.2.1

2017-11-26 Thread Edd Barrett
On Thu, Nov 16, 2017 at 08:55:57PM +, Edd Barrett wrote: > Here's an updated diff with lua detection fixed (noticed by awolk@). And here's an updated diff with the failing test fixed. I've been using this for a couple of weeks now, and I'm pretty confident with it. Would anyone be willing to

Re: www/mozilla-firefox: doesn't try to use SSE2 on i386

2017-11-26 Thread Landry Breuil
On Sun, Nov 26, 2017 at 06:16:43PM +0100, Sebastien Marie wrote: > On Sun, Nov 26, 2017 at 01:40:06PM +, Stuart Henderson wrote: > > On 2017/11/26 14:00, Sebastien Marie wrote: > > > Hi, > > > > > > The following diff makes i386 to be compiled without --enable-rust-simd. > > > simd is "Single

Re: www/mozilla-firefox: doesn't try to use SSE2 on i386

2017-11-26 Thread Sebastien Marie
On Sun, Nov 26, 2017 at 01:40:06PM +, Stuart Henderson wrote: > On 2017/11/26 14:00, Sebastien Marie wrote: > > Hi, > > > > The following diff makes i386 to be compiled without --enable-rust-simd. > > simd is "Single instruction, multiple data" (aka MMX, SSE, SSE2...). > > > > rustc when comp

Re: www/mozilla-firefox: doesn't try to use SSE2 on i386

2017-11-26 Thread Landry Breuil
On Sun, Nov 26, 2017 at 01:40:06PM +, Stuart Henderson wrote: > On 2017/11/26 14:00, Sebastien Marie wrote: > > Hi, > > > > The following diff makes i386 to be compiled without --enable-rust-simd. > > simd is "Single instruction, multiple data" (aka MMX, SSE, SSE2...). > > > > rustc when comp

Re: [UPDATE] games/ioquake

2017-11-26 Thread Aaron Bieber
On Tue, Nov 21, 2017 at 10:06:02PM +, David CARLIER wrote: > Hi, > > brynet@ reported a segfault when it uses openal/sndio backend due to the > fact there is no capture device handling. ioquake3 enables VOIP support by > default, the solution would be to disable it. > > Hope it is good. Commit

Re: www/mozilla-firefox: doesn't try to use SSE2 on i386

2017-11-26 Thread Stuart Henderson
On 2017/11/26 14:00, Sebastien Marie wrote: > Hi, > > The following diff makes i386 to be compiled without --enable-rust-simd. > simd is "Single instruction, multiple data" (aka MMX, SSE, SSE2...). > > rustc when compiled with external LLVM doesn't export target_features as > compilation variable

www/mozilla-firefox: doesn't try to use SSE2 on i386

2017-11-26 Thread Sebastien Marie
Hi, The following diff makes i386 to be compiled without --enable-rust-simd. simd is "Single instruction, multiple data" (aka MMX, SSE, SSE2...). rustc when compiled with external LLVM doesn't export target_features as compilation variable, making firefox building to fail. I workarounded the pro

lang/rust: update to 1.22.1

2017-11-26 Thread Sebastien Marie
Hi, Here an update for lang/rust to 1.22.1. Changes per topic regarding the port: - libc++ : I finally switched to use libc++ instead of libestdc++. But I have a workaround to make unwinding work correctly in all cases. It seems that with some anonymous functions, unwinding doesn't work w

Re: [update] mail/nmh

2017-11-26 Thread Klemens Nanni
On Sun, Nov 26, 2017 at 12:01:50PM +0100, Pascal Stumpf wrote: > Update nmh to 1.7. I've been using this for the past few days without > problems (no-sasl) and lightly tested the sasl FLAVOR. Lightly tested w/o SASL on an amd64 machine, works fine. > This version now supports OAuth, but that pull

Re: [UPDATE] sysutils/cfengine

2017-11-26 Thread Stuart Henderson
On 2017/11/26 00:41, Rodrigo Mosconi wrote: > Fixed and updated the port to the latest LTS version. The time_t %ld -> %lld patches are still needed. You will see warnings in build on amd64; these will cause breakage on 32-bit arches. There's some other problem with the patches - applying your dif

[update] mail/nmh

2017-11-26 Thread Pascal Stumpf
Update nmh to 1.7. I've been using this for the past few days without problems (no-sasl) and lightly tested the sasl FLAVOR. This version now supports OAuth, but that pulls in curl and nghttp2. I have chosen to disable it. Is anyone planning on using this? If so, it could probably be folded in

Node.js and Brave ports

2017-11-26 Thread Josh Ernzen
I’m attempting to compile Node.js 8.9.1LTS on 6.2. After that, I’m wanting to compile the Brave web browser. It’s a privacy centered browser written in JavaScript, hence why I need the latest LTS of Node.js. Just wanting to see if anyone else is currently doing any work with Node. Thanks for yo