回复: 回复: 回复: [NEW] devel/py-asgiref

2019-12-12 Thread wen heping
ping ... 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2019年12月6日 9:39 收件人: Kurt Mosiejczuk 抄送: ports@openbsd.org 主题: 回复: 回复: [NEW] devel/py-asgiref Hi, Here is the revised patch: i) Update to 3.2.3 ii) Enable the test since upstream include test pro

Re: Fixing guile2 on powerpc

2019-12-12 Thread Charlene Wendling
Hi, On Wed, 11 Dec 2019 20:50:00 -0500 George Koehler wrote: > I believe that the files in WRKSRC/prebuilt/32-bit-big-endian are > broken: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26854 > > The diff below adds a post-extract target that moves away the prebuilt > files, so the build ignores

UPDATE: math/R

2019-12-12 Thread Ingo Feinerer
Dear useRs, update math/R 3.6.1 -> 3.6.2 - SHARED_LIBS: increase major version number due to removals in dynamic export changes $ /usr/src/lib/check_sym libR.so.35.1 libR.so.36.0 libR.so.35.1 --> libR.so.36.0 Dynamic export changes: removed: dummy_ii dummy_ii_ptr

[new] devel/yarn an alternative to npm

2019-12-12 Thread Aaron Bieber
Hi! This is a port of yarn. It's an alternative to npm. https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli (I will post an update to node when it lands.) Unfortunately it suffers from some of the same issues. :P DESCR: Fast: Yarn caches every package it has download

Re: update net/dnscrypt-proxy 2.0.35

2019-12-12 Thread Björn Ketelaars
On Mon 09/12/2019 18:34, Nam Nguyen wrote: > Here is an update to net/dnscrypt-proxy 2.0.35 released December 9, > 2019. > Committed. Thank you!

aarch64 bulk build report

2019-12-12 Thread phessler
bulk build on arm64.ports.openbsd.org started on Tue Dec 10 02:01:23 MST 2019 finished at Thu Dec 12 07:25:50 MST 2019 lasted 2D05h24m done with kern.version=OpenBSD 6.6-current (GENERIC.MP) #366: Mon Dec 9 12:29:58 MST 2019 built packages:10299 Dec 10:4061 Dec 11:2660 Dec 12:3577 critical pa

Re: postgresql: libc collation issue, linking with ICU

2019-12-12 Thread f.holop
Jeremie Courreges-Anglas - Thu, 12 December 2019 at 11:35:51 > Can you actually use ICU as the default collation algorithm used by > a database? it's not totally straightforward but yes, on the schema level it's possible to override collation: macos=# CREATE TABLE t (n text COLLATE "fr-FR-x-icu")

Re: postgresql: libc collation issue, linking with ICU

2019-12-12 Thread Jeremie Courreges-Anglas
On Thu, Dec 12 2019, "f.holop" wrote: > Landry Breuil - Thu, 12 December 2019 at 08:51:49 >> On Thu, Dec 12, 2019 at 01:47:25AM +0100, Jeremie Courreges-Anglas wrote: >> > >> > +cc maintainer >> > >> > This has bugged me for some time, I think enabling ICU makes sense. >> > Here's a wip diff. I

Re: update: lang/rust

2019-12-12 Thread Niklas Hallqvist
Yes, I sort of agree, but personally I will run with this meanwhile.  I now recall what it was that made me do this: wasm. The wasm-pack system requires the version of rustc to match with the wasm32-unknown-unknown target, and I thought it better (read: easier :-) )to use the published target i

Re: postgresql: libc collation issue, linking with ICU

2019-12-12 Thread f.holop
Landry Breuil - Thu, 12 December 2019 at 08:51:49 > On Thu, Dec 12, 2019 at 01:47:25AM +0100, Jeremie Courreges-Anglas wrote: > > > > +cc maintainer > > > > This has bugged me for some time, I think enabling ICU makes sense. > > Here's a wip diff. I fear it might cause issues with existing > > d

Re: update: lang/rust

2019-12-12 Thread Sebastien Marie
On Thu, Dec 12, 2019 at 07:52:21AM +0100, Niklas Hallqvist wrote: > As a matter of fact I did the same update just a week ago, and ended up in > exactly the same patch set as you, except for one thing: > > The version reported by 'rust -V' normally include the git hash and date, and > some rust