Re: [update] boost 1.87

2024-12-16 Thread Landry Breuil
Le Mon, Dec 16, 2024 at 12:05:52AM -0500, Brad Smith a écrit : > On Sat, Dec 14, 2024 at 10:17:35AM +0100, Landry Breuil wrote: > > hi, > > > > this is just brad's diff from previous thread, updated for the final > > upstream release here: > > https://www.boost.org/users/history/version_1_87_0.htm

Re: mail/spampd: update to 2.62

2024-12-16 Thread Tim van der Molen
Kirill A. Korinsky (2024-12-14 00:38 +0100): > On Wed, 11 Dec 2024 22:39:38 +0100, > Kirill A. Korinsky wrote: > > > > On Wed, 11 Dec 2024 21:50:53 +0100, > > Tim van der Molen wrote: > > > > > > Kirill A. Korinsky (2024-12-09 19:17 +0100): > > > > Fixing permission at /var/spool/spamassassin/s

Re: NEW: net/wstunnel

2024-12-16 Thread Christoph Liebender
Am 14.12.24 um 22:37 schrieb Christoph Liebender: Am 14.12.24 um 19:01 schrieb Björn Ketelaars: On Sat 14/12/2024 14:35, Christoph Liebender wrote: Am 14.12.24 um 13:26 schrieb Björn Ketelaars: On Sat 14/12/2024 00:08, Christoph Liebender wrote: Hello there everyone. This is my first try at

Re: maintainer update net/gajim --> 1.9.5

2024-12-16 Thread Lucas Gabriel Vuotto
On Mon, Dec 16, 2024 at 07:07:19PM +0100, Paco Esteban wrote: > Updated diff with py-gstreamer added as a RDEP. > Without it we encounter all sorts of crashes. > > Tried to apply a patch that's already in master, > https://dev.gajim.org/gajim/gajim/-/commit/d3f0067f8ad5a36ad6a7f5163767b34e72257b2d

Re: [maintainer update] devel/gopls 0.17.0

2024-12-16 Thread Daniel Jakots
On Mon, 16 Dec 2024 19:06:42 +0100 (CET), Laurent Cheylus wrote: > Hi, > > update for devel/gopls (LSP server for Go) to the latest version > 0.17.0. Changelog: > https://github.com/golang/tools/releases/tag/gopls/v0.17.0 > > - update Makefile, distinfo and modules.inc for this version > - upda

Re: [maintainer update] sysutils/fzf 0.57.0

2024-12-16 Thread Daniel Jakots
On Mon, 16 Dec 2024 19:03:38 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > a simple update for sysutils/fzf to the latest version 0.57.0 > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.57.0 > > Build and tests OK with Go version 1.23.3 on current/amd64. > > Tests welcome and

Re: archivers/bzip3: update to 1.5.0

2024-12-16 Thread Kirill A . Korinsky
On Mon, 16 Dec 2024 02:41:13 +0100, Kirill A. Korinsky wrote: > > ports@, > > Here trivial update for archivers/bzip3 to 1.5.0 > > Tested on -current/amd64. > > Changelog: > * Add `--rm` option that removes the original files after successful > operation. > * `bz3grep`: display the correct pr

update: wayland/wlroots-0.18.2

2024-12-16 Thread Matthieu Herrb
Hi, the patch below updates wayland/wlroots to version 0.18.2. It's a bug fix release with no shlib bump. ok ? Index: Makefile === RCS file: /local/cvs/ports/wayland/wlroots/Makefile,v diff -u -p -u -r1.10 Makefile --- Makefile7

Re: mail/spampd: update to 2.62

2024-12-16 Thread Kirill A . Korinsky
On Mon, 16 Dec 2024 11:02:00 +0100, Tim van der Molen wrote: > > No regressions here either. > > OK tim > Thanks for OK and testing. At the last check I had discovered a two new small things which I'd like to include into this update: 1. Update homepage URL to actual one, to avoid redirect; 2.

[maintainer update] sysutils/fzf 0.57.0

2024-12-16 Thread Laurent Cheylus
Hi ports@ a simple update for sysutils/fzf to the latest version 0.57.0 Changelog: https://github.com/junegunn/fzf/releases/tag/v0.57.0 Build and tests OK with Go version 1.23.3 on current/amd64. Tests welcome and please commit if OK. Laurent Index: Makefile ===

gdb, bfd and gcc

