Re: perl ppport.h -Wcompound-token-split-by-macro

2022-03-10 Thread Stuart Henderson
On 2022/03/10 19:38, Andrew Hewus Fresh wrote: > On Fri, Mar 11, 2022 at 01:02:04AM +0100, Alexander Bluhm wrote: > > Hi, > > > > Can we commit espie@'s diff to fix the -Wcompound-token-split-by-macro > > compiler warnings? It reduces the size of my logfiles a lot and > > allows to look at the bu

Re: devel/cmake: fix LIBxxx_VERSION/SHARED_LIBS processing (fix net/dino)

2022-03-10 Thread Rafael Sadowski
On Wed Mar 09, 2022 at 04:25:15PM +, Stuart Henderson wrote: > On 2022/03/09 11:15, Rafael Sadowski wrote: > > With the results from Stuart's bulk build and Klemens analyses, I end up > > with a new diff. > > > > - Handle target names like libXXX with PREFIX set to "". > > With this, all r

Re: perl ppport.h -Wcompound-token-split-by-macro

2022-03-10 Thread Andrew Hewus Fresh
On Fri, Mar 11, 2022 at 01:02:04AM +0100, Alexander Bluhm wrote: > Hi, > > Can we commit espie@'s diff to fix the -Wcompound-token-split-by-macro > compiler warnings? It reduces the size of my logfiles a lot and > allows to look at the build output of XS Perl ports. I'm not opposed, but defer to

perl ppport.h -Wcompound-token-split-by-macro

2022-03-10 Thread Alexander Bluhm
Hi, Can we commit espie@'s diff to fix the -Wcompound-token-split-by-macro compiler warnings? It reduces the size of my logfiles a lot and allows to look at the build output of XS Perl ports. bluhm Index: infrastructure/mk/perl.port.mk ===

Re: Fwd: [SECURITY] [UPDATE] lang/node to

2022-03-10 Thread Stuart Henderson
On 2022/03/10 20:09, Volker Schlecht wrote: > On 3/10/22 15:13, Stuart Henderson wrote: > > > > https://github.com/nodejs/node/blob/v12.x/doc/api/net.md > > > > > > "If host is omitted, the server will accept connections on the unspecified > > > IPv6 address (::) when IPv6 is available, or the un

net/neochat: use wxneeded

2022-03-10 Thread Klemens Nanni
Just tried neochat on a kern.wxabort=1 machine which causes $ neochat QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-kn' Abort trap (core dumped) Mar 10 22:06:11 eru /bsd: neochat(28258): mmap W^X violation Relaxing the sysctl changes things into # sysctl kern.wxabort=0

bsd.port.mk.5: fix wxneeded elf section name, use markup

