Unmaintained FreeBSD ports which are out of date

2023-10-07 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Koichiro Iwao
On Sat, Oct 07, 2023 at 09:03:19PM +0900, Koichiro Iwao wrote: > On Sat, Oct 07, 2023 at 01:58:26PM +0200, Dag-Erling Smørgrav wrote: > > Koichiro Iwao writes: > > > % LANG=C wget -O - https://www.freebsd.org > > > --2023-10-07 19:50:58-- https://www.freebsd.org/ > > > Resolving www.freebsd.org (

(274338) www/iridium build failing with missing swiftshader file

2023-10-07 Thread Graham Perrin
For the benefit of other readers:

www/iridium build failing with missing swiftshader file

2023-10-07 Thread bob prohaska
A poudriere build of www/iridium quits at the very end with a missing file. The message is ===> Building package for iridium-browser-2023.09.116.2 pkg-static: Unable to access file /wrkdirs/usr/ports/www/iridium/work/stage/usr/local/share/iridium/swiftshader/:No such file or directory *** Error

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Koichiro Iwao
On Sat, Oct 07, 2023 at 08:59:13PM +0900, Koichiro Iwao wrote: > On Sat, Oct 07, 2023 at 01:43:59PM +0200, Dag-Erling Smørgrav wrote: > > Koichiro Iwao writes: > > > However, sorry for not participating in the review. I didn't realize > > > there was a review going on because I wasn't added as a r

Re: Parser error in Golang version

2023-10-07 Thread Nuno Teixeira
(...) Forgot to send issue link, https://github.com/hashicorp/go-sockaddr/issues/51 Cheers, nulldutra escreveu no dia sábado, 7/10/2023 à(s) 16:50: > Hi, Nuno! > > Thank you for your help. > > Sent with Proton Mail secure email. > > --- Original Message --- > On Sa

Re: Parser error in Golang version

