Re: net/neon missing libcrypto (was: Re: sparc64 bulk build report)

2022-01-10 Thread Antoine Jacoutot
On Mon, Jan 10, 2022 at 11:20:17PM +0100, Jeremie Courreges-Anglas wrote: > On Wed, Jan 05 2022, Stuart Henderson wrote: > > Quite a few of the new sparc64 failures are related to neon: > >> http://build-failures.rhaalovely.net/sparc64/2022-01-03/audio/libmusicbrainz.log > >> http://build-failures

Re: www/p5-CGI-Simple: Update to 1.26

2022-01-10 Thread Andrew Hewus Fresh
On Tue, Jan 11, 2022 at 12:44:30AM +0100, Alexander Bluhm wrote: > On Tue, Jan 04, 2022 at 08:32:50AM +, Stuart Henderson wrote: > > > MODULES =cpan > > > PKG_ARCH = * > > > -DISTNAME = CGI-Simple-1.115 > > > +DISTNAME = CGI-Simple-1.26 > > > > this results in the v

Re: Fix libsigrokedecode libpython linking on sparc64

2022-01-10 Thread Jeremie Courreges-Anglas
On Tue, Jan 11 2022, Jeremie Courreges-Anglas wrote: > On Mon, Jan 10 2022, k...@openbsd.org wrote: >> Bulk build on sparc64-0a.ports.openbsd.org > > [...] > >> http://build-failures.rhaalovely.net/sparc64/2022-01-07/comms/sigrok/pulseview.log >> http://build-failures.rhaalovely.net/sparc64/2022-0

Fix libsigrokedecode libpython linking on sparc64 (was: Re: sparc64 bulk build report)

2022-01-10 Thread Jeremie Courreges-Anglas
On Mon, Jan 10 2022, k...@openbsd.org wrote: > Bulk build on sparc64-0a.ports.openbsd.org [...] > http://build-failures.rhaalovely.net/sparc64/2022-01-07/comms/sigrok/pulseview.log > http://build-failures.rhaalovely.net/sparc64/2022-01-07/comms/sigrok/sigrok-cli.log Uses symbols from libsigroked

回复: www/p5-CGI-Simple: Update to 1.26

2022-01-10 Thread wen heping
I emailed upstream just now. I should submit revised patch after upstream reply. wen 发件人: Alexander Bluhm 发送时间: 2022年1月11日 7:44 收件人: wen heping; ports@openbsd.org 主题: Re: www/p5-CGI-Simple: Update to 1.26 On Tue, Jan 04, 2022 at 08:32:50AM +, Stuart

Re: textprod/mupdf and COMPILER (was: Re: sparc64 bulk build report)

2022-01-10 Thread Kurt Mosiejczuk
On Mon, Jan 10, 2022 at 10:51:12PM +0100, Jeremie Courreges-Anglas wrote: > > http://build-failures.rhaalovely.net/sparc64/2022-01-07/textproc/mupdf.log > This one has happened since some time since Nov 13: > http://build-failures.rhaalovely.net/sparc64/2021-11-13/textproc/mupdf,js.log > > cc1pl

Re: www/p5-CGI-Simple: Update to 1.26

2022-01-10 Thread Alexander Bluhm
On Tue, Jan 04, 2022 at 08:32:50AM +, Stuart Henderson wrote: > > MODULES = cpan > > PKG_ARCH = * > > -DISTNAME = CGI-Simple-1.115 > > +DISTNAME = CGI-Simple-1.26 > > this results in the version number (as understood by ports) going > backwards so will need an EPOCH bump Some Perl modules

Re: new: lang/polyml

2022-01-10 Thread Mark Kettenis
> Date: Sun, 09 Jan 2022 23:54:23 +0100 > From: Leo Larnack > > Daniel Dickman wrote: > > > elfexport.cpp:352:56: error: use of undeclared identifier 'R_386_32' > > reloc.r_info = ELFXX_R_INFO(symbolNum, isFuncPtr ? > > HOST_DIRECT_FPTR_RELOC : HOST_DIRECT_DATA_RELOC); > >

Re: devel/avr/gcc sparc64 build fix (was: Re: sparc64 bulk build report)

2022-01-10 Thread Tracey Emery
On Tue, Jan 11, 2022 at 12:07:35AM +0100, Jeremie Courreges-Anglas wrote: > On Mon, Jan 10 2022, Tracey Emery wrote: > > On Mon, Jan 10, 2022 at 11:52:57AM -0700, k...@openbsd.org wrote: > >> Bulk build on sparc64-0a.ports.openbsd.org > >> > >> Started : Fri Jan 7 22:10:48 MST 2022 > >> http://b

devel/avr/gcc sparc64 build fix (was: Re: sparc64 bulk build report)

2022-01-10 Thread Jeremie Courreges-Anglas
On Mon, Jan 10 2022, Tracey Emery wrote: > On Mon, Jan 10, 2022 at 11:52:57AM -0700, k...@openbsd.org wrote: >> Bulk build on sparc64-0a.ports.openbsd.org >> >> Started : Fri Jan 7 22:10:48 MST 2022 >> http://build-failures.rhaalovely.net/sparc64/2022-01-07/devel/avr/gcc.log > > Pingish. This fi

Re: sparc64 bulk build report

2022-01-10 Thread Tracey Emery
On Mon, Jan 10, 2022 at 11:52:57AM -0700, k...@openbsd.org wrote: > Bulk build on sparc64-0a.ports.openbsd.org > > Started : Fri Jan 7 22:10:48 MST 2022 > http://build-failures.rhaalovely.net/sparc64/2022-01-07/devel/avr/gcc.log Pingish. This fixed avr for me the last time I tested and emailed.

