Could anyone help me landing D34810, please?

2022-06-19 Thread Faraz Vahedi
Hello friends, The D34810 is stale but ready to land, I believe. I would appreciate any help. Cheers, Faraz signature.asc Description: PGP signature

Updating Samba

2022-06-19 Thread Carmel
I was just wondering why the ports version of Samba is so far behind the official latest release of this software. Currently, the ports system is only up to version samba 4.13.17_1, released in 2020. The latest official release is Samba 4.16.2 as listed on the samba web site. Is this due to some t

GO ports: Makefile do-test: 'make test'

2022-06-19 Thread Nuno Teixeira
Hello, Recently I adopted a GO port sysutils/siegfried and it as very nice feature: --- do-test: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDFLAGS} \ ./cmd/sf --- URL: https://g

FreeBSD ports you maintain which are out of date

2022-06-19 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your 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. If any ports have already been updated, you

ccache max-size and on-disk disparity

2022-06-19 Thread Jonathan Chen
Hi, I use devel/ccache for (internal) ports building, and noticed that the reported disk usage didn't quite match what was configured. I had a max-cache size of 10Gb, but the on-disk usage was reporting 130+Gb. I assumed that I had a corrupted cache, and cleared out the cache (rm -r /var/cac

Re: ccache max-size and on-disk disparity

2022-06-19 Thread Stefan Ehmann
On Sunday, June 19, 2022 9:42:30 PM CEST Jonathan Chen wrote: > Hi, > > I use devel/ccache for (internal) ports building, and noticed that the > reported disk usage didn't quite match what was configured. I had a > max-cache size of 10Gb, but the on-disk usage was reporting 130+Gb. I > assumed tha