Re: NEW: www/vnu

2018-09-10 Thread Antoine Jacoutot
On Mon, Sep 10, 2018 at 08:17:09AM +0200, Theo Buehler wrote: > On Sat, Sep 08, 2018 at 04:02:10AM -0600, Anthony J. Bentley wrote: > > Hi, > > > > The Nu Html Checker (v.Nu) is the backend of checker.html5.org, > > html5.validator.nu, and validator.w3.org/nu. It can be used to batch-check > > HTM

Re: [UPDATE] net/p5-Net-SSH-Perl 1.42 -> 2.14 (p5-Net-SFTP Update 3/4)

2018-09-10 Thread Antoine Jacoutot
On Mon, Sep 10, 2018 at 12:06:09AM +0200, Charlene Wendling wrote: > Hi, Hi Charlene. > Net::SSH::Perl is a Perl interface to SSH (v1 and 2). > > What's new upstream (Changelog is indeed big, see [1]): > > - Modified MAC, KEX, and cipher orders > - Add ECDSA key support > - Add Curve25519,

WIP UPDATE:mail/p5-Mail-SpamAssassin

2018-09-10 Thread Giovanni Bechis
Hi, despite the minor version crank this is more than 3 years of work, there are some CVE fixed but we have all of them backported. This is rc1 but the final release will arrive very soon. Cheers Giovanni Index: Makefile === RCS fi

Re: [UPDATE] net/p5-Net-SSH-Perl 1.42 -> 2.14 (p5-Net-SFTP Update 3/4)

2018-09-10 Thread Stuart Henderson
On 2018/09/10 09:24, Antoine Jacoutot wrote: > > - I did 'make test' by commenting the NO_TEST, it works fine, excepted > > that infamous test 3. It screamed that it wanted $HOME, so i tried to > > provide it via TEST_ENV, and re-ran the test: it still hangs. > > - 'make port-lib-depends-check' and

Re: Porting netdata

2018-09-10 Thread Stuart Henderson
On 2018/09/09 20:04, William Leuschner wrote: > Hello ports@, > > I’m quite pleased with netdata (https://my-netdata.io) as a monitoring > tool on my non-OpenBSD boxes, and I’d like to port it over. The > project’s GitHub page has a few issues mentioning OpenBSD in passing, > but nothing about por

Re: libreoffice do not print but crash

2018-09-10 Thread vincent delft
Thanks to Robert. Since your last change (7th of September), print and pdf exports are now working correctly. great :-) On Fri, Aug 31, 2018 at 10:48 PM vincent delft wrote: > Hello, > > I'm using -current and since few days, maybe the new release of > Libreoffice (6.1.0.3), I'm no more able

Re: last libreoffice update broke quickstart

2018-09-10 Thread Solene Rapenne
Solene Rapenne wrote: > hello, I upgraded my current system yesterday and found that > libreoffice --quickstart doesn't work anymore. Typing this command will > just start libreoffice, while it should create a systray icon and > reducing drastically libreoffice start. > > The parameter is still d

x2goclient and libc++ update

2018-09-10 Thread Stuart Henderson
Trying x2goclient in a test build with the libc++ update, it fails: c++ -c -std=c++03 -pipe -O2 -fno-wrapv -std=c++03 -O2 -fno-wrapv -Wall -W -pthread -DCFGCLIENT -D__linux__ -DQT_NO_Dang -I. -I../../../../local/include/X11/qt4/QtCore -I../../../../local/include/X11/qt4/QtNetwork -I../../../.

Re: UPDATE: shells/zsh

2018-09-10 Thread Pierre-Emmanuel Andre
On Sat, Sep 08, 2018 at 02:20:49PM -0500, Matthew Martin wrote: > On Sat, Sep 08, 2018 at 08:36:29AM +0200, Rafael Sadowski wrote: > > Hi All. > > > > please find below a simple diff to update ZSH to the latest stable > > version. This release includes security fixes: CVE-2018-0502, > > CVE-2018-1

[Update] GnuPG 2.2.10 && npth 1.6

2018-09-10 Thread Pierre-Emmanuel André
Hello, Small diffs to update GnuPG and npth to their latest versions. GnuPG : 2.2.10 Npth : 1.6 Tested together on @amd64. Comments, ok ? Regards, Index: Makefile === RCS file: /cvs/ports/devel/npth/Makefile,v retrieving revision 1.

Re: [UPDATE] audio/openal 1.19.0 with sndio capture support

2018-09-10 Thread Leonid Bobrov
Hm, MIME is broken, so here's plain-text patch: Index: Makefile === RCS file: /cvs/ports/audio/openal/Makefile,v retrieving revision 1.51 diff -u -p -u -p -r1.51 Makefile --- Makefile9 Aug 2018 20:50:47 - 1.51 +++ Makefi

tcsh port and rmstar

2018-09-10 Thread Claudio Jeker
Since a while I have the problem that rmstar in tcsh is not working correctly. If I type 'rm *' I get correctly asked: Do you really want to delete all files? [N/y] Whatever I answer the command hangs and ^C is needed to get a prompt back. rm is not executed at all so I guess the last update of tcs

