Re: [update] shells/fish to 3.6.3

2023-12-06 Thread Justin Berthault
Hi Florian Everything is fine here with 3.6.4 however there are some test failures. The following tests FAILED: 82 - abbr.fish (Failed) 136 - git.fish (Failed) 168 - read.fish (Failed) 193 - tmux-abbr.fish (Failed) 194 - tmux-bind.fish (Failed) 195 - tmux-complete.fish (Failed) 196 - tmux-history

Re: iosevka: remove duplicated do-install

2023-12-06 Thread Stefan Hagen
Edd Barrett wrote (2023-12-06 21:47 CET): > Hi, > > The do-install is the same for all iosevka sub-packages. I wonder why we don't > lift it up into Makefile.inc? > > OK? That makes sense. OK sdk@ > Index: Makefile.inc > === > RCS

Re: [update] editors/py-neovim to 0.5.0

2023-12-06 Thread Justin Berthault
Hi, On Wed, Dec 06, 2023 at 08:21:36PM +, Edd Barrett wrote: > - py3-exceptiongroup doesn't appear to be needed. Tests pass without it, and >grepping the sources for it shows up nothing. Correct me if I'm wrong. > > - Since the tests all pass now, remove the comment about test failures.

Re: [update] shells/nushell to 0.87.1

2023-12-06 Thread Justin Berthault
On Wed, Dec 06, 2023 at 06:44:44PM +0100, Volker Schlecht wrote: > With your diff I'm getting the following error. Does the build really work for > you without a patch to modcargo-crates/uucore-0.0.22/src/lib/features/fs.rs? Hi, Finished release [optimized] target(s) in 80m 26s % % date Thu Dec

Re: [NEW] devel/py-phx-class-registry

2023-12-06 Thread Paul Galbraith
On 2023-11-03 10:26 p.m., Paul Galbraith wrote: On 2023-09-25 9:13 p.m., Paul Galbraith wrote: On 2023-09-25 6:19 a.m., Stuart Henderson wrote: On 2023/09/24 21:17, Paul Galbraith wrote: This is a new port of the python phx-class-registry package, a dependency of the B2 comand-line interface t

NEW: math/flintlib 3.0.1 (was: devel/flint)

2023-12-06 Thread Josh Rickmar
On Thu, Nov 23, 2023 at 03:56:34PM -0500, Josh Rickmar wrote: > On Thu, Nov 23, 2023 at 07:01:07PM +, Stuart Henderson wrote: > > Or maybe disable the static library build? > > > > Yeah, we could go with that for now. > > The .a is useful for me but I don't think it needs to be built for > e

Re: gtk+2 fix for file requesters

2023-12-06 Thread Antoine Jacoutot
OK On Wed, Dec 06, 2023 at 07:01:28PM +0100, Marc Espie wrote: > With glib-2.78, gimp has become more or less unusable in large directories. > > The culprit is gtk+2 which is end of life. > > I found a backport from gtk+3 that fixes the issue. > > See comments in patches. > > okay ? > > Index

iosevka: remove duplicated do-install

2023-12-06 Thread Edd Barrett
Hi, The do-install is the same for all iosevka sub-packages. I wonder why we don't lift it up into Makefile.inc? OK? Index: Makefile.inc === RCS file: /cvs/ports/fonts/iosevka-fonts/Makefile.inc,v diff -u -p -r1.7 Makefile.inc ---

Re: [update] shells/fish to 3.6.3

2023-12-06 Thread Florian Viehweger
Hi Justin, > quick update to latest version: thank you for looking at the port. I appreciate it. In the meantime a new version of fish was released (3.6.4) for which I already have a update in the works. I kindly invite you to join the effort testing it. Thanks again! -- greetings, Florian V

Re: [update] editors/py-neovim to 0.5.0

2023-12-06 Thread Edd Barrett
Hi, On Tue, Dec 05, 2023 at 06:59:08PM +0100, Justin Berthault wrote: > Update for py-neovim to 0.5.0 A few tweaks from me: - py3-exceptiongroup doesn't appear to be needed. Tests pass without it, and grepping the sources for it shows up nothing. Correct me if I'm wrong. - Since the tests

MODCLANG_VERSION ?= 16