2023-10-07 Thread nulldutra
Hi, Nuno! Thank you for your help. Sent with [Proton Mail](https://proton.me/) secure email. --- Original Message --- On Saturday, October 7th, 2023 at 7:21 AM, Nuno Teixeira wrote: > Hello, > > Thats an upstream error that needs to be fixed in go.mod. > > nulldutra escreveu no dia s

Re: signal-desktop blank windows after I moved to 2023Q4

2023-10-07 Thread Andrea Venturoli
On 10/6/23 13:57, Mikaël Urankar wrote: Hi, Hello. I have the same issue with all electron ports that I use (joplin-desktop and signal). I am on latest so it's not a 'quarter' issue. I suspeced both of these (electron problem, in head too). What's your graphic card? Intel(R) Core(TM) i

Re: net/openntpd with constraint stops working after recent security/ca_root_nss upgrade

2023-10-07 Thread Michael Grimm
Herbert J. Skuhra wrote: > > > On Sat, Oct 07, 2023 at 04:59:31PM +0200, Michael Grimm wrote: >> Hi >> >> I am running net/openntpd with a constraint: >> >> … >> constraint from "9.9.9.9" >> >> After the recent upgrade of security/ca_root_nss to 3.93_1 I noticed a lot >> of warning messages

Re: net/openntpd with constraint stops working after recent security/ca_root_nss upgrade

2023-10-07 Thread Herbert J. Skuhra
On Sat, Oct 07, 2023 at 04:59:31PM +0200, Michael Grimm wrote: > Hi > > I am running net/openntpd with a constraint: > > … > constraint from "9.9.9.9" > > After the recent upgrade of security/ca_root_nss to 3.93_1 I noticed a lot of > warning messages (see end of mail). > > Now, ne

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Franco Fichtner
> On 7. Oct 2023, at 14:37, Dag-Erling Smørgrav wrote: > > Franco Fichtner writes: >> Dag-Erling Smørgrav writes: >>> Franco Fichtner writes: See https://lists.freebsd.org/archives/freebsd-ports/2023-September/004451.html >>> This has nothing to do with me or my work. When can I

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Moin Rahman
> On Oct 7, 2023, at 2:37 PM, Dag-Erling Smørgrav wrote: > > Franco Fichtner writes: >> Dag-Erling Smørgrav writes: >>> Franco Fichtner writes: See https://lists.freebsd.org/archives/freebsd-ports/2023-September/004451.html >>> This has nothing to do with me or my work. When can

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Dag-Erling Smørgrav
Franco Fichtner writes: > Dag-Erling Smørgrav writes: > > Franco Fichtner writes: > > > See > > > https://lists.freebsd.org/archives/freebsd-ports/2023-September/004451.html > > This has nothing to do with me or my work. When can I expect your > > apology? > For raising technical issues while

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Franco Fichtner
I’d prefer to keep this technical and on point. It feels like more deflecting responsibility with a mix of ad hominem. Who owns ca_root_nss? Why are the last multiple commits a source for multiple regressions? There is no lack of communications and commit trail, but if you want to deflect I don

Re: Port update and consumers bump

2023-10-07 Thread Nuno Teixeira
Thanks Moin! Now I have understand it. I will use: git grep -e 'USE_WX' --and \( -e 3.0+ -e 3.2 \) Looks for a line that has USE_WX and either 3.0+ or 3.2. (3.2+ will be included too) Cheers Moin Rahman escreveu no dia sábado, 7/10/2023 à(s) 13:03: > > > > On Oct 7, 2023, at 2:00 PM, Nuno Te

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Moin Rahman
> On Oct 7, 2023, at 2:15 PM, Franco Fichtner wrote: > > > >> On 7. Oct 2023, at 14:09, Dag-Erling Smørgrav wrote: >> >> Franco Fichtner writes: >>> See >>> https://lists.freebsd.org/archives/freebsd-ports/2023-September/004451.html >> >> This has nothing to do with me or my work. When

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Franco Fichtner
> On 7. Oct 2023, at 14:09, Dag-Erling Smørgrav wrote: > > Franco Fichtner writes: >> See >> https://lists.freebsd.org/archives/freebsd-ports/2023-September/004451.html > > This has nothing to do with me or my work. When can I expect your > apology? For raising technical issues while try

Re: Port update and consumers bump

2023-10-07 Thread Moin Rahman
> On Oct 7, 2023, at 2:00 PM, Nuno Teixeira wrote: > > > This 3.2 search might be counterproductive as we have an option "3.0+" which > also indicates 3.2 as a valid value. > > ports with 3.0+ will use 3.0 for building without changes . For this > particular update involving 3.2 shouldn't w

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Koichiro Iwao
On Sat, Oct 07, 2023 at 01:58:26PM +0200, Dag-Erling Smørgrav wrote: > Koichiro Iwao writes: > > % LANG=C wget -O - https://www.freebsd.org > > --2023-10-07 19:50:58-- https://www.freebsd.org/ > > Resolving www.freebsd.org (www.freebsd.org)... 2402:3d00:fb5d::50:2, > > 2405:f000:202:2541::50:3,

Re: Port update and consumers bump

2023-10-07 Thread Nuno Teixeira
> This 3.2 search might be counterproductive as we have an option "3.0+" > which also indicates 3.2 as a valid value. ports with 3.0+ will use 3.0 for building without changes . For this particular update involving 3.2 shouldn't we focus on consumers using 3.2 only?

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Koichiro Iwao
On Sat, Oct 07, 2023 at 01:43:59PM +0200, Dag-Erling Smørgrav wrote: > Koichiro Iwao writes: > > However, sorry for not participating in the review. I didn't realize > > there was a review going on because I wasn't added as a reviewer. > > You're not listed as the maintainer of aria2, sunpoet@ is

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Dag-Erling Smørgrav
Koichiro Iwao writes: > % LANG=C wget -O - https://www.freebsd.org > --2023-10-07 19:50:58-- https://www.freebsd.org/ > Resolving www.freebsd.org (www.freebsd.org)... 2402:3d00:fb5d::50:2, > 2405:f000:202:2541::50:3, 192.50.199.250, ... > Connecting to www.freebsd.org (www.freebsd.org)|2402:3d00

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Franco Fichtner
> On 7. Oct 2023, at 13:31, Dag-Erling Smørgrav wrote: > > or apologize. This is pretty hilarious BTW. Bugzilla is a wild wild west. Process and structure is there for non-committers. Ad hominem and ignoring reporters while suspending accountability is what I see regularly. So if I had to wa

Re: Port update and consumers bump

2023-10-07 Thread Moin Rahman
> On Oct 7, 2023, at 1:42 PM, Nuno Teixeira wrote: > > git grep is cool for an AND condition. > > git grep -l -e USE_WX --and -e 3.2 | sed s,/Makefile,, This 3.2 search might be counterproductive as we have an option "3.0+" which also indicates 3.2 as a valid value. My workflow is a bit diff

Re: Port update and consumers bump

2023-10-07 Thread Mathieu Arnold
On Sat, Oct 07, 2023 at 12:51:59PM +0200, Kurt Jaeger wrote: > Hi! > > > I'm working on x11-toolkits/wxgtk32 update. > > > > What's the correct method to do this wotk since it involves bumping > > consumers? > > Can't find it in Porter's handbook. > > > > For now I did: > > > > 1. Update x11-to

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Dag-Erling Smørgrav
Koichiro Iwao writes: > However, sorry for not participating in the review. I didn't realize > there was a review going on because I wasn't added as a reviewer. You're not listed as the maintainer of aria2, sunpoet@ is. What makes you a gatekeeper of these changes and how was I supposed to know?

Re: Port update and consumers bump

2023-10-07 Thread Nuno Teixeira
git grep is cool for an AND condition. git grep -l -e USE_WX --and -e 3.2 | sed s,/Makefile,, I will check list and then run bump-revision.sh on list created. Thanks Moin Rahman escreveu no dia sábado, 7/10/2023 à(s) 12:16: > > > > On Oct 7, 2023, at 1:09 PM, Nuno Teixeira wrote: > > > > Hel

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Dag-Erling Smørgrav
Franco Fichtner writes: > Oh dear, if only there was concerns raised about recent changes here > that were not answered by involved committers/reviewers. Please either provide evidence that you raised valid concerns which I dismissed, or apologize. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Dag-Erling Smørgrav
Koichiro Iwao writes: > Some applications cannot verify SSL certificate after this update. I tried to > rebuild wget and aria2 with the revision after recent update of ca_root_nss > but > no joy. > > % LANG=C aria2c https://www.freebsd.org/ > [...] The bug is in aria2 which tries to load a trust

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Koichiro Iwao
On Sat, Oct 07, 2023 at 01:06:53PM +0200, Franco Fichtner wrote: > Oh dear, if only there was concerns raised about recent changes here that > were not answered by involved committers/reviewers. > Unexpected things are bound to happen. The important thing is to revert it as soon as it happens

Re: Port update and consumers bump

2023-10-07 Thread Moin Rahman
> On Oct 7, 2023, at 1:09 PM, Nuno Teixeira wrote: > > Hello Kurt, > > On git ports root: > > grep -Rl 'x11-toolkits/wxgtk32' [a-ce-z]* d[a-hj-z]* > /tmp/list > > Gives an empty list file. > > Do I missing something? YES. Please search for USE_WX. > Kurt Jaeger escreveu no dia sábado, 7/1

Re: Port update and consumers bump

2023-10-07 Thread Nuno Teixeira
Hello Kurt, On git ports root: grep -Rl 'x11-toolkits/wxgtk32' [a-ce-z]* d[a-hj-z]* > /tmp/list Gives an empty list file. Do I missing something? Kurt Jaeger escreveu no dia sábado, 7/10/2023 à(s) 11:52: > Hi! > > > I'm working on x11-toolkits/wxgtk32 update. > > > > What's the correct metho

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Franco Fichtner
Oh dear, if only there was concerns raised about recent changes here that were not answered by involved committers/reviewers. > On 7. Oct 2023, at 12:57, Koichiro Iwao wrote: > > Hi, > > Some applications cannot verify SSL certificate after this update. I tried to > rebuild wget and aria2 wit

Re: git: 483e74f44b82 - main - security/ca_root_nss: Use certctl instead of a symlink.

2023-10-07 Thread Koichiro Iwao
Hi, Some applications cannot verify SSL certificate after this update. I tried to rebuild wget and aria2 with the revision after recent update of ca_root_nss but no joy. I think all ca_root_nss consumers must be checked. % LANG=C aria2c https://www.freebsd.org/ 10/07 19:45:55 [NOTICE] Downloadin

Re: Port update and consumers bump

2023-10-07 Thread Kurt Jaeger
Hi! > I'm working on x11-toolkits/wxgtk32 update. > > What's the correct method to do this wotk since it involves bumping > consumers? > Can't find it in Porter's handbook. > > For now I did: > > 1. Update x11-toolkits/wxgtk32 and test build > 2. Build consumers `portgrep -o USE_WX 3.2` > 3. Ru

Port update and consumers bump

2023-10-07 Thread Nuno Teixeira
Hello all, I'm working on x11-toolkits/wxgtk32 update. What's the correct method to do this wotk since it involves bumping consumers? Can't find it in Porter's handbook. For now I did: 1. Update x11-toolkits/wxgtk32 and test build 2. Build consumers `portgrep -o USE_WX 3.2` 3. Run test some of

Re: Parser error in Golang version

2023-10-07 Thread Nuno Teixeira
Hello, Thats an upstream error that needs to be fixed in go.mod. nulldutra escreveu no dia sábado, 7/10/2023 à(s) 07:05: > Hi, > > I will update the sysutils/terraform port, but, I found a bug in golang > version parser. > If I change the version in go.mod to 1.21, the make makesum works. Any