Re: gcc --static produces programs that crash

2020-12-02 Thread George Koehler
This diff in lang/gcc/8 works for me on amd64 and powerpc. I would like tests on more arches. Is it ok to commit? This diff makes 4 changes to LINK_SPEC: 1. use "%{!static:-dynamic-linker /usr/libexec/ld.so}" to fix static linking; you can try the Fortran example below. 2. change %{r*:}

Update net/ddclient to 3.9.1

2020-12-02 Thread Reeto Chatterjee
patch Description: Binary data

[update] intellij and pycharm to 2020.3

2020-12-02 Thread Lucas Raab
Hello, Apologies for the rapid version turnover :/ I would have just waited for 2020.3 had I known they'd be right around the corner from 2020.2.4. The PLISTs have a lot of churn for this version bump, but they've built and run just fine. Tested by building some projects and running tests within

Re: [New] devel/re2

2020-12-02 Thread Ashton Fagg
Stuart Henderson writes: > You mentioned a cmakefile change that would increase it, can you show > that please, some of us only have slow machines like > > cpu3: Intel(R) Xeon(R) CPU E3-1225 v3 @ 3.20GHz, 3392.17 MHz, 06-3c-03 > > :) Here you go. I've added a patch that increases the timeout, wi

Re: PostgreSQL 13.1 Upgrade

2020-12-02 Thread Denis Fondras
On Wed, Dec 02, 2020 at 01:02:46PM -0800, Jeremy Evans wrote: > On 12/02 09:39, Christian Weisgerber wrote: > > Jeremy Evans: > > > > > Now that PostgreSQL 13.1 is out, I think we can consider upgrading to > > > it. The diff below was tested on amd64 on a partial bulk of the ports > > > depending

Re: PostgreSQL 13.1 Upgrade

2020-12-02 Thread Jeremy Evans
On 12/02 09:39, Christian Weisgerber wrote: > Jeremy Evans: > > > Now that PostgreSQL 13.1 is out, I think we can consider upgrading to > > it. The diff below was tested on amd64 on a partial bulk of the ports > > depending on PostgreSQL. > > > > Could we please have this tested in a bulk? > >

Re: [NEW] net/td

2020-12-02 Thread Nathanael Dalliard
On 20-12-01 17:45:42, Omar Polo wrote: Omar Polo writes: Hello ports@, $ pkg_info td Information for inst:td-1.6.9 Comment: cross-platform library for building Telegram clients Description: TDLib (Telegram Database Library) is a cross-platform, fully functional

Re: PostgreSQL 13.1 Upgrade

2020-12-02 Thread Christian Weisgerber
Jeremy Evans: > Now that PostgreSQL 13.1 is out, I think we can consider upgrading to > it. The diff below was tested on amd64 on a partial bulk of the ports > depending on PostgreSQL. > > Could we please have this tested in a bulk? I ran this through a bulk build on amd64. Two build failures

Re: [new] net/kristall (gopher/gemini navigator)

2020-12-02 Thread Paco Esteban
On Fri, 27 Nov 2020, Solene Rapenne wrote: > hi, > > this is a new port for Kristall > https://github.com/MasterQ32/kristall > > A GUI program to navigate into Gemini and Gopher > spaces (or even http). > > I patched a git call which happened at every clang > call which was pretty bad. Builds

Re: [NEW] textproc/py-regex

2020-12-02 Thread Paco Esteban
On Sat, 12 Sep 2020, Kurt Mosiejczuk wrote: > On Tue, Sep 08, 2020 at 03:03:29AM +, wen heping wrote: > > Hi, > > >Here is a patch to create new port textproc/py-regex, which is required > > by the update of textproc/py-black. > >It build well, all tests passed but one failed on amd64

Re: nsca-ng: nsca-ng: [FATAL] Cannot bind to *:5668: Invalid argument

2020-12-02 Thread Florian Obser
On Wed, Dec 02, 2020 at 05:34:52PM +, Stuart Henderson wrote: > I didn't manage to track down a fix but I've set nsca-ng back to using > openssl/1.0.2 for now, my glasses do not permit looking at BIO_* for > more than a few moments. Seems reasonable. Turns out this is also broken client side

