CVS: cvs.openbsd.org: ports

2020-03-16 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/03/16 22:51:28 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_Makefile Added files: databases/redis/patches: patch-src_networking_c Log

[Update] converters/p5-Convert-UUlib : Update to 1.71

2020-03-16 Thread wen heping
Hi, ports@: Here is a patch for converters/p5-Convert-UUlib: i) Update to 1.71 ii) Add a missing RUN_DEPENDS iii) Remove a trailing whitespace in DESCR It build well and pass all tests on amd64-current system. No other ports depends on p5-Convert-UUlib. Cheers ! wen Index:

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2020/03/16 19:59:17 Modified files: security/ogvt : Makefile distinfo Log message: Bump ogvt to 1.0.3 OK tb@

Re: Sympa's wwsympa Fails "Can't locate CGI/Fast.pm in @INC"

2020-03-16 Thread nik...@rpgresearch.com
On Mon, 16 Mar 2020 04:12:41 + Ian McWilliam wrote: > Did you pkg_add p5-CGI-Fast at some point? > > What does your pkg_info | grep -i p5-CGI look like? > > Ian McWilliam > > From: owner-po...@openbsd.org on behalf of > nik...@rpgresearch.com Sent:

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/03/16 17:50:28 Modified files: games/devilutionx: Makefile distinfo games/devilutionx/patches: patch-CMakeLists_txt Log message: Update to devilutionx-1.0.1 Changelog:

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/03/16 17:39:10 Modified files: misc/feathernotes: Makefile distinfo misc/feathernotes/pkg: PLIST Log message: Update to feathernotes-0.6.0 Changelog:

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/03/16 17:22:17 Modified files: editors/featherpad: Makefile distinfo editors/featherpad/pkg: PLIST Log message: Update featherpad to 0.13.1 The important changelog bits are here:

Re: Sympa's wwsympa Fails "Can't locate CGI/Fast.pm in @INC"

2020-03-16 Thread Ian McWilliam
You'll actually need to add CGI::Fast as a package as it is missing. pkg_add p5-CGI-Fast Ian McWilliam From: nik...@rpgresearch.com Sent: Monday, 16 March 2020 4:27 PM To: Ian McWilliam Cc: ports@openbsd.org Subject: Re: Sympa's wwsympa Fails "Can't locate

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2020/03/16 16:00:59 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST-main Log message: Update to mercurial 5.3.1.

Re: [new] devel/yarn an alternative to npm

2020-03-16 Thread Aaron Bieber
On Mon, 16 Mar 2020 at 17:44:31 -0300, Elias M. Mariani wrote: > Hello Aaron, > This is an old submission... > Is there any reason to have this tool in the ports tree? I would like to get it in as a more sane (not by much) alternative to npm. I have a yet to be submitted version that fixes an

Re: [new] devel/yarn an alternative to npm

2020-03-16 Thread Rafael Sadowski
On Mon Mar 16, 2020 at 05:44:31PM -0300, Elias M. Mariani wrote: > Hello Aaron, > This is an old submission... > Is there any reason to have this tool in the ports tree? > I found this mail because I wanted to see if porting VS Code was > possible and how much work would require. > TL;DR: VS Code

Re: [new] devel/yarn an alternative to npm

2020-03-16 Thread Elias M. Mariani
Hello Aaron, This is an old submission... Is there any reason to have this tool in the ports tree? I found this mail because I wanted to see if porting VS Code was possible and how much work would require. TL;DR: VS Code uses Yarn to install. Is this the case for lots of ports? I think that there

Re: I'd like to remove tortoisehg. Anyone using it?.

2020-03-16 Thread Juan Francisco Cantero Hurtado
On Sat, Mar 14, 2020 at 10:16:42PM -0400, George Koehler wrote: > On Sat, 14 Mar 2020 21:32:36 +0100 > Juan Francisco Cantero Hurtado wrote: > > > Since a few mercurial releases ago, they're not releasing new versions. > > Tortoise uses the internal API of mercurial, so I can't update mercurial

Re: [gcc-archs/sparc64] Fix net/arping build

