Building INDEX fails
Hi everyone, as the subject says, building the INDEX fails as follows: [...] --- describe.x11-wm --- make_index: /usr/ports/accessibility/qt5-speech: no entry for /usr/ports/:lang/perl5.34 Done. This has been the case since yesterday afternoon (UTC+2). Best Philipp
Re: Building INDEX fails
> On Oct 1, 2023, at 5:07 PM, Philipp Ost wrote: > > Hi everyone, > > as the subject says, building the INDEX fails as follows: > > [...] > --- describe.x11-wm --- > make_index: /usr/ports/accessibility/qt5-speech: no entry for > /usr/ports/:lang/perl5.34 > Done. > > This has been the case since yesterday afternoon (UTC+2). > > Best > Philipp > I cannot reproduce this. Just created a new index from latest checkout. Make sure you have an uptodate tree. Kind regards, Moin(bofh@ with all hats off) signature.asc Description: Message signed with OpenPGP
ThunderBird 115 slow and unresponsive
Hello. In the latest day I upgraded ThunderBird and got 115.3.0. Well, it's *SO* *MUCH* slower and less unresponsive than 102, it makes me think something is wrong. E.g. Dragging the separator between message list and message preview was real time on 102; on 115 you drag it, release the mouse button, and after a second the panes resize. Selecting a bunch of messages and moving them to a different folder used to be close to immediate on 102. On 115 the window is repainted a couple of times after each message is moved. So to move, let's say, 20 messages, 10-15 seconds are needed. I've not used 115 much on other platforms, but as far as I can remember, I didn't notice such an unresponsiveness. So is there something wrong in the FreeBSD port? Something to tweak? Was there some infrastructural change in the UI? Is anyone else experiencing this? bye & Thanks av. P.S. I build TB myself with poudriere.
Re: Building INDEX fails
On 10/1/23 17:19, Moin Rahman wrote: On Oct 1, 2023, at 5:07 PM, Philipp Ost wrote: Hi everyone, as the subject says, building the INDEX fails as follows: [...] --- describe.x11-wm --- make_index: /usr/ports/accessibility/qt5-speech: no entry for /usr/ports/:lang/perl5.34 Done. This has been the case since yesterday afternoon (UTC+2). Best Philipp I cannot reproduce this. Just created a new index from latest checkout. Make sure you have an uptodate tree. Kind regards, Moin(bofh@ with all hats off) The problem turned out to be perl5.32 which I still had installed. Since upgrading to 5.34 everything works as expected. Sorry for the noise. Best Philipp
Re: ThunderBird 115 slow and unresponsive
On 10/1/23 11:45, Andrea Venturoli wrote: Hello. In the latest day I upgraded ThunderBird and got 115.3.0. Well, it's *SO* *MUCH* slower and less unresponsive than 102, it makes me think something is wrong. [...] I just did the same upgrade and a new inexplicable menu bar (with a search box in it) appeared at the top of the window, above the normal menu bar and just inside the window manager border. Can I get rid of it somehow? Thunderbird has been slow and getting slower for me for the last couple of years, plus it did a terrible job of ingesting PGP key management. Plus why would I want it to manage my calendar? Fifteen years ago I switched from evolution to thunderbird, and I'm considering switching back. -- George
Re: ThunderBird 115 slow and unresponsive
On 01/10/2023 19:11, George Mitchell wrote: … menu bar … Settings. If you need further help with the port of Thunderbird to FreeBSD, the freebsd-gecko@ list will be appropriate.
www/chromium build failing
Hi, I recently update my ports-collection (past "www/chromium: Fix patches which became outdated and broke the build"), and I'm seeing the following failure, just before the end: ../../chrome/browser/component_updater/widevine_cdm_component_installer.cc:370:8: error: use of undeclared identifier 'UpdateWidevineCdmHintFile' if (!UpdateWidevineCdmHintFile(absolute_cdm_install_dir)) { ^ 1 error generated. Cheers. -- Jonathan Chen
Unmaintained FreeBSD ports which are out of date
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 port. If any ports have already been updated, you can safely ignore the entry. An e-mail will not be sent again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/po...@freebsd.org.html Port| Current version | New version +-+ devel/rsvndump | 0.6.1 | 0.6.2 +-+ graphics/vigra | 1.11.1 | version-1-11-2 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by:portscout!
Re: www/chromium build failing
On Mon, Oct 2, 2023 at 6:30 AM Jonathan Chen wrote: > > Hi, > > I recently update my ports-collection (past "www/chromium: Fix patches > which became outdated and broke the build"), and I'm seeing the > following failure, just before the end: > > ../../chrome/browser/component_updater/widevine_cdm_component_installer.cc:370:8: > error: use of undeclared identifier 'UpdateWidevineCdmHintFile' >if (!UpdateWidevineCdmHintFile(absolute_cdm_install_dir)) { > ^ > 1 error generated. > > Cheers. > -- > Jonathan Chen Yes, this is my fault, sorry. I'll fix it ASAP.