2024-12-16 Thread Jeremie Courreges-Anglas
So we got recent reports about some gcc ports failing to build for obscure reasons. The last known failure was spotted by tb@: https://pbot.rmdir.de/Br7B606-XUwXsk9LMLLDNA The issue is the ugly ansidecl.h header shipped by devel/gdb and picked up by the compiler instead of the local copy in

[maintainer update] devel/gopls 0.17.0

2024-12-16 Thread Laurent Cheylus
Hi, update for devel/gopls (LSP server for Go) to the latest version 0.17.0. Changelog: https://github.com/golang/tools/releases/tag/gopls/v0.17.0 - update Makefile, distinfo and modules.inc for this version - update post-install and pkg/PLIST for doc/features/*.md files Build and tests OK on cu

Re: maintainer update net/gajim --> 1.9.5

2024-12-16 Thread Paco Esteban
Lucas Gabriel Vuotto writes: > On Sat, Nov 09, 2024 at 12:27:55PM +0100, Paco Esteban wrote: >> Hi ports@, >> >> This is an update for net/gajim to its latest version 1.9.5 >> Changes can be found here: >> https://dev.gajim.org/gajim/gajim/-/blob/master/ChangeLog?ref_type=heads >> >> It needs a

Re: maintainer update net/gajim --> 1.9.5

2024-12-16 Thread Stuart Henderson
On 2024/12/16 19:07, Paco Esteban wrote: > + databases/py-sqlalchemy${MODPY_FLAVOR}>=2.0.0 \ I don't think there's any need for the minimum version spec. The only way we are going to get a <2 version now is by setting EPOCH (i.e. py3-sqlalchemy-1.xxxv0) and, if we did that, the above s

Re: gdb, bfd and gcc

2024-12-16 Thread Theo Buehler
On Mon, Dec 16, 2024 at 07:07:12PM +0100, Jeremie Courreges-Anglas wrote: > > So we got recent reports about some gcc ports failing to build for > obscure reasons. The last known failure was spotted by tb@: > > https://pbot.rmdir.de/Br7B606-XUwXsk9LMLLDNA > > The issue is the ugly ansidecl.h

Re: new devel/llvm-lit

2024-12-16 Thread Alexander Bluhm
On Mon, Dec 09, 2024 at 02:06:34PM +0900, ASOU Masato wrote: > I built llvm-lit and ran make test and got the following result: > > > > Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. > > Failed Tests (2): > lit :: shtest-external-shell-kill.

Re: [update] boost 1.87

2024-12-16 Thread Brad Smith
On Mon, Dec 16, 2024 at 08:59:22AM +0100, Landry Breuil wrote: > Le Mon, Dec 16, 2024 at 12:05:52AM -0500, Brad Smith a ?crit : > > On Sat, Dec 14, 2024 at 10:17:35AM +0100, Landry Breuil wrote: > > > hi, > > > > > > this is just brad's diff from previous thread, updated for the final > > > upstre

Re: NEW: sysutils/auto-admin & sysutils/desktop-installer

2024-12-16 Thread izzy Meyer
On Sat, 16 Nov 2024 13:52:07 -0600 izzy Meyer wrote: > On Sun, 10 Nov 2024 14:58:23 -0600 > izzy Meyer wrote: > > > Hello ports@, > > > > These are two separate ports that work together to easily install a > > desktop on a *BSD system. It was initially made for FreeBSD, and > > later got NetB

Re: NEW: games/luanti, & remove games/minetest

2024-12-16 Thread izzy Meyer
On Sun, 1 Dec 2024 11:44:56 -0600 izzy Meyer wrote: > On Sat, 23 Nov 2024 21:58:01 -0600 > izzy Meyer wrote: > > > On Wed, 20 Nov 2024 15:17:32 -0600 > > izder456 wrote: > > > > > Ping! > > > > > > I forgot to update pkg/DESCR > > > > > > Here's a new tarball with that fix. > > > > > >

Re: NEW: x11/nxbelld

2024-12-16 Thread izzy Meyer
On Tue, 10 Dec 2024 11:22:45 + Stuart Henderson wrote: > ok sthen if someone wants to import it. > > On 2024/12/09 22:56, izzy Meyer wrote: > > On Mon, 9 Dec 2024 19:25:17 -0500 > > George Koehler wrote: > > > > > On Thu, 28 Nov 2024 10:40:03 -0600 > > > izzy Meyer wrote: > > > > > > > W