2020-03-16 Thread Kurt Mosiejczuk
On Mon, Mar 16, 2020 at 08:48:50PM +0100, Jeremie Courreges-Anglas wrote: > On Mon, Mar 16 2020, Kurt Mosiejczuk wrote: > > arping needs c99 mode. Adding this to CFLAGS fixes the build on sparc64 > > (and presumably other base-gcc architectures). > > ok? > I'd prefer -std=gnu99. -std=gnuXX is

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2020/03/16 13:53:57 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/tortoisehg: Makefile distinfo

Re: llvm: -python: adjust RDEP

2020-03-16 Thread Jeremie Courreges-Anglas
On Mon, Mar 16 2020, Klemens Nanni wrote: > On Mon, Mar 16, 2020 at 02:57:16PM +0100, Jeremie Courreges-Anglas wrote: >> On Sun, Mar 15 2020, Klemens Nanni wrote: >> > All subpackages ave a RDEP on python, so explicitness for -python is >> > redundant. >> >> -python ships a true python module,

Re: [gcc-archs/sparc64] Fix net/arping build

2020-03-16 Thread Jeremie Courreges-Anglas
On Mon, Mar 16 2020, Kurt Mosiejczuk wrote: > arping needs c99 mode. Adding this to CFLAGS fixes the build on sparc64 > (and presumably other base-gcc architectures). > > ok? I'd prefer -std=gnu99. -std=gnuXX is the default for both clang and gcc. > (cc maintainer) done :) > --Kurt > >

Re: [gcc-archs/sparc64] Fix net/arping build

2020-03-16 Thread Klemens Nanni
OK kn

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/03/16 12:22:35 Modified files: lang/seed7 : Makefile distinfo lang/seed7/pkg : PLIST Log message: Update to seed7-20200308

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Martin Reindl
CVSROOT:/cvs Module name:ports Changes by: mar...@cvs.openbsd.org 2020/03/16 12:06:29 Modified files: math/py-cftime : Makefile distinfo Log message: Update to py-cftime 1.1.1.

[gcc-archs/sparc64] Fix net/arping build

2020-03-16 Thread Kurt Mosiejczuk
arping needs c99 mode. Adding this to CFLAGS fixes the build on sparc64 (and presumably other base-gcc architectures). ok? (cc maintainer) --Kurt Index: Makefile === RCS file: /cvs/ports/net/arping/Makefile,v retrieving revision

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/03/16 10:09:08 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register rebar16 removal

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/03/16 10:08:53 Modified files: devel/rebar: Makefile Log message: retire rebar16

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/03/16 10:07:46 Modified files: lang/erlang: Makefile Makefile.inc erlang.port.mk Removed files: lang/erlang/16 : Makefile distinfo lang/erlang/16/patches: patch-Makefile_in

Re: update security/sn0int

2020-03-16 Thread kpcyrd
hey! thanks for pointing this out. The project does explicitly enable the `use-pkg-config` feature to enforce dynamic linking, I just forgot to add it to WANTLIB as well. I've attached a new patch. Thanks! On Mon, Mar 16, 2020 at 11:58:54AM +0100, Sebastien Marie wrote: > On Mon, Mar 16, 2020

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:ports Changes by: ratc...@cvs.openbsd.org 2020/03/16 09:07:55 Modified files: audio/gqmpeg : Makefile audio/gqmpeg/patches: patch-src_mixer_c Added files: audio/gqmpeg/patches: patch-src_Makefile_in Log message: Use the new

Re: CVS: cvs.openbsd.org: ports

2020-03-16 Thread Alexandre Ratchov
On Mon, Mar 16, 2020 at 08:54:45AM -0600, Alexandre Ratchov wrote: > CVSROOT: /cvs > Module name: ports > Changes by: ratc...@cvs.openbsd.org 2020/03/16 08:54:45 > > Modified files: > x11/i3status : Makefile > Added files: > x11/i3status/patches: patch-Makefile_am

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:ports Changes by: ratc...@cvs.openbsd.org 2020/03/16 08:54:45 Modified files: x11/i3status : Makefile Added files: x11/i3status/patches: patch-Makefile_am patch-configure_ac patch-include_i3status_h

Re: CVS: cvs.openbsd.org: ports

