Re: GZDoom update, next attempt

2023-11-14 Thread Stefan Hagen
Timo Myyrä wrote (2023-11-14 17:50 CET): > On Fri, Nov 10 2023, Stefan Hagen wrote: > > > Thomas Frohwein wrote (2023-11-09 21:16 CET): > >> Here is an update to GZDoom 4.11.3. It works to run mods like the > >> recently released Beyond Sunset. > >> > >> Of note, you may need to switch the video

Re: devel/boost syscall(2) removal

2023-11-14 Thread Otto Moerbeek
On Tue, Nov 07, 2023 at 11:55:55AM +0100, Otto Moerbeek wrote: > On Sat, Nov 04, 2023 at 09:45:01PM +0100, Otto Moerbeek wrote: > > > On Sat, Nov 04, 2023 at 03:50:33PM -0400, Brad Smith wrote: > > > > > On 2023-11-04 4:07 a.m., Otto Moerbeek wrote: > > > > > > > On Fri, Nov 03, 2023 at 09:03:2

Re: fix games/wrath build with llvm 16

2023-11-14 Thread Jonathan Gray
On Wed, Nov 15, 2023 at 04:43:16PM +1100, Jonathan Gray wrote: > http://build-failures.rhaalovely.net/amd64-clang/2023-11-13/games/wrath.log > > games/wrath build is fixed with a commit after the one we have > > https://github.com/KillPixelGames/wrath-darkplaces/commit/e0770286b39bb137f3457b05acb

fix games/wrath build with llvm 16

2023-11-14 Thread Jonathan Gray
http://build-failures.rhaalovely.net/amd64-clang/2023-11-13/games/wrath.log games/wrath build is fixed with a commit after the one we have https://github.com/KillPixelGames/wrath-darkplaces/commit/e0770286b39bb137f3457b05acbd4c6a46044488.patch Index: games/wrath/Makefile

Re: amd64: llvm 16 fallout (2023-11-13)

2023-11-14 Thread Christian Weisgerber
Christian Weisgerber: > Results: > http://build-failures.rhaalovely.net/amd64-clang/2023-11-13/ In the future, I'll include summary.log in the uploaded results, but meanwhile here's the one from this run: -- astro/celestia error

Re: [UPDATE] mail/dovecot

2023-11-14 Thread Tiemen Werkman
On Tue, 2023-11-14 at 18:49 +, Stuart Henderson wrote: > On 2023/11/14 16:30, Tiemen Werkman wrote: > > This patch updates Dovecot to version 2.3.21 and adds gssapi > > authentication support. > > pigeonhole will need a matching update too. Is an update required? the old dovecot-pigeonhole see

[UPDATE] mail/dovecot-pigeonhole

2023-11-14 Thread Tiemen Werkman
This patch updates dovecot-pigeonhole to version 0.5.21. I've also added an ldap flavor. Index: Makefile === RCS file: /cvs/ports/mail/Makefile,v retrieving revision 1.432 diff -u -p -r1.432 Makefile --- Makefile4 Sep 2023 13:27:

amd64: llvm 16 fallout (2023-11-13)

2023-11-14 Thread Christian Weisgerber
New base snapshots with llvm 16 have not yet been built, but I updated manually and ran an amd64 bulk build. This also included a handful of fixes from jca@. Results: http://build-failures.rhaalovely.net/amd64-clang/2023-11-13/ The list of build failures is too long for me to do any serious tria

Re: [UPDATE] mail/dovecot

2023-11-14 Thread Stuart Henderson
On 2023/11/14 16:30, Tiemen Werkman wrote: > This patch updates Dovecot to version 2.3.21 and adds gssapi > authentication support. pigeonhole will need a matching update too. > GSSAPI is added as a flavor. I've been running dovecot with this patch > for over two years now and it works very nicel

Re: Bump darcs for ghc-9.6

2023-11-14 Thread James Cook
On Sun, Nov 12, 2023 at 10:14:07AM -0800, Greg Steuck wrote: >Took a bit of effort to patch because the upstream doesn't seem to be >active. Next time I have to touch darcs I'll propose to delete it. > >OK? Is this meant to build with current ports tree? Running "make" under devel/darcs" I get an

Re: GZDoom update, next attempt

2023-11-14 Thread Timo Myyrä
On Fri, Nov 10 2023, Stefan Hagen wrote: > Thomas Frohwein wrote (2023-11-09 21:16 CET): >> Here is an update to GZDoom 4.11.3. It works to run mods like the >> recently released Beyond Sunset. >> >> Of note, you may need to switch the video backend to opengl as I >> outlined after previous conce

[UPDATE] mail/dovecot