Re: [UPDATE] py-zmq 16.0.3 -> 17.1.2

2018-09-10 Thread Daniel Jakots
On Fri, 31 Aug 2018 17:59:07 -0300, "Elias M. Mariani" wrote: > -Taking maintainership. (Already talked with Alexandr). > > -Changelog: > https://pyzmq.readthedocs.io/en/latest/changelog.html > > I see no possible problems with the update. > Self-testing returns the same as the current version,

arch-defines.mk: LLD_EMUL?

2018-09-10 Thread Christian Weisgerber
We have two ports (net/utox, www/mozplugger) that do something like this ld -r -b binary -o foo.o foo.blob to create an object file with a .data section from a binary blob. This works fine with ld.bfd, but ld.lld ld: error: target emulation unknown: -m or at least one .o file required requi

Re: tcsh port and rmstar

2018-09-10 Thread Stuart Henderson
On 2018/09/10 16:04, Claudio Jeker wrote: > Since a while I have the problem that rmstar in tcsh is not working > correctly. If I type 'rm *' I get correctly asked: > Do you really want to delete all files? [N/y] > Whatever I answer the command hangs and ^C is needed to get a prompt back. > rm is n

Re: arch-defines.mk: LLD_EMUL?

2018-09-10 Thread Stuart Henderson
On 2018/09/10 17:20, Christian Weisgerber wrote: > We have two ports (net/utox, www/mozplugger) that do something like this > > ld -r -b binary -o foo.o foo.blob > > to create an object file with a .data section from a binary blob. > This works fine with ld.bfd, but ld.lld > > ld: error: tar

Re: arch-defines.mk: LLD_EMUL?

2018-09-10 Thread Christian Weisgerber
Stuart Henderson: > arch-defines seems the right place - it might be helpful to add the > "-m" in ${LLD_EMUL} so that it can be used directly in command lines, > rather than have consumers check whether it's non-empty and add "-m" > themselves? Hmm, I guess we could do that. That will require twe

Re: arch-defines.mk: LLD_EMUL?

2018-09-10 Thread Stuart Henderson
On 2018/09/10 18:11, Christian Weisgerber wrote: > Stuart Henderson: > > > arch-defines seems the right place - it might be helpful to add the > > "-m" in ${LLD_EMUL} so that it can be used directly in command lines, > > rather than have consumers check whether it's non-empty and add "-m" > > them

Re: arch-defines.mk: LLD_EMUL?

2018-09-10 Thread Christian Weisgerber
Christian Weisgerber: > Stuart Henderson: > > > arch-defines seems the right place - it might be helpful to add the > > "-m" in ${LLD_EMUL} so that it can be used directly in command lines, > > rather than have consumers check whether it's non-empty and add "-m" > > themselves? > > Hmm, I guess

UPDATE: devel/protozero 1.6.2 => 1.6.3

2018-09-10 Thread Brian Callahan
Hi ports -- Simple update to protozero 1.6.3 Minimal (but complete changelog): * Moved byteswap_inplace functions from detail into protozero namespace. They can be useful outsize protozero. * More asserts and unit tests and small cleanups. This is a BDEP for get/libosmium and geo/osrm-backend.

Re: [UPDATE] net/p5-Net-SSH-Perl 1.42 -> 2.14 (p5-Net-SFTP Update 3/4)

2018-09-10 Thread Charlene Wendling
Hi! We could change the FILENO [1] subroutine to 16 (it works here) for example, but it may fail anyway, as you can read there and in the source, it's a "try and see it" situation. With Stuart's tweaks, failure is predictible and documented, so let's go for it! I'm attaching a diff. Charlène.

Re: [UPDATE] net/p5-Net-SSH-Perl 1.42 -> 2.14 (p5-Net-SFTP Update 3/4)

2018-09-10 Thread Stuart Henderson
On 2018/09/10 20:28, Charlene Wendling wrote: > Hi! > > We could change the FILENO [1] subroutine to 16 (it works here) for > example, but it may fail anyway, as you can read there and in the > source, it's a "try and see it" situation. > > With Stuart's tweaks, failure is predictible and docume

Re: NEW: devel/samurai

2018-09-10 Thread Stuart Henderson
On 2018/05/01 00:10, Brian Callahan wrote: > Hi ports -- > > Attached is a new port, devel/samurai. Samurai is a ninja-compatible build > tool written in C. > > --- > pkg/DESCR: > samurai is a ninja-compatible build tool written in C99 with a focus on > simplicity, speed, and portability. > > sa

Re: arch-defines.mk: LLD_EMUL?

2018-09-10 Thread Stuart Henderson
On 2018/09/10 18:33, Christian Weisgerber wrote: > Christian Weisgerber: > > > Stuart Henderson: > > > > > arch-defines seems the right place - it might be helpful to add the > > > "-m" in ${LLD_EMUL} so that it can be used directly in command lines, > > > rather than have consumers check whether

