python312 fails to build on ventura with libressl

2024-08-11 Thread Kastus Shchuka
Just selfupdated to 2.10.0, had to run "port outdated" with sudo for the first time, and as python312 shows available update python312 3.12.4_0 < 3.12.5_0 attempted to upgrade it. There is no available binary package for python 3.12.5_0 for ventura (yet), so port command p

Re: resizing window when using "bc" in interactive mode

2024-08-11 Thread Richard L. Hamilton
Semi-understandable. The default system action for SIGWINCH is to do nothing; i.e. only programs that catch it are even aware of it. That would usually be programs like text editors that do full-window text handling, and probably need to re-fetch the current size and redraw on window size change

2.10.0 looks OK

2024-08-11 Thread Dave Horsfall
No trouble upgrading on this ancient MBP running High Sierra. -- Dave

Re: progress display during port de/activation

2024-08-11 Thread René J . V . Bertin
PS: the speed-up of `portindex` is appreciable though (just to say something positive ^^)

Re: progress display during port de/activation

2024-08-11 Thread René J . V . Bertin
On Sunday August 11 2024 14:52:37 Clemens Lang wrote: >The progress bar only displays for ports with many files that take long >to activate. Long being 500ms, the hardcoded duration threshold (which is reached more easily because of the feature itself). On not so recent hardware or simply an ex

Re: resizing window when using "bc" in interactive mode

2024-08-11 Thread Bill Cole
On 2024-08-11 at 03:08:11 UTC-0400 (Sun, 11 Aug 2024 02:08:11 -0500) Ryan Carsten Schmidt is rumored to have said: On Aug 11, 2024, at 00:03, Richard L. Hamilton wrote: The MacPorts version uses MacPorts supplied libraries (other than libSystem). The macOS version uses macOS supplied librari

Re: SOLVED: gtk3 fails

2024-08-11 Thread Henning Hraban Ramm
Am 11.08.24 um 15:07 schrieb Clemens Lang: Hi, On Sat, Aug 10, 2024 at 04:13:02PM +0200, Henning Hraban Ramm wrote: I found it: a undeclared build dependency on mesa. Issue open since 6 years: https://trac.macports.org/ticket/70184 https://trac.macports.org/ticket/56069 (marked as duplicate

Re: resizing window when using "bc" in interactive mode

2024-08-11 Thread matt henschel
I forgot to make a joke about augmented reality AI calculators and stock prices

Re: resizing window when using "bc" in interactive mode

2024-08-11 Thread matt henschel
On Aug 11, 2024, at 00:03, Richard L. Hamilton wrote: > > The MacPorts version uses MacPorts supplied libraries (other than libSystem). > The macOS version uses macOS supplied libraries. (ultimately from the same > open source projects, but potentially different versions and build options, > so

Re: SOLVED: gtk3 fails

2024-08-11 Thread Clemens Lang
Hi, On Sat, Aug 10, 2024 at 04:13:02PM +0200, Henning Hraban Ramm wrote: > I found it: a undeclared build dependency on mesa. > > Issue open since 6 years: > > https://trac.macports.org/ticket/70184 > > https://trac.macports.org/ticket/56069 (marked as duplicate of a fixed bug, > not true) > >

Re: progress display during port de/activation

2024-08-11 Thread Clemens Lang
Hi, On Sat, Aug 10, 2024 at 02:42:07PM +0200, René J.V. Bertin wrote: > Pardon the intrusion, but who else feels like the new progress > indicator during port de/activation is an unnecessary overhead that > (in my timing) can make these steps take up 1.5-2x as long? (And for > me that's on spinnin

Re: resizing window when using "bc" in interactive mode

2024-08-11 Thread Richard L. Hamilton
Interesting. On Monterey it's still GNU 1.06. On Ventura, it's bc 4.0.2 Copyright (c) 2018-2021 Gavin D. Howard and contributors Report bugs at: https://git.yzena.com/gavin/bc supposedly with more features than the GNU version. > On Aug 11, 2024, at 03:08, Ryan

Re: resizing window when using "bc" in interactive mode

2024-08-11 Thread Ryan Carsten Schmidt
On Aug 11, 2024, at 00:03, Richard L. Hamilton wrote: > > The MacPorts version uses MacPorts supplied libraries (other than libSystem). > The macOS version uses macOS supplied libraries. (ultimately from the same > open source projects, but potentially different versions and build options, > so