2023-12-06 Thread Theo Buehler
I was surprised that MODCLANG_VERSION still defaulted to 13, so I ran a bulk with MODCLANG_VERSION ?= 16 in clang.port.mk to see what breaks. Looks like we are mostly ready to switch. Not sure if some things will need bumps and/or PLISTs need to be regenerated. Ports that failed to build (all fixe

Re: 回复: productivity/khal: Update to 0.11.2

2023-12-06 Thread Stuart Henderson
"/tmp/pytest-of-root/" in your logs means you are running this as root, that's an extremely bad idea. I strongly recommend PORTS_PRIVSEP=Yes in mk.conf and fixing up permissions so that it works. Not sure whether that is responsible for the test failures (which look a bit strange to me) but it's n

gtk+2 fix for file requesters

2023-12-06 Thread Marc Espie
With glib-2.78, gimp has become more or less unusable in large directories. The culprit is gtk+2 which is end of life. I found a backport from gtk+3 that fixes the issue. See comments in patches. okay ? Index: Makefile === RCS fil

Re: [update] shells/nushell to 0.87.1

2023-12-06 Thread Volker Schlecht
Hi Justin, On 2023-11-26 13:59, Justin Berthault wrote: Trivial update of nushell to 0.87.1 With your diff I'm getting the following error. Does the build really work for you without a patch to modcargo-crates/uucore-0.0.22/src/lib/features/fs.rs? cheers, Volker -- error[E0308]: mismatched t

[update] Lagrange to 1.17.5

2023-12-06 Thread Florian Viehweger
Hi, this is an update for Lagrange to 1.17.5. The patch got removed as it was merged upstream. Some testing done on amd64. No issues found. portcheck and 'make port-lib-depends-check' are happy. Changes listed here [1]. Comments? Thanks! [1] https://github.com/skyjake/lagrange/releases Ind

Re: NEW: x11/kde-plasma/plasma-browser-integration

2023-12-06 Thread Rafael Sadowski
On Tue Nov 28, 2023 at 05:31:55PM +, Klemens Nanni wrote: > On Wed, Nov 01, 2023 at 07:29:22PM +0100, Rafael Sadowski wrote: > > On Tue Oct 17, 2023 at 11:39:45AM +0200, Rafael Sadowski wrote: > > > Information for inst:plasma-browser-integration-5.27.8 > > > > > > Comment: > > > Plasma browse

Re: update devel/mspdebug to 0.25

2023-12-06 Thread Stuart Henderson
On 2023/12/06 11:44, Lucas de Sena wrote: > On 2023-12-06, Stuart Henderson wrote: > > If 0.25 hasn't actually been released please use pre not pl. pl is for > > something post-release and will need EPOCH should there be a real 0.25 > > sometime. See packages-specs(7). > > v0.25 had already been r

Re: update devel/mspdebug to 0.25

2023-12-06 Thread Lucas de Sena
On 2023-12-06, Stuart Henderson wrote: > If 0.25 hasn't actually been released please use pre not pl. pl is for > something post-release and will need EPOCH should there be a real 0.25 > sometime. See packages-specs(7). v0.25 had already been released by upstream in 2017-07-24, see [1]. But devel

Re: [new] net/senpai

2023-12-06 Thread Johannes Thyssen Tishman
2023-12-06T12:25:05Z "Johannes Thyssen Tishman" : > 2023-12-06T11:03:05Z "Stuart Henderson" : > > Set "MAKE_FLAGS = GIT=" then you can drop the patch and WRKDIST setting. > > With that, ok sthen > > I missed that, clever! I've already submitted a patch to fix this > upstream. Please find the update

Re: [new] net/senpai

2023-12-06 Thread Johannes Thyssen Tishman
2023-12-06T11:03:05Z "Stuart Henderson" : > Set "MAKE_FLAGS = GIT=" then you can drop the patch and WRKDIST setting. > With that, ok sthen I missed that, clever! I've already submitted a patch to fix this upstream. Please find the updated port attached. Thanks Stuart. senpai-0.3.0.tar.gz Descrip

Re: [new] net/soju

2023-12-06 Thread Johannes Thyssen Tishman
2023-12-06T11:13:31Z "Stuart Henderson" : > There's a mixture of /etc and ${SYSCONFDIR} for the same dir, and some > use of VARBASE which isn't really quite right (should either be just > /var, or LOCALSTATEDIR, which is already in SUBST_VARS by default, as is > SYSCONFDIR). Here's one possible dif

Re: update devel/mspdebug to 0.25

2023-12-06 Thread Stuart Henderson
On 2023/12/04 11:25, Lucas de Sena wrote: > Update devel/mspdebug from 0.23 to the last commit after 0.25. > > Upstream has not tagged an official release since 0.25 (2017). > Development has continued since then, however, with many fixes > and additions, until last commit in 2022. So I think it

Re: [new] net/soju

2023-12-06 Thread Stuart Henderson
There's a mixture of /etc and ${SYSCONFDIR} for the same dir, and some use of VARBASE which isn't really quite right (should either be just /var, or LOCALSTATEDIR, which is already in SUBST_VARS by default, as is SYSCONFDIR). Here's one possible diff to fix. diff --git net/soju/Makefile net/soju/M

Re: [new] net/senpai

2023-12-06 Thread Stuart Henderson
Set "MAKE_FLAGS = GIT=" then you can drop the patch and WRKDIST setting. With that, ok sthen On 2023/11/29 21:51, Johannes Thyssen Tishman wrote: > 2023-11-29T20:29:42Z "Moritz Buhl" : > > > On Wed, Nov 29, 2023 at 07:53:05PM +, Johannes Thyssen Tishman wrote: > > > 2023-11-22T17:55:02Z "Joh

Re: [update] shells/fish to 3.6.3

2023-12-06 Thread Stuart Henderson
On 2023/12/06 09:33, Justin Berthault wrote: > Hi ports@ > > quick update to latest version: > > - Using DIST_TUPLE now Don't do this. Upstream has proper uploaded tarballs (/releases/ URL), use those instead. (Also that changed the package stem from "fish" to "fish-shell", breaking updates.

回复: productivity/py-caldav: Update to 1.3.6

2023-12-06 Thread wen heping
Here is the patch to create devel/py-recurring-ical-events. Two new ports build and run well, but currently no tests defined since we lack some of TEST_DEPENDS. With it , now productivity/py-caldav pass all tests. wen 发件人: Stuart Henderson 发送时间: 2023年12月5

[update] shells/fish to 3.6.3

2023-12-06 Thread Justin Berthault
Hi ports@ quick update to latest version: - Using DIST_TUPLE now cc maintainer@ diff /usr/ports commit - 36039eb791687a4d2520740ea80318eaf0fe3e43 path + /usr/ports blob - d4d038b5b2250b88e0b85db4bb2ba279607be5db file + shells/fish/Makefile --- shells/fish/Makefile +++ shells/fish/Makefile @@