2022-03-10 Thread Klemens Nanni
It lacks the PT_ prefix and thus does not come up in specific `man -k' queries. OK? Index: bsd.port.mk.5 === RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v retrieving revision 1.557 diff -u -p -r1.557 bsd.port.mk.5 --- bsd.port.mk

Re: [update] www/yt-dlp-2022.03.08.1

2022-03-10 Thread Omar Polo
Ricardo Mestre wrote: > Hi, > > New update to 2022.03.08.1, changelog below[0] which also includes release > notes > for previous version 2022.03.08. > > Comments? OK? > > [0] https://github.com/yt-dlp/yt-dlp/releases tested with a few youtube links and with mpv, works fine as always. ok op

Re: update lang/sbcl to 2.2.1

2022-03-10 Thread Omar Polo
friendly weekly ping (while here also dropped the last rcs id in patches) Omar Polo wrote: > Joshua Elsasser wrote: > > I will try to find some time to take a look at it this week. For what > > it's worth, 32-bit powerpc is usually a bit broken on non-openbsd > > platforms as well. I have a cou

Re: Dropping RCS tags from the repo

2022-03-10 Thread Christian Weisgerber
Stuart Henderson: > Otherwise please do not send diffs to just drop them, we will do a bulk > sweep (at least of standard ports files) at some point, hopefully quite > soon - it is not helpful to do that unless it's going to be committed > soon after as it will get out of sync very quickly The po

Re: meson might fail if dpb junks cmake

2022-03-10 Thread Antoine Jacoutot
On Thu, Mar 10, 2022 at 03:01:57PM +0100, Marc Espie wrote: > On Wed, Mar 09, 2022 at 07:47:27PM -0500, George Koehler wrote: > > These 3 ports have WRKSRC/docs/reference/meson.build calling > > dependency('mm-common-libstdc++', required: false). This will try > > pkg-config with mm-common-libstdc

[patch] textproc/par: use pledge()

2022-03-10 Thread Mikhail
Inlined patch adds support for pledge() in par formatter. It's rather complicated program, but in that cost, it provides more eyes-pleasant results than fmt from the base, and has much more options. Because of its complexity I think pledge()'ing it makes sense. I've tested it with english and utf8

Re: [update] chafa 1.8.0

2022-03-10 Thread Omar Polo
Hello Florian, Florian Viehweger wrote: > Hi, > > this is an revised update for chafa I released some time ago. > > Changes are listed here[1]. > > Some testing done on amd64. No issues found. I'll do some testing later > on i386. > > Tests on big endian architectures welcome. > > portcheck,

Re: Fwd: [SECURITY] [UPDATE] lang/node to

2022-03-10 Thread Stuart Henderson
On 2022/03/09 22:18, Volker Schlecht wrote: > > > On 3/9/22 15:57, Stuart Henderson wrote: > > On 2022/02/10 21:18, Volker Schlecht wrote: > > > I integrated the patch for src/env.cc, dropped one for the bundled uv and > > > upgraded to 12.22.10 ... what do you think? > > > > Sorry it took a whi

Re: WIP: Major UPDATE to py-flask and its dependencies | Help needed

2022-03-10 Thread f.holop
Stuart Henderson - Thu, 10 March 2022 at 12:54:12 > The difference is that other ports of standalone software are using > flask. (onionshare, puppetboard etc) yes, and there were no django based apps in ports... system packages are fine until all software runs on the same pinned flask version. t

Re: meson might fail if dpb junks cmake

2022-03-10 Thread Marc Espie
On Wed, Mar 09, 2022 at 07:47:27PM -0500, George Koehler wrote: > These 3 ports have WRKSRC/docs/reference/meson.build calling > dependency('mm-common-libstdc++', required: false). This will try > pkg-config with mm-common-libstdc++.pc (which would exist in > devel/mm-common), then cmake with Find

[update] chafa 1.8.0

2022-03-10 Thread Florian Viehweger
Hi, this is an revised update for chafa I released some time ago. Changes are listed here[1]. Some testing done on amd64. No issues found. I'll do some testing later on i386. Tests on big endian architectures welcome. portcheck, 'make lib-depends-check' and 'make test' are happy. Comments? T

Re: Dropping RCS tags from the repo

2022-03-10 Thread Christian Weisgerber
Mikolaj Kucharski: > In recent years I don't have that much time to follow OpenBSD that > closely, but was wondering what is the background of dropping the > RCS IDs from the repo. They are of little practical use in the ports tree. As far as disadvantages go, the $OpenBSD$ keywords keep causing

Re: Add u-boot-tools flavor

2022-03-10 Thread adr
On Tue, 1 Mar 2022, Stuart Henderson wrote: Date: Tue, 1 Mar 2022 18:08:39 + From: Stuart Henderson To: adr Cc: ports@openbsd.org Subject: Re: Add u-boot-tools flavor On 2022/03/01 16:18, adr wrote: On Tue, 1 Mar 2022, Stuart Henderson wrote: I suggest doing this as a separate port. T

Re: WIP: Major UPDATE to py-flask and its dependencies | Help needed

2022-03-10 Thread Stuart Henderson
On 2022/03/10 11:55, f.holop wrote: > Ricardo - Sat, 26 February 2022 at 02:24:20 > > I just noticed that our version of www/py-flask and its dependencies > > are ancient. Current flask version is from almost 4 years ago, even > > though the project released 2.0.0 a couple of months ago and stills

Re: WIP: Major UPDATE to py-flask and its dependencies | Help needed

2022-03-10 Thread f.holop
Ricardo - Sat, 26 February 2022 at 02:24:20 > I just noticed that our version of www/py-flask and its dependencies > are ancient. Current flask version is from almost 4 years ago, even > though the project released 2.0.0 a couple of months ago and stills > active maintain it. i'll say the same for