Re: net/neon missing libcrypto (was: Re: sparc64 bulk build report)

2022-01-10 Thread Theo Buehler
On Mon, Jan 10, 2022 at 11:20:17PM +0100, Jeremie Courreges-Anglas wrote: > On Wed, Jan 05 2022, Stuart Henderson wrote: > > Quite a few of the new sparc64 failures are related to neon: > >> http://build-failures.rhaalovely.net/sparc64/2022-01-03/audio/libmusicbrainz.log > >> http://build-failures

security/ikeman: build fix for upcoming licrypto bump

2022-01-10 Thread Theo Buehler
Convert to OpenSSL 1.1 API where needed. The bn allocated in ca_create_rsa_private_key() will leak on ERROR but my understanding is that this is right before program exit anyway. Index: patches/patch-certificates_c === RCS file: /cvs

net/neon missing libcrypto (was: Re: sparc64 bulk build report)

2022-01-10 Thread Jeremie Courreges-Anglas
On Wed, Jan 05 2022, Stuart Henderson wrote: > Quite a few of the new sparc64 failures are related to neon: >> http://build-failures.rhaalovely.net/sparc64/2022-01-03/audio/libmusicbrainz.log >> http://build-failures.rhaalovely.net/sparc64/2022-01-03/audio/libmusicbrainz5.log > > /usr/local/lib/li

Re: fix misc/posixtestsuite

2022-01-10 Thread Alexander Bluhm
On Mon, Jan 10, 2022 at 10:55:54PM +0100, Jeremie Courreges-Anglas wrote: > On Mon, Jan 10 2022, Alexander Bluhm wrote: > > On Sat, Jan 01, 2022 at 10:52:37AM +0100, Jeremie Courreges-Anglas wrote: > >> On Sat, Jan 01 2022, Jeremie Courreges-Anglas wrote: > >> > On Fri, Dec 31 2021, Stefan Hagen

Re: pgadmin3: build "fix" for upcoming libcrypto bump

2022-01-10 Thread Jeremie Courreges-Anglas
On Sun, Jan 09 2022, Theo Buehler wrote: > pgadmin3 is one of the ports that I did not manage to fix for the > upcoming libcrypto bump. > > The problem is that it embeds a version of libssh2 old enough that it > wasn't converted to the OpenSSL 1.1 API. Patching this version is a > fool's errand. >

Re: fix misc/posixtestsuite

2022-01-10 Thread Jeremie Courreges-Anglas
On Mon, Jan 10 2022, Alexander Bluhm wrote: > On Sat, Jan 01, 2022 at 10:52:37AM +0100, Jeremie Courreges-Anglas wrote: >> On Sat, Jan 01 2022, Jeremie Courreges-Anglas wrote: >> > On Fri, Dec 31 2021, Stefan Hagen wrote: >> >> Christian Weisgerber wrote: >> >>> Here's a reminder that these port

textprod/mupdf and COMPILER (was: Re: sparc64 bulk build report)

2022-01-10 Thread Jeremie Courreges-Anglas
On Mon, Jan 10 2022, k...@openbsd.org wrote: > Bulk build on sparc64-0a.ports.openbsd.org > > Started : Fri Jan 7 22:10:48 MST 2022 > Finished: Mon Jan 10 11:52:16 MST 2022 > Duration: 2 Days 13 hours 41 minutes > > Built using OpenBSD 7.0-current (GENERIC.MP) #1136: Fri Jan 7 16:48:03 MST > 202

Re: fix misc/posixtestsuite

2022-01-10 Thread Alexander Bluhm
On Sat, Jan 01, 2022 at 10:52:37AM +0100, Jeremie Courreges-Anglas wrote: > On Sat, Jan 01 2022, Jeremie Courreges-Anglas wrote: > > On Fri, Dec 31 2021, Stefan Hagen wrote: > >> Christian Weisgerber wrote: > >>> Here's a reminder that these ports still fail to build since the > >>> LLVM 13 updat

Build fix for sysutils/radmind

2022-01-10 Thread Theo Buehler
This one is on the larger side. Therefore I show it before commit. There is also a project that is somewhat active, so someone using this could consider updating to that. https://github.com/Radmind/radmind/ I only looked briefly. I didn't like the fact that they skip quite some error checking.

Re: [Maintainer Update] games/blockgame 0.6.14 (previously games/multimc)

2022-01-10 Thread Muhammad Kaisar Arkhan (Yuki)
On 1/8/22 16:37, Muhammad Kaisar Arkhan (Yuki) wrote: On 1/8/22 16:35, Muhammad Kaisar Arkhan (Yuki) wrote: Hi ports@, This email contains a diff to update games/multimc 0.6.12 to games/blockgame 0.6.14. The name is changed from games/multimc to games/blockgame due to MultiMC's new guidelin

sparc64 bulk build report

2022-01-10 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Fri Jan 7 22:10:48 MST 2022 Finished: Mon Jan 10 11:52:16 MST 2022 Duration: 2 Days 13 hours 41 minutes Built using OpenBSD 7.0-current (GENERIC.MP) #1136: Fri Jan 7 16:48:03 MST 2022 Built 9067 packages Number of packages built each day: J

Re: [new] net/tdlib-purple v8.1

2022-01-10 Thread Klemens Nanni
On Mon, Jan 10, 2022 at 09:17:52AM +0100, Stefan Hagen wrote: > Stefan Hagen wrote: > > > 2) the port needs a registered telegram application and the API_ID and > > > API_HASH needs to be passed at build time. You can do so in the port > > > Makefile. > > > > OpenBSD devs can use my key in cvs:~s