Re: [PATCH] Valgrind print symbol of ld.so

2020-04-02 Thread Masato Asou
Sorry, this patch is not correct. I'm canceling this patch. I'll consder it again. -- ASOU Masato From: Masato Asou Date: Fri, 03 Apr 2020 12:24:32 +0900 (JST) > Hello, > > I made patch for print symbold of ld.so, if error was occured as > below: > > > Before apply this patch: > $ valgrind .

[PATCH] Valgrind print symbol of ld.so

2020-04-02 Thread Masato Asou
Hello, I made patch for print symbold of ld.so, if error was occured as below: Before apply this patch: $ valgrind ./a.out ==62211== Memcheck, a memory error detector ==62211== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==62211== Using Valgrind-3.10.1 and LibVEX; rerun with

math/py-scipy,python3 build failure

2020-04-02 Thread Christian Weisgerber
math/py-scipy,python3 failed to build in my latest amd64 bulk build. This was before the py-numpy update. It seems that libcblas is picked up during the build, but there is no dependency. Anyway, I'm appending the full log. Somebody with interest in that area please have a look. -- Christian "

Re: fix nodejs/node-gyp tarball version

2020-04-02 Thread Denis Fondras
On Thu, Apr 02, 2020 at 09:05:01AM -0600, Aaron Bieber wrote: > On Thu, 02 Apr 2020 at 15:54:03 +0200, Jeremie Courreges-Anglas wrote: > > > > +cc maintainer ;) > > > > On Thu, Apr 02 2020, Denis Fondras wrote: > > > node-gyp needs to know about the installed Node.js version. > > > > > > This ne

Re: [UPDATE] lang/mruby to 2.1.0

2020-04-02 Thread Stuart Henderson
On 2020/04/02 15:44, Frederic Cambus wrote: > Hi ports@, > > Here is a diff to update mruby to 2.1.0. > > Tested on amd64, test suite passes without errors. > > Comments? OK? does www/h2o,mruby still build ok?

Re: fix nodejs/node-gyp tarball version

2020-04-02 Thread Aaron Bieber
On Thu, 02 Apr 2020 at 15:54:03 +0200, Jeremie Courreges-Anglas wrote: > > +cc maintainer ;) > > On Thu, Apr 02 2020, Denis Fondras wrote: > > node-gyp needs to know about the installed Node.js version. > > > > This needs to be updated each time Node.js is upgraded. May we do this > > automatica

Re: fix nodejs/node-gyp tarball version

2020-04-02 Thread Jeremie Courreges-Anglas
+cc maintainer ;) On Thu, Apr 02 2020, Denis Fondras wrote: > node-gyp needs to know about the installed Node.js version. > > This needs to be updated each time Node.js is upgraded. May we do this > automatically with sed in Makefile pre-patch section ? pre-configure already uses ${SUBST_CMD}

[UPDATE] lang/mruby to 2.1.0

2020-04-02 Thread Frederic Cambus
Hi ports@, Here is a diff to update mruby to 2.1.0. Tested on amd64, test suite passes without errors. Comments? OK? Index: Makefile === RCS file: /cvs/ports/lang/mruby/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile

Re: REVISION: kicad-5.1.5

2020-04-02 Thread Paco Esteban
On Wed, 01 Apr 2020, Tracey Emery wrote: > On Wed, Apr 01, 2020 at 04:14:18PM -0600, Tracey Emery wrote: > > On Wed, Apr 01, 2020 at 09:58:32PM +0200, Klemens Nanni wrote: > > > What Stuart said, plus comments in the patches would do fine explaining > > > what is being patched/why. > > > > > > Re

Re: new: devel/py-regex

2020-04-02 Thread Paco Esteban
On Thu, 02 Apr 2020, Jeremie Courreges-Anglas wrote: > > ok to import ? > > IIUC you want to import devel/py-dateparser and devel/py-regex to > fulfill the test deps of an updated py-arrow. But as you noticed, > py-arrow has no consumer, it was imported as a dep of cookiecutter, > along with a b

mips64 bulk build report

2020-04-02 Thread visa
bulk build on octeon.ports.openbsd.org started on Tue Mar 17 17:14:48 UTC 2020 finished at Thu Mar 26 17:46:26 UTC 2020 lasted 10D00h31m done with kern.version=OpenBSD 6.6-current (GENERIC.MP) #21: Mon Mar 23 15:09:05 UTC 2020 built packages:9430 Mar 17:1434 Mar 18:1270 Mar 19:706 Mar 20:604 Mar

Re: new: devel/py-regex

2020-04-02 Thread Jeremie Courreges-Anglas
On Wed, Apr 01 2020, Paco Esteban wrote: > Hi ports@, > > This is a new port devel/py-regex. From DESCR: > > Alternative regular expression module, to replace re on Python. > > This regex implementation is backwards-compatible with the standard 're' > module, but offers additional functiona

Re: update to libvips 8.9.0

2020-04-02 Thread Denis Fondras
On Sun, Feb 09, 2020 at 10:31:14AM +0100, Stephane Guedon wrote: > Updated after sthen's advices. > This looks fine to me. It works OK here. Can we get this in ?

fix nodejs/node-gyp tarball version

2020-04-02 Thread Denis Fondras
node-gyp needs to know about the installed Node.js version. This needs to be updated each time Node.js is upgraded. May we do this automatically with sed in Makefile pre-patch section ? Index: patches/patch-deps_npm_node_modules_node-gyp_lib_install_js