[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: M

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

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 CGI

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 iss

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 u

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 a

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 t

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

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

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

2020-03-16 Thread Klemens Nanni
OK kn

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

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 a

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

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 p

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 script

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 wan

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: /cv

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

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 /tmp/redis-server.co

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

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 r

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 General