Re: nsca-ng: nsca-ng: [FATAL] Cannot bind to *:5668: Invalid argument

2020-12-02 Thread Stuart Henderson
I didn't manage to track down a fix but I've set nsca-ng back to using openssl/1.0.2 for now, my glasses do not permit looking at BIO_* for more than a few moments. On 2020/12/02 17:23, Florian Obser wrote: > Looks like this thing might be legacy IP only. > I work around the problem by adding: >

Re: nsca-ng: nsca-ng: [FATAL] Cannot bind to *:5668: Invalid argument

2020-12-02 Thread Florian Obser
Looks like this thing might be legacy IP only. I work around the problem by adding: listen = "0.0.0.0" to /etc/nsca-ng.cfg Having glanced at the code in src/common/tls.c could this be an openssl update? Don't think I'll have a lot of time digging into this though. On Wed, Dec 02, 2020 at

nsca-ng: nsca-ng: [FATAL] Cannot bind to *:5668: Invalid argument

2020-12-02 Thread Florian Obser
After the recent nsca-ng update it no longer starts: nsca-ng: [FATAL] Cannot bind to *:5668: Invalid argument My nsca-ng config is fairly simple: # cat /etc/nsca-ng.cfg command_file = "/var/icinga/rw/icinga.cmd" authorize "*" { password = "XXX" hosts = ".*" services = ".

Re: [NEW] graphics/opencollada

2020-12-02 Thread Dimitri Karamazov
On Wed, December 2, 2020 05:53, Dimitri Karamazov wrote: > Information for inst:opencollada-1.6.68 > > > Comment: > stream based reader and writer library for COLLADA files > > Description: > OpenCOLLADA is a reader and writer library for the COLLADA format, an open, > royalty-free standard for exc

Re: [UPDATE] math/hdf5 1.12.0

2020-12-02 Thread Martin Reindl
On Wed, Dec 02, 2020 at 11:57:24AM +0100, Landry Breuil wrote: > On Tue, Dec 01, 2020 at 09:01:14PM +0100, Martin Reindl wrote: > > The attached diff updates math/hdf5 to the latest version 1.12.0. > > there's no geo/gdal anymore, and geo/gdal,python3 builds fine with this > update. > Thanks. In

Re: [UPDATE] math/hdf5 1.12.0

2020-12-02 Thread Landry Breuil
On Tue, Dec 01, 2020 at 09:01:14PM +0100, Martin Reindl wrote: > The attached diff updates math/hdf5 to the latest version 1.12.0. > > - enable fortran > - API changes require major bump to all shlib > - use configure argument for example dir instead of post-install mv(1) > - pull patches from ups

[UPDATE] www/youtube-dl to 2020.12.02

2020-12-02 Thread Ricardo Mestre
Hi, New release today, OK? [tva] Add support for qub.ca (#27235) [toggle] Detect DRM protected videos (closes #16479)(closes #20805) [toggle] Add support for new MeWatch URLs (#27256) [youtube:tab] Extract channels only from channels tab (#27266) [cpan] Extract info from jwplayer data (#3672, #37

Re: cyrus-imapd upstreamed patches and improvements

2020-12-02 Thread Antoine Jacoutot
On Mon, Nov 30, 2020 at 04:19:16AM -0300, Anatoli wrote: > Antoine, Stuart, > > cyrus-imapd 3.2.5 was just released. > > I'm attaching an updated patch that also includes the SHA256 and the version > bump + everything else from my initial mail, which is needed to accommodate > the > cross-platfo

[NEW] graphics/opencollada

2020-12-02 Thread Dimitri Karamazov
Information for inst:opencollada-1.6.68 Comment: stream based reader and writer library for COLLADA files Description: OpenCOLLADA is a reader and writer library for the COLLADA format, an open, royalty-free standard for exchanging 3D asset information between applications, digital content creati