Re: NEW: devel/samurai

2018-09-10 Thread Brian Callahan
Hi Stuart -- On 09/10/18 15:11, Stuart Henderson wrote: On 2018/05/01 00:10, Brian Callahan wrote: Hi ports -- Attached is a new port, devel/samurai. Samurai is a ninja-compatible build tool written in C. --- pkg/DESCR: samurai is a ninja-compatible build tool written in C99 with a focus on s

Re: NEW: devel/samurai

2018-09-10 Thread Stuart Henderson
On 2018/09/10 15:26, Brian Callahan wrote: > Hi Stuart -- .. > Please go ahead. OK for me to import. Thanks, committed. > > And here's a simpler cmake.port.mk diff using "USE_NINJA=samurai" > > rather than a separate variable (though I am rather tempted to just > > switch the cmake module to usin

Re: NEW: devel/samurai

2018-09-10 Thread Brian Callahan
On 09/10/18 15:11, Stuart Henderson wrote: On 2018/05/01 00:10, Brian Callahan wrote: Hi ports -- Attached is a new port, devel/samurai. Samurai is a ninja-compatible build tool written in C. --- pkg/DESCR: samurai is a ninja-compatible build tool written in C99 with a focus on simplicity, sp

Re: NEW: devel/samurai

2018-09-10 Thread Brian Callahan
Sorry for the noise--meant to send the diff version of this. ~Brian On 09/10/18 18:10, Brian Callahan wrote: On 09/10/18 15:11, Stuart Henderson wrote: On 2018/05/01 00:10, Brian Callahan wrote: Hi ports -- Attached is a new port, devel/samurai. Samurai is a ninja-compatible build tool wr

Re: UPDATE: benchmarks/iozone 3.465 => 3.482

2018-09-10 Thread Charlene Wendling
On Sun, 9 Sep 2018 22:12:19 -0400 Brian Callahan wrote: > Hi ports -- > > Attached is a simple update for benchmarks/iozone. > > I saw an old message from Stuart here: > https://marc.info/?l=openbsd-ports&m=141665893929783&w=2 > > I may have gone a little conservative, but part of this diff ena

Fwd: NEW: meta/mate-1.20

2018-09-10 Thread Edward Lopez-Acosta
Ping? Also reached our to Robert who maintains the current mate-* ports about this as well. Both -main and -extras build fine on amd64. Forwarded Message Subject: NEW: meta/mate-1.20 Date: Mon, 6 Aug 2018 16:00:03 -0500 From: Edward Lopez-Acosta To: ports@openbsd.org Made

Re: UPDATE: sysutils/yank

2018-09-10 Thread Edward Lopez-Acosta
This builds, installs, and runs fine for me using examples from the man page. Edward Lopez-Acosta On 9/9/18 2:56 AM, Anton Lindqvist wrote: Hi, Update from maintainer. Most importantly, deterministic release tarballs are now provided; the complete changelog can be found here[1]. Comments? OK?

remove net/py-pcs ?

2018-09-10 Thread Daniel Jakots
Hi, It was (by accident, I presume) unhooked in: date: 2015/06/23 19:28:39; author: ajacoutot; state: Exp; lines: +2 -2; commitid: 6WihVya50 bPCbupV; +py-raet (https://github.com/openbsd/ports/commit/01ab99f14b5beddf9ad586612eb32c84d68f1012) and it seems nobody missed it. I guess we can saf

remove www/mozilla-sync ?

2018-09-10 Thread Daniel Jakots
Hi, It was unhooked: commit 6657fa2fd7ea112c2ec321946f1ab4a2061c0403 Author: landry Date: Thu Jul 10 12:37:06 2014 + Unlink mozilla-sync. This allowed you to run your own Sync 1.1 server, but the API has been deprecated since Gecko 29, and will completely stop working with Gec

wrong curses lib in WANTLIB on editors/nvi

2018-09-10 Thread Solene Rapenne
While porting a curses software and struggling on having cmake using ncursesw and not ncurses, I've been looking at the only other port having this combination to find a solution, but it ended up that editors/nvi doesn't use ncursesw correctly. I have no clue about how to make cmake find ncursesw

Re: Porting netdata

2018-09-10 Thread William Leuschner
> On 10 Sep, 2018, at 05:50, Stuart Henderson wrote: > > It's not going to be the simplest first port (it will need actual code > porting, rather than just writing ports Makefile etc). Yeah, I’ve already run into a few of these. > Many of the Linux-ish plugins use procfs which isn't very helpfu

Dovecot and dovecot-pigeonhole upgrade to 2.3.2

2018-09-10 Thread Renaud Allard
Hello, As you may have heard dovecot 2.2 is now EOL (https://www.mail-archive.com/dovecot-news@dovecot.org/msg00341.html), which means that if you run into trouble, you will have to replicate it on 2.3. Here are some patches for dovecot and dovecot-pigeonhole to upgrade them to 2.3.2. Cou