2023-11-14 Thread Tiemen Werkman
This patch updates Dovecot to version 2.3.21 and adds gssapi authentication support. GSSAPI is added as a flavor. I've been running dovecot with this patch for over two years now and it works very nicely. I've also removed the --without-vpopmail configure option as it is no longer a valid option.

Re: llvm-16 and lang/python

2023-11-14 Thread Christian Weisgerber
Jeremie Courreges-Anglas: > We need to disable optimization for python3 ports. Even with a fixed > path to libclang_rt.profile.etc, I get: > > ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol > '__profd_isdigit'; recompile with -fPIC I wanted to take a look at where thos

Re: [new] textproc/vgrep

2023-11-14 Thread lux
Hi, On Mon, 2023-11-13 at 11:06 +0100, Omar Polo wrote: > > > So, except the doubt regarding MODGO_VERSION format and why specifiying > v2.7.0 doesn't work (I tried also to append /v2 to MODGO_MODNAME), it's > okay for me to import. > > I think MODGO_VERSION just had to stay ugly: $ curl htt

Re: enable quic functionality in net/knot

2023-11-14 Thread Landry Breuil
Le Tue, Nov 14, 2023 at 03:46:46PM +0100, Renaud Allard a écrit : > Hello, > > Here is a small patch to add DNS over QUIC with knot DNS client. > What do you think? had a look at configure.ac, and it build its embedded ngtcp2 because its explicitely looks for a gnutls-enabled ngtcp2. net/ngtcp2 i

Remove security/dicepassc

2023-11-14 Thread Andre Stoebe
Hey, as the author and maintainer I'd like to remove security/dicepassc for the following reasons: - My domain nul.space, where the source is hosted, will be closed in a few weeks - I postponed updating the application publicly for too long (years) because I don't feel like sending updates to th

enable quic functionality in net/knot

2023-11-14 Thread Renaud Allard
Hello, Here is a small patch to add DNS over QUIC with knot DNS client. What do you think? Thank you, Best RegardsIndex: Makefile === RCS file: /cvs/ports/net/knot/Makefile,v retrieving revision 1.81 diff -u -p -r1.81 Makefile --- M

Re: Add DIST_TUPLE to Makefile.template

2023-11-14 Thread Marc Espie
Forget was actually obvious to me, and I liked the tribute to the grandfather of them all, sourceforge, but I won't argue over that.

Re: [revision] mail/aerc: Use FLAVOR for notmuch

2023-11-14 Thread Omar Polo
On 2023/11/14 10:30:28 +, "Johannes Thyssen Tishman" wrote: > Hi, > > the subject pretty much says it all. Just like with neomutt, I'd > like to suggest making the notmuch dependency optional through a > FLAVOR. Cc'd maintainer. Thanks. I've thought a bit about this, I would agree. notmuch

[revision] mail/aerc: Use FLAVOR for notmuch

2023-11-14 Thread Johannes Thyssen Tishman
Hi, the subject pretty much says it all. Just like with neomutt, I'd like to suggest making the notmuch dependency optional through a FLAVOR. Cc'd maintainer. Thanks. Kind regards, Johannes Index: Makefile === RCS file: /cvs/ports/

Re: Add DIST_TUPLE to Makefile.template

2023-11-14 Thread Stuart Henderson
On 2023/11/14 09:59, Stefan Hagen wrote: > That's perfect. I took your text verbatim and just capitalized the start > of some sentences. > > More comments or ok to commit? I'm happy. We can tweak it further later if wanted of course but I think this is good and useful already. OK sthen. > Index:

Re: Add DIST_TUPLE to Makefile.template

2023-11-14 Thread Stefan Hagen
Stuart Henderson wrote (2023-11-14 09:43 CET): > On 2023/11/14 08:42, Stefan Hagen wrote: > > Stuart Henderson wrote (2023-11-13 21:01 CET): > > > On 2023/11/13 20:10, Stefan Hagen wrote: > > > > Omar Polo wrote (2023-11-13 18:07 CET): > > > > > On 2023/11/13 14:57:39 +0100, Stefan Hagen > > > > >

Re: Add DIST_TUPLE to Makefile.template

2023-11-14 Thread Stuart Henderson
On 2023/11/14 08:42, Stefan Hagen wrote: > Stuart Henderson wrote (2023-11-13 21:01 CET): > > On 2023/11/13 20:10, Stefan Hagen wrote: > > > Omar Polo wrote (2023-11-13 18:07 CET): > > > > On 2023/11/13 14:57:39 +0100, Stefan Hagen > > > > wrote: > > > > > Omar Polo wrote (2023-11-13 14:08 CET):