2020-03-16 Thread Alexandre Ratchov
On Mon, Mar 16, 2020 at 08:50:57AM -0600, Alexandre Ratchov wrote: > CVSROOT: /cvs > Module name: ports > Changes by: ratc...@cvs.openbsd.org 2020/03/16 08:50:57 > > Modified files: > sysutils/tray-app: Makefile > sysutils/tray-app/patches: patch-sound_Makefile > Added

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:ports Changes by: ratc...@cvs.openbsd.org 2020/03/16 08:50:57 Modified files: sysutils/tray-app: Makefile sysutils/tray-app/patches: patch-sound_Makefile Added files: sysutils/tray-app/patches: patch-sound_sound_c Log message:

Re: UPDATE: print/lyx 2.3.2 to 2.3.4.2

2020-03-16 Thread Elias M. Mariani
Sorry, I do not follow. Are you asking me why I send the diff of distinfo? Cheers. On Mon, Mar 16, 2020 at 10:04 AM Marc Espie wrote: > > On Mon, Mar 16, 2020 at 08:26:35AM +, Stuart Henderson wrote: > > On 2020/03/16 00:45, Marc Espie wrote: > > > On Sun, Mar 15, 2020 at 08:08:34PM -0300,

Re: llvm: -python: adjust RDEP

2020-03-16 Thread Klemens Nanni
On Mon, Mar 16, 2020 at 02:57:16PM +0100, Jeremie Courreges-Anglas wrote: > On Sun, Mar 15 2020, Klemens Nanni wrote: > > All subpackages ave a RDEP on python, so explicitness for -python is > > redundant. > > -python ships a true python module, IMO it should have an rdep on python > like other

Re: CVS: cvs.openbsd.org: ports

2020-03-16 Thread Solene Rapenne
On Mon, Mar 16, 2020 at 07:43:38AM -0600, Solene Rapenne wrote: > CVSROOT: /cvs > Module name: ports > Changes by: sol...@cvs.openbsd.org 2020/03/16 07:43:38 > > Removed files: > net/ejabberd : Makefile distinfo > net/ejabberd/patches: patch-src_Makefile_in >

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/03/16 08:06:58 Modified files: net: Makefile Log message: - ejabberd

Re: llvm: -python: adjust RDEP

2020-03-16 Thread Jeremie Courreges-Anglas
On Sun, Mar 15 2020, Klemens Nanni wrote: > All subpackages ave a RDEP on python, so explicitness for -python is > redundant. -python ships a true python module, IMO it should have an rdep on python like other python modules in the tree. Same goes for -lldb. -main ships a bunch of python

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/03/16 07:48:00 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add ejabberd as an ancient software not maintained full of security holes it is still

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/03/16 07:43:38 Removed files: net/ejabberd : Makefile distinfo net/ejabberd/patches: patch-src_Makefile_in patch-src_ejabberd_c2s_erl

Re: UPDATE: print/lyx 2.3.2 to 2.3.4.2

2020-03-16 Thread Marc Espie
On Mon, Mar 16, 2020 at 08:26:35AM +, Stuart Henderson wrote: > On 2020/03/16 00:45, Marc Espie wrote: > > On Sun, Mar 15, 2020 at 08:08:34PM -0300, Elias M. Mariani wrote: > > > Sure. > > > + Added https://ftp.lip6.fr/pub/lyx/stable/2.3.x/ to the top of > > > MASTER_SITES. (I guess that we

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2020/03/16 05:26:47 Modified files: x11/qt5/qtbase : Makefile Log message: fix spelling of REVISION

Re: update security/sn0int

2020-03-16 Thread Sebastien Marie
On Mon, Mar 16, 2020 at 03:49:11AM +, kpcyrd wrote: > hi! > > this patch imports the latest version and drops the patches that have > been upstreamed (patch follows). I will take a look. > Index: Makefile > === > RCS file:

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2020/03/16 04:55:36 Modified files: devel/cargo: cargo.port.mk Log message: devel/cargo: take care of libsodium-sys crate - force dynamic linking - remove embedded tarball

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Paco Esteban
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/03/16 04:44:38 Modified files: www/hugo : Makefile distinfo Log message: update www/hugo to latest versio 0.67.1 Changes for this release: * metrics: Fix --templateMetricsHints [5eadc4c0] *

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2020/03/16 04:09:30 Modified files: www/puppetboard: Makefile www/puppetboard/pkg: puppetboard.rc Log message: fix the rcscript, gunicorn doesn't need to be prefixed with MODPY_BIN_SUFFIX

Re: [update] redis 5.0.8

2020-03-16 Thread Uwe Werler
On 16 Mar 08:20, Stuart Henderson wrote: > Yes, please try to get a backtrace. > > -- > Sent from a phone, apologies for poor formatting. > > On 16 March 2020 07:00:06 Uwe Werler wrote: > > > Hi Stuart, > > > > thanks for the advice! > > > > The output is as follows: > > > >

Need help for libtsk/sleuthkit

2020-03-16 Thread Remi Pointel
Hi, I need to update sleuthkit for the new version of plaso. Attached is the updated version of sleuthkit. It builds fine, but if I run the regress tests of the py-tsk port it segfaults on the libtsk. If I add LDFLAGS="-lstdc++", it works fine but it's not the good way to fix it. Any

Re: [PATCH] Add /dev/fido unveil to enable FIDO support in firefox

2020-03-16 Thread Landry Breuil
On Mon, Mar 16, 2020 at 07:50:14AM +0100, Theo Buehler wrote: > On Sat, Mar 14, 2020 at 11:04:21AM -0700, Greg Steuck wrote: > > All reyk@'s changes are now merged upstream so this is the only patch > > that remains. > > Appears to work flawlessly for me. > > ok tb if it works for you i've fine

Re: UPDATE: print/lyx 2.3.2 to 2.3.4.2

2020-03-16 Thread Stuart Henderson
On 2020/03/16 00:45, Marc Espie wrote: > On Sun, Mar 15, 2020 at 08:08:34PM -0300, Elias M. Mariani wrote: > > Sure. > > + Added https://ftp.lip6.fr/pub/lyx/stable/2.3.x/ to the top of > > MASTER_SITES. (I guess that we want HTTPS first?). > > We don't really care about https, but the lip6 server

Re: [update] redis 5.0.8

2020-03-16 Thread Stuart Henderson
Yes, please try to get a backtrace. -- Sent from a phone, apologies for poor formatting. On 16 March 2020 07:00:06 Uwe Werler wrote: On 15 Mar 17:34, Stuart Henderson wrote: On 2020/03/15 17:27, Uwe Werler wrote: > > ### > > > gdb /usr/local/sbin/redis-server

[Update] security/p5-CryptX : UPdate to 0.068

2020-03-16 Thread wen heping
Hi, ports@: Here is a patch to update security/p5-CryptX to 0.068. It build well and passed all tests on amd64-head system. Two port depends on it: net/p5-Net-SSH-Perl and security/p5-Crypt-PKCS10. net/p5-Net-SSH-Perl build well and one tests failed in regression tests, but it is not

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2020/03/16 01:09:55 Modified files: devel/p5-Specio: Makefile distinfo Log message: Update to p5-Specio-0.46 from wen heping (Maintainer).

Re: net/ejabberd remove or update?

2020-03-16 Thread Jasper Lievisse Adriaanse
> On 15 Mar 2020, at 22:03, Solene Rapenne wrote: > > On Fri, Feb 14, 2020 at 01:45:53PM +0100, Jasper Lievisse Adriaanse wrote: >> >> >>> On 16 Oct 2019, at 16:58, Stuart Henderson wrote: >>> >>> On 2019/10/16 13:53, Solene Rapenne wrote: anyone willing to work on it? I see no

Re: [update] redis 5.0.8

2020-03-16 Thread Uwe Werler
On 15 Mar 17:34, Stuart Henderson wrote: > On 2020/03/15 17:27, Uwe Werler wrote: > > > > ### > > > > > > gdb /usr/local/sbin/redis-server /tmp/redis-server.core > > GNU gdb 6.3 > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2020/03/16 00:59:37 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST Log message: Update 4.1.1 -> 4.3.0 works for me since quite some time

CVS: cvs.openbsd.org: ports

2020-03-16 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2020/03/16 00:59:00 Modified files: www/sope : Makefile distinfo Log message: Update 4.1.1 -> 4.3.0 works for me since quite some time

Re: [PATCH] Add /dev/fido unveil to enable FIDO support in firefox

2020-03-16 Thread Theo Buehler
On Sat, Mar 14, 2020 at 11:04:21AM -0700, Greg Steuck wrote: > All reyk@'s changes are now merged upstream so this is the only patch > that remains. Appears to work flawlessly for me. ok tb > > Tested post-install by adding the same line to >