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,

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'

Re: NEW: www/vnu

2018-09-10 Thread Theo Buehler
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 > HTML 5 documents from the command line and from other scripts/apps, or >

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

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

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

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

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

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

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

[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

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

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

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

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:

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

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

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

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

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

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

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

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

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

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

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

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=141665893929783=2 > > I may have gone a little conservative, but part of this diff

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?

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

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

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,

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

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

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

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/09/10 03:04:03 Modified files: mail/dspam : Makefile Log message: missing bumps after HOMEPAGE change

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/09/10 00:25:52 Modified files: infrastructure/db: user.list Log message: Reserve a user for vnu.

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/09/10 00:59:01 Modified files: comms : Makefile Log message: +gnuradio

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/09/10 00:58:23 Log message: Import gnuradio-3.7.13.4. GNU Radio is a software development toolkit that provides signal processing blocks to implement software radios. It can be used with

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/09/10 00:57:50 Modified files: sysutils/amazon-ecs-cli: Makefile distinfo Log message: Update to ecs-cli-1.8.0.

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/09/10 00:50:04 Log message: Import vnu-18.8.29. 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

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/09/10 00:50:54 Modified files: www: Makefile Log message: +vnu

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/09/10 05:11:29 Modified files: net/bitcoin: Makefile net/bitcoin/pkg: PLIST Log message: Give the _bitcoind user the correct home directory. Previous versions of the package give

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/09/10 05:10:20 Modified files: geo/osrm-backend: Makefile geo/osrm-backend/pkg: PLIST Log message: Give the _osrm_routed user the correct home directory. Previous versions of the package

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2018/09/10 06:38:35 Modified files: databases/pgbouncer: Makefile distinfo Log message: Update to 1.9.0

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2018/09/10 06:29:24 Modified files: databases/pgpool: Makefile distinfo Log message: Update to 3.7.5

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/09/10 08:54:41 Modified files: infrastructure/bin: pkg_check-problems Log message: unify the conflicts and dir checking code some more so that I can go further

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/09/10 09:07:33 Modified files: infrastructure/bin: pkg_check-problems Log message: get rid of globals

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/09/10 09:29:16 Modified files: shells/tcsh: Makefile Added files: shells/tcsh/patches: patch-tc_func_c Log message: backout an upstream commit which broke rmstar, reported by claudio@

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/09/10 09:15:55 Modified files: infrastructure/lib/OpenBSD: PlistScanner.pm Log message: do things slightly more directly, to be able to pass SUBDIRs manually (prepare for transitive closure)

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/09/10 09:47:23 Modified files: x11/x2goclient : Makefile x11/x2goclient/patches: patch-x2goclient_pro Log message: don't define __linux__ on OpenBSD, it has implications for system headers

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2018/09/10 08:21:15 Modified files: net/py-zmq : Makefile distinfo net/py-zmq/pkg : PLIST Log message: Update to py-zmq-17.1.2 >From Elias Mariani who's taking maintainership (as talked with

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/09/10 10:23:27 Modified files: shells/tcsh: Makefile Added files: shells/tcsh/patches: patch-sh_func_c Removed files: shells/tcsh/patches: patch-tc_func_c Log message: actual

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/09/10 08:34:17 Modified files: infrastructure/bin: pkg_check-problems Log message: don't redo the same package twice

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/09/10 12:37:09 Modified files: net/p5-Net-SSH-Perl: Makefile Log message: reenable tests, add a comment about https://rt.cpan.org/Public/Bug/Display.html?id=67586 similar to a diff from Charlene

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/09/10 13:29:52 Log message: import ports/devel/samurai, updated from bcallah's earlier port, ok bcallah@ samurai is a ninja-compatible build tool written in C99 with a focus on simplicity,

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2018/09/10 13:51:13 Modified files: www/chromium/patches: patch-build_gn_run_binary_py Log message: update-patches strikes again .. do not include my pobj path

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/09/10 12:53:00 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-html_install_php patch-includes_common_php

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/09/10 13:30:17 Modified files: devel : Makefile Log message: +samurai

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2018/09/10 14:51:37 Modified files: games : Makefile Log message: Add trader.

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/09/10 15:03:42 Modified files: security/xca : Makefile distinfo security/xca/patches: patch-Makefile patch-misc_Makefile security/xca/pkg: PLIST Removed files:

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2018/09/10 14:50:56 Log message: Import games/trader. Star Traders is a simple text-based game of interstellar trading, where the objective is to create companies, buy and sell shares, borrow and

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/09/10 22:32:30 Modified files: meta/kde4 : Makefile multimedia : Makefile Log message: unhook k3b-kde4 and remove from meta-kde4

CVS: cvs.openbsd.org: ports

2018-09-10 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/09/10 22:34:26 Removed files: multimedia/k3b-kde4: Makefile distinfo multimedia/k3b-kde4/patches: patch-